/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Geist", sans-serif;
    background-color: hsl(180 2% 8%);
    color: hsla(0, 0%, 100%, 0.85);
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.custom-btn {
    color: #fff;
    border-radius: 10px;
    padding: 16px 30px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    position: relative;
}

.demo-btn {
    border: 1px solid #daff47 !important;
    background: #1c1c1c !important;
    color: #daff47 !important;
    margin-left: 14px !important;
}

.demo-btn:hover {
    color: #000 !important;
}

.custom-btn svg {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

.demo-btn svg {
    width: 18px;
    height: 18px;
    margin-left: 0 !important;
    margin-right: 8px;
}

.build-heading {
    display: inline-block;
    border: 1px solid #daff47;
    color: #daff47;
    border-radius: 30px;
    font-size: 13px;
    padding: 8px 18px;
    margin-bottom: 20px;
}

.banner-heading {
    display: inline-block !important;
    border: 1px solid #daff47;
    color: #daff47;
    border-radius: 30px;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 8px 18px !important;
    margin-bottom: 20px;
}

.brokerage-sec {
    padding: 80px !important;
    text-align: center;
}

.brokerage-sec h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.brokerage-sec h2 span {
    background: linear-gradient(90deg, #daff47 40%, #14ff99 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.brokerage-sec p {
    max-width: 512px;
    font-size: 20px;
    font-weight: 400;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 36px;
    line-height: 35px;
}

.build-heading svg {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.build-box-outer {
    margin-bottom: 24px;
}

.buid-box {
    display: block;
    background-color: #1c1c1c;
    color: hsla(0, 0%, 100%, 0.85);
    border-radius: 8px;
    padding: 25px 25px;
    height: 100%;
    border: 1px solid #666;
}

.build-icon {
    width: 45px;
    height: 45px;
    background: linear-gradient(to bottom right, #daff47 0%, #14ff99 100%);
    color: #000;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.buid-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

.buid-box p {
    margin: 0;
    font-weight: 300;
}

.custom-btn-inner {
    position: relative;
    z-index: 1;
}

/* 13 */
.btn-13 {
    background: linear-gradient(to bottom right, #daff47 0%, #14ff99 100%);
    border: 0;
    color: #000;
    box-shadow: 0 10px 30px 0 rgba(142, 121, 249, 0.25);
}

.btn-13:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn-13:hover {
    color: #000;
}

.btn-13:hover:after {
    top: 0;
    height: 100%;
    background-color: #14ff99;
    border-color: #14ff99;
}

.btn-13:active {
    top: 2px;
}

/* 14 */
.btn-14 {
    background: linear-gradient(to bottom right, #fdd099 0%, #ff6f3d 100%);
    ;
    border: 0;
    color: #fff;
    box-shadow: 0 10px 30px 0 rgba(253, 156, 40, 0.25);
}

.btn-14:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn-14:hover {
    color: #fff;
}

.btn-14:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
    background-color: #000d83;
    border-color: #000d83;
}

/* 15 */
.btn-15 {
    background: #008080;
    border-color: 1px solid #008080;
    color: #fff;
}

.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-15:hover {
    color: #fff;
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
    background-color: #024646;
    border-color: #024646;
}

.section-header {}

.section-header .sub-title {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-family: "Geist", sans-serif;
    font-weight: 700;
    padding-left: 25px;
    padding-top: 7px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.section-header .sub-title:before {
    position: absolute;
    content: '';
    background: #ff8956;
    width: 25px;
    height: 25px;
    left: 0px;
    top: 0px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}

.section-header .title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.29px;
    color: #000d83;
    text-shadow: 0px 3px 6px #0000001F;
    font-weight: 800;
}

.section-header .title2 {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.19px;
    color: #25262B;
    text-shadow: 0px 3px 6px #0000001F;
    font-weight: 600;
}

.section-header .para {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.14px;
    color: #25262B;
    text-shadow: 0px 3px 6px #0000001F;
}

/* ==========================================================================
PRELOAD ANIMATION
========================================================================== */
.loading--theme .loader {
    border-color: transparent #14ff99;
}

.loading--theme .loader::after {
    border-color: transparent rgba(0, 128, 128, .15);
}

#loading {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 99999999;
}

#loading {
    background-color: #000;
}

#loading-center {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-animation: loading-center-absolute 1s infinite;
    animation: loading-center-absolute 1s infinite;
}

.loader {
    border: 2px solid;
    border-color: transparent #ed3237;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 50px solid;
    border-color: transparent rgba(237, 50, 55, 0.15);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ==========================================================================
BACK TO TOP CSS
========================================================================== */

.book-demo-sec {
    width: 100%;
    padding: 60px 0;
}

.book-demo-inner-sec {
    background: #212121;
    border-radius: 20px;
    padding: 40px;
}

.enquiry-form {
    border: 1px solid #666;
}

.book-demo-right {
    padding: 90px;
}

.book-demo-right h2 {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}

.book-demo-right h2 span {
    background: linear-gradient(90deg, #daff47 40%, #14ff99 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.book-demo-right p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 20px !important;
}

.book-demo-right ul li {
    margin-bottom: 14px;
}

.book-demo-right ul li i {
    color: #14ff99;
    margin-right: 5px;
}

.demo-box-inner .aboutFeatureBoxinner {
    text-align: left;
}

.demo-box-sec {
    padding-bottom: 50px;
}

.progressParent {
    position: fixed;
    right: 30px;
    bottom: 70px;
    height: 36px;
    width: 36px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 0 2px #14ff99;
    box-shadow: inset 0 0 0 2px #14ff99;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progressParent.rn-backto-top-active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.progressParent::after {
    position: absolute;
    font-family: "Font Awesome 7 Pro";
    content: "\f062";
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    color: #14ff99;
    left: 0;
    top: 0;
    height: 36px;
    width: 36px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    font-weight: 900;
}

.progressParent svg path {
    fill: none;
}

.progressParent svg.backCircle path {
    stroke: #ddd;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.gradiantText {
    background: linear-gradient(90deg, #daff47 40%, #14ff99 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.section-sub-title {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #14ff99;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 1.125rem;
}

.section-sub-title:after,
.section-sub-title:before {
    content: "\f006 ";
    font-style: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-weight: 400 !important;
    font-feature-settings: normal;
    font-variant: normal;
}

.themeHeader_sec {
    margin-bottom: 40px;
}

.themeHeader_sec h2.title {
    font-size: 55px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
}

.themeHeader_sec h2.title span.textFont {
    font-weight: 700;
}

.themeHeader_sec p.para {
    max-width: 950px;
    margin: 0 auto;
}

.image-anime {
    position: relative;
    overflow: hidden;
}

.image-anime img {
    height: 100%;
    width: 100%;
    display: inline-block;
    object-fit: cover;
    transform-origin: left;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

/* web header */
.web-header {
    width: 100%;
    z-index: 10;
}

.homePageHeader .web-header {
    position: absolute;
    top: 0;
    left: 0;
}

.web-header-bottom {
    width: 100%;
}

.web-header-bottom-inner {}

.web-header-bottom-inner .nav-item {
    padding: 0 0px;
    position: relative;
}

.web-header-bottom-inner .nav-item:last-child {
    padding-right: 0;
}

.web-header-bottom-inner .nav-item:last-child::before {
    display: none;
}

.web-header-bottom-inner .nav-item .nav-link {
    font-size: 18px;
    color: #000d83;
    color: hsla(0, 0%, 100%, 0.85);
    padding: 40px 12px;
    font-weight: 600;
    transition: all .3s ease-in-out;
    position: relative;
}

.web-header-bottom-inner .nav-item .nav-link:after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    background-color: #fff;
    width: 0%;
    height: 2px;
    ransition: all .3s ease-in-out;
    display: none;
}

.web-header-bottom-inner .nav-item .nav-link:hover {
    color: #8e79f9;
    color: hsla(154, 100%, 54%, 1);
}

.web-header-bottom-inner .nav-item .nav-link:hover:after {
    color: #000;
    width: 100%;
}

.web-header-bottom-inner .nav-item.active .nav-link:after {
    color: #000;
    width: 100%;
}

.web-header-bottom-inner .menu-menu-1-container {
    margin-left: auto;
}

.web-header-bottom-inner .navbar-collapse {
    justify-content: end;
    margin-right: 15px;
}

.web-header-bottom-inner .navbar-nav {
    /*margin-left: auto;*/
}

.web-header-bottom-inner .navbar {
    padding: 0;
    margin: 0px;
}

.web-header-bottom-inner .navbar-brand {
    padding: 0;
}

.web-header-bottom-inner .navbar-brand img {
    max-width: 146px;
}

.sub-menu {
    position: absolute;
    top: 100%;
    /*left: -125%;*/
    right: 0;
    width: 200px;
    background: #fff;
    color: #25262B;
    padding: 0px 0;
    text-align: left;
    box-shadow: 0 3px 25px 0 rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
    -webkit-box-shadow: 0 3px 25px 0 rgb(43 52 59 / 10%), 0 0 0 rgb(43 52 59 / 10%) inset;
    border-radius: 6px;
    /*-webkit-transform: rotateX(-90deg);transform: rotateX(-90deg);-webkit-transform-origin: 0 0;transform-origin: 0 0;*/
    opacity: 0;
    visibility: hidden;
    /*-webkit-transform-origin: top;transform-origin: top;-webkit-animation-fill-mode: forwards;animation-fill-mode: forwards;*/
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
}

.web-header-bottom-inner .nav-item:hover .sub-menu {
    opacity: 1;
    display: block;
    visibility: visible;
    height: auto;
    /* -webkit-transform: rotateX(0);transform: rotateX(0);*/
}

.dropdown_menu {}

.dropdown_menu:after {
    content: '\f107  ';
    position: absolute;
    z-index: 1;
    top: 20px;
    right: -2px;
    font-family: FontAwesome;
    font-size: 14px;
    color: #000;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
}

.sub-menu>li {
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.sub-menu>li:last-child {
    border-bottom: none;
}

.sub-menu>li {
    list-style: none;
    padding: 0px !important;
}

.sub-menu>li>a {
    display: block;
    color: #25262B;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.sub-menu>li>a:before,
.sub-menu>li>a:after {
    display: none;
}

.sub-menu>li.active a,
.sub-menu>li>a:hover,
.sub-menu>li>a:focus {
    text-decoration: none;
    color: #000;
}

.sub-menu>li:last-child a {
    padding-right: 10px;
}

.sub-menu>li>a:before {
    display: none;
}

.web-header-bottom-inner .rightPart {
    margin-left: 45px;
}

.homePageMain {}

.homeBannerSec {
    padding: 180px 0 40px;
}

.homeBannerSecinner {
    position: relative;
}

.homeBannerSecinner .shape-icon img {
    position: absolute;
}

.homeBannerSecinner .shape-icon img:first-child {
    left: -100px;
    top: -20px;
}

.homeBannerSecinner .shape-icon img:nth-child(2) {
    left: 48%;
    bottom: -30%;
}

.homeBannerSecinner .shape-icon img:last-child {
    right: 0;
    top: -0%;
}

.homeBannerSecinner .rowBox {
    align-items: center;
}

.homeBannerSecinner .columnBox {}

.homeBannerSecinner .homeBannerContentBox {}

.homeBannerSecinner .homeBannerThumnailBox {}

.homeBannerContent {
    max-width: 896px;
    margin: 0 auto;
    text-align: center;
}

.homeBannerContent .subTitle {
    font-size: 22px;
    display: inline-block;
    background: linear-gradient(90deg, #daff47 40%, #14ff99 100%);
    background-clip: border-box;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    letter-spacing: 1.68px;
    position: relative;
    padding: 0px 0px 28px;
    text-transform: uppercase;
}

.homeBannerContent .title {
    font-size: 64px;
    line-height: 74px;
    font-weight: 900;
    margin-bottom: 15px;
}

.homeBannerContent .title .gradiantText {
    color: #14ff99;
}

.homeBannerContent .para {
    font-size: 20px;
    line-height: 26px;
}

.homeBannerContent .homeBannerBtns {
    margin-top: 35px;
}

.homeBannerContent .homeBannerBtns .custom-btn {}

.homeBannerThumnail {
    position: relative;
    text-align: center;
}

.homeBannerThumnail:after,
.homeBannerThumnail:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.homeBannerThumnail:before {
    width: 616px;
    height: 616px;
    background-image: url(../images/line-bar.png);
    opacity: .1;
    border-radius: 50%;
}

.homeBannerThumnail:after {
    width: 416px;
    height: 416px;
    flex-shrink: 0;
    border-radius: 416px;
    opacity: .5;
    background: hsl(72 100% 64% / 1);
    mix-blend-mode: screen;
    filter: blur(130px);
}

.homeBannerThumnail img {
    max-width: 80%;
}

.homeAboutUsSec {}

.homeAboutUsSec .about-shape {}

.homeAboutUsSec .about-shape img {
    position: absolute;
}

.homeAboutUsSec .about-shape img:first-child {
    right: -5%;
}

.homeAboutUsSec .about-shape img:last-child {
    bottom: 25%;
    left: -7%;
}

.homeAboutUsSecinner {}

.homeAboutUsTabNav {
    margin-bottom: 100px;
}

.homeAboutUsTabNav .nav-pills {
    justify-content: center;
    max-width: 55%;
    flex-wrap: nowrap;
    margin: 0 -5px;
    margin: 0 auto;
}

.homeAboutUsTabNav .nav-pills .nav-item {
    width: 33.33%;
    padding: 0 5px;
}

.homeAboutUsTabNav .nav-pills .nav-link {
    display: block;
    text-align: center;
    padding: 15px 15px;
    background-color: transparent;
    border: 2px solid #999;
    color: #999;
    height: 100%;
}

.homeAboutUsTabNav .nav-pills .nav-link .icon {
    font-size: 35px;
    display: block;
    margin-bottom: 10px;
}

.homeAboutUsTabNav .nav-pills .nav-link .icon img {}

.homeAboutUsTabNav .nav-pills .nav-link .txt {
    display: block;
}

.homeAboutUsTabNav .nav-pills .nav-link.active,
.homeAboutUsTabNav .nav-pills .show>.nav-link {
    background-color: transparent;
    border-color: #14ff99;
    color: #14ff99;
}

.aboutTabContentTopArea {
    margin-bottom: 60px;
}

.aboutTabContentTopArea .rowBox {
    align-items: center;
}

.aboutTabContentTopArea .columnBox {}

.aboutTabContentTopArea .secThumnailBox {
    margin-bottom: 30px;
}

.aboutTabContentTopArea .secContentBox {
    margin-bottom: 30px;
}

.aboutTabContentTopArea .secContent {}

.aboutTabContentTopArea .secContent .title {
    font-size: 35px;
    line-height: 43px;
    font-weight: 800;
    color: #fff;
    color: #14ff99;
    margin-bottom: 15px;
}

.aboutTabContentTopArea .secContent .para {}

.aboutTabContentTopArea .secContent .secBtns {
    margin-top: 35px;
}

.aboutTabContentTopArea .secThumnail {}

.aboutTabContentTopArea .secThumnail img {
    max-width: 80%;
}

.aboutTabContentBottomArea {}

.aboutTabContentBottomArea .rowBox {}

.aboutTabContentBottomArea .columnBox {}

.aboutTabContentBottomArea .aboutFeatureBox {}

.aboutFeatureBoxinner {
    display: block;
    background-color: #1c1c1c;
    color: hsla(0, 0%, 100%, 0.85);
    border-radius: 8px;
    padding: 25px 25px;
    text-align: center;
    height: 100%;
}

.aboutFeatureBoxinner .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom right, #daff47 0%, #14ff99 100%);
    color: #000;
    width: 64px;
    height: 64px;
    margin-bottom: 15px;
    border-radius: 50%;
    font-size: 30px;
}

.aboutFeatureBoxinner .icon img {}

.aboutFeatureBoxinner .content {}

.aboutFeatureBoxinner .content .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    color: #14ff99;
    margin-bottom: 15px;
}

.aboutFeatureBoxinner .content .para {}

.affiliateSec {}

.services-shape img {
    position: absolute;
}

.services-shape img:first-child {
    left: -8%;
    bottom: 20%;
}

.services-shape img:last-child {
    right: -7%;
}

.affiliateSmallBoxArea {}

.affiliateSmallBoxArea .rowBox2 {
    margin-left: -5px;
    margin-right: -5px;
}

.affiliateSmallBoxArea .columnBox2 {
    padding-left: 5px;
    padding-right: 5px;
}

.affiliateSmallBoxArea .affiliateSmallBox {
    margin-bottom: 10px;
}

.affiliateSmallBoxinner {
    background-color: #1c1c1c;
    color: hsla(0, 0%, 100%, 0.85);
    border-radius: 8px;
    padding: 15px 15px;
    text-align: center;
    height: 100%;
}

.affiliateSmallBoxinner .icon {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
}

.affiliateSmallBoxinner .icon img {}

.affiliateSmallBoxinner .ttl {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    color: #14ff99;
}

.homeOurIntegrationSec {}

.trade-smartet-shape img {
    position: absolute;
}

.trade-smartet-shape img:first-child {
    right: -7%;
    bottom: 15%;
}

.trade-smartet-shape img:last-child {
    top: 15%;
    left: -7%;
}

.homeOurIntegrationSecinner {}

.ecosystem {
    position: relative;
    max-width: 1200px;
    height: 450px;
    margin: auto;
}

.ecosystem .block {
    position: absolute;
    text-align: center;
    width: max-content;
    max-width: 100%;
}

.ecosystem .block h4 {
    margin-bottom: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}

.ecosystem .pill {
    display: flex;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 40px;
    border: 1px solid #484848;
    background-color: #1c1c1c;
    /* background: #f9fcff; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    justify-content: center;
}

.ecosystem .pill span {
    padding: 6px 12px;
    /* background: white; */
    background-color: #fff;
    color: #000;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    background: #fff;
    border-radius: 70px;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    height: 40px;
    padding: 10px;
    transition: transform .2s;
    display: flex;
}

.ecosystem .pill span img {
    max-width: 70px;
    max-height: 24px;
    display: inline-block;
}

.ecosystem .pill span.more {
    border-radius: 50%;
    width: 40px;
    min-width: 1px;
    height: 40px;
}

.ecosystem .more {
    background: #eaf4ff;
    font-weight: 600;
}

.fxt-client-box-top-left-line {
    background: linear-gradient(#14ff99 0% 100%);
    width: 1px;
    height: 60px;
    position: absolute;
    top: -25px;
    right: 170px;
    transform: rotate(-45deg);
}

.fxt-client-box-top-left-line:after {
    content: "";
    background: linear-gradient(#003a8100 0%, #4dff82 100%);
    width: 1px;
    height: 58px;
    position: absolute;
    top: -49px;
    right: 20px;
    transform: rotate(-45deg);
}

.fxt-client-box-top-right-line {
    background: linear-gradient(#14ff99 0% 100%);
    width: 1px;
    height: 60px;
    position: absolute;
    top: -25px;
    left: 170px;
    transform: rotate(45deg);
}

.fxt-client-box-top-right-line:after {
    content: "";
    background: linear-gradient(#003a8100 0%, #4dff82 100%);
    width: 1px;
    height: 58px;
    position: absolute;
    top: -49px;
    left: 20px;
    transform: rotate(45deg);
}

.fxt-client-box-bottom-left-line {
    background: linear-gradient(#14ff99 0% 100%);
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: -25px;
    right: 170px;
    transform: rotate(45deg);
}

.fxt-client-box-bottom-left-line:after {
    content: "";
    background: linear-gradient(#4dff82 0%, #003a8100 100%);
    width: 1px;
    height: 58px;
    position: absolute;
    bottom: -49px;
    right: 20px;
    transform: rotate(45deg);
}

.fxt-client-box-bottom-right-line {
    background: linear-gradient(#14ff99 0% 100%);
    width: 1px;
    height: 60px;
    position: absolute;
    bottom: -25px;
    left: 170px;
    transform: rotate(-45deg);
}

.fxt-client-box-bottom-right-line:after {
    content: "";
    background: linear-gradient(#4dff82 0%, #003a8100 100%);
    width: 1px;
    height: 58px;
    position: absolute;
    bottom: -49px;
    left: 20px;
    transform: rotate(-45deg);
}

.ecosystem .top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ecosystem .left {
    top: 115px;
    left: 0;
}

.ecosystem .right {
    top: 115px;
    right: 0;
}

.ecosystem .bottom-left {
    top: 235px;
    left: 0;
}

.bottom-right {
    top: 235px;
    right: 0;
}

.ecosystem .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ecosystem .circle {
    width: 140px;
    height: 140px;
    background: linear-gradient(135deg, #0066cc, #004b99);
    background: linear-gradient(to bottom right, #daff47 0%, #14ff99 100%);
    color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: bold;
    box-shadow: 0 10px 30px rgba(75, 255, 130, 0.35);
}

.ecosystem .circle span {
    color: #00d4ff;
}


@media (max-width: 1024px) {
    .homeBannerSecinner .shape-icon img:first-child {
        left: 0;
        top: -20px;
    }

    .homeBannerSecinner .shape-icon img:nth-child(2) {
        left: 0%;
        bottom: -30%;
    }

    .homeBannerSecinner .shape-icon img:last-child {
        right: -5%;
        top: 0%;
    }

    .services-shape img:first-child {
        left: 0%;
        bottom: 20%;
    }

    .services-shape img:last-child {
        right: 0%;
    }

    .homeAboutUsSec .about-shape img:first-child {
        right: 0%;
    }

    .homeAboutUsSec .about-shape img:last-child {
        bottom: 25%;
        left: 0%;
    }

    .trade-shape img:first-child {
        left: 0%;
    }

    .trade-shape img:last-child {
        right: 0%;
        bottom: 0;
    }

    .trade-shape img:last-child {
        right: 0%;
        bottom: 0;
    }

    .trade-smartet-shape img:first-child {
        right: 0%;
        bottom: 0;
    }

    .trade-smartet-shape img:last-child {
        top: 15%;
        left: 0%;
    }

    .pricing-shape img:first-child {
        left: 0%;
        top: 10%;
    }

    .pricing-shape img:nth-child(2) {
        right: 0%;
        bottom: 10%;
    }

    .ecosystem {
        height: auto;
        padding-top: 230px;
    }

    .ecosystem .left,
    .ecosystem .right {
        top: 230px;
    }

    .ecosystem .block {
        position: relative;
        text-align: center;
        width: max-content;
        max-width: 100%;
        top: 0 !important;
        left: 0 !important;
        right: 0;
        transform: inherit !important;
        margin: 0 auto 15px;
    }

    .ecosystem .center {
        top: 100px;
    }
}

@media (max-width: 768px) {
    .ecosystem {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .ecosystem .block {
        position: static;
    }

    .center {
        position: static;
        transform: none;
        margin: 20px 0;
    }

    .ecosystem .circle {
        width: 120px;
        height: 120px;
        font-size: 24px;
    }

    .ecosystem .pill {
        max-width: 100%;
    }
}

.homeOurSolutionSec {}

.trade-shape img {
    position: absolute;
}

.trade-shape img:first-child {
    left: -7%;
}

.trade-shape img:last-child {
    right: -7%;
    bottom: 0;
}

.homeOurSolutionSecinner {}

.homeOurSolutionSecinner .aboutTabContentBottomArea .aboutFeatureBox {
    margin-bottom: 30px;
}

.homeOurSolutionSecinner .aboutFeatureBoxinner {
    text-align: left;
}

.homeOurSolutionSecinner .aboutFeatureBoxinner .content .title {
    margin-bottom: 5px;
}

.homeOurSolutionSecinner .aboutFeatureBoxinner .content .para {
    margin-bottom: 5px;
}

.homeOurSolutionSecinner .aboutFeatureBoxinner .content .list {}

.homeOurSolutionSecinner .aboutFeatureBoxinner .content .list li {}

.homeOurSolutionSecinner .aboutFeatureBoxinner .content .list li:last-child {}

.homeOurSolutionSecinner .aboutFeatureBoxinner .content .list li i {
    color: #14ff99;
    margin-right: 5px;
}



.quickContactSec {}

.pricing-shape img {
    position: absolute;
}

.pricing-shape img:first-child {
    left: -7%;
    top: 10%;
}

.pricing-shape img:nth-child(2) {
    right: -7%;
    bottom: 10%;
}

.quickContactSecinner {}

.quickContactWrapper {
    background-color: #1c1c1c;
    color: hsla(0, 0%, 100%, 0.85);
    border-radius: 15px;
    padding: 40px;
}

.quickContactHeader {}

.quickContactHeader .themeHeader_sec {
    margin-bottom: 30px;
}

.quickContactForm {}

.quickContactForm .rowBox2 {}

.quickContactForm .columnBox2 {}

.quickContactForm .form-group {
    margin-bottom: 20px;
}

.quickContactForm .form-group .labelName {
    margin-bottom: 10px;
}

.quickContactForm .form-group .form-control {
    background-color: transparent;
    color: #fff;
    box-shadow: none !important;
    border-color: #666;
}

.quickContactForm .form-group .form-select {
    background-color: transparent;
    color: #fff;
    box-shadow: none !important;
    border-color: #666;
}

.quickContactForm .form-group .quickContactFormBtns {}

.quickContactForm .form-group .form-control::placeholder {
    color: #444343;
}

.quickContactForm .form-group .form-control::-ms-input-placeholder {
    color: #444343;
}

.joinUsSec {}

.joinUsSecinner {
    /*background-color: #1c1c1c;*/
    border: 1px solid #666;
    color: hsla(0, 0%, 100%, 0.85);
    border-radius: 15px;
    padding: 40px;
}

.joinUsSecinner .rowBox {
    align-items: center;
}

.joinUsSecinner .columnBox {}

.joinUsThmnail {
    text-align: center;
}

.joinUsThmnail img {}

.joinUsContent {
    text-align: center;
}

.joinUsContent .title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    color: #14ff99;
}

.joinUsBtns {
    text-align: center;
}

.joinUsBtns .custom-btn {}

.innerPageBreadcrumbSec {
    position: relative;
    padding: 140px 0 80px;
    margin-bottom: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.innerPageBreadcrumbSec:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.innerPageBreadcrumbSecinner {
    position: relative;
}

.innerPageBreadcrumbSecinner .breadcrumb__wrapper {
    text-align: center;
}

.innerPageBreadcrumbSecinner .breadcrumb__title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px;
}

.innerPageBreadcrumbSecinner .breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: Jost;
}

.innerPageBreadcrumbSecinner .breadcrumb__item {
    color: #fff;
    padding: 0 5px;
    font-weight: 400;
    font-size: 16px;
}

.innerPageBreadcrumbSecinner .breadcrumb__item a {
    display: inline-block;
    transition: .2s linear;
    text-decoration: none;
    color: #fff;
}

.innerPageBreadcrumbSecinner .breadcrumb__item a:hover {}

.innerPageBreadcrumbSecinner .breadcrumb__item .breadcrumb__item-text {
    color: #14ff99;
}

.contact-info,
.enquiry-form {
    background-color: #212121;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
}

.enquiry-form .rowBox {}

.enquiry-form .columnBox {}

.contact-info {}

.contact-info h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 900;
    color: #fff;
}

.contact-info p {
    margin-bottom: 5px;
}

.contact-info ul {}

.contact-info ul li,
.enquiry-form ul li {
    align-items: center;
}

.contact-info ul .icon,
.enquiry-form ul .icon {
    background-color: #181818;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
    font-size: 1rem;
}

.contact-info ul p,
.enquiry-form ul p {
    font-weight: 400;
    margin: 0;
    color: #D9D9D9;
    max-width: 225px;
}

.contact-info ul p a,
.enquiry-form ul p a {
    color: #fff;
}

.contact-info ul p a:hover,
.enquiry-form ul p a:hover {
    color: #14ff99;
}

.enquiry-form h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 900;
    color: #fff;
}

.enquiry-form .form-control {
    background-color: transparent;
    color: #fff;
    box-shadow: none !important;
    border-color: #666;
}

.enquiry-form .form-control::placeholder {
    color: #ddd;
    opacity: 1;
    /* Firefox */
}

.enquiry-form .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #ddd;
}

.enquiry-form .form-select {
    background-color: transparent;
    color: #fff;
    box-shadow: none !important;
    border-color: #666;
}

.social-icon,
.social-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info .social-icon,
.enquiry-form .social-icon {
    justify-content: start;
}

.contact-info ul li,
.enquiry-form ul li {
    align-items: center;
}

.social-icon {
    gap: 10px;
    margin-top: 17px;
}

.social-icon a {
    border: 1px solid #2e2d2d;
    color: #fff;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    font-size: 1rem;
    transition: all .3s;
}

.contactMapArea iframe {
    width: 100%;
    height: 300px;
}

.missionVissionBox .aboutFeatureBoxinner {
    padding: 15px 15px;
    text-align: left;
}

.missionVissionBox .aboutFeatureBoxinner .icon {
    width: 45px;
    height: 45px;
    margin-bottom: 0px;
    margin-right: 15px;
    font-size: 22px;
}

.missionVissionBox .aboutFeatureBoxinner .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.missionVissionBox .aboutFeatureBoxinner .content .title {
    margin-bottom: 2px;
}

.custom--accordion {
    border: 0;
    background-color: transparent;
}

.custom--accordion .accordion-item {
    margin-bottom: 15px;
    border-radius: 8px !important;
    background-color: transparent;
    border: 0;
}

.custom--accordion .accordion-button {
    background-color: #212121;
    color: #fff;
    font-size: 1.125rem;
    padding: 20px 30px;
    border: 0;
    border-radius: 6px !important;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    background-color: #14ff99;
    color: #000;
    box-shadow: none;
    border: 0;
}

.custom--accordion .accordion-button[aria-expanded=false]:after,
.custom--accordion .accordion-button[aria-expanded=true]:after {
    background-image: inherit;
    font-family: FontAwesome;
    font-weight: 900;
    content: "\f106 ";
    display: inline-block;
    position: absolute;
    right: 15px;
    height: unset;
}

.custom--accordion .accordion-body {
    padding: 20px 20px;
    background-color: #212121;
    color: #fff;
}

.bookDemoPageSec .contact-info {
    height: 100%;
}

.bookDemoPageSec .contact-info h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    color: #fff;
    color: #14ff99;
}

.bookDemoPageSec .contact-info ul {
    gap: 0px !important;
    margin-left: 15px;
}

.bookDemoPageSec .contact-info ul li {
    list-style-type: disc;
}

.bookDemoPageSec .contact-info ul li:last-child {}

.bookDemoPageSec .enquiry-form {
    height: 100%;
}

.bookDemoPageSec .enquiry-form h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    color: #fff;
    color: #14ff99;
}

.homeBannerSec.innerPageBannerSec {
    padding: 180px 0 100px;
}

.innerNavMenuSec {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: hsl(180 2% 8%);*/
    z-index: 10;
}

.innerNavMenuSec.fixed-menu {
    background-color: hsl(180 2% 8%);
}

.innerNavMenuSecinner {}

.innerNavMenuSecinner nav {}

.innerNavMenuSecinner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.innerNavMenuSecinner ul li {
    display: inline-block;
}

.innerNavMenuSecinner ul li:last-child {}

.innerNavMenuSecinner ul li a {
    display: inline-block;
    position: relative;
    padding: 10px 0px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.innerNavMenuSecinner ul li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    background-color: #fff;
    height: 1px;
}

.innerNavMenuSecinner ul li a:hover {
    color: #14ff99;
}

.innerNavMenuSecinner ul li a:hover:after {
    width: 100%;
    background-color: #14ff99;
}

.innerNavMenuSecinner ul li.active a {
    color: #14ff99;
}

.innerNavMenuSecinner ul li.active a:after {
    width: 100%;
    background-color: #14ff99;
}


.web-footer {}

.upperFooter {
    padding: 30px 0;
}

.footer-item__title {
    color: #fff;
    /* padding-bottom: 10px; */
    margin-bottom: 20px;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.footer-menu {
    display: flex;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    padding-bottom: 10px;
}

.footer-menu__item:last-child {
    padding-bottom: 0;
}

.footer-menu__link {
    color: #fff;
}

.footer-menu__link:hover {
    color: #14ff99;
    text-decoration: underline;
}

.footer-contact-menu__item {
    display: flex;
    padding-bottom: 12px;
}

.footer-contact-menu__item-content {
    width: calc(100% - 15px);
    padding-left: 15px;
}

.footer-contact-menu__item-icon {
    width: 15px;
    color: #14ff99;
    font-size: 14px;
}

.footer-contact-menu__item p {
    margin: 0;
    color: #D9D9D9;
}

.footer-contact-menu__item p a {
    color: #D9D9D9;
}

.footer-contact-menu__item p a:hover {
    color: #14ff99;
    text-decoration: underline;
}

.footer-item .social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 30px;
}

.footer-item .social-list .social-list__item {
    margin-right: 10px;
}

.footer-item .social-list .social-list__item:last-child {
    margin-right: 0;
}

.footer-item .social-list .social-list__item .social-list__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    transition: .3s;
    cursor: pointer;
    border: 1px solid #14ff99;
    color: #fff;
}

.footer-logo {
    margin-bottom: 10px;
}

.footer-logo img {
    max-width: 164px;
    width: 100%;
}

.lowerFooter {}

.lowerFooterinner {
    padding: 30px 0;
    border-top: 1px solid #2a2a2a;
}

.lowerFooterinner .copyrightText {
    color: #D9D9D9;
}

.lowerFooterinner .copyrightText a {
    color: #D9D9D9;
}

.lowerFooterinner .copyrightText a:hover {
    color: #14ff99;
}

.lowerFooterinner .lowerFooterLinks {}

.lowerFooterinner .lowerFooterLinks a {
    color: #D9D9D9;
}

.lowerFooterinner .lowerFooterLinks a:hover {
    color: #14ff99;
}


@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100px, 0)
    }

    100% {
        opacity: 1;
        transform: none
    }
}

.owl-item .slider-content * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-item.active .slider-animated-1 h1 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.owl-item.active .slider-animated-1 .hpmePanerBannerBtns a {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.owl-item.active .slider-animated-1 span {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.owl-item.active .slider-animated-1 p {
    -webkit-animation-delay: 1.0s;
    animation-delay: 1.0s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.5);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

[data-animation] {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.animations-disabled,
.animations-disabled [data-animation] {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

.slideInLeft {
    -webkit-animation-name: slideInleft;
    animation-name: slideInleft;
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.fadeOut {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-direction: reverse;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.zoomOut {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    animation-direction: reverse;
}

.zoomReverseIn {
    -webkit-animation-name: zoomReverseIn;
    animation-name: zoomReverseIn;
}

.zoomReverseOut {
    -webkit-animation-name: zoomReverseIn;
    animation-name: zoomReverseIn;
    animation-direction: reverse;
}

.flipInY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

.flipOutY {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-direction: reverse;
}

/*
@-webkit-keyframes blinker {
from {opacity: 1.0;}
to {opacity: 0.4;}
}
.blink{
text-decoration: blink;
-webkit-animation-name: blinker;
-webkit-animation-duration: 0.6s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease-in-out;
-webkit-animation-direction: alternate;
}
@keyframes rotation {
0% {
transform: rotate(0);
}
to {
transform: rotate(359deg);
}
}@keyframes ripple {
0%, 35% {
transform: scale(0);
opacity: 1;
}
@-webkit-keyframes bounce {
from {
-webkit-transform: translateY(0px);
transform: translateY(0px); }
to {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); } }
@keyframes bounce {
from {
-webkit-transform: translateY(0px);
transform: translateY(0px); }
to {
-webkit-transform: translateY(-30px);
transform: translateY(-30px); } }
@keyframes off-on {
0% {
opacity: 0;
}
75% {
opacity: 1;
}
to {
opacity: 0;
}
}
*/
@-webkit-keyframes bounce {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@keyframes bounce {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    to {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

@-webkit-keyframes animate-1 {

    0%,
    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }

    50% {
        -webkit-transform: translateY(-1.5vh) translateX(5vmin);
        transform: translateY(-1.5vh) translateX(5vmin)
    }
}

@keyframes animate-1 {

    0%,
    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }

    50% {
        -webkit-transform: translateY(-1.5vh) translateX(5vmin);
        transform: translateY(-1.5vh) translateX(5vmin)
    }
}

@-webkit-keyframes animate-2 {

    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-15vmin);
        transform: translateY(-15vmin)
    }
}

@keyframes animate-2 {

    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-15vmin);
        transform: translateY(-15vmin)
    }
}

@-webkit-keyframes animate-3 {

    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-5vmin);
        transform: translateY(-5vmin)
    }
}

@keyframes animate-3 {

    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-5vmin);
        transform: translateY(-5vmin)
    }
}

@-webkit-keyframes animate-4 {

    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10vmin);
        transform: translateY(10vmin)
    }
}

@keyframes animate-4 {

    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10vmin);
        transform: translateY(10vmin)
    }
}

@-webkit-keyframes animate-5 {

    0%,
    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }

    50% {
        -webkit-transform: translateY(-1.5vh) translateX(5vmin);
        transform: translateY(-1.5vh) translateX(5vmin)
    }
}

@keyframes animate-5 {

    0%,
    to {
        -webkit-transform: translateY(0) translateX(0);
        transform: translateY(0) translateX(0)
    }

    50% {
        -webkit-transform: translateY(-1.5vh) translateX(5vmin);
        transform: translateY(-1.5vh) translateX(5vmin)
    }
}

@keyframes rotateIt {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes rotateIt2 {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes movescale {
    0% {
        transform: scale(.6)
    }

    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(.6)
    }
}

@keyframes movescale {
    0% {
        transform: scale(.6)
    }

    50% {
        transform: scale(.8)
    }

    to {
        transform: scale(.6)
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(8px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(8px)
    }

    to {
        transform: translateX(0)
    }
}


/* forex crm html */

.features-box {
    display: block;
    background-color: #1c1c1c;
    color: hsla(0, 0%, 100%, 0.85);
    border-radius: 8px;
    padding: 25px 25px;
    height: 100%;
}

.features-box h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.features-bottom ul li {
    display: flex;
}

.features-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom right, #daff47 0%, #14ff99 100%);
    color: #000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 17px;
}

.features-dtl {
    width: 90%;
    padding-left: 18px;
}

.features-dtl h5 {
    font-size: 17px;
}

.testimonials-box-inner {
    background-color: #1c1c1c;
    color: hsla(0, 0%, 100%, 0.85);
    border-radius: 8px;
    padding: 25px 25px;
    height: 362px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonials-img svg {
    margin-bottom: 12px;
}

.client-sec {
    display: flex;
    align-items: center;
}

.client-left {
    width: 15%;
}

.client-user {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(90deg, #daff47 40%, #14ff99 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    font-weight: 800;
}

.client-right {
    width: 85%;
    padding-left: 15px;
}

.client-right p {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.compait-table {
    background: #1c1c1c;
    border-radius: 15px;
    overflow: hidden;
}

.compait-table table {
    width: 100%;
}

.compait-table table thead tr th {
    font-size: 17px;
    background: #14ff99;
    color: #000;
    padding: 12px 12px;
}

.compait-table table tbody tr {
    border-bottom: 1px solid #2a2a2a;
}

.compait-table table tbody tr:last-child {
    border: 0;
}

.compait-table table tbody tr td {
    font-size: 16px;
    padding: 12px 12px;
}

/* timeline sec */

.timelineinnersec {
    position: relative;
}

.timelineRail {
    position: absolute;
    top: 0px;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    border-radius: 999px;
    background: #999;
}

.timelineItem {
    position: relative;
    width: 100%;
    margin: 0 0 70px;
    display: flex;
    justify-content: flex-start;
}

.timelineinnersec .timelineItem:last-child {
    margin: 0 0 0px;
}

.timelineItem.right {
    justify-content: flex-end;
}

.timelineDot {
    width: 28px;
    height: 28px;
    background: #14ff99;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.card {
    width: min(520px, 92%);
    background: var(--surface);
    border-radius: var(--radius);
    box-shadow: var(--cardShadow);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    position: relative;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 38px -18px rgba(0, 0, 0, 0.42);
}

.cardTop {
    position: relative;
}

.imgWrap {
    width: 100%;
    height: 190px;
    background: linear-gradient(135deg,
            rgba(63, 81, 181, 0.12),
            rgba(255, 64, 129, 0.08));
    overflow: hidden;
}

.imgWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 0.35s ease;
}

.card:hover .imgWrap img {
    transform: scale(1.06);
}

.cardTop::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0) 30%,
            rgba(0, 0, 0, 0.2));
    pointer-events: none;
}

.date {
    position: absolute;
    top: 12px;
    right: 12px;
    padding: 8px 10px;
    border-radius: 12px;
    background: rgba(255, 64, 129, 0.92);
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.3px;
    box-shadow: 0 14px 28px rgba(255, 64, 129, 0.25);
}

.cardBody {
    padding: 18px 18px 16px;
    background-color: #1c1c1c;
    color: hsla(0, 0%, 100%, 0.85);
    border-radius: 8px;
}

.cardBody h2 {
    font-size: 22px;
    margin-bottom: 8px;
}

.cardBody p {
    color: var(--muted);
    line-height: 1.65;
    margin-bottom: 12px;
}

.meta {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.meta li {
    position: relative;
    padding-left: 18px;
    color: rgba(33, 33, 33, 0.82);
    font-size: 14px;
}

.meta li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(63, 81, 181, 0.85);
    position: absolute;
    left: 0;
    top: 7px;
}

.footerNote {
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: var(--muted);
    font-size: 13px;
}

.pulse {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(63, 81, 181, 0.85);
    box-shadow: 0 0 0 0 rgba(63, 81, 181, 0.35);
    animation: pulse 1.4s ease-in-out infinite;
}

/* reveal animation */
.reveal {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.left {
    transform: translate(-56px, 16px);
}

.reveal.right {
    transform: translate(56px, 16px);
}

.reveal.show {
    opacity: 1;
    transform: translate(0, 0);
}

/* little arrow pointers like classic timeline */
.timelineItem.left .card::after,
.timelineItem.right .card::after {
    content: "";
    position: absolute;
    top: 36px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timelineItem.left .card::after {
    right: -14px;
    border-width: 10px 0 10px 14px;
    border-color: transparent transparent transparent var(--surface);
    filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.15));
}

.timelineItem.right .card::after {
    left: -14px;
    border-width: 10px 14px 10px 0;
    border-color: transparent var(--surface) transparent transparent;
    filter: drop-shadow(0 12px 14px rgba(0, 0, 0, 0.15));
}

/* Go top button */
.toTop {
    position: fixed;
    right: 18px;
    bottom: 18px;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(245, 245, 245, 0.92);
    color: rgba(33, 33, 33, 0.88);
    font-size: 18px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.toTop.show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.toTop:hover {
    transform: translateY(-2px);
}

.step-box {
    display: inline-block;
    background: linear-gradient(90deg, #daff47 40%, #14ff99 100%);
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 15px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.time-sec {
    color: #999;
    font-size: 13px;
}

.interface-sec {
    text-align: center;
}

.homeOurSolutionSecinner .aboutTabContentBottomArea .aboutFeatureBox {
    margin-bottom: 30px;
}

.trusted-img {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 74px;
}

.trusted-img img {
    width: 78px;
}

/* blog list html */

.blog-top-inner {
    text-align: center;
}

.blog-top-inner h2 {
    font-size: 45px;
    margin-bottom: 25px;
}

.blog-top-inner p {
    font-size: 18px;
    margin-bottom: 28px;
}

.blog-search {
    background-color: transparent;
    color: #fff;
    box-shadow: none !important;
    border-color: #666;
    height: 55px;
    padding-left: 48px;
}

.blog-search::placeholder {
    color: #999;
}

.blog-search:focus {
    background-color: transparent;
    color: #fff;
}

.blog-search-box {
    position: relative;
}

.blog-search-box i {
    color: hsl(0deg 0% 100% / 85%);
    position: absolute;
    left: 15px;
    top: 19px;
    font-size: 21px;
}

.blog-top-inner {
    max-width: 703px;
    margin: 0 auto;
}

.blog-list-inner .blog-heading {
    font-size: 33px;
    margin-bottom: 30px;
}

.blog-list-box {
    display: block;
    background-color: #1c1c1c;
    color: hsla(0, 0%, 100%, 0.85);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 24px;
}

.blog-list-img img {
    width: 100%;
}

.blog-list-info {
    padding: 25px 20px 20px 20px;
}

.blog-list-info h3 {
    text-align: left;
    font-size: 20px;
}

.blog-list-info h3 a {
    color: #fff;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.blog-list-info h3 a:hover {
    color: #daff47;
}

.blog-list-info p {
    text-align: left;
    color: #999;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.read-more-btn {
    text-align: right;
}

.read-more-btn a {
    font-size: 16px;
    display: inline-block;
    background: linear-gradient(90deg, #daff47 40%, #14ff99 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.read-more-btn a i {
    font-size: 14px;
}

.load-more-sec {
    text-align: center;
}

/* blog details sec */

.blog-details-inner {
    display: flex;
    margin: 0 -14px;
}

.blog-details-left {
    width: 70%;
    padding: 0 14px;
}

.blog-details-right {
    width: 30%;
    padding: 0 14px;
}

.blog-details-left h2 {
    font-size: 25px;
    margin-bottom: 20px;
}

.date-time-sec {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}

.date-time-sec li {
    font-size: 16px;
    color: #999;
}

.share-sec h3 {
    font-size: 20px;
}

.share-sec-inner {
    display: flex;
    align-items: center;
}

.share-sec-inner a {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.facebook {
    background-color: #4267B3;
}

.linkdin {
    background-color: #0077B5;
}

.twitter {
    background-color: #000;
}

.link {
    background: lab(91.6229% -.159115 -2.26791);
    color: #000 !important;
}

.share-sec {
    margin-bottom: 25px;
}

.blog-dtl-img {
    margin-bottom: 20px;
}

.blog-dtl-img img {
    width: 100%;
}

.blog-dtl-bottom h3 {
    font-size: 23px;
}

.blog-dtl-bottom ul {
    margin-bottom: 20px;
}

.blog-dtl-bottom ul li {
    position: relative;
    padding-left: 20px;
}

.blog-dtl-bottom ul li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 8px;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

.blog-faq-sec {
    margin-top: 40px;
}

.blog-faq-sec h3 {
    font-size: 22px;
}

.blog-faq-sec h4 {
    font-size: 20px;
}

.blog-faq-sec p {
    color: #999;
}

.demo-sec {
    width: 100%;
    background-color: #1c1c1c;
    color: hsla(0, 0%, 100%, 0.85);
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
}

.demo-sec .custom-btn {
    width: 100%;
}

.artical-box {
    width: 100%;
    background-color: #1c1c1c;
    color: hsla(0, 0%, 100%, 0.85);
    border-radius: 8px;
    padding: 24px;
}

.artical-box ul li a {
    display: flex;
}

.artical-left {
    width: 25%;
}

.artical-left img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.artical-right {
    width: 75%;
    padding-left: 10px;
}

.artical-box ul li a:hover .artical-right h6 {
    color: #14ff99;
}

.artical-right h6 {
    font-size: 14px;
    color: #fff;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.artical-right p {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.artical-box ul li {
    border-bottom: 1px solid #2a2a2a;
    padding: 10px 0;
}

.artical-box ul li:last-child {
    border: 0;
}