/*common start*/

body {
    background: #fff;
}

a:hover {
    color: #f00;
}

.box {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
    -moz-box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
    box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.16);
}

.box2 {
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
}

.z-in1 {
    z-index: 1;
}

.z-in2 {
    z-index: 2;
}

.z-in3 {
    z-index: 3;
}

.text-gray {
    color: #7c7a7a;
}

/* fonts */

@font-face {
    font-family: 'Aquawax';
    src: url('../fonts/Aquawax-Black.woff2') format('woff2'), url('../fonts/Aquawax-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aquawax';
    src: url('../fonts/Aquawax-Medium.woff2') format('woff2'), url('../fonts/Aquawax-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aquawax';
    src: url('../fonts/Aquawax-Light.woff2') format('woff2'), url('../fonts/Aquawax-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.aleo {
    font-family: "Aleo";
}

.roboto {
    font-family: "Roboto";
}

.navbar-toggler h6 {
    rotate: 270deg;
}

.banner-tongle {
    position: absolute;
}

p {
    font-family: "Aleo";
}

/**********************************Header **********************************/

.navbar-head h4 {
    display: none;
}

.navbar-nav {
    text-align: start;
}

.head-nav-link li {
    display: inline-block;
}

.head-nav-link li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
}

.head-nav-link li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #7e8aa0;
    font-family: "Aleo";
    font-weight: normal;
}

.nav-button {
    text-align: end;
    margin-top: 6px;
}

.banner-header {
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 18px 3px rgba(0, 0, 0, 0.2);
    padding: 15px 25px;
}

.head-nav-link li:hover::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #3c9ded;
    border-radius: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: -6px;
}

.head-nav-link li:hover a {
    color: #000;
}

.navbar-toggler {
    padding: 27px 6px;
}

.side-menu-home:focus-visible {
    outline: none;
}

.side-menu-home button {
    background: none;
    border: none;
}

.side-menu-home button h6 {
    margin-right: 30px;
    font-size: 16px;
}

.contact-side h6 {
    rotate: 270deg;
    font-size: 18px;
}

.banner-left {
    position: relative;
}

.contact-side {
    position: absolute;
    left: -200px;
    bottom: 198px;
}

.contact-side h6 a {
    text-decoration: none;
    color: #000;
    font-weight: normal;
}

.contact-side h6 a:hover {
    color: #d63138;
}

/**********************************Header end **********************************/

/**********************************banner start **********************************/

.banner-content {
    margin-top: 55px;
}

.banner-added-content li h6 {
    font-size: 18px;
}

.banner-added-content li span {
    font-size: 25px;
}

.banner-added-content li {
    display: inline-block;
    margin-right: 23px;
}

.play-ico {
    background: transparent;
    border: 3px solid #131544;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 7px 10px;
}

.play-ico iconify-icon {
    font-size: 18px;
}

.read-more a {
    color: #000;
    font-size: 17px;
}

.read-more iconify-icon {
    font-size: 30px;
}

.banner-links li {
    display: inline-block;
    margin-right: 16px;
}

.banner-btn .btn-secondary {
    padding: 10px 35px;
    border-radius: 25px;
}

.banner-coins li {
    position: absolute;
}

.banner-coins li:nth-child(2) {
    top: -53px;
    right: -4px;
    animation: animate 4s ease-in-out infinite;
}

.banner-coins li:first-child {
    top: -60px;
    left: 151px;
    animation-name: flipInY;
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.banner-coins li:nth-child(3) {
    left: 24px;
    bottom: 279px;
    animation-name: flipInX;
    animation-duration: 3.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.banner-coins li:nth-child(4) {
    bottom: 23px;
    left: 86px;
    animation-name: swing;
    animation-duration: 3.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.banner-coins li:last-child {
    right: -52px;
    bottom: 5px;
    animation-name: swing;
    animation-duration: 3.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.read-more a:hover {
    color: #2c83c6;
}

.play-ico:hover {
    background: linear-gradient(0deg, rgba(135, 200, 254, 1) 0%, rgba(93, 174, 240, 1) 100%);
    border: 3px solid #296da6;
}

.main-banner-img {
    animation: animate 4s ease-in-out infinite;
}

/**********************************banner end **********************************/

/**********************************features start**********************************/

.fea-sec p {
    font-size: 15px;
}

.fea-added-bg {
    border: 1px solid #d0d0d0;
    border-radius: 31px;
    padding: 32px 13px 26px 13px;
}

.fea-sec {
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 23px 7px rgba(0, 0, 0, 0.1);
    padding: 16px 16px;
    border-radius: 31px;
    width: 245px;
    position: relative;
}

.fea-sec-list {
    padding: 50px 26px;
}

.top-bg {
    background: url("../images/banner-bg.png") no-repeat scroll 0 0;
    background-size: cover;
}

.banner-img {
    text-align: end;
    margin-right: 17px;
    margin-top: 38px;
}

.fea-sec::after {
    position: absolute;
    content: "";
    background: url("../images/fea-hover.png") no-repeat;
    width: 66px;
    height: 59px;
    right: 22px;
    top: 32px;
    animation-name: rotateme;
}

.fea-sec:hover {
    background: #f1f8ff;
}

.rotate-me {
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/**********************************features end**********************************/

/**********************************revenue start**********************************/

.revenue-btn .btn-secondary {
    padding: 12px 31px;
    border-radius: 22px;
}

.rev-value {
    background: #68b2ef;
    padding: 30px 21px;
    margin-top: 19px;
}

.rev-value:hover {
    background: rgb(17, 127, 218);
    background: linear-gradient(90deg, rgba(17, 127, 218, 1) 0%, rgba(91, 181, 255, 1) 100%);
}

.revenue-img {
    position: absolute;
    right: 0px;
    top: 127px;
    z-index: 2;
    animation: animate 4s ease-in-out infinite;
}

.revenue-img-bg {
    position: absolute;
    right: -25px;
    bottom: -168px;
}

.bg-grade1 {
    background: rgb(32, 134, 218);
    background: linear-gradient(288deg, rgb(32, 134, 218) 0%, rgb(136, 201, 255) 100%);
}

.revenue-content .title {
    margin-top: 33px;
}

.revenue-btn {
    margin-top: 25px;
}

.rev-circle {
    position: absolute;
    top: 0px;
    left: 0px;
}

.rev-chip {
    position: absolute;
    bottom: 138px;
    left: 0px;
    z-index: 1;
}

.blur-obj1 {
    position: absolute;
    bottom: -159px;
    left: 74px;
}

.blur-obj2 {
    position: absolute;
    top: -76px;
    left: 38px;
}

.blur-obj3 {
    position: absolute;
    top: 162px;
    right: 0px;
}

.theme-border-top {
    position: relative;
}

.theme-border-top::before {
    position: absolute;
    content: "";
    background: url("../images/theme-border-top1.png") no-repeat;
    width: 9px;
    height: 9px;
    left: 0px;
    top: 0px;
}

.theme-border-top::after {
    position: absolute;
    content: "";
    background: url("../images/theme-border-top2.png") no-repeat;
    width: 9px;
    height: 9px;
    right: 0px;
    top: 0px;
}

.theme-border-top {
    position: relative;
}

.theme-border-bottom::before {
    position: absolute;
    content: "";
    background: url("../images/theme-border-bottom1.png") no-repeat;
    width: 9px;
    height: 9px;
    left: 0px;
    bottom: 0px;
}

.theme-border-bottom::after {
    position: absolute;
    content: "";
    background: url("../images/theme-border-bottom2.png") no-repeat;
    width: 9px;
    height: 9px;
    right: 0px;
    bottom: 0px;
}

/**********************************revenue end**********************************/

/**********************************plan start**********************************/

.inv-plan-sec {
    padding-top: 87px;
    padding-bottom: 74px;
}

.main-plan {
    background: url("../images/plan-overall-bg.png") no-repeat scroll center, #fff;
    width: 100%;
    height: 684px;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 18px 3px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 40px 0px;
}

.plan-percent h2 {
    color: #2489dc;
}

.plan-duration small {
    font-size: 18px;
    color: #d63138;
}

.plan-value li {
    display: inline-block;
    margin: 7px 16px;
}

.principle small {
    font-size: 16px;
}

.plan-bg {
    text-align: center;
    padding: 31px 0px;
    width: 284px;
    margin: 0 auto;
    background: url("../images/plan-hover-bg.gif") no-repeat scroll center;
    width: 289px;
    height: 379px;
    position: relative;
    border: 2px solid transparent;
}

.plan-value li:first-child {
    font-size: 16px;
}

.plan-value li:last-child {
    font-size: 18px;
}

.plan-bg:hover::after {
    position: absolute;
    content: "";
    background: #e64a58;
    width: 64px;
    height: 4px;
    bottom: -2px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.plan-bg:hover {
    background: rgb(17, 127, 218);
    background: linear-gradient(37deg, rgba(17, 127, 218, 1) 0%, rgba(91, 181, 255, 1) 100%);
    border: 2px solid #1782da;
}

.plan-bg:hover .plan-duration small {
    color: #fff;
}

.plan-bg:hover .plan-percent h2 {
    color: #fff;
}

.plan-bg:hover .plan-value li {
    color: #fff;
}

.plan-bg:hover .principle small {
    color: #fff;
}

.plan-bg:hover .plan-lvl h6 {
    color: #fff !important;
}

.plan-sec-list {
    margin: 45px 0px;
}

.plan-bg1::before {
    position: absolute;
    content: "";
    background: url("../images/plan-bot1.png") no-repeat;
    width: 154px;
    height: 208px;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    animation-name: flash;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

.plan-bg2::before {
    position: absolute;
    content: "";
    background: url("../images/plan-bot2.png") no-repeat;
    width: 154px;
    height: 208px;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.plan-bg3::before {
    position: absolute;
    content: "";
    background: url("../images/plan-bot3.png") no-repeat;
    width: 154px;
    height: 208px;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}

.plan-carousel .owl-nav button,
.acct-stats-caro .owl-nav button {
    width: 53px;
    height: 53px;
    border-radius: 50px;
    color: #fff !important;
    font-size: 33px;
    position: absolute;
    top: 42px;
    bottom: 0;
    margin: auto 0;
    font-size: 22px !important;
    background: rgb(17, 127, 218);
    background: linear-gradient(0deg, rgba(17, 127, 218, 1) 0%, rgba(91, 181, 255, 1) 100%);
}

.plan-bg:hover::before {
    display: none;
}

.plan-carousel .owl-prev,
.acct-stats-caro .owl-prev {
    left: -70px;
}

.plan-carousel .owl-next,
.acct-stats-caro .owl-next {
    right: -70px;
}

.plan-carousel .owl-nav.disabled {
    display: block;
}

.plan-obj {
    position: absolute;
}

.liqui-coin {
    animation-name: rotate;
    animation-duration: 3.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: reverse;
}

.plan-obj1 {
    left: 245px;
    top: 14px;
    animation-name: rotate;
    animation-duration: 4.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.plan-obj2 {
    right: 47px;
    top: 46px;
    animation: animate 4s ease-in-out infinite;
}

.plan-obj3 {
    bottom: -27px;
    left: 165px;
    animation-name: rotate;
    animation-duration: 3.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/**********************************plan end**********************************/

/**********************************security start**********************************/

.profile-ico-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    text-align: center;
}

.profile-box {
    background: rgba(25, 255, 255, 0.1);
    border: 1px solid #fff;
    border-radius: 30px;
    width: 305px;
    margin: 0 auto;
}

.profile-info h6 {
    font-size: 19px;
}

.profile-info {
    background: #b3d9f8;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 9px 26px;
}

.profile-ico {
    padding: 45px 0px;
    animation-name: flash;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

.secrity-read-more a {
    color: #fff;
}

.secrity-read-more iconify-icon {
    font-size: 36px;
}

.secirity-bg h3 {
    font-size: 40px;
}

.security-box {
    background: #68b2ef;
}

.security-box1 {
    padding: 35px 20px;
}

.secrity-read-more a:hover {
    color: #ce383e;
}

.reward-icon {
    background: #fff;
    border-radius: 50%;
    padding: 22px 22px;
}

.reward-value span {
    background: #91c7f4;
    border-radius: 30px;
    padding: 4px 10px;
    margin-left: 6px;
}

.liqui-value {
    justify-content: space-evenly;
}

.secrity-read-more a {
    font-size: 20px;
    font-family: "roboto";
}

.security-box2 {
    padding: 35px 0px 36px 32px;
}

.added-swap-title {
    margin-top: -40px;
}

.security-box3 {
    padding: 13px 10px 26px 23px;
}

.diamond-coin {
    position: absolute;
    top: -104px;
    right: 133px;
    animation: animate 3s ease-in-out infinite;
}

.security-box4 {
    padding: 22px 0px 0px 23px;
}

.diamond {
    right: -80px;
    bottom: 0px;
    margin-top: 23px;
}

.security-box:hover {
    background: rgb(17, 127, 218);
    background: linear-gradient(90deg, rgb(17, 127, 218) 0%, rgb(91, 181, 255) 100%);
}

.security-box-list {
    padding: 45px 0px 45px 0px;
}

.security-blur-obj {
    position: absolute;
    right: 0px;
    top: 119px;
}

.security-dots {
    position: absolute;
    left: 0px;
    top: 121px;
}

.swap-coin img {
    animation-name: rotate;
    animation-duration: 9.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/**********************************security end**********************************/

/**********************************statistics start **********************************/

.static-icon {
    background: rgb(17, 127, 218);
    background: linear-gradient(90deg, rgb(17, 127, 218) 0%, rgb(91, 181, 255) 100%);
    display: inline-block;
    border-radius: 15px;
    padding: 2px;
    border: 6px solid #fff;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 18px 3px rgba(0, 0, 0, 0.1);
}

.static-sec-list li {
    margin-bottom: 50px;
    position: relative;
    width: 308px;
}

.static-sec-list li:nth-child(2) {
    left: -83px;
    top: 37px;
}

.static-sec-list li:first-child {
    right: -108px;
    top: -5px;
}

.static-sec-list li:last-child {
    right: -104px;
    top: 86px;
}

.stastic-added-vectors li {
    position: absolute;
}

.stastic-added-vectors li:first-child {
    left: 0px;
    top: 0px;
}

.stastic-added-vectors li:nth-child(2) {
    left: 0px;
    top: 34px;
}

.stastic-added-vectors li:nth-child(3) {
    left: 260px;
    top: 197px;
}

.stastic-added-vectors li:nth-child(4) {
    right: 18px;
    top: 293px;
}

.stastic-added-vectors li:nth-child(5) {
    left: -19px;
    top: 207px;
    right: 0px;
    text-align: center;
}

.stastic-added-vectors li:nth-child(6) {
    right: 0px;
    top: 365px;
}

.stastic-added-vectors li:last-child {
    text-align: center;
    left: 67px;
    right: 0px;
    top: 437px;
}

.robot-images li {
    position: absolute;
}

.robot-images li:first-child {
    right: 0px;
    top: 33px;
    animation: animate 2s ease-in-out infinite;
}

.robot-images li:nth-child(2) {
    right: 0px;
    top: 17px;
}

.robot-images li:nth-child(3) {
    left: 0px;
    top: 38px;
}

.robot-coins {
    margin-left: 53px;
    margin-top: 24px;
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.robot-images li:nth-child(4) {
    left: 0px;
    bottom: -37px;
}

.stastistics-bg {
    padding-top: 113px;
    padding-bottom: 46px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(222, 240, 254) 100%);
}

.static-blur {
    text-align: center;
    margin-top: 59px;
    margin-left: 101px;
}

.earth-img {
    top: 86px;
    animation-name: rotate;
    animation-duration: 6.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/**********************************statistics end**********************************/

/********************************** Footer start **********************************/

.foot-head h3 {
    font-size: 40px;
}

.footer-content {
    box-shadow: 0px 7px 18px 3px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 40px 37px;
}

.foot-btn .btn-secondary {
    padding: 15px 29px;
    border-radius: 50px;
}

.foot-main-menu li {
    padding: 8px 0;
}

.foot-main-menu li a {
    text-decoration: none;
    color: #7e8aa0;
    font-size: 17px;
    font-family: "Aleo";
}

.foot-main-menu li a:hover {
    color: #000;
}

.social-ico {
    background: linear-gradient(90deg, rgb(17, 127, 218) 0%, rgb(91, 181, 255) 100%);
    width: 34px;
    height: 37px;
    text-align: center;
    padding: 7px 0px;
    border-radius: 7px;
}

.social-ico:hover {
    background: linear-gradient(-90deg, rgb(17, 127, 218) 0%, rgb(91, 181, 255) 100%);
}

.s-border {
    border: 1px solid #41a0ef;
    width: 40px;
    height: 42px;
    text-align: center;
    padding: 2px 2px;
    border-radius: 5px;
}

.social-list {
    text-align: end;
}

.social-list li {
    display: inline-block;
    padding: 0px 2px;
}

.foot-menus {
    border: 1px solid #439de7;
    padding: 31px 26px;
    margin-top: 24px;
}

.plus {
    position: relative;
}

.plus::after {
    position: absolute;
    content: "+";
    font-size: 30px;
    color: #e72c2d;
    top: -11px;
    right: 7px;
    font-weight: normal;
}

.company-menu li {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}

.company-menu li a {
    text-decoration: none;
    font-size: 17px;
    color: #1d355b;
}

.company-menu li a:hover {
    color: #e64a58;
}

.last-foot-list {
    margin: 50px 0 0 0;
    border: 1px solid #439de7;
    padding: 12px 17px;
}

.company-menu li:not(:last-child)::after {
    position: absolute;
    content: "|";
    font-size: 20px;
    right: 0;
}

.footer-top {
    margin-top: 26px;
    position: relative;
}

.banner-copy-rights a {
    color: #000;
}

.banner-copy-rights a:hover {
    color: #fd1717;
}

.foot-head p {
    margin: 33px 0px;
}

.banner-copy-rights {
    margin-top: 6px;
}

@media only screen and (min-width: 1199px) {
    .footer-top::after {
        position: absolute;
        content: "";
        background: url("../images/footer-aft.png");
        width: 740px;
        height: 132px;
        top: 0;
        left: 0;
        z-index: -2;
        animation-name: flash;
        animation-duration: 6s;
        animation-iteration-count: infinite;
    }
    .footer-top::before {
        position: absolute;
        content: "";
        background: url("../images/footer-bfr.png");
        width: 180px;
        height: 222px;
        right: 0px;
        z-index: -1;
        animation-name: flash;
        animation-duration: 4s;
        animation-iteration-count: infinite;
    }
}

.banner-copy-rights h6 {
    color: #1d355b !important;
}

/**********************************footer end **********************************/

/********************************** common css start********************************/

.table-page {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 5px 0;
}

.table-page li {
    list-style-type: none;
    color: #000000;
    margin: 10px;
}

.table-page a {
    padding: 9px 17px;
    border-radius: 50%;
    color: #ffffff;
    background: #774200;
}

.table-page a:hover {
    background: #ffa949;
}

.faq_accordian .accordion-toggle {
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
    font-weight: 600;
    padding: 20px 46px 20px 17px;
    border-radius: 10px;
    background: url(../images/accordian_arrow_down.png) no-repeat center right 20px, linear-gradient(90deg, rgba(17, 127, 218, 1) 0%, rgba(91, 181, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cfd0f6', endColorstr='#95abe2', GradientType=1);
    text-align: start;
    line-height: 26px;
}

.faq_accordian .accordion-toggle.active {
    color: #fff;
    background: url(../images/accordian_arrow_up.png) no-repeat center right 20px, linear-gradient(0deg, rgb(17, 127, 218) 0%, rgb(91, 181, 255) 100%);
}

.faq_accordian {
    width: 100%;
}

.faq_accordian .accordion-content p {
    width: 100%;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 23px 7px rgba(0, 0, 0, 0.1);
    color: #000 !important;
}

.faq_accordian .accordion-content {
    display: none;
    margin-bottom: 10px;
}

.faq_accordian .accordion .open {
    display: block;
}

.faq-btn {
    text-align: center;
    margin: 20px 0;
}

.faq_accordian .accordion-content p a {
    color: #ffffff;
}

.bootbox-close-button.close {
    float: right;
}

/*.error {
	border-radius: 0px;
	padding: 10px;
	font-size: 14px;
	background: #b72c2c;
	color: #ffffff;
	display: inline-block;
	width: auto;
	margin: 2px 0;
	font-family: var(--bs-font-sans-serif);
	background: rgba(77, 153, 59, 0.1);
	border: 2px solid #e21e51;
	border-radius: 15px;
}

.success {
	border-radius: 0px;
	padding: 10px;
	font-size: 14px;
	background: rgba(77, 153, 59, 0.1);
	border: 2px solid #39e862;
	color: #ffffff;
	display: inline-block;
	width: auto;
	margin: 2px 0;
	font-family: var(--bs-font-sans-serif);
}
*/

.msg ul {
    list-style-type: none;
}

.msg br {
    display: none;
}

.error i,
.success i {
    margin-right: 5px;
}

.msg {
    margin: 10px 0 !important;
    text-align: center;
}

.bootbox-close-button.close {
    background: transparent;
    border: transparent;
    color: #000;
    border-radius: 5px;
    float: right;
    font-size: 25px;
    position: relative;
    top: -8px;
}

textarea:focus-visible {
    box-shadow: none;
}

.modal-footer {
    justify-content: center;
}

.bootbox-close-button.close:hover {
    background-color: transparent;
    border: transparent;
}

table input[type="text"] {
    width: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
    color: #000;
}

.inner-navbar-head {
    display: none;
}

.news {
    border-radius: 25px;
    margin-bottom: 25px;
    padding: 25px 15px;
    background: rgb(17, 127, 218);
    background: linear-gradient(90deg, rgba(17, 127, 218, 1) 0%, rgba(91, 181, 255, 1) 100%);
}

.news:hover {
    background: rgb(17, 127, 218);
    background: linear-gradient(180deg, rgba(17, 127, 218, 1) 0%, rgba(91, 181, 255, 1) 100%);
}

.news h5 a {
    font-size: 22px;
    font-family: "Aleo";
}

.news p {
    min-height: 245px;
    font-size: 15px;
}

.nav-line-top a:hover {
    color: #fd1717;
}

.nav-line-top a {
    text-decoration: none;
    color: #000;
}

.nav-email a {
    text-decoration: none;
    color: #000;
}

.nav-email a:hover {
    color: #fd1717;
}

.input-msg span {
    color: #000 !important;
}

/********************************** common css end********************************/

/********************************** Innerpages start **********************************/

.select-arrow {
    background: url("../images/country-arrow.png") center right 10px no-repeat, linear-gradient(-57deg, rgba(44, 92, 252, 1) 0%, rgba(85, 70, 205, 1) 100%) !important;
}

.form-title h1 {
    font-size: 50px;
}

.form-control option {
    background: #1985de;
    color: #fff;
}

.success-msg {
    border: 2px solid #22bb62;
}

.success-msg:hover {
    background: #a9e6c2;
    cursor: pointer;
}

.error-msg {
    border: 2px solid #e21e51;
}

.error-msg:hover {
    background: #ffd5e0;
}

.info-msg {
    border: 2px solid #ffa370;
}

.info-msg:hover {
    background: #f7dbcc;
    cursor: pointer;
}

.input-msg {
    background: transparent;
    border-radius: 10px;
    padding: 10px 13px;
    display: flex;
    align-items: center;
    max-width: 500px;
    margin: 10px auto;
    margin-bottom: 25px;
}

.login-bg::after {
    position: absolute;
    content: "";
    background: url("../images/login-bg.jpg") no-repeat;
    width: 1349px;
    height: 750px;
    top: 0px;
    z-index: -1;
}

.login-bg .inner-pages {
    padding-bottom: 8px !important;
}

.register-bg .form-pages {
    margin-top: 40px;
    margin-bottom: 42px;
}

.register-bg::after {
    position: absolute;
    content: "";
    background: url("../images/register-bg.jpg") no-repeat;
    width: 1349px;
    height: 744px;
    top: 0px;
    z-index: -1;
}

.register-bg .form-pages {
    margin-top: 40px;
    margin-bottom: 38px;
}

.contact-bg::after {
    position: absolute;
    content: "";
    background: url("../images/contact-bg.jpg") no-repeat;
    width: 1349px;
    height: 750px;
    top: 0px;
    z-index: -1;
}

.contact-bg::after {
    position: absolute;
    content: "";
    background: url("../images/contact-bg.jpg") no-repeat;
    width: 1349px;
    height: 720px;
    top: 0px;
    z-index: -1;
}

.form-icos {
    position: absolute;
    top: 12px;
    width: 38px;
    height: 38px;
    padding: 4px 0px;
    left: 5px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    text-align: center;
}

.form-icos i {
    background: #2AB86E;
    background: linear-gradient(rgb(17, 127, 218) 0%, rgb(72, 167, 246) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 17px;
}

.form-ico {
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    padding: 5px 0px;
    left: 5px;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.form-ico i {
    background: #2AB86E;
    background: linear-gradient(rgb(17, 127, 218) 0%, rgb(72, 167, 246) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 19px;
}

.forget a {
    text-decoration: none;
    color: #fd1717;
    font-family: Poppins;
    font-weight: normal;
}

.forget a:hover {
    color: #000;
}

.copyrights a:hover {
    color: #000;
}

.copyrights h6 {
    font-size: 16px;
}

.copyrights a:hover {
    color: #fd1717 !important;
}

.copyrights {
    margin: 50px 0;
}

.copyrights a {
    color: #231d2d !important;
    text-decoration: none;
    font-weight: normal;
}

.form-block {
    margin-bottom: 22px;
}

.form-title small {
    position: relative;
    left: 103px;
    font-size: 18px;
}

.form-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-pages {
    margin-top: 40px;
    margin-bottom: 50px;
}

.innerpage-banner-img {
    margin-left: -34px;
    margin-top: 50px;
}

.inner-mobile {
    display: none;
}

.form-title h2 {
    font-size: 40px;
}

.form-btn .btn-secondary {
    padding: 12px 31px;
    border-radius: 22px;
    font-size: 17px;
}

.input-msg p {
    font-family: Roboto;
    font-weight: normal !important;
    font-size: 15px;
    color: #000 !important;
}

.select-arrow2 {
    background: url("../images/country-arrow.png") center right 10px no-repeat, linear-gradient(rgb(17, 127, 218) 0%, rgb(91, 181, 255) 100%);
}

.form-control::placeholder {
    color: #fff;
    opacity: 1;
}

/**********************************Innerpages end **********************************/

/**********************************inner-about start **********************************/

.inner-about-security {
    padding-top: 77px;
}

.inner-about-content {
    margin-top: 60px;
}

.inner-about-bg {
    background: url("../images/inner-about-bg.png") no-repeat scroll 0 0;
    background-size: cover;
}

.inner-about-btn .btn-secondary {
    padding: 10px 37px;
    border-radius: 30px;
}

/**********************************inner-about end **********************************/

/************************ animation **********************************/

.masked {
    mask-image: linear-gradient(#000, #000);
    mask-size: 0% 70%;
    mask-position: 0 45%, 25% 25%, 50% 50%, 75% 0, 100% 50%;
    mask-repeat: no-repeat;
    animation: mask 6s linear infinite;
}

@keyframes mask {
    0% {
        mask-size: 0% 70%;
    }
    20% {
        mask-size: 20% 100%;
    }
    30% {
        mask-size: 30% 100%;
    }
    40% {
        mask-size: 40% 100%;
    }
    60% {
        mask-size: 60% 100%;
    }
    80% {
        mask-size: 80% 100%;
    }
    100% {
        mask-size: 100% 100%;
    }
}

.spinner {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1.2s;
    -webkit-animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-transition-property: -moz-transform;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1.2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    transition-property: transform;
    animation-name: rotate;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes play {
    from {
        background-position: 0px;
    }
    to {
        background-position: -1024px;
    }
}

@keyframes marquee {
    0% {
        background-position: 0;
    }
    100% {
        background-position: -1190px;
    }
}

.typewriter h1 {
    color: #fff;
    /* overflow: inherit; */
    white-space: break-spaces;
    margin: 0 auto;
    letter-spacing: 0px;
    animation: typing 3.5s, blink-caret .5s step-end alternate;
}

@keyframes blink-caret {
    from,
    to {
        border-color: transparent
    }
}

@keyframes animate {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(0);
    }
}

/********************************** Responsive **********************************/

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

@media only screen and (max-width: 1199px) {
    .head-nav-link li {
        display: inline-block;
        margin: 0px 10px;
        position: relative;
    }
    .banner-bg {
        padding-top: 14px !important;
    }
    .banner-left p br {
        display: none;
    }
    .banner-left h1 {
        font-size: 46px;
    }
    .banner-btn {
        margin-bottom: 20px;
    }
    .banner-links li {
        margin-right: 66px;
    }
    .banner-coins li:last-child {
        right: -19px;
    }
    .banner-coins li:nth-child(4) {
        left: -7px;
    }
    .banner-coins li:nth-child(3) {
        left: -23px;
        bottom: 247px;
    }
    .banner-coins li:first-child {
        top: -78px;
        left: 64px;
    }
    .fea-sec-list {
        padding: 50px 0px;
    }
    .fea-sec {
        width: 227px;
    }
    .fea-title h6 {
        font-size: 19px;
    }
    .fea-added-bg {
        padding: 32px 5px 26px 5px;
    }
    .rev-value h5 {
        font-size: 18px;
    }
    .rev-value {
        padding: 30px 11px;
    }
    .revenue-img {
        right: -99px;
        top: 85px;
    }
    .revenue-img img {
        width: 79%;
    }
    .plan-obj1 {
        left: 122px;
        top: 9px;
    }
    .plan-obj2 {
        right: 24px;
        top: 22px;
    }
    .static-left p br {
        display: none;
    }
    .stastic-added-vectors li:nth-child(3) img {
        width: 67%;
    }
    .stastic-added-vectors li:nth-child(3) {
        left: 307px;
        top: 221px;
    }
    .static-icon {
        padding: 0px;
        border: 3px solid #fff;
    }
    .earth-img {
        left: -39px;
    }
    .robot-coins {
        margin-left: 12px;
    }
    .robot-images li:nth-child(3) {
        left: -47px;
    }
    .static-sec-list li:first-child {
        right: -21px;
        top: 25px;
    }
    .static-sec-list li:nth-child(2) {
        left: -111px;
        top: 34px;
    }
    .static-sec-list li:last-child {
        right: -15px;
        top: 44px;
    }
    .foot-head h3 br {
        display: none;
    }
    .foot-head h3 {
        font-size: 36px;
        line-height: 46px;
    }
    .footer-content {
        padding: 40px 30px;
    }
    .foot-head p {
        margin: 23px 0px;
    }
    .company-menu li {
        padding: 0 14px;
    }
    .banner-copy-rights h6 {
        font-size: 15px !important;
    }
    .banner-copy-rights {
        text-align: start !important;
    }
    .company-menu li a {
        font-size: 16px;
    }
    .company-menu li:not(:last-child)::after {
        font-size: 17px;
    }
    .last-foot-list {
        padding: 18px 17px;
    }
    .security-box3 {
        padding: 61px 7px 26px 13px;
    }
    .swap-coin {
        position: relative;
        top: -43px;
    }
    .security-box4 {
        padding: 38px 0px 0px 23px;
        padding-bottom: 46px;
    }
    .diamond {
        right: -10px;
        margin-top: 8px;
        bottom: -46px;
    }
    .diamond-coin {
        top: -126px;
        right: 15px;
    }
    .foot-menus {
        padding: 34px 16px;
    }
    .inv-plan-sec {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .rev-circle {
        display: none;
    }
    .plus-add {
        position: relative;
        left: -36px;
    }
    .news p {
        min-height: 230px;
        font-size: 14px;
        margin-bottom: 20px !important;
    }
    .news h4 a {
        font-size: 18px;
    }
    .news h5 a {
        font-size: 18px;
    }
    .news .btn-primary {
        font-size: 16px;
    }
    .inner-about-security {
        padding-top: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-img {
        text-align: center;
    }
    .banner-coins li:last-child {
        right: 101px;
        bottom: 5px;
    }
    .form-title {
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center;
    }
    .banner-coins li:nth-child(4) {
        bottom: 0px;
        left: 22px;
    }
    .banner-coins li:last-child {
        right: 20px;
        bottom: 0px;
    }
    /* default nav-responsive */
    .navbar-head h4 {
        display: none;
    }
    .navbar-head {
        background: #936204;
        width: 100%;
        padding: 5px 10px;
        border-radius: 10px;
        margin: 20px 0px;
        background: rgb(255, 85, 85);
        background: linear-gradient(50deg, rgba(255, 85, 85, 1) 0%, rgba(224, 178, 181, 1) 71%, rgba(250, 237, 239, 1) 100%) no-repeat;
    }
    .navbar-head h4 {
        display: inline-block;
        top: 4px;
        position: relative;
        color: #fff;
        font-size: 20px;
    }
    .navbar-head button {
        float: right;
        background: #fff;
        padding: 2px 7px;
    }
    .head-nav-link li {
        display: block;
        padding: 5px 0px;
        text-align: center;
        margin: 0px 0px;
    }
    .banner-logo {
        text-align: center;
    }
    .header-nav {
        left: 0px;
        top: 0px;
        background: #fdfeff;
        -webkit-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 7px 18px 3px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        margin-bottom: 20px !important;
    }
    .nav-button {
        text-align: center;
        margin-bottom: 0px;
    }
    .head-nav-link li:hover {
        background: rgb(244, 118, 119);
    }
    .head-nav-link li:hover a {
        color: #fff;
    }
    /* default nav-responsive end*/
    br {
        display: none;
    }
    .banner-content {
        text-align: center;
        margin-top: 40px;
    }
    .banner-img {
        margin-top: 70px;
    }
    .fea-sec {
        margin-top: 30px !important;
        width: 300px;
        margin: 0 auto;
    }
    .banner-coins li:first-child {
        top: -50px;
    }
    .banner-added-content li {
        margin: 0px 29px;
    }
    .revenue-content {
        text-align: center;
    }
    .revenue-img {
        display: none;
    }
    .rev-value {
        display: inline-block;
        margin: 29px 20px;
    }
    .revenue-value-list {
        text-align: center;
    }
    .rev-chip {
        bottom: 53px;
        left: -65px;
    }
    .revenue-img-bg {
        display: none;
    }
    .blur-obj1 {
        bottom: -351px;
        left: -56px;
    }
    .blur-obj2 {
        top: 41px;
        left: 0px;
    }
    .plan-obj1 {
        left: 21px;
    }
    .secirity-bg {
        padding-top: 32px;
    }
    .security-box {
        margin-bottom: 23px;
    }
    .security-box4 {
        padding: 47px 0px 0px 23px;
        padding-bottom: 46px;
    }
    .static-left {
        text-align: center;
    }
    .footer-content {
        text-align: center;
    }
    .static-sec-list li:first-child {
        right: 0px;
        top: 0px;
    }
    .static-sec-list li:nth-child(2) {
        left: 0px;
        top: 0px;
    }
    .static-sec-list li:last-child {
        right: 0px;
        top: 0px;
    }
    .stastistics-bg {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .stastic-added-vectors li:nth-child(2) {
        display: none;
    }
    .static-sec-list li {
        width: 275px;
        margin: 31px 30px;
        display: inline-block;
    }
    .static-sec {
        justify-content: center;
    }
    .stastic-added-vectors li:nth-child(5) {
        display: none;
    }
    .stastic-added-vectors li:nth-child(3) {
        display: none;
    }
    .stastic-added-vectors li:nth-child(4) {
        right: 96px;
        top: 437px;
    }
    .stastic-added-vectors li:last-child {
        text-align: start;
        left: 155px;
    }
    .added-line-2 {
        display: none;
    }
    .static-sec-list {
        text-align: center;
        margin-top: 20px;
    }
    .last-foot-list {
        text-align: center;
    }
    .banner-copy-rights {
        text-align: center !important;
        margin-top: 25px;
    }
    .company-menu li {
        padding: 0 45px;
    }
    .plus-add {
        display: none;
    }
    .secirity-bg .title p {
        margin-bottom: 0px !important;
    }
    .max-revenue {
        padding-bottom: 30px;
    }
    .revenue-btn {
        margin-bottom: 25px;
    }
    .head-nav-link li:hover::after {
        display: none;
    }
    .news h4 a {
        font-size: 20px;
    }
    .news p {
        min-height: 0px;
        font-size: 15px;
        margin-bottom: 25px !important;
    }
    .news .btn-primary {
        font-size: 16px;
    }
    .news h5 a {
        font-size: 22px;
    }
    .form-pages {
        margin-top: 0px;
    }
    .inner-banner-img {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .fea-sec {
        width: 255px;
        margin: 0 auto;
    }
    .rev-value {
        margin: 15px 0px;
        width: 100%;
    }
    .static-sec-list li {
        width: 100%;
        margin: 20px 0px;
        display: inline-block;
    }
    .static-content {
        text-align: start;
    }
    .stastic-added-vectors li:nth-child(6) {
        top: 302px;
    }
    .stastic-added-vectors li:nth-child(4) {
        right: 20px;
        top: 471px;
    }
    .company-menu li {
        padding: 0 29px;
    }
    .plus::after {
        display: none;
    }
    .banner-links li {
        margin-right: 12px;
    }
    .banner-added-content li {
        margin: 0px 30px;
    }
    .last-foot-list {
        margin: 30px 0 0 0;
    }
}

@media only screen and (max-width: 575px) {
    .plan-carousel .owl-prev,
    .acct-stats-caro .owl-prev {
        left: 0px;
    }
    .plan-carousel .owl-next,
    .acct-stats-caro .owl-next {
        right: 0px;
    }
    .fea-sec {
        width: 100%;
    }
    .blur-obj1 {
        display: none;
    }
    .blur-obj3 {
        display: none;
    }
    .stastic-added-vectors li:nth-child(4) {
        display: none;
    }
    .stastic-added-vectors li:last-child {
        left: 45px;
        top: 344px;
    }
    .foot-menus {
        text-align: center;
    }
    .social-list {
        text-align: center;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 424px) {
    .company-menu li {
        padding: 0 10px;
    }
    .plan-obj1 {
        display: none;
    }
    .plan-obj2.plan-obj {
        display: none;
    }
    .banner-img img {
        width: 80%;
    }
    .banner-links {
        margin-top: 30px;
    }
    .banner-added-content li {
        margin: 0px 11px;
    }
    .diamond-coin {
        top: -72px;
        right: 29px;
    }
    .stastic-added-vectors li:nth-child(6) {
        display: none;
    }
    .stastic-added-vectors li:last-child {
        display: none;
    }
    .fea-sec-list {
        padding: 30px 0px;
    }
    .banner-img {
        margin-top: 86px;
    }
    .liqui-value {
        justify-content: space-between;
    }
    .liqui-coin {
        display: none;
    }
    .form-title h1 {
        font-size: 37px;
    }
    .diamond-coin {
        top: -72px;
        right: 48px;
    }
    .swap-coin img {
        animation: none;
    }
    .swap-coin img {
        animation-name: none;
    }
    .diamond {
        right: 0;
        position: absolute !important;
        bottom: 0;
    }
    .security-box4 {
        padding: 47px 0px 0px 23px;
        padding-bottom: 145px;
    }
}

@media only screen and (max-width: 360px) {
    .banner-left h1 {
        font-size: 35px;
    }
    .banner-added-content li {
        margin: 5px 33px;
    }
    .news h5 a {
        font-size: 20px;
    }
    .news p {
        font-size: 14px;
    }
    .revenue-btn .btn {
        padding: 10px 28px;
    }
    .inner-about-btn .btn-secondary {
        padding: 9px 27px;
        border-radius: 25px;
    }
    .title p {
        font-size: 14px !important;
    }
    .diamond {
        right: 0;
        position: absolute !important;
        bottom: 0;
    }
    .security-box4 {
        padding: 47px 0px 0px 23px;
        padding-bottom: 145px;
    }
}