:root {
    scroll-behavior: initial;

    --pc-font: 'Poppins', sans-serif;

    --pc-h2-size: 32px;
    --pc-h2-weight: 700;
    --pc-h3-size: 19px;
    --pc-h3-weight: 700;

    --pc-text-size: 15px;
    --pc-text-line: 1.7;
    --pc-small-size: 13px;

    --pc-stat-size: 40px;

    --pc-eyebrow-size: 12px;
    --pc-eyebrow-weight: 700;
    --pc-eyebrow-spacing: 1.8px;

    --pc-brand: #e76625;
    --pc-brand-dark: #c8561f;
    --pc-brand-light: #f08a4b;
    --pc-brand-tint: #fdeee6;

    --pc-accent: #10B392;

    --pc-ink-900: #1a2332;
    --pc-ink-700: #2d3b4e;
    --pc-ink-500: #405064;
    --pc-ink-400: #56708d;
    --pc-ink-300: #8295aa;
    --pc-ink-200: #aebccf;

    --pc-surface: #ffffff;
    --pc-surface-alt: #f7faff;
    --pc-surface-mute: #eef2f7;
    --pc-border: #e3eaf2;

    --pc-dark-1: #1b2636;
    --pc-dark-2: #243348;
    --pc-dark-code: #131c29;
    --pc-on-dark: #ffffff;
    --pc-on-dark-mute: #a9b8cc;

    --pc-radius-sm: 6px;
    --pc-radius-card: 16px;
    --pc-radius-pill: 999px;

    --pc-space-section: 80px;
    --pc-space-block: 45px;
    --pc-space-md: 24px;
    --pc-space-sm: 12px;

    --pc-shadow-card: 0 8px 24px rgba(149, 157, 165, 0.2);
    --pc-shadow-deep: 0 30px 60px -20px rgba(0, 0, 0, 0.65);
}

@media (max-width: 991px) {
    :root {
        --pc-h2-size: 26px;
        --pc-stat-size: 30px;
        --pc-space-section: 56px;
    }
}

.landingPageAll *, #navbar *, .tablet-header *, .layout-footer * {
    list-style: none;
    text-decoration: none;
}

.landingPageAll p, #navbar p, .tablet-header p, .layout-footer p {
    font-size: medium;
}

.landingPageAll ol, .landingPageAll ul, #navbar ol, #navbar ul, .tablet-header ol, .tablet-header ul, .layout-footer ol, .layout-footer ul {
    margin: 0;
    padding: 0;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}
/*p {
    font-size: medium ;
}*/
/*ol,
ul {
    margin: 0;
    padding: 0;
}*/
img {
    display: block;
}

body {
    font-family: var(--pc-font);
    font-size: medium;
    font-weight: 400;
    color: var(--pc-ink-500);
    text-decoration: none;
}

a {
  /*  transition: 0.4s linear;
    -webkit-transition: 0.4s linear;*/
    text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    /*    max-width: 1600px;*/
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden
}

@media(max-width:1200px) {
    .forH1FontSize {
        font-size: calc( 1.375rem + 1.5vw );
    }
}

@media(min-width:1200px) {
    .forH1FontSize {
        font-size: 2.5rem;
    }
}

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: #556E8D;
    padding: 10px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

    header .container {
        max-width: 1320px;
    }

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}

    .navbar-brand img {
        max-height: 45px;
        height: 45px;
    }

.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    padding-right: 2%;
    padding-left: 2%;
}

.navbar-light .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .navbar-light .navbar-nav li {
        margin-right: 2%;
        white-space: nowrap;
    }

    .navbar-light .navbar-nav .nav-link {
        font-weight: 700;
        font-size: 16px;
        color: #FFFFFF;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .navbar-light .navbar-nav .nav-drop-link {
        font-weight: 700;
        font-size: 16px;
        color: #556E8D;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
.navbarHomeLink {
    border: none;
    color: #ffffff;
    background-color: #556E8D;
    font-weight: 700;
    cursor: default;
    margin-right: 8px;
    padding: 8px;
}

.navbar-light .navbar-nav .nav-link.btn_1 {
    border-radius: var(--pc-radius-sm);
    background: var(--pc-accent);
    text-align: center;
    padding: 10px 20px;
    font-size: 16px !important;
    line-height: normal;
}

        .navbar-light .navbar-nav .nav-link.btn_1:hover {
            background: var(--pc-surface);
            color: var(--pc-accent);
        }

    .navbar-light .navbar-nav .nav-link.btn_2 {
        border-radius: var(--pc-radius-sm);
        background: var(--pc-brand);
        text-align: center;
        padding: 10px 20px;
        font-size: 16px !important;
        line-height: normal;
    }

        .navbar-light .navbar-nav .nav-link.btn_2:hover {
            background: var(--pc-surface);
            color: var(--pc-brand);
        }

.navbar .navbar-nav li.active .nav-link {
    color: #e76625;
}

.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #e76625;
}

.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
   color: #ffffff;
   /*  background-color: #4D637F;*/
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {
    background-color: transparent;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    border: none;
    height: 40px;
    width: 50px;
    padding: 0;
    border: 1px solid #D9D9D9;
}

    .navbar-light .navbar-toggler:focus {
        box-shadow: none;
        outline: none;
    }

    .navbar-light .navbar-toggler .navbar-toggler-icon {
        background-image: unset;
    }

.navbar-toggler:active, .navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #D9D9D9;
    transition: all 300ms linear;
}

    .navbar-light .navbar-toggler-icon:after,
    .navbar-light .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 2px;
        background-color: #D9D9D9;
        top: 0;
        left: 0;
        content: "";
        z-index: 2;
        transition: all 300ms linear;
    }

    .navbar-light .navbar-toggler-icon:after {
        top: 8px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
/* **** End toggler **** */

/* ***** Fix Header **** */
header.nav-new {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    header.nav-new .navbar {
        border-radius: 0;
        box-shadow: none;
    }
/* ***** End Fix Header **** */

/* **** Hero **** */

/* **** End Hero **** */

/* **** Partnership **** */

    /*start Partnership slick*/

/*end Partnership slick */
/* **** END Partnership **** */

/* **** ENd WELCOME **** */

/* **** tablet-header **** */

.tablet-header {
    background: #556E8D;
    padding: 10px 0 0 0;
    display: none;
    font-size: 16px;
    width: 100%;
}

    .tablet-header .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: nowrap;
        width: 95%;
    }

    .tablet-header .logo-block {
        display: flex;
        align-items: center;
    }

    .tablet-header .btn_1 {
        border-radius: 6px;
        background: #10B392;
        font-weight: 700;
        line-height: 24px;
        color: #FFFFFF;
        padding: 10px 20px;
        width: auto;
        white-space: nowrap;
        min-height: 40px !important;
        font-size: 16px;
    }

        .tablet-header .btn_1:hover {
            background: #fff;
            color: #10B392;
        }

    .tablet-header .btn_2 {
        border-radius: 6px;
        background: #e76625;
        font-weight: 700;
        line-height: 24px;
        color: #FFFFFF;
        padding: 10px 20px;
        width: auto;
        white-space: nowrap;
        min-height: 40px !important;
        font-size: 16px;
    }

        .tablet-header .btn_2:hover {
            background: #fff;
            color: #e76625;
        }

    .tablet-header .navbar-links {
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
        gap:8px;
    }

        .tablet-header .navbar-links li {
            margin-right: 1%;
            margin-left: 1%
        }

        .tablet-header .navbar-links .tablet-nav-link {
            font-weight: 700;
            line-height: 24px;
            color: #ffffff;
            padding:8px;
        }

            .tablet-header .navbar-links .tablet-nav-link:hover {
                /*background-color: #4D637F;
                color: #ffffff;*/
            }

        .tablet-drop-link {
            border: none;
            color: #ffffff;
            background-color: #556E8D;
            font-weight: 700;
            cursor: default;
            margin-right: 8px;
            padding:6px;
        }
/* **** End tablet-header **** */

/* START call to action */

.profit-data-line {
    padding: 48px 16px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

    .profit-data-line .readyTitle {
        color: #405064;
        text-align: center;
        font-family: var(--pc-font);
        margin: 0 0 16px;
        max-width: 660px;
        font-weight:500;
        line-height:1.2;
    }

    .profit-data-line p {
        font-size: large !important;
        font-weight: normal;
        font-family: var(--pc-font);
        color: #405064;
        text-align: center;
        margin: 0 0 32px;
        max-width: 500px;
        line-height: 1.2
    }
/* END call to action */

img.mobimg {
    display: none;
}

footer {
    background: #556E8D;
    width: 100%;
}

.footer-top {
    padding: 30px 0;
}

.foot-logo img {
    height: 70px;
}

.quicklinks h3 {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 0 0 15px;
}

.quicklinks li a {
    padding: 3px 0;
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

    .quicklinks li a:hover {
        opacity: 0.70;
    }

.quicklinks li button {
    padding: 3px 0;
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background-color: #556E8D;
    border:none;
}

    .quicklinks li button:hover {
        opacity: 0.70;
    }
.socialbx {
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}

    .socialbx a {
        margin-right: 10px;
        font-size: 18px;
        color: #fff;
    }

        .socialbx a:last-child {
            margin: 0;
        }

.copyright {
    padding: 15px 0;
}

    .copyright .row {
        align-items: center;
    }

    .copyright p {
        margin: 0;
        font-size: 14px;
        font-weight: 300;
        color: #fff;
    }

    .copyright ul {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .copyright ul li {
            margin-right: 20px;
        }

            .copyright ul li:last-child {
                margin: 0;
            }

            .copyright ul li a {
                font-size: 14px;
                font-weight: 300;
                color: #fff;
                position: relative;
            }

                .copyright ul li a:after {
                    position: absolute;
                    content: '';
                    width: 1px;
                    height: 100%;
                    background: #fff;
                    right: -12px;
                    top: 0;
                }

            .copyright ul li:last-child a:after {
                display: none;
            }

            .copyright ul li a:hover {
                opacity: 0.70;
            }

.footrw .socialbx {
    display: none;
}

@media(min-width:1600px) {
}

@media(min-width:1201px) and (max-width:1600px) {
}

@media(min-width:992px) and (max-width:1200px) {
}

@media(min-width:701px) and (max-width:991px) {
    .foot-logo img {
        height: 50px;
        margin: 0 0 15px;
    }

    .copyright ul li {
        margin-right: 15px;
    }

        .copyright ul li a:after {
            right: -8px;
        }

    .links-rw {
        display: none;
    }

    footer {
        padding: 0 15px;
    }

    .footer-top {
        padding: 15px 0;
    }

    .footrw {
        display: flex;
        align-items: center;
    }

        .footrw .socialbx {
            display: flex;
            margin-left: auto;
            border: none;
        }

    .footer-top .col-md-5 {
        width: 100%;
    }

    .copyright .col-md-7,
    .copyright .col-md-5 {
        width: 100%;
    }

    .foot-logo img {
        height: 50px;
        margin: 0;
    }

    .footer-bottom .socialbx {
        display: none;
    }

    .copyright p {
        padding: 0 0 10px;
        border-bottom: 1px solid rgba(255,255,255,0.50);
        margin: 0 0 10px;
        text-align: center;
    }

    .copyright ul {
        justify-content: center;
    }
}

@media(min-width:576px) and (max-width:701px) {
    /*.hero-wrp .btn_orange{padding: 5px 20px;}*/

    .links-rw {
        display: none;
    }

    footer {
        padding: 0 15px;
    }

    .footer-top {
        padding: 15px 0;
    }

    .footrw {
        display: flex;
        align-items: center;
    }

        .footrw .socialbx {
            display: flex;
            margin-left: auto;
            border: none;
        }

    .footer-top .col-md-5 {
        width: 100%;
    }

    .copyright .col-md-7,
    .copyright .col-md-5 {
        width: 100%;
    }

    .foot-logo img {
        height: 50px;
        margin: 0;
    }

    .footer-bottom .socialbx {
        display: none;
    }

    .copyright p {
        padding: 0 0 10px;
        border-bottom: 1px solid rgba(255,255,255,0.50);
        margin: 0 0 10px;
        text-align: center;
    }

    .copyright ul {
        justify-content: center;
    }
}

@media(min-width:448px) and (max-width:575px) {
    /*.hero-wrp .btn_orange{padding: 5px 20px;}*/

    .profit-data-line {
        padding: 15px 0 0;
    }

        .profit-data-line h4 {
            font-size: 25px;
        }

    img.mobimg {
        display: block;
        width: 100%;
    }

    img.desimg {
        display: none;
    }

    .links-rw {
        display: none;
    }

    footer {
        padding: 0 15px;
    }

    .footer-top {
        padding: 15px 0;
    }

    .footrw {
        display: flex;
        align-items: center;
    }

        .footrw .socialbx {
            display: flex;
            margin-left: auto;
            border: none;
        }

    .foot-logo img {
        height: 50px;
    }

    .footer-bottom .socialbx {
        display: none;
    }

    .copyright p {
        padding: 0 0 10px;
        border-bottom: 1px solid rgba(255,255,255,0.50);
        margin: 0 0 10px;
    }

    .copyright ul {
        justify-content: flex-start;
    }
}

@media(max-width:447px) {
    /*.hero-wrp .btn_orange{padding: 5px 20px;}*/

    /*.hero-wrp .btn_orange{padding: 5px 20px;}*/

    .profit-data-line {
        padding: 15px 0 0;
    }

        .profit-data-line h4 {
            font-size: 25px;
        }

    img.mobimg {
        display: block;
        width: 100%;
    }

    img.desimg {
        display: none;
    }

    .links-rw {
        display: none;
    }

    footer {
        padding: 0 15px;
    }

    .footer-top {
        padding: 15px 0;
    }

    .footrw {
        display: flex;
        align-items: center;
    }

        .footrw .socialbx {
            display: flex;
            margin-left: auto;
            border: none;
        }

    .foot-logo img {
        height: 50px;
    }

    .footer-bottom .socialbx {
        display: none;
    }

    .copyright p {
        padding: 0 0 10px;
        border-bottom: 1px solid rgba(255,255,255,0.50);
        margin: 0 0 10px;
    }

    .copyright ul {
        justify-content: flex-start;
    }
}

