@font-face {
    font-family: 'MSYHBD';
    src: url('MSYHBD.eot'); /* IE9 Compat Modes */
    src: url('MSYHBD.eot?#iefix') format('embedded-opentype'),
    url('MSYHBD.woff2') format('woff2'),
    url('MSYHBD.woff') format('woff'),
    url('MSYHBD.ttf') format('truetype');
    font-weight: 200; /* ExtraLight */
    font-style: normal;
}

@font-face {
    font-family: 'MSYHL';
    src: url('MSYHL.eot');
    src: url('MSYHL.eot?#iefix') format('embedded-opentype'),
    url('MSYHL.woff2') format('woff2'),
    url('MSYHL.woff') format('woff'),
    url('MSYHL.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'IMPACT';
    src: url('IMPACT.eot');
    src: url('IMPACT.eot?#iefix') format('embedded-opentype'),
    url('IMPACT.woff2') format('woff2'),
    url('IMPACT.woff') format('woff'),
    url('IMPACT.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
}


body {
    font-family: "Microsoft YaHei","微软雅黑", 'MSYHL',sans-serif;
}
body h1,body h2,body h3,body h4,body h5,body h6{
    font-family:'MSYHBD'
}
input:focus, textarea:focus {
    outline: none;
    border: 1px solid #ccc; /* 可选：设置自定义边框颜色 */
}

/* 或者直接全局去除边框 */
input, textarea {
    border: none;
    outline: none;
}

/* 去除IE10+浏览器文本框后的小叉叉 */
input::-ms-clear {
    display: none;
}

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-tip-big {
    font-size: 33px;
    font-weight: bold;
}

.btn-tip-small {
    font-size: 20px;
    font-weight: bold;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: var(--bs-white);
    border: none;
}

.btn.btn-primary:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
}

.btn.btn-light {
    color: var(--bs-primary);
    border: none;
}

.btn.btn-light:hover {
    color: var(--bs-white);
    background: var(--bs-primary);
}

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    color: var(--bs-white);
    font-size: 15px;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 20px 0;
    color: var(--bs-white);
}

.navbar-light .navbar-nav .nav-item .nav-link {
    font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active  {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 33px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown-toggle:hover::after {
    content: "\f106";
}


.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        color: var(--bs-dark);
    }

    .navbar-light .navbar-nav .nav-item .nav-link {
        color: var(--bs-dark);
    }


}


@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 12px 0;
    }

    .navbar-nav .nav-item .dropdown-menu {
        display: flex;
        visibility: hidden;
        top: 100%;
        transform-origin: 0% 0%;
        background: #000000 !important;
        transition: .5s;
        z-index: 100;
        border-radius: 0px!important;
        font-size: 14.77px;
        font-weight: bold;
        padding: 2.5px;
        /* 新增：使下拉菜单与导航栏同宽 */
        left: 0;
        right: 0;
        width: 100%;
    }

    /* 为每个下拉菜单项添加容器，确保内容居中 */
    .navbar-nav .nav-item {
        position: static; /* 重要：使下拉菜单相对于navbar定位 */
    }

    .dropdown:hover .dropdown-menu {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    .dropdown-column {
        flex: 1;
    }

    .navbar-light {
        width: 100%;
        top: 0;
        left: 0;
        z-index: 999;
    }

    .dropdown-menu a {
        align-items: center;
        color: var(--bs-white);
    }
    .dropdown-menu a:hover {
        color: var(--bs-white) ;
    }

    .navbarDarkBg {}

    .navbarDarkBg .nav-link {
        color: var(--bs-white) !important;
    }

    /* 确保下拉菜单内容与导航栏内容对齐 */
    .dropdown-menu .container {
        max-width: 1140px; /* 与Bootstrap容器宽度一致 */
        margin: 0 auto;
    }

}

.navbar>.container .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar>.container .dropdown-toggle:hover::after {
    content: "\f106";
}

/* 新增：确保导航栏容器正确设置 */
.navbarDarkBg {
    position: relative;
}

.navbar > .container {
    position: relative;
}
/*** Navbar End ***/

/*** Carousel Hero Header Start ***/
.header-carousel .header-carousel-item img {
    object-fit: cover;
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    height: 700px;
}


.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background: var(--bs-primary);
    color: var(--bs-white);
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev {
    bottom: 30px;
    left: 30px;
    margin-left: 90px;
}
.header-carousel .owl-nav .owl-next {
    bottom: 30px;
    left: 30px;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 0 0 100px 0 var(--bs-light);
    color: var(--bs-primary);
}


.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    padding-top: 120px;
    background: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .header-carousel .header-carousel-item .carousel-caption {
        padding-top: 45px;
    }
}

@media (max-width: 767px) {
    .header-carousel .owl-nav .owl-prev {
        left: 50%;
        transform: translateX(-50%);
        margin-left: -45px;
    }


    .header-carousel .owl-nav .owl-next {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 45px;
    }
}

.flex-list {
    display: flex; /* 启用Flexbox布局 */
    list-style-type: none; /* 移除列表项前的默认标记 */
    padding: 0; /* 移除默认的padding */
    margin: 0; /* 移除默认的margin */
}

.flex-list li {
    flex: 1;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    background: #0086ff;
    margin: 5px;
    border-radius: 5px;
}

.arrow-span {
    width: 30px;
    height: 30px;
    float: right;
}

.header-carousel .header-carousel-item img {
    animation-name: image-zoom;
    animation-duration: 10s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    transition: 1s;
}

@keyframes image-zoom {
    0%  {height: 100%; opacity: 0.9;}

    25% {height: 110%; opacity: 0.50;}

    50% {height: 115%; opacity: 1;}

    75% {height: 110%; opacity: 0.50;}

    100% {height: 100%; opacity: 0.9;}
}
/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0 60px 0;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .bg-breadcrumb {
        padding: 140px 0 60px 0;
    }
}

@media (max-width: 991px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}
/*** Single Page Hero Header End ***/


/*** home video start ***/
.video-preview-btn {
    display: inline-flex;
    --video-preview-btn-height: 40px;
    border: 0px;
    background: none;
}
.video-preview-btn:focus,
.video-preview-btn:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

@media(min-width: 576px) {
    .video-preview-btn {
        --video-preview-btn-height: 52px
    }
}

@media(min-width: 1000px) {
    .video-preview-btn {
        --video-preview-btn-height: 49px
    }
}

@media(min-width: 1400px) {
    .video-preview-btn {
        --video-preview-btn-height: 64px
    }
}

@media(min-width: 1920px) {
    .video-preview-btn {
        --video-preview-btn-height: 73px
    }
}

#preview-video {
    transition-delay: .6s;
    transform: translateY(0);
    opacity: 1
}

.hero__video-pill {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translateX(-50%)
}

.circle {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.circle-text {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}

/* 白色圆圈 */
.white-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    border-radius: 50%;
}

/* 中心白点 */
.white-dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
}

/* 黑色光圈效果 - 使用伪元素实现 */
.white-circle::after {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 1px solid rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}

/*** home video end ***/

/*** Service Start ***/
.service .service-item {
    border-radius: 10px;
    transition: 0.5s;
}

.service .service-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
    max-height: 250px;
}

.service .service-item .service-img-one {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: 0.5s;
    max-height: 330px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}
.talk { position: relative }
.talkTel {
    position: absolute;
    width: 9rem;
    bottom: 18%;
    left: 5%;
}
/*** Service End ***/

/*** global Start ***/
.global .global-item {
    background: linear-gradient(to right, #D2EFFF, #ffffff);
    border-radius: 10px;
    transition: 0.5s;
}

.global .global-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.global .global-item img {
    width: 30px;
    transition: 0.5s;
    transform: scale(1.2);
    border-radius: 50%;
}
.global .global-item .userImg{
    border-radius: 50%;
    padding: 0.3rem;
    margin: 0.6rem;
}
.global .global-item ul li{
    background: #ffffff;
    border-radius: 0.5rem;
}

.global .global-item ul li .money{
    background: #e5e5e5;
    border-radius: 0.5rem;
    color: #0256ff;
    font-size: 11px;
}

/*** global End ***/

/*** payments start ***/
.payments .payments-item {
    background: linear-gradient(to right, #D7D2FF, #ffffff);
    border-radius: 10px;
    transition: 0.5s;
}

.payments .payments-item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}
.payments .payments-item img {

}
.payments .payments-item .userImg{
    padding: 0.3rem;
    margin: 0.6rem;
}
.payments .payments-item .userImg i{
    font-size: 26px;
    color: #0256ff;
}
.payments .payments-item ul li{
    background: #ffffff;
    border-radius: 0.5rem;
}
/*** payments end ***/

/*** platform api start ***/
.platform_api .platform_api_item {
    border-radius: 10px;
    transition: 0.5s;
}
.platform_api .platform_api_item:hover {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}
.platform_api .platform_api_item img {

}
/*** payments end ***/

/*** Features Start ***/
.feature .feature-item {
    text-align: center;
    border-radius: 10px;
    background: var(--bs-light);
    border: 1px solid transparent;
    transition: 0.5s;
}

.feature .feature-item:hover {
    border: 1px solid var(--bs-primary);
}

.feature .feature-item .feature-icon {
    background: var(--bs-white);
    border-radius: 10px;
    display: inline-block;
}
/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
    width: 100%;
    border-radius: 10px;
    display: flex;
    background: var(--bs-white);
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
    color: var(--bs-white);
    background: var(--bs-primary);
}

.offer-section .nav a.accordion-link h5 {
    transition: 0.5s;
}

.offer-section .nav a.accordion-link.active h5 {
    color: var(--bs-white);
}
/*** Offer End ***/

/*** news Start ***/
.news .news-item {
    border-radius: 10px;
    background: var(--bs-white);
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);
    transition: 0.5s;
}

.news .top1News {
    background: #0086ff;
    border-radius: 8px;
}
.news .top1News img {
    border-radius: 8px 8px 0px 0px;
}
.news  img {
    border-radius: 8px;
}
/*** news End ***/


/*** FAQs Start ***/
.faq-section .accordion .accordion-item .accordion-header .accordion-button {
    color: var(--bs-secondary);
}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    color: var(--bs-dark);
}
/*** FAQs End ***/

/*** Team Start ***/
.team .team-item {
    position: relative;
    padding: 0 25px 25px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.team .team-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: var(--bs-light);
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::before {
    height: 0;
}

.team .team-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: 0.5s;
    z-index: -1;
}

.team .team-item:hover::after {
    height: 100%;
    background: var(--bs-primary);
}

.team .team-item .team-img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: relative;
    margin-top: 50%;
    transform: translateY(-50%);
    margin-bottom: -50%;
    display: flex;
    justify-content: center;
    border: 4px solid var(--bs-primary);
    border-style: dotted;
    padding: 4px;
    background: var(--bs-white);
    transition: 0.5s;
}

.team .team-item:hover .team-img {
    border: 4px solid var(--bs-white);
    border-style: dotted;
    background: 0;
}

.team .team-item .team-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: 0.5s;
}

.team .team-item .team-title {
    padding: 25px 0 25px 0;
    text-align: center;
}

.team .team-item .team-title h4,
.team .team-item .team-title p {
    transition: 0.5s;
}

.team .team-item:hover .team-title h4,
.team .team-item:hover .team-title p {
    color: var(--bs-white);
}

.team .team-item .team-icon {
    display: flex;
    justify-content: center;
}

.team .team-item .team-icon a {
    transition: 0.5s;
}

.team .team-item:hover .team-icon a {
    color: var(--bs-dark);
    background: var(--bs-white);
}

.team .team-item:hover .team-icon a:hover {
    color: var(--bs-primary);
    background: var(--bs-dark);
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 50px);
    bottom: 0;
    left: 0;
    border-radius: 10px;
    background: var(--bs-light);
    z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
    display: flex;
    justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    border: 5px solid var(--bs-light);
    border-style: double;
    background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
    padding: 25px 0;
    text-align: center;
}

.testimonial .testimonial-item .testimonial-title {
    display: flex;
    justify-content: space-between;
}

.testimonial .testimonial-item  .testimonial-quote-left {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 20px;
    left: 25px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: -30px;
    right: 25px;
    margin-top: -5px;
    border-radius: 60px;
    color: var(--bs-primary);
    background: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-stage-outer {
    margin-top: 58px;
    margin-right: -1px;
}

.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 0;
    background: var(--bs-primary);
    color: var(--bs-white);
    padding: 5px 30px;
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    margin: 20px 10px 0 10px;
    background: var(--bs-primary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: var(--bs-secondary);
    transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
    position: relative;
    margin-top: 50%;
    margin-left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
    background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--bs-white);
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** common start ***/
.line_below{
    position: relative;
    z-index: 10;
}
.line_below::before{
    content: "";
    width: 200px;
    height: 13px;
    position: absolute;
    bottom: 10%;
    left: 0;
    background: #E8D61C;
    z-index: -1;
}

.line_below_middle{
    position: relative;
    z-index: 10;
    font-family: Impact;
    font-size: calc(100px + 1vw);
}


/*** market start ***/
.market .container{
    background: var(--bs-dark);
    color: var(--bs-white);
}
/*** market end ***/

.container-header {
    color: #FFFFFF;
    background: linear-gradient(180deg, #000000, #0086ff);
    background-position: top right;
    background-repeat: no-repeat;
}



/*** product Start ***/
.productTop {
    font-size: calc(1rem + 2vw);
    font-family: "IMPACT";
}
.productTopContent {
    line-height: 1.6rem;
}
.productBorder {
    border-radius: 6px;
    border: #e0e0e0 solid 1px;
    padding: 0px 0.6rem 0.6rem 0px;
}

.productPage {

}
.productPage .content {
    line-height: 1.9rem;
}
.productPage .productPageTitle{
    font-weight: bold;
    font-size: 38px;
    vertical-align: middle;
}


.productPage ul li .pContent{
    background: #FDFDFD;
    position: relative;
    height: 15rem;
    border-radius: 3px;
    box-shadow: 0 0 0 0.25rem rgba(125, 125, 125, 0.05);
    padding: 0.6rem;
}
.productPage ul li .plogo{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/*** product end ***/

/*** solutions start ***/
.solutions {

}
.solutions h1{
    font-size: calc(1.6rem + 3.2vw);
    color: #eeeeee;
    font-family: "IMPACT";
}
.solutions p{
    font-size: calc(1rem + 0.3vw);
    color: #eeeeee;
}
.solutions a {
    display: inline-block;
    background: #0086ff;
    padding: 0.5rem 1rem;
    color: #eeeeee;
    border-radius: 5px;
}
.paymentPlatforms {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.paymentPlatforms h1 {
    color: #eeeeee;
    padding-top: 1rem;
}
.paymentPlatforms p {
    color: #eeeeee;
    padding-top: 2rem;
}
.solutionsTitle {
    font-size: calc(1.2rem + 1.6vw);
    color: #eeeeee;
    font-family: "IMPACT";
}
.customized dl dt{
    color: #eeeeee;

}
.customizedLine {
    position: relative;
    z-index: 10;
}
.customizedLine::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    height: 2px;
    background: #ffffff;
    z-index: -1;
}
.customizedLine span {
    display: inline-block;
    z-index: 10;
    background: #000000;
    padding-right: 0.6rem;
    color: #eeeeee;
    font-size: 1.3rem;
}
.merchantBg {
    background: url("../himage/onboardingBg.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 1rem;
}
.merchantBg ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding: 0.6rem;
}
.merchantBg ul h3 {
    color: #eeeeee;
}
.merchantBg ul p{
    color: #eeeeee;
}

.experience .experienceGridBg {
    background: #0086ff;
    border-radius: 8px;
}
.experienceGridBg ul{
    height: 5rem;
}
.experience .expItemHeight {
    height: 3rem;
}
.enbaleNow {
    background: #0086ff;
    border-radius: 6px;
    color: #eeeeee;
    padding: 1rem;
    font-size: 2rem;
}
.problems {

}
.problems ul li{
    background: #0086ff;
    border-radius: 6px;
}

/*** solutions end ***/

/*** company start ***/
.companyBanner {
    color: #eeeeee;
}
.companyBannerTitle {
    font-size: calc(3rem + 6vw);
    font-family: 'IMPACT'
}

.companyBannerText {

}

.companyWallBg {
    background: linear-gradient(to bottom, #040000,#008dfe);
    border-radius: 20px;
    color: #eeeeee;
}
.companyWallTitle {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.companyWallTitle h1{
    font-size: 5rem;
}
.companyWallTitle div {
    text-align: right;
}

.companyWall {
    list-style: none;
    padding: 0px 0.5rem 0px 0px;
}
.companyWall h5{
    color: #eeeeee;
}
.companyWall .companyWallDisplay{
    background: #0086ff;
    border-radius: 6px;
    padding: 2rem 1rem;
}
.companyWallDisplay p{
    height: 10rem;
    padding: 2rem 0px;
}
.companyFaq {
    background:  url("../image/companyProfileBg.png") no-repeat;
    background-size: 100% 100%;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.companyFaqTitle{
    font-size: calc(1.325rem + 2vw);
    color: #eeeeee;
}

.companyFagContent {
    list-style: none;
    margin: 0px;
    padding: 0px;

}
.companyFagContent li {
    background: #0086ff;
    border-radius: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.6rem;
    padding: 0.5rem 0.6rem;
    color: #eeeeee;
}
.companyFollow {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    background: #0086ff;
}
.companyFollow i {
    display: inline-block;
    margin: 0.5rem;
    color: #eeeeee;
    font-size: 1rem;
}

@media (min-width: 576px) {
}
/*** company end ***/


/*** contact start ***/
.contact {
}
.contact .contact_title{
    color: #eeeeee;
    font-family: "IMPACT";
    font-size: calc(1rem + 1.5vw);
}
.contact_content{
    font-size: calc(0.8rem + 0.5vw);;
}
.contact_comments {
    background: #0086ff;
}
.contact_comments input ,.contact_comments textarea{
    width: 100%;
    border: 1px #eeeeee solid;
    border-radius: 5px;
    padding: 6px;
    background: none;
    color: #eeeeee;
}
.contact_comments label{
    margin-top: 1rem;
    margin-bottom: 0.3rem;
}
.contact_comments .submit{
    border: 1px #eeeeee solid;
}
.contactFaq {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #eeeeee;
}
.contactFaq li{
    background: #0086ff;
    border-radius: 5px;
    padding: 1rem;
    margin-bottom: 1rem;
}
.contactFaq li h3{
    color: #eeeeee;
}
/*** contact end ***/


/*** Office start ***/
.office {

}
.office .banner h1{
    font-size: calc(1rem + 2vw);
    font-family: "IMPACT";
}
.office .calendar{
    background: #eeeeee;
    border-radius: 1rem;
    color: #000000;
}
.office .calendar h1 {
    font-size: calc(4rem + 2vw);
    text-align: center;
}
.officeItem {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #eeeeee;
}


.officeItem .officeItemG{
    background: url("../himage/officeGblobally.png") no-repeat;
    background-size: 100% 100%;
    height: 32rem;
}
.officeItem .officeItemSu{
    background: url("../himage/officeSurety.png") no-repeat;
    background-size: 100% 100%;
    height: 32rem;
}
.officeItem .officeItemSim{
    background: url("../himage/officeSimpler.png") no-repeat;
    background-size: 100% 100%;
    height: 32rem;
}
.officeItem h1 {
    margin: 11rem 0px 3rem 0px;
}
.officeItem .officeContent {
    height: 6rem;
}
.coverage h1{
    font-size: calc(3rem + 1vw);
    font-family: "IMPACT";
}
.paymentProducts {
    color: #0086ff;
    border: #0086ff 1px solid;
    border-radius: 2px;
    padding: 3px 0.5rem;
    background: url("../himage/arrowUp.png") right center no-repeat;
    background-size: 10%;
    width: 20rem;
    display: inline-block;
    text-align: left;
}
.coverage h3{
    font-size: calc(1rem + 1vw);
    color: #0086ff;
}
.nowButton {
    background: #0086ff;
    color: #eeeeee;
    display: inline-block;
    padding: 0.3rem 1rem;
    border-radius: 3px ;
    font-weight: bold;
    font-size: 1.3rem;
}
.nowButton:hover{
    color: #eeeeee;
}
/*** Office end ***/


/*** help end ***/
.help {

}
.helpSearch {
    border-radius: 30px;
    border: 1px solid #051b36;
    box-shadow: inset 0 0 8px rgba(125, 125, 125, 0.2);
}
.helpSearch input {
    background: none;
    color: #eeeeee;
}
.helpTitle {
  font-size: calc(2.3rem + 2vw);
  font-family: "IMPACT";
}
.helpSearch input::placeholder {
    color: #eeeeee;
}
.helpSearch input:focus {
    border-color: transparent;
    outline: none;
}
.helpSearch .searchBtn {
    border-radius: 2rem;
}
.helpContent {
    background: url("../himage/helpBg.png") no-repeat;
    background-size: cover;
    border-radius: 6px;
}
.helpContent p {
    min-height: 4.6rem;
    height: auto;
}

/*** help end ***/

/*** news start ***/
.newsContent .infoContent {
  line-height: 1.8rem;
}

/*** news end ***/

/*** common start ***/
.whileBtn {
    background: #eeeeee;
    border-radius: 3px;
    display: inline-block;
    padding: 0.3rem 0.6rem;
    text-align: center;
    color: #0086ff;
}
.whileBtn span{
    padding-right: 0.3rem;
}

/*** common end ***/

/*** Footer Start ***/

.footer .footer-item {
    display: flex;
    flex-direction: column;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
    color: var(--bs-primary);
}
/*** Footer End ***/



/*** copyright Start ***/
.
/*** copyright end ***/


