@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);
.beldapps-bg {
    margin-top: 78px;
    /* margin-bottom: 5vh; */
}

.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: #ff1053;
}

.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: #eef5ff;
    padding: 35px 10px;
    cursor: pointer;
}

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

.contact {
    background-image: url(../img/search-bg.jpg);
    background-position: left center;
    background-repeat: no-repeat;
}

.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: #ff1053!important;
    font-size: 14px;
    font-weight: 700 !important;
    padding: 8px 0px;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin: 10px 0 !important;
    opacity: 1;
    line-height: 20px;
    border-radius: 5px;
    min-width: 151px;
    width: 151px;
    display: block;
    text-align: center;
    cursor: pointer;
}

.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: #ff1053!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: #ff1053 !important;
    color: #fff !important;
    border: 2px solid #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;
}

.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;
    margin: 15px;
}

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 */