@import url(bootstrap.css);
@import url(font-awesome.css);
@import url(header-footer.css?v2);
@import url(common.css);
@import url(scroll-animation.css);
@import url(flex.css);
@import url(country.css);
/*@import url("https://use.typekit.net/piv2asr.css");*/
body {
    font-family: 'alibaba-sans', sans-serif;
    overflow-x: hidden;
}

.beldapps-bg {
    margin-top: 130px;
    /* margin-bottom: 5vh; */
}

.beldapps-bg.flex-row-center-center .row {
    width: 100%;
}

.bg-img-height {
    width: 100%;
    opacity: 0;
}

.dropdown-toggle::after {
    position: absolute;
    right: 10px;
    right: 20px;
    top: 20px;
}

.dLabel {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    background-color: #f1f1f1;
    border: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    text-align: left;
    color: #000;
    /* color: #555; */
}

.dLabel::placeholder {
    color: #555;
}

.caret {
    float: right;
    margin-top: 9px;
    display: block;
}

.dropdown-menu.show {
    width: 100%;
}

.dropdown-menu {
    width: 240px;
    padding: 0;
    margin: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown button:hover,
.dropdown button:focus {
    /* border: none; */
    outline: 0;
}

.dropdown.open button.dLabel {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    border: solid 1px #666;
    border-bottom: none;
}

.dropdown.open ul {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.23);
    border: solid 1px #666;
    border-top: none;
    height: 200px;
    overflow-y: scroll;
}

.dropdown-menu li {
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    padding: 7.5px 15px;
    border-top: solid 1px #f3f3f3;
}

.dropdown-menu li:hover {
    background-color: #3f3fff;
    color: #fff;
}

.submit {
    max-width: 89px;
    background-color: #f7971d !important;
    outline: none;
    border: none !important;
    color: #fff !important;
}

/*ul#navactive {
    width: 100%;
}*/

.owl-dot {
    display: inline-block;
    min-height: 26px;
    height: 100%;
    flex-direction: row;
    box-sizing: border-box;
    display: flex !important;
    place-content: center;
    align-items: center;
}

.owl-dots {
    min-height: 26px;
    height: 100%;
    flex-direction: row;
    box-sizing: border-box;
    display: flex !important;
    place-content: center;
    align-items: center;
}

.owl-dot span {
    display: inline-block;
    background-color: #2b6eb2 !important;
    width: 6px;
    height: 6px;
    opacity: 0.5;
    transition: all 0.25s ease;
    border-radius: 50%;
    margin-left: 11px;
    background-color: #2b6eb2 !important;
    box-shadow: inset 0 0 0 1px #2b6eb2 !important;
}

.owl-dot.active span {
    width: 15px;
    height: 15px;
    transition: all 0.25s ease;
    opacity: 1;
    border-radius: 50%;
    margin-left: 11px;
    background-color: #2b6eb2 !important;
    box-shadow: inset 0 0 0 1px #2b6eb2 !important;
}

.shadow-effect .inner {
    /* padding: 50px; */
    text-align: left;
    background-color: #fff;
    border-radius: 8px;
}

.shadow-effect .inner .image-icon {
    width: 54px;
    height: 54px;
    display: block;
    margin-bottom: 0;
    margin-right: 20px;
    font-family: Georgia, serif!important;
    font-size: 50px;
    text-align: center;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    margin-bottom: 33px;
    line-height: 70px;
    background-size: cover;
    background-position: center;
    border: 2px solid rgba(0, 0, 0, 0.13);
}

span.testimonial-name {
    font-weight: 600;
    color: #f7971d;
    font-size: 16px;
    display: block;
    line-height: 22px;
}

.review i {
    color: #D42327;
}

.review img {
    max-width: 18px;
    max-height: 18px;
}

.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .item {
    padding: 20px;
    text-align: left;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: -5px 4px 9px 6px #f7f7f7;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #101c81;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}

.client-logos img {
    max-height: 88px;
    margin-bottom: 20px;
}

.black-chain-tab li.nav-item {
    width: 25%;
    padding: 0;
}

.tab-pane {
    padding: 20px;
}

.black-chain-tab li.nav-item a {
    background-color: #fdefdf !important;
    padding: 20px 0px;
    color: #000 !important;
    text-align: center;
}

ul.nav.nav-tabs.black-chain-tab.hide-web {
    padding: 30px;
}

ul.nav.nav-tabs.black-chain-tab.hide-web li a {
    margin-right: 20px;
}

ul.nav.nav-tabs.black-chain-tab.hide-web li {
    margin-top: 20px;
}

.bullet {
    overflow-y: scroll;
    max-height: 300px;
}

ul.bel-list li {
    padding: 0 0 10px 0px;
    list-style: none;
}

ul.bel-list li:before {
    content: "";
    background-image: url(../img/tick.png);
    padding: 10px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
}

b,
strong {
    font-weight: 600;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    max-width: 420px;
    margin: 25px auto;
    height: 240px;
    perspective: 1000px;
    cursor: pointer;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    place-content: center;
    align-items: center;
    padding: 30px;
    cursor: pointer;
}

.flip-card-front {
    background-color: rgb(247, 151, 31);
    color: #fff;
}

.flip-card-front h4 {
    color: #fff;
}

.flip-card-back {
    background-color: #fff;
    /* color: white; */
    transform: rotateY(180deg);
    box-shadow: 0px 3px 7px 0px #dcdcdc;
}

.box {
    /* box-shadow: -5px 7px 20px 12px #f7f7f7; */
    background-color: #fff;
    border-radius: 30px;
    padding: 35px 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */
}

.box .flex-row-space-between-center p {
    padding: 0 5px;
}

.box h4 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    padding: 0px 10px;
    color: #000000;
    max-width: 300px;
    margin: 22px auto;
    max-height: 48px;
    overflow: hidden;
}

.box img {
    max-width: 40px;
}

.box:hover {
    background-color: #fff;
}

.contact {
    background-image: url(../img/bg-idendity.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 120px 0;
    /* background-size: 100%; */
    background-color: #05112e;
}

.contact input,
.contact textarea {
    padding: 10px;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    background-color: #f1f1f1;
    border: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #000;
    border-radius: 4px;
}

.contact textarea {
    height: 46px;
}

.contact input::placeholder,
.contact textarea::placeholder {
    color: #555;
}

.contact input:focus-visible,
.contact textarea:focus-visible {
    outline: none;
}

.shawdow-bg {
    background-image: url(../img/page-bg.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.beldapps-black-bg {
    background-image: url(../img/home-page/black-silver-bg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #000000;
    width: 100%;
    height: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.beldapps-black-bg-position {
    background-image: url(../img/home-page/black-silver-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000000;
    width: 100%;
    height: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    padding: 110px 20px;
}

.package {
    background-image: url(../img/credibel/PACKAGES/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #000000;
    width: 100%;
    height: 100%;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    margin: 0;
}

.query {
    padding: 5%;
    position: relative;
    top: -250px;
    background: #fff;
}

.vc_custom {
    background-image: url(../img/home-page/belfrics-bg.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 5%;
}

.black-bg {
    background-color: #181c1f;
    padding-top: 100px;
    padding-bottom: 360px;
}

a.nectar-button {
    /* border: 2px solid rgba(210, 37, 39, 0.75); */
    color: #fff !important;
    visibility: visible;
    background-color: #D42327!important;
    opacity: 1;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 60px;
    /* identical to box height */
    color: #FFFFFF;
    border-radius: 30px;
    min-width: 270px;
    width: 270px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    height: 60px;
    text-decoration: none;
}

.nectar-button.btn-sm {
    width: auto;
    min-width: auto;
    padding: 10px 30px;
    line-height: normal;
    height: auto;
    font-size: 14px;
}

.scroll a {
    cursor: pointer;
}

.scroll {
    margin-top: 120px;
}

.nectar-button.small.blue {
    background-color: transparent !important;
    border: 1px solid #3452ff!important;
    color: #3452ff!important;
    text-decoration: none;
}

.divider-small-border {
    margin: 12px auto;
    width: 100px;
    height: 2px;
    background: #D42327!important;
}

.divider-small-border.left-border {
    margin: 5px 0;
}


/* a.nectar-button.credibel-button {
    color: #3ca8e6 !important;
    border-color: #2f3bce !important;
    padding: 15px 12px !important;
    font-size: 12px !important;
} */

a.nectar-button:hover {
    background-color: #D42327 !important;
    color: #fff !important;
}

a.nectar-button.gray,
a.nectar-button.gray:hover {
    border: none !important;
    color: #fff !important;
    padding: 8px 14px;
    letter-spacing: 2px;
    font-size: 12px;
    background-color: #333333!important;
    text-decoration: none;
    margin-right: 20px !important;
}

a.nectar-button.gray.blue,
a.nectar-button.gray.blue:hover {
    background-color: #3452ff!important;
}

a.nectar-button.gray.blue.dark-blue,
a.nectar-button.gray.blue.dark-blue:hover {
    background-color: #2f3dcd!important;
}

a.nectar-button.gray.red,
a.nectar-button.gray.red:hover {
    background-color: rgb(210, 37, 39) !important;
}

.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light p {
    color: #fff;
}

.red-bg .red {
    background: #e84242;
}

.red-bg .row.position {
    position: relative;
    top: -300px;
    width: 100%;
    margin: 0 auto;
    max-width: 1140px;
}

.padding-3 {
    padding: 3%;
}

.padding-y-3 {
    padding: 3% 0;
}

.light-red-bg,
.dark-red-bg:hover {
    background-color: #dd3f3e;
}

.light-red-bg:hover,
.dark-red-bg {
    background-color: #d43c3b;
}

.light-red-bg,
.dark-red-bg {
    padding: 30px 0;
}

.box-content {
    padding: 0 30px;
    background-color: #fff;
}

.white-bg {
    background-color: #fff;
}

.shadow {
    box-shadow: 0 10px 50px rgb(0 0 0 / 8%), 0 13px 45px rgb(0 0 0 / 8%);
    width: 100%;
    background-color: #fff;
    padding: 20px;
}

p.p1.color-dark {
    color: #000;
}

.input,
.input:focus-visible {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
    padding: 10px;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
    line-height: 24px;
    height: 48px;
    color: #555;
    background-color: #f1f1f1;
    border: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.credibel-input .input,
.credibel-input .input:focus-visible,
.credibel-input .country .select {
    color: #727272 !important;
    font-size: 18px !important;
    font-weight: normal !important;
    background: #fff;
    border-bottom: 2px solid rgba(137, 137, 137, 0.49) !important;
    border-radius: 0;
}

.input:focus-visible {
    outline: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

.mh-240px {
    max-height: 240px;
}

.credibel-bg {
    margin-top: 90px;
    padding: 50px 0;
    /* background-image: url(../img/credibel/bg.png); */
}

.credibel-bg.broll {
    margin-top: 0px;
}

.credibel-bg .w-571 {
    float: right;
    margin-top: 100px;
}

.credibel-bg.broll .w-571 {
    margin-top: 200px;
}

ul.small-nav li {
    float: right;
    margin-left: 30px;
    text-transform: uppercase;
    padding: 5px 10px;
    cursor: pointer;
}

ul.small-nav li:hover {
    background-color: blue;
    color: #fff;
}

.badge-light {
    background-color: #1b0789;
}

.badge-dark {
    background-color: #170779;
}

.gray-scale {
    filter: brightness(10) grayscale(1);
}

.iwt-text {
    padding: 0 50px;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
}

.benefits-box {
    cursor: pointer;
}

.benefits-box.sign-in-box {
    padding: 30px 0;
    box-shadow: 0 0px 5px rgb(0 0 0 / 8%), 0 0px 5px rgb(0 0 0 / 8%);
    border: 3px solid transparent;
}

.benefits-box.sign-in-box:hover {
    border: 3px solid #3b9be5;
}

.benefits-box.sign-in-box:hover p strong {
    color: inherit !important;
}

.benefits-box:hover {
    box-shadow: 0 0px 5px rgb(0 0 0 / 8%), 0 0px 5px rgb(0 0 0 / 8%);
}

.benefits-box:hover p strong {
    color: #3b9be5 !important;
}

.benefits-box img {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    height: 93px;
    min-height: 93px;
    max-height: 93px;
}

.start {
    border: 1px solid #fff;
    color: #fff !important;
    padding: 7px 19px !important;
    cursor: pointer;
    border-radius: 50px !important;
}

.borderslide {
    border-image-source: linear-gradient(180deg, #43c5f5, #3657e6) !important;
    border-image-slice: 1 !important;
    max-width: 397px;
    width: 100%;
    min-height: 300px;
    border: 10px solid rgba(255, 255, 255, 0);
    margin: 0 auto;
    padding: 72px 0;
}

.subscribe.nectar-button.gray.blue {
    max-width: 200px;
    margin: 0 auto !important;
}

.arrow {
    width: 50px;
    height: 50px;
    background: #fff;
    position: absolute;
    top: calc(50% - 25px);
    right: -8px;
    font-size: 30px;
    display: none;
    line-height: 50px;
}

.benefits-box:hover .arrow {
    display: inherit;
}

.arrow img {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
}

.beamong span {
    color: #3b9be5;
}

iframe {
    outline: none;
    background: #f1f1f2;
    border: none;
}

.gray-bg {
    background: #f5f5f5;
}

.white-text {
    color: rgb(43, 68, 188) !important;
    padding: 23px 50px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2px;
    font-size: 18px;
}

.start.blue {
    background: -webkit-linear-gradient(-45deg, #41a4fc 30%, #3979ea 100%) !important;
    color: #fff !important;
    border-bottom: unset !important;
    border-radius: 25px !important;
    padding: 13px 32px !important;
    box-shadow: unset !important;
    transition: all 0.5s ease !important;
    text-transform: uppercase;
    font-size: 13px !important;
    padding: 23px 50px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 2px;
    font-size: 18px;
}

.start.blue.join {
    position: relative;
    top: 19px;
    right: 132px;
    padding: 20px 22px !important;
    border-radius: 25px !important;
}

.email {
    border: 2px solid #7dcced !important;
    border-radius: 20px !important;
    padding: 17px !important;
    color: #a2b9e6 !important;
    opacity: 0.7;
    width: 70%;
    font-size: 14px !important;
    float: left;
}


/* popup start */

.title {
    color: #757575;
    font-weight: bold;
}
/*
.modal {
    text-align: left;
}

.modal-content {
    border: none;
    border-radius: 2px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.modal-header {
    border-bottom: 0;
    padding-top: 15px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 0px;
}

.modal-title {
    font-size: 34px;
}

.modal-body {
    border-bottom: 0;
    padding-top: 5px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 10px;
    font-size: 15px;
}

.modal-footer {
    border-top: 0;
    padding-top: 0px;
    padding-right: 26px;
    padding-bottom: 26px;
    padding-left: 26px;
}*/

.modal .modal-dialog {
    height: calc(100% - 60px);
    display: flex;
    justify-content: center;
}

.modal-dialog .modal-content {
    padding: 60px 30px 30px 30px;
    align-self: center;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 540px;
        margin: 1.75rem auto;
    }
}

.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px !important;
}

.close img {width: 15px;}

.btn-default,
.btn-primary {
    border: none;
    border-radius: 2px;
    display: inline-block;
    color: #424242;
    background-color: #fff;
    text-align: center;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: 0.5px;
    transition: 0.2s ease-out;
}

.btn-default:hover {
    background-color: #fff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary {
    color: #fff;
    background-color: #2980b9;
}

.btn-primary:hover {
    background-color: #2980b9;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

footer {
    text-align: center;
}

footer h4 {
    font-size: 2.92rem;
    font-weight: 100;
    margin: 1.46rem 0 1.168rem;
}


/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

progress {
    vertical-align: baseline;
}

template,
[hidden] {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0;
}

optgroup {
    font-weight: bold;
}

button,
input,
select {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
}

[disabled] {
    cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/* popup end */


/* 
.slider {
    height: 600px;
    background-color: #293132;
    text-align: center;
    position: relative;
    animation: slideColor 10s forwards infinite;
} */

.caption {
    /* line-height: 100px; */
    /* font-size: 6px;
    color: #fff; */
    position: relative;
    top: 50%;
    /* transform: translateY(-50%);
    text-shadow: 0px 5px 5px rgba(0, 0, 0, .25); */
    /* margin-left: -300px; */
    height: 62px;
    overflow: hidden;
}

.text-box {
    display: inline-block;
    position: relative;
    width: 100%;
}

.text-box div {
    display: inline-block;
    position: absolute;
    top: -200px;
    line-height: 90px;
    transform: rotateX(-90deg);
    opacity: 0;
    /* text-shadow: 0px 5px 5px rgba(0, 0, 0, .25); */
    animation-timing-function: ease;
    /* text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; */
    word-break: break-all;
    width: 100%;
}


/* 
.text-box div:nth-child(1) {
    animation: rollDown 5s forwards infinite;
}

.text-box div:nth-child(2) {
    animation: rollDown2 5s forwards infinite;
}

.text-box div:nth-child(3) {
    animation: rollDown3 5s forwards infinite;
}

.text-box div:nth-child(4) {
    animation: rollDown4 5s forwards infinite;
}

.text-box div:nth-child(5) {
    animation: rollDown5 5s forwards infinite;
} */

.text-box div:nth-child(1) {
    animation: rollDown 25s forwards infinite;
}

.text-box div:nth-child(2) {
    animation: rollDown2 25s forwards infinite;
}

.text-box div:nth-child(3) {
    animation: rollDown3 25s forwards infinite;
}

.text-box div:nth-child(4) {
    animation: rollDown4 25s forwards infinite;
}

.text-box div:nth-child(5) {
    animation: rollDown5 25s forwards infinite;
}

@keyframes rollDown {
    0% {
        top: -200px;
        transform: rotateX(-90deg);
    }
    8% {
        top: -74px;
        transform: rotateX(0deg);
        opacity: 1;
    }
    14% {
        top: -74px;
        transform: rotateX(0deg);
        opacity: 1;
    }
    20% {
        top: 50px;
        transform: rotateX(30deg);
        opacity: 0;
    }
}

@keyframes rollDown2 {
    20% {
        top: -200px;
        transform: rotateX(-90deg);
    }
    28% {
        top: -74px;
        transform: rotateX(0deg);
        opacity: 1;
    }
    32% {
        top: -74px;
        transform: rotateX(0deg);
        opacity: 1;
    }
    40% {
        top: 50px;
        transform: rotateX(30deg);
        opacity: 0;
    }
}

@keyframes rollDown3 {
    40% {
        top: -200px;
        transform: rotateX(-90deg);
    }
    48% {
        top: -74px;
        transform: rotateX(0deg);
        opacity: 1;
    }
    52% {
        top: -74px;
        transform: rotateX(0deg);
        opacity: 1;
    }
    60% {
        top: 50px;
        transform: rotateX(30deg);
        opacity: 0;
    }
}

@keyframes rollDown4 {
    60% {
        top: -200px;
        transform: rotateX(-90deg);
    }
    68% {
        top: -74px;
        transform: rotateX(0deg);
        opacity: 1;
    }
    72% {
        top: -74px;
        transform: rotateX(0deg);
        opacity: 1;
    }
    80% {
        top: 50px;
        transform: rotateX(30deg);
        opacity: 0;
    }
}

@keyframes rollDown5 {
    80% {
        top: -200px;
        transform: rotateX(-90deg);
    }
    88% {
        top: -74px;
        transform: rotateX(0deg);
        opacity: 1;
    }
    92% {
        top: -74px;
        transform: rotateX(0deg);
        opacity: 1;
    }
    100% {
        top: 50px;
        transform: rotateX(30deg);
        opacity: 0;
    }
}

.w-245 {
    max-width: 245px;
    margin: 0 auto;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.footer-img {
    max-width: 90%;
    margin: 0 auto;
}



/* New Style */
.bg-sec {
    padding: 100px 0;
    background-color: #ffffff;
    background-image: url(../img/bg.png);
    background-size: 100%;
    background-position: 0 96px;
    background-repeat: no-repeat;
}

.text-slider h3 {
    display: inline-block;
}

section {
    padding: 80px 0;
}

section h3,
.heading-1 {
    font-family: 'Inter', sans-serif;
    font-size: 34px !important;
}

.sub-heading {
    font-size: 10px;
    color: #416FF4;
    letter-spacing: 1.2px;
    text-transform: uppercase;   
}

.para {
    color: #81838C;
}

.w-85 {
    width: 85%;
}

.text-red {
    color: #D42327;
}

.font-size-13 {
    font-size: 13px !important;
    line-height: 20px;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-24 {
    font-size: 24px !important;
}

.bg-white {
    background-color: #ffffff;
}

.bg-gray {
    background-color: #F5F7FA;
}

.bg-gray2 {
    background-color: #FBFBFB;
}

.two-col {
    justify-content: space-between;
}

.two-col .col-md-6 {
    max-width: 48%;
}

.link-tag {
    border-bottom: 1px solid;
}

a[data-toggle="modal"] {
    color: #333333;
}

.float-tag {
    position: absolute;
    top: 30px;
    left: 40px;
    padding: 0px 10px;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 600;
    line-height: 22px;
}

.dash-line {
    position: relative;
}

.dash-line:after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 2px dashed #ccc;
    position: absolute;
    top: 78px;
    left: 0;
    z-index: 0;
}

.dash-line img {
    position: relative;
    top: -2px;
}

.dash-line img:nth-child(1) {
    left: -15%;
}

.dash-line img:nth-child(2) {
    left: 62%;
}

.dot-line {
    border-bottom: 1px dotted #D7D7D7;
    margin-bottom: 5px;
}

.blockchain-sec .box-sec:nth-child(3) {
    background-color: #fff;
    border-radius: 30px;
}

.blockchain-sec .box-sec:nth-child(3):after {
    content: "";
    background: radial-gradient(128.03% 356.68% at 111.48% 113.12%, #D11317 0%, #EA9294 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    box-shadow: 0px 18px 35px 6px rgb(209 19 23 / 10%);
    display: block;
    height: 110%;
    width: 102%;
    position: absolute;
    top: -10px;
    left: -12px;
    z-index: -1;
    padding: 10px;
    border-radius: 30px;
}

.blockchain-sec .box-sec:nth-child(3) .row {
    width: 90%;
    margin-left: 10%;
}

.footer-content li {
    padding: 5px 0;
    font-family: 'Inter', sans-serif;
}

.footer-content li strong {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.footer-content li a {
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    opacity: 0.5;
}

.footer-content .social-icons li a {
    opacity: 1;
    margin: 0 10px;
    transition: all 0.5s ease;
    display: inline-block;
}

.footer-content .social-icons li a:hover {
    transform: scale(1.3);
}

.footer-content .social-icons li:nth-child(2) a:first-child {
    margin-left: 0;
}

.abstract-sec {
    transform: rotate(-6deg) translate(0px, -120px);
    position: relative;
}

.abstract-sec:after {
    content: "";
    display: block;
    height: 350px;
    width: 100%;
    background-color: #F5F7FA;
    transform: scale(1.5);
    transform-origin: top;
    top: 0px;
    z-index: -1;
    position: absolute;
}

.abstract-sec img:nth-child(1),
.abstract-sec img:nth-child(2) {
    position: absolute;
    transform: rotate(8deg);
}

.abstract-sec img:nth-child(1) {
    right: -35px;
    top: -57px;
    width: 180px;
}

.abstract-sec img:nth-child(2) {
    width: 100px;
    top: -34px;
    left: 0;
}

.abstract-sec2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.abstract-sec2 img:nth-child(2) {
    position: absolute;
    right: 0;
    top: -40px;
}

.abstract-sec2 img:nth-child(1) {
    position: absolute;
    bottom: -50px;
    left: 0;
}

.abstract-sec3 {
    background-color: #FBFBFB;
}

.abstract-sec3:after {
    background-color: #FBFBFB;
    height: 140px;
}

/* Dropdown  */
.navbar-nav li:hover .nav-link + .dropdown {
    display: block;
}

.dropdown {
    display: none;
    position: fixed;
    top: 94px;
    left: 0;
    right: 0;
    width: 954px;
    margin: auto;
    z-index: 9;
}

.dropdown:after {
    content: "";
    position: fixed;
    top: 94px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 60%);
    z-index: 0;
}

.dropdown-ul {
    background: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 100px;
    text-align: left;
    position: relative;
    z-index: 99;
}

header .dropdown-ul a {
    display: block;
    margin: 0;
    height: 152px;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease;
}

header .dropdown-ul a:after {
    content: "";
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(251,251,251,0.95) 50%, rgba(251,251,251,0.3) 90%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0 !important;
    transition: all 0.5s ease;
}

header .dropdown-ul a:hover:after,
header .dropdown-ul a.active:after {
    background: linear-gradient(90deg, rgba(251,251,251,0.6) 50%, rgba(251,251,251,0) 70%);
}

header .dropdown-ul a h3 {
    position: absolute;
    top: 50%;
    left: 0;
    margin: auto;
    padding: 20px;
    font-size: 18px !important;
    width: 60%;
    transform: translate(0, -50%);
    z-index: 1;
}

header .dropdown-ul a h3 p {
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 20px;
    opacity: 0.8;
}

.app-sec img {
    height: 85%;
    margin-top: 10%;
}

.ol-no {
    text-align: center;
    line-height: 42px;
    height: 42px;
    width: 42px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 25px 17px rgba(111, 118, 138, 0.156863);
    border-radius: 30px;
}

.br-ul li {
    padding: 20px 20px;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    transition: all 0.5s ease;
}

.br-ul li:hover {
    background: rgba(212, 35, 39, 0.05);
    border: 1px solid #D42327;
}

.copyrights {
    color: #ffffff;
    opacity: 0.5;
    border-top: 1px solid rgb(255,255,255,0.2);
}

.copyrights p {
    font-size: 13px;
}

.mob-show {
    display: none;
}

.mob-hide .box-sec {
    display: none;
}

.navbar-dark .navbar-nav .nav-link span {
    font-size: 12px;
    background: #666;
    padding: 6px 10px;
    border-radius: 10px;
    line-height: normal;
    color: #fff;
}