@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');



html,

body,

div,
header .btn span,

applet,

object,

iframe,

h1,

h2,

h3,

h4,

h5,

h6,

p,

blockquote,

pre,

a,

abbr,

acronym,

address,

big,

cite,

code,

del,

dfn,

em,

img,

ins,

kbd,

q,

s,

samp,

small,

strike,

strong,

sub,

sup,

tt,

var,

b,

u,

i,

center,

dl,

dt,

dd,

ol,

ul,

li,

fieldset,

form,

label,

legend,

table,

caption,

tbody,

tfoot,

thead,

tr,

th,

td,

article,

aside,

canvas,

details,

embed,

figure,

figcaption,

footer,

header,

hgroup,

menu,

nav,

output,

ruby,

section,

summary,

time,

mark,

audio,

video {

    margin: 0;

    padding: 0;

    border: 0;

    font-size: 100%;

    font: inherit;

    vertical-align: baseline;

}



/* HTML5 display-role reset for older browsers */

article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

    display: block;

}



body {

    line-height: 1;

    font-family: "Poppins", sans-serif;

    font-size: 16px;

    color: #000;

}



ol,

ul {

    list-style: none;

}



blockquote,

q {

    quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

    content: '';

    content: none;

}



table {

    border-collapse: collapse;

    border-spacing: 0;

}



.sec-head {

    margin-bottom: 20px;

    display: block;

}



.container {

    max-width: 1260px;

    padding: 0 15px;

}



img {

    display: block;

    height: auto;

    width: auto;

    max-width: 100%;

    height: 100%;

}



p {

    font-size: 16px;

    line-height: 1;

    font-weight: 400;

    color: #000;

}



a {

    text-decoration: none;

    font-size: 16px;

    line-height: 1.2;

    font-weight: 400;

    color: #000;

    transition: all .3s ease;

}



a:hover {

    color: #008dff;

}



/* herder */



.header {

    top: 0;

    left: 0;

    width: 100%;

    padding: 44px 0;

    z-index: 2;

}



.site-logo img {

    max-width: 150px;

    object-fit: contain;

}



.hero-sec {

    min-height: 950px;

    display: flex;

    background-image: url(../img/hero-banner.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    padding-top: 229px;

}

.hero-box {
    display: flex;
    align-items: center;
}


.sec-title {

    font-weight: 400;

    font-size: 60px;

    line-height: 1.2;

    color: #FFFFFF;

    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);

}

.hero-sec .container {
    position: relative;
}


/* .hero-sec .sec-title .ityped {

    font-weight: 700;

    font-size: 50px;

    line-height: 1.3;

} */

.hero-sec .sec-title {
    font-weight: 400;
    font-size: 38px;
    line-height: 1.1;
}

.hero-sec .sec-title b {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.1;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}


.hero-sec .sec-head {

    margin-bottom: 40px;

}



.hero-box .box-title {

    font-weight: 500;

    font-size: 20px;

    line-height: 1.4;

    color: #FFFFFF;

    text-align: start;

}



.hero-box .box-img img {

    object-fit: contain;

    max-width: 80px;

    height: 60px;

    margin: 0 auto;

    display: block;

}



.hero-box .box-img {

    /* margin-bottom: 15px; */

    webkit-animation: mover 1s infinite alternate;

    animation: mover 1s infinite alternate;

}

.hero-box .box-img {
    flex: 0 0 60px;
    max-width: 60px;
}

.hero-box .box-con {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    padding-left: 15px;
}



@-webkit-keyframes mover {

    0% {

        transform: translateY(0);

    }



    100% {

        transform: translateY(-10px);

    }

}



.hero-boxs {

    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 33px 0;

}

.hero-boxs .row {
    max-width: 890px;
    margin: 0 auto;
}


.img-btn {

    transition: all .3s;

}



.img-btn img {

    max-width: 240px;

    object-fit: contain;

    height: 70px;

}



.img-btn:hover {

    opacity: 0.8;

}



.social-btn .img-btn:first-child {

    margin-right: 20px;

}



/* journey-sec */

.journey-sec {

    margin-top: 70px;

    background-image: url(../img/markets-bg.png);

    background-position: bottom;

    background-size: 100%;

    background-repeat: no-repeat;

}

.journey-con-inner {
    margin-left: auto;
    max-width: 850px;
}


.journey-sec .journey-con {

    max-width: 1800px;

    margin: 0 auto;

    background-image: url(../img/journey.jpg);

    background-repeat: no-repeat;

    background-size: cover;

    padding: 100px 63px;
}



.journey-con .sec-title {

    font-weight: 300;

    font-size: 44px;

    line-height: 1;

}



.journey-con .sec-title span {

    display: block;

    font-weight: 600;

    margin-bottom: 20px;

}



.journey-con .price {

    font-weight: 400;

    font-size: 120px;

    line-height: 1;

    color: #FFFFFF;

    font-family: "Russo One", sans-serif;

}



.journey-con p {

    font-weight: 400;

    font-size: 31px;

    line-height: 1.2;

    color: #fff;

}



.journey-con p b {

    font-weight: 600;

}



/* market-sec */



.markets-con .sec-title {

    font-weight: 800;

    font-size: 44px;

    line-height: 1.2;

    color: #000000;

    margin-bottom: 55px;

}



.markets-con .sec-title span {

    font-weight: 700;

    font-size: 76px;

    line-height: 0.9;

    color: #000000;

}

.markets-inner-con {
    padding-top: 80px;
}


.markets-img img {

    max-width: 600px;

    object-fit: contain;

    margin-bottom: -80px;

    max-height: 600px;

}



.markets-img {

    overflow: hidden;

}



.markets-con ul li {

    font-weight: 700;

    font-size: 36px;

    line-height: 1;

    text-transform: uppercase;

    color: #000000;

    position: relative;

    padding-left: 30px;

    flex: 0 0 50%;

    max-width: 50%;

    margin-bottom: 35px;

}



.markets-con ul {

    display: flex;

    flex-wrap: wrap;

}



.markets-con ul li::before {

    position: absolute;

    content: "";

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    background-image: url(../img/list-icon.svg?v=1);

    background-position: center;

    background-repeat: no-repeat;

    width: 21px;

    height: 21px;

}



/* faq-sec */



.faq-sec {

    background-image: url(../img/faq-banner.jpg);

    background-position: top;

    background-repeat: no-repeat;

    background-size: cover;

    padding: 100px 0;

}



.faq-sec .accordion-button:not(.collapsed) {

    background-color: #fff;

    box-shadow: none;

}



.faq-sec .accordion-button {

    font-weight: 700;

    font-size: 20px;

    line-height: 1;

    color: #000000;

    padding-top: 20px;

    padding-bottom: 20px;

}



.cms-con p {

    font-weight: 400;

    font-size: 16px;

    line-height: 1.2;

    color: #000000;

}



.accordion-button:focus {

    border-color: none;

    box-shadow: none;

}



.faq-con .accordion-item {

    margin-bottom: 6px;

    border-radius: 6px;

    overflow: hidden;

}



.faq-con .accordion-body {

    padding-top: 0;

}



.faq-con .accordion-button::after {

    transform: rotate(0deg);

}



.faq-con .accordion-button:not(.collapsed)::after {

    transform: rotate(0deg)
}



.faq-con .accordion-button::after {

    display: flex;

    justify-content: center;

    align-items: center;

    background-color: #5f22f0;

    background-position: center;

    padding: 15px;

    box-shadow: 0px 2.38746px 7.63987px rgba(8, 15, 52, 0.06);

    border-radius: 100px;

    background-size: 13px;

    background-image: url(../img/arrow-white.svg);

    background-repeat: no-repeat;

}



button.accordion-button.collapsed::after {

    background-color: #fff;

    background-image: url(../img/arrow.svg?v=1);

    background-size: 9px;

    background-position-x: 12px;

}



/* demo-sec */



.btn {

    font-weight: 600;

    font-size: 24px;

    line-height: 1;

    text-transform: uppercase;

    color: #FFFFFF;

    border: 1px solid #fff;

    padding: 16px 25px;

    transition: all .3s ease;

}



.btn:hover {

    background-color: #fff;
    color: #000;
}

.btn.btn-blue {
    color: #000;
    border: 1px solid #000;
    font-size: 18px;
    padding: 12px 20px;
}

.btn.btn-blue:hover {
    background-color: #026AB3;
    border-color: transparent;

    color: #fff;
}


.demo-sec {

    background-image: url(../img/demo-banner.png);

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    padding: 90px 0;

}



.demo-con .sec-title {

    font-weight: 400;

    font-size: 60px;

    line-height: 1;

    text-transform: uppercase;

    color: #FFFFFF;

    margin-bottom: 30px;

    display: block;

}



.demo-con .sec-title b {

    font-weight: 900;

}



/* payments-sec */

.payments-sec {

    padding: 80px 0;

}



.payments-con .h-text {

    color: #5f22f0;

    font-weight: 400;

    font-size: 18px;

    line-height: 1.2;

    margin-bottom: 10px;

    display: block;

}



.payments-con .title {

    font-weight: 700;

    font-size: 40px;

    line-height: 1.2;

    color: #3157e5;

    margin-bottom: 30px;

}



.payments-con .cms-con {

    max-width: 75%;

    margin: 0 auto;

    margin-bottom: 30px;

}



.payments-con .cms-con p {

    font-weight: 400;

    font-size: 14px;

    line-height: 1.7;

    color: #000000;

}



footer {

    background: #011d44;

    padding: 50px 0;

}



.footer .site-logo img {

    object-fit: contain;

    display: block;

    margin-bottom: 10px !important;

}





.footer .site-logo img {

    margin: 0 auto;

}



.footer .cms-con p {

    margin-bottom: 20px;

}

/* cms-con */


/* ------ cms-con ------ */



.cms-sec {
    padding: 80px 0;
    ;
}



.cms-com.con {

    display: inline-block;

    width: 100%;

    clear: both;

    color: #000
}



.cms-com.con p {

    display: block;

    margin-bottom: 20px;

    line-height: 1.4rem;

    font-weight: 500;

    font-size: 16px;

}



.cms-com.con p:last-child {

    margin-bottom: 0;

}



.cms-com.con p a {

    text-transform: initial
}



.cms-com.con ul {

    list-style: none;

    margin-top: 15px;

    margin-bottom: 30px;

    display: flex;

    flex-wrap: wrap
}



.cms-com.con ul li {

    display: block;

    width: 100%;

    font-size: 16px;

    font-weight: 500;

    line-height: 1.4;

    padding-left: 20px;

    margin-bottom: 15px;

    position: relative
}



.cms-com.con ul li:before {

    content: "";

    width: 10px;

    height: 10px;

    position: absolute;

    left: 0;

    border-radius: 50%;

    top: 5px;

    background: #000;

}



.cms-com.con ul li:last-child {

    margin-bottom: 0
}



.cms-com.con ul li ul {

    margin-bottom: 0
}



.cms-com.con ul li ul li {

    padding-left: 16px
}



.cms-com.con ul li ul li:before {

    width: .8rem;

    height: 2px;

    top: 10px
}



.cms-com.con ul.half li {

    width: 50%;

    display: inline-block
}



.cms-com.con h1 {

    font-size: 40px;

    line-height: 1.2;

    font-weight: 700;

    display: block;

    margin-top: 36px;

    margin-bottom: 25px;

    position: relative
}



.cms-com.con h2 {

    font-size: 37px;

    line-height: 1.2;

    font-weight: 700;

    display: block;

    margin-top: 36px;

    margin-bottom: 25px;

    position: relative
}



.cms-com.con h3 {

    font-size: 32px;

    line-height: 1.2;

    font-weight: 700;

    display: block;

    margin-top: 36px;

    margin-bottom: 25px;

    position: relative
}



.cms-com.con h4 {

    font-size: 30px;

    line-height: 1.2;

    font-weight: 700;

    display: block;

    margin-top: 36px;

    margin-bottom: 25px;

    position: relative
}



.cms-com.con h5 {

    font-size: 24px;

    line-height: 1.2;

    font-weight: 700;

    display: block;

    margin-top: 36px;

    margin-bottom: 25px;

    position: relative
}



.cms-com.con h6 {

    font-size: 20px;

    line-height: 1.2;

    font-weight: 700;

    display: block;

    margin-top: 36px;

    margin-bottom: 25px;

    position: relative
}



.cms-com.con iframe {

    width: 100%;

    height: 500px
}



.cms-com.con .alignleft {

    float: left;

    width: auto;

    max-width: 50%;

    margin: 0 30px 30px 0;

}



.cms-com.con .alignright {

    float: right;

    width: auto;

    max-width: 50%;

    margin: 0 0 30px 30px;

}



.cms-com.con .aligncenter {

    width: auto;

    max-width: 100%;

    margin: 50px auto 30px;

    text-align: center;

    display: block;

}



.cms-com.con .aligncenter.mb-100 {

    margin-bottom: 100px
}



.cms-com.con .aligncenter img {

    margin: auto
}



.cms-com.con hr {

    background: var(--tan-4);

    height: 4px;

    opacity: 1;

    margin: 30px 0;

    border: none
}



.cms-com.con ol {

    padding: 0;

    display: flex;

    flex-wrap: wrap;

    counter-reset: cmscon-counter;

    list-style-type: none;

    margin-bottom: 30px
}



.cms-com.con ol li {

    position: relative;

    font-size: 16px;

    font-weight: 500;

    line-height: 1.2;

    list-style: none;

    margin-bottom: 15px;

    padding-left: 0;

    width: 100%;

    display: block;

}



.cms-com.con ol li:last-child {

    margin-bottom: 0
}



.cms-com.con ol li:before {

    counter-increment: cmscon-counter;

    content: "" counter(cmscon-counter) ".";

    line-height: 1.4
}



.cms-com.con ol li ul {

    margin-top: 30px;

    margin-left: 15px
}



.cms-com.con ol li ul li {

    padding-left: 24px;

    position: relative
}



.cms-com.con ol li ul li:before {

    counter-increment: none;

    content: no-close-quote
}



.cms-com.con p b,

.cms-com.con p strong {

    margin-bottom: 0;

    font-size: 16px;

    font-weight: 700;

    display: inline-block;

    margin-bottom: 0;

}



.cms-com.con a {

    transition: color .4s ease-in-out;

    color: #EF6B21;

}



.cms-com.con a:hover {

    color: #000;

}



.cms-com.con p a {

    transition: color .4s ease-in-out;

    color: #5f22f0;

    font-weight: 300
}



.cms-com.con p a:hover {

    color: #000;

}








/* mobile-view-lp */

.hero-boxs.mobile-lp {
    padding-top: 70px;
}

.social-btn.mobile-lp {
    padding-top: 45px;
}

/* media query   */


.header-light {
    background: #011d44;
    position: relative !important;
}

/* Form */
.signup-popup .modal-dialog {
    max-width: 800px;
}

.signup-popup .modal-body {

    padding: 25px 20px;

}

.title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    margin-bottom: 20px;
}


.signup-popup .modal-dialog {

    max-width: 460px;

    height: auto;

    min-height: 100vh;

    display: flex;

    align-items: center;

    margin: 0 auto;

}



.signup-popup .row>* {

    margin-bottom: 15px;

    position: relative;

}

.signup-popup .row>*:last-child {
    margin-bottom: 0;
}



.signup-popup .form-select,

.signup-popup .form-control {

    border: 1px solid #e2e2e2;

    padding: 10px 18px;

    background-color: #fff;

    border-radius: 3px;

    width: 100%;

    color: #000;
    font-size: 16px;

    resize: none;

}

.signup-popup .form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.signup-popup .form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.signup-popup .form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.signup-popup .form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.5);
}



.signup-popup .form-control:focus,

.signup-popup .form-select:focus {

    border-color: #e2e2e2;

    box-shadow: 0 6px 15px rgb(202 201 201 / 31%);

}



.form-select {

    padding-right: 38px;

}



.signup-popup textarea {

    width: 100%;

    display: block;

}

.signup-popup {
    overflow-y: hidden;
}

.signup-popup .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    width: 20px;
    height: 20px;
    z-index: 9;
}

.thank-you-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}

.thank-you-title {
    font-size: clamp(2.875rem, 1.395rem + 6.316vw, 6.25rem);
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin-bottom: clamp(0.938rem, 0.526rem + 1.754vw, 1.875rem);
}

.thank-you-message {
    font-size: clamp(1rem, 0.89rem + 0.468vw, 1.25rem);
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: clamp(1.25rem, 0.702rem + 2.339vw, 2.5rem);
}

.thank-you-wrapper svg {
    height: clamp(6.25rem, 4.879rem + 5.848vw, 9.375rem);
    width: clamp(6.25rem, 4.879rem + 5.848vw, 9.375rem);
    margin-bottom: clamp(1.563rem, 0.877rem + 2.924vw, 3.125rem);
}

.page-id-16 .header {
    background-color: #011d44;
    position: unset !important;
}

.thank-you-page {
    position: relative;
    padding: 100px 0;
    color: #000;
}

.thank-you-page .btn {
    background: #011d44;
    color: #fff;
    border-color: #011d44;
}

.thank-you-page .btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

@media only screen and (max-width: 568px) {
    .title {
        font-size: 26px;
    }

    .signup-popup .modal-dialog {
        max-width: 90%;
    }
}

/* Form */

.error-sec {
    padding: 100px 0;
    color: #000;
}

.error-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    color: #000;
}

.error-title {
    font-size: clamp(4.375rem, 2.182rem + 9.357vw, 9.375rem);
    font-weight: 700;
    line-height: 1;
    color: #000;
    margin-bottom: clamp(0.938rem, 0.526rem + 1.754vw, 1.875rem);
}

.error-message {
    font-size: clamp(1rem, 0.89rem + 0.468vw, 1.25rem);
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: clamp(1.25rem, 0.702rem + 2.339vw, 2.5rem);
}

.error-sec .sec-title {
    color: #000;
}

.error-sec .btn {
    background: #f68b2f;
    color: #fff;
    border-color: #f68b2f;
}

.error-sec .btn:hover {
    background-color: #000;
    border-color: #000;
}

.sticky-call-btn .call img {
    animation: innerCircle 1s ease-in-out infinite alternate;
    -webkit-animation: innerCircle 1s ease-in-out infinite alternate;
    filter: invert(1);
    position: relative;
}

.sticky-call-btn {
    position: fixed;
    bottom: 20px;
    left: 12px;
    background-color: #5f22f0;
    padding: 10px;
    border-radius: 100%;
    width: 55px;
    height: 55px;
}

@keyframes innerCircle {
    0% {
        -webkit-transform: rotate(0) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

.footer-menu {
    margin-bottom: 10px;
}

.footer-menu .list-unstyled li {
    padding-right: 10px;
}

.footer-menu .list-unstyled li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

.footer-menu .list-unstyled li:last-child {
    padding-right: 0;
}

.address-con {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: #fff;
}
.footer-con p,.footer-con p a{
    color: #fff;
}
.footer-con p a:hover{
    color: #5f22f0;
}

@media screen and (max-width: 1600px) {

    .markets-img img {

        margin-bottom: -100px;

    }

    .journey-con-inner {
        max-width: 600px;
    }

}



@media screen and (max-width: 1460px) {

    .hero-sec {
        padding-top: 150px;
    }

    .journey-sec .journey-con {

        padding-left: 135px;

        background-position: -230px;

        padding: 80px 30px;

    }



    .journey-con .price {

        font-size: 100px;

    }



    .markets-img img {

        margin-bottom: -85px;

        max-width: 500px;

    }

}



@media screen and (max-width: 1348px) {}



@media screen and (max-width: 1299px) {

    .journey-con .price {

        font-size: 90px;

    }



    .journey-sec .journey-con {

        padding-left: 95px;

    }



    .markets-img img {

        max-width: 400px;

        margin-left: 130px;

    }



    .demo-con .sec-title {

        font-size: 50px;

    }



    .markets-con .sec-title span {

        font-size: 60px;

    }



    .markets-con .sec-title {

        font-size: 35px;

        margin-bottom: 35px;

    }



    .faq-sec {

        padding: 80px 0;

    }

}



@media screen and (max-width: 1199px) {

    .header {

        padding: 25px 0;

    }

    .hero-sec {

        min-height: 800px;

    }



    .hero-boxs {

        padding: 20px 0;

    }



    .journey-sec {

        margin-top: 0;

    }



    .journey-sec .journey-con {

        padding-left: 65px;

        margin-bottom: 60px;

    }



    .journey-con .price {

        font-size: 80px;

    }



    .journey-con .sec-title {

        font-size: 40px;

    }





    .faq-sec {

        padding: 70px 0;

    }



    .demo-sec {

        padding: 70px 0;

    }



    .markets-img img {

        margin-left: 70px;

        margin-bottom: -65px;

    }



    .markets-con ul li {

        font-size: 28px;

    }



    .journey-con p {

        font-size: 25px;

    }



    .site-logo img {

        max-width: 130px;

    }

    .journey-sec .journey-con {
        background-position: -130px;
    }

    .journey-con-inner {
        max-width: 530px;
    }


}



@media screen and (max-width: 1023px) {}



@media screen and (max-width: 992px) {

    .sec-title {

        font-size: 50px;

    }



    .hero-box .box-title {

        font-size: 16px;

    }



    .hero-sec .sec-title {
        font-size: 30px;
    }


    .hero-sec .sec-title b {
        font-size: 40px;
    }



    .img-btn img {

        max-width: 170px;

        height: auto;

    }



    .hero-sec {

        min-height: 720px;

        background-position: center;

    }


    .journey-con-inner {
        max-width: 330px;
    }



    .journey-sec .journey-con {
        background-position: -180px;
    }



    .journey-sec .journey-con {

        padding-left: 35px;

        padding-top: 40px;

        padding-bottom: 40px;

    }



    .journey-con .price {

        font-size: 65px;

    }



    .journey-con .sec-title {

        font-size: 30px;

    }



    .markets-img img {

        margin-left: 0;

        max-width: 300px;

        max-height: unset;

        height: auto;

    }



    .markets-img {

        height: 350px;

        overflow: hidden;

    }



    .markets-con ul li {

        font-size: 20px;

    }



    .markets-con .sec-title {

        font-size: 30px;

    }



    .markets-con .sec-title span {

        font-size: 45px;

    }



    .faq-sec {

        padding: 60px 0;

    }



    .demo-con .sec-title {

        font-size: 40px;

    }



    .demo-sec,

    .payments-sec {

        padding: 60px 0;

    }



    .payments-con .cms-con {

        max-width: 85%;

    }

    .btn {

        font-size: 20px;

    }

    .hero-boxs.mobile-lp {
        padding-top: 40px;
    }

    .cms-com.con h2 {
        font-size: 30px;
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .cms-sec {
        padding: 40px 0;
    }

    .cms-com.con h1 {
        margin-top: 22px;
    }

    .error-sec {
        padding: 80px 0;
    }

    .thank-you-page {
        padding: 80px 0;
    }

    .hero-boxs {
        background: linear-gradient(90deg, #623251 0%, #934073 17.47%, #002037 51.99%, #015650 80.68%, #03A7A9 100%);
    }

    .markets-inner-con {
        padding-top: 0;
    }
}



@media screen and (max-width: 767px) {

    .sec-title {

        font-size: 40px;

    }

    .hero-sec {
        min-height: 650px;
    }

    .payments-con .cms-con {

        max-width: 95%;

    }


    .hero-sec .sec-title {
        font-size: 26px;
    }


    .payments-con .title {

        font-size: 30px;

    }

    .journey-con-inner {
        max-width: 280px;
    }

    .journey-con p {
        font-size: 18px;
    }

    .journey-con .price {
        font-size: 55px;
    }

    .journey-con .sec-title {
        font-size: 25px;
    }

    .journey-sec .journey-con {
        background-position: -164px;
    }

    .cms-sec {
        padding: 40px 0;
    }

    .cms-com.con h1 {
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .cms-com.con h2 {
        font-size: 25px;
        margin-top: 15px;
    }

    .cms-com.con h3 {
        font-size: 20px;
        margin-top: 15px;
    }

    .cms-com.con h4 {
        font-size: 18px;
        margin-top: 15px;
    }

    .cms-com.con p {
        margin-bottom: 10px;
    }

    .error-sec {
        padding: 70px 0;
    }

    .thank-you-page {
        padding: 70px 0;
    }

    .address-con {
        font-size: 16px;
    }
}



@media screen and (max-width: 568px) {



    .site-logo img {

        max-width: 115px;

    }


    .hero-sec {
        background-image: url(../img/hero-mobile-banner.jpg);
    }

    .hero-boxs {
        padding: 30px 0;
    }

    .hero-sec {

        min-height: auto;

        padding-top: 110px;

        padding-bottom: 60px;

    }



    .sec-title {

        font-size: 30px;


    }


    .hero-sec .sec-title b {
        flex-wrap: wrap;
    }

    .hero-sec .sec-title b {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero-sec .sec-title {
        font-size: 22px;
    }


    .hero-sec .sec-title b {
        font-size: 26px;
    }



    .hero-box {
        flex-wrap: wrap;
        margin-bottom: 30px;

    }

    .hero-box .box-img,
    .hero-box .box-con {
        flex: 0 0 100%;
        max-width: 100%;
    }


    .journey-con-inner {
        max-width: 100%;
    }


    .journey-sec .journey-con{
        background-image:url(../img/journey-con-mobile.jpg)
    }

    @-webkit-keyframes mover {

        0% {

            transform: translateY(0);

        }



        100% {

            transform: translateY(-15px);

        }

    }



    .hero-box .box-img img {

        max-width: 50px;

        height: 40px;

        object-fit: contain;

    }
	
	.journey-con .sec-title span {
    display: inline;
}

	.journey-con-inner{
		text-align:center;
	}
	
	.journey-con-inner .social-btn{
    justify-content: center !important;
}


    .header {

        padding: 20px 0;

    }



    .journey-sec .journey-con {

        padding-left: 15px;

        padding-right: 15px;

    }



    .markets-img {

        height: 310px;

        overflow: hidden;

    }



    .img-btn img {

        max-width: 150px;

    }



    .journey-con .price {

        font-size: 45px;

    }



    .journey-con p {

        font-size: 16px;

        margin-top: 10px;

    }



    .journey-con .sec-title,

    .markets-con .sec-title {

        font-size: 22px;

    }

    .journey-sec {

        background-size: 160%;

    }



    .journey-sec .journey-con {

        margin-bottom: 0px;

    }

    .journey-sec .mobile-banner{
        margin-bottom: 30px;
    }



    .markets-con .sec-title span {

        font-size: 35px;

    }



    .markets-con ul li {

        font-size: 16px;

        margin-bottom: 25px;

    }



    .markets-img img {

        max-width: 250px;

        margin: 0 auto;

        margin-top: 20px;

        object-fit: contain;

    }


    .journey-sec .journey-con {
        margin-bottom: 0px;
        background-position: center;
        padding-bottom: 340px;
        margin-bottom: 30px;
    }


    .hero-sec .sec-head {

        margin-bottom: 20px;

    }



    .faq-sec .accordion-button {

        font-size: 16px;

    }



    .cms-con p {

        font-size: 14px;

    }



    .faq-sec {

        padding: 40px 0;

    }



    .demo-con .sec-title {

        font-size: 25px;

        margin-bottom: 20px;

    }



    .btn {

        font-size: 16px;

        padding: 13px 20px;

    }


    header .btn {
        font-size: 12px !important;
        padding: 10px;
    }


    .hero-boxs {
        background: linear-gradient(349deg, #623251 0%, #934073 -30.53%, #002037 47.99%, #015650 100.68%, #03A7A9 93%);
    }


    .demo-sec,

    .payments-sec {

        padding: 40px 0;

    }



    .payments-con .title {

        font-size: 22px;

        margin-bottom: 15px;

    }



    .payments-con .cms-con {

        max-width: 100%;

    }



    footer {

        padding: 30px 0;

    }

    .error-sec {
        padding: 60px 0;
    }

    .thank-you-page {
        padding: 60px 0;
    }

    .address-con {
        font-size: 14px;
    }

    .footer-menu .list-unstyled li {
        padding-bottom: 5px;
    }

    .footer-menu .list-unstyled li a {
        font-size: 14px;
    }

    p {
        font-size: 14px;
    }

    .hero-boxs {
        position: unset;
    }

    .hero-boxs .row {
        justify-content: center !important;
    }

    .hero-box .box-title {
        text-align: center;
		font-size:12px
    }

	.hero-sec {
        min-height: auto;
        padding-top: 110px;
        padding-bottom: 110px;
    }
	.hero-con {
    transform: translateY(-10px);
}
	.hero-box .box-con{
		padding-left:0;
	}
	.hero-boxs .row{
		    --bs-gutter-x: 1.1rem !important;
	}
	.hero-box {
        margin-bottom: 0 !important;
    }

}



@media screen and (max-width: 350px) {
    .site-logo img {
        max-width: 89px;
    }

    .img-btn img {
        max-width: 120px;
    }
}