/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

section {
    padding: 80px 0;
    position: relative;
}

img.bci-logo {
    margin-right: 10px;
}

span.newsletter-span {
    font-weight: 500;
    font-size: 30px;
}

img {
    max-width: 100%;
}

.site-header {
    padding: 36px 0;
    width: 100%;
}

.header-fixed {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 99;
}

.card {
    box-shadow: 0px 2px 13.72px 0.28px rgba(2, 9, 21, 0.2);
}

.shadow-none {
    box-shadow: none;
}

.bg-purple {
    background-color: #f73d76;
}

.bg-orange {
    background-color: #838383;
}

.bg-green {
    background-color: #1663b8;
}

.color-purple {
    color: #f73d76 !important;
}

.color-green {
    color: #0fc31c !important;
}

.card-crypto-index-top {
    display: inline-block;
    margin-left: auto;
    margin-bottom: -45px;
    z-index: 1;
    border: 1px solid #1780f2;
    box-shadow: 0px 1px 9.9px 0.1px rgba(2, 9, 21, 0.08);
    min-width: 440px;
}

.card-crypto-index-bottom {
    max-width: 525px;
    margin-left: 30px;
}

.crypto-index-details h4 {
    color: #1780f2;
}

.total i {
    color: #f3a828;
    margin-left: 4px;
}

.total i.fa.fa-caret-up {
    color: #9d0a0a;
}

.point,
.percent {
    color: #303840;
    font-size: 22px;
    font-weight: 600;
}

.hours {
    color: #1780f2;
    font-size: 20px;
    font-weight: 600;
}

.crypto-index-details h4 .point {
    margin-left: 15px;
}

.crypto-index-details h4 .percent {
    margin-left: 8px;
}

.crypto-index-details h4 .hours {
    margin-left: 5px;
}

.crypto-index-details .small {
    text-align: right;
    display: block;
    padding-right: 20px;
    color: #303840;
    font-size: 12px;
    font-weight: normal;
}

.performs-lists {
    list-style: none;
    margin: 0;
    padding: 0;
}

.performs-lists li {
    color: #303840;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.box-color {
    height: 20px;
    width: 20px;
    display: block;
    border-radius: 4px;
    margin-right: 10px;
}

.line {
    color: #d9d9d9;
}

.performs-lists li .line {
    margin: 0 10px;
    display: block;
}

.home-top-details {
    padding: 190px 0 110px;
    background-image: url(../images/home-top-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

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

.home-top-details h1 {
    margin-bottom: 20px;
    font-size: 70px;
    font-weight: 700;
}

.pie-chart-col {
    margin-top: 29px;
}

.crypto-title {
    color: #1780f2;
    font-weight: bold;
}

.crypto-icon {
    width: 30px;
    margin-right: 10px;
}

.crypto-icon img {
    max-width: 30px;
}

.common-table {
    overflow: auto;
}

.common-table .table th,
.common-table .table td {
    padding: 9px 20px;
    vertical-align: middle;
    border-top: 0px solid #dee2e6;
    color: #303840;
    font-size: 18px;
}

.common-table .table td a:hover {
    text-decoration: none;
}

.common-table .table th {
    border-bottom: 1px solid #e3e3e3;
    color: #5e6266;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 600;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f8fbfe;
}

.common-table .table td[data-label="Number"] {
    width: 40px;
    padding-right: 0;
}

.common-table .table td[data-label="Name"] {
    width: 224px;
}

.common-table .table td a {
    font-weight: bold;
}

.common-table .table td[data-label="Name"] a,
.common-table .table td[data-label="EXCHANGE"] a {
    font-weight: bold;
    display: inline-flex;
    align-items: center;
}

/*
.common-table .table td[data-label="(24h%)"] {
    font-weight: bold;
}
*/

.crypto-news {
    background-image: url(../images/news-sec-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    padding-bottom: 30px;
    overflow: hidden;
}

.thumnail-img {
    overflow: hidden;
}

.news-img a {
    display: block;
}

.news-img img {
    width: 100%;
}

.news-lists {
    list-style: none;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.news-lists li {
    padding: 20px;
    width: 100%;
    display: inline-flex;
    margin-left: -15px;
    margin-right: -15px;
}

.news-lists li .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 25px;
    color: #585a66;
}

.news-lists li .content h4 {
    font-size: 24px;
    color: #303840;
}

.news-lists li .content h4 a,
.news-lists li .content h2 a {
    color: #303840;
}

.news-lists li .content h4 a:hover,
.news-lists li .content h2 a:hover {
    text-decoration: none;
    color: #1780f2;
}

.date-time {
    color: #1780f2;
    font-size: 14px;
}

.news-lists li .news-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-left: 15px;
    padding-right: 15px;
    order: 3;
}

.home-news .news-lists {
    display: block;
}

.home-news .news-lists li {
    display: inline-block;
}

.home-news .news-lists li .news-img {
    padding-right: 0px;
}

.home-news .col-md-6:first-child .news-lists li .d-flex {
    display: -webkit-block !important;
    display: -ms-block !important;
    display: block !important;
}

.home-news .col-md-6:first-child .news-lists li .content,
.home-news .col-md-6:first-child .news-lists li .news-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.home-news .col-md-6:first-child .news-lists li .content {
    order: 3;
}

.home-news .col-md-6:first-child .news-lists li .thumnail-img {
    overflow: hidden;
    margin-bottom: 30px;
}

.news-lists li hr {
    margin-top: 8px;
    margin-bottom: 12px;
}

.blockchain-services {
    color: #fff;
    position: relative;
}

.blockchain-services:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    background-color: #1780f2;
    width: 100%;
    height: 548px;
}

.blockchain-services-card {
    color: #585a66;
    font-size: 16px;
    line-height: 24px;
    height: 100%;
}

.blockchain-services-card h4 {
    text-transform: uppercase;
    margin-bottom: 22px;
}

.blockchain-services-card .fa-long-arrow-right {
    display: inline-block;
    width: 68px;
    height: 68px;
    background-color: #1780f2;
    color: #fff;
    line-height: 55px;
    border-radius: 100%;
    border: 8px solid #e6ecf2;
    font-size: 22px;
    margin: auto;
    z-index: 2;
}

.blockchain-services-card .card {
    position: relative;
    overflow: hidden;
    padding: 45px 20px 39px;
    cursor: pointer;
    height: 100%;
}

.blockchain-services-card .card:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: -87px;
    left: 0;
    right: 0;
    border-radius: 100%;
    box-shadow: inset 0 3px 12px -2px rgb(2 9 21 / 20%);
    width: 162px;
    height: 162px;
    margin: auto;
    padding: 20px;
}

.blockchain-services-card:hover .card {
    background: #f8fbfe;
}


.blockchain-services-card:hover .fa-long-arrow-right {
    background-color: #303840;
}

.blockchain-services-card:hover .card h4 {
    color: #1780f2;
}

.service-btm-circle {
    width: 160px;
    height: 160px;
    border-radius: 100%;
    text-align: center;
    line-height: 142px;
    display: block;
    position: absolute;
    top: auto;
    bottom: -80px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    box-shadow: inset 0 5px 10px -4px rgb(2 9 21 / 20%);
}

.service-icon {
    width: 142px;
    height: 142px;
    border-radius: 100%;
    text-align: center;
    line-height: 142px;
    display: block;
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
}

.service-logo {
    padding: 12px 0 8px;
    border-right: 1px solid #8bc0f9;
}

.service-logo img {
    margin-bottom: 20px;
}

.service-logo h2 {
    font-size: 50px;
    color: #fff;
}

.subscribe-right .form-control {
    height: 60px;
    background: rgba(255, 255, 255, 0.6);
    border-color: #1780f2;
    border-radius: 40px 0 0 40px;
    padding: 0 30px;
    color: #999999;
    font-size: 16px;
}

.subscribe-right .btn {
    min-height: 60px;
    border-radius: 0 40px 40px 0;
    background: #1780f2;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 12px 30px;
}

.help-text h2 span {
    font-size: 30px;
    color: #1780f2;
    font-weight: 500;
}

.subscribe-left {
    border-right: 1px solid #d9d9d9;
    padding-right: 40px;
    margin-right: 40px;
    width: 60%;
}

.subscribe-left i {
    color: #1780f2;
    font-size: 60px;
    margin-right: 35px;
}

.subscribe-left h4 {
    font-weight: 500;
    margin-bottom: 0;
}

.subscribe-left span {
    color: #585a66;
    font-size: 16px;
}

.subscribe-right {
    width: 60%;
}

.site-footer {
    background-color: #1780f2;
}

.footer-top {
    padding: 80px 0 50px;
}

.footer-top h4,
.disclaimer h3 {
    color: #fff;
    position: relative;
    border-bottom: 1px solid #cedff2;
    padding-bottom: 14px;
}

.footer-top h4 {
    margin-bottom: 24px;
}

.disclaimer h3 {
    margin-bottom: 20px;
}

.disclaimer {
    color: #cedff2;
    font-size: 18px;
    line-height: 25px;
}

.footer-top h4:before,
.disclaimer h3:before {
    content: '';
    background-color: #303840;
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: -1px;
}

.footer-menu,
.footer-socials {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}

.footer-menu li:last-child {
    margin-bottom: 0px;
}

.footer-menu li a {
    color: #cedff2;
    font-size: 18px;
    background-position: 100%;
    transition: all 0.4s;
}

.footer-menu li a:hover {
    color: #fff;
    text-decoration: none;
    transition: all 0.4s;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, midnightblue, midnightblue 50%, royalblue 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none;
    background-position: 0 100%;
    margin-left: 3px;
    transition: all 0.4s;
}

.footer-menu li:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f105";
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
}

.footer-socials li {
    display: inline-block;
    color: #fff;
    margin-right: 4px;
}

.footer-socials li a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 100%;
    color: #fff;
}

.footer-socials li.facebook:hover a {
    background-color: #4867aa;
    border-color: #4867aa;
}

.footer-socials li.twitter:hover a {
    background-color: #55adee;
    border-color: #55adee;
}

.site-footer .footer-socials {
    margin-top: 25px;
}

.footer-bottom {
    background-color: #1663b8;
    color: #fff;
    font-size: 15px;
    padding: 16px 0;
}

.copyrights p {
    margin-bottom: 0px;
}

.footer-bottom span {
    color: #95bde5;
    font-size: 12px;
}

/*================= Animate & Others CSS ===============*/

.bck {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    background-color: rgba(23, 128, 242, 0.6);
    color: #fff;
    visibility: hidden;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition-property: all;
    z-index: 9999;
    font-size: 24px;
    border-radius: 100%;
}

.bck.bck-on {
    visibility: visible;
}

.bck.bck-on:focus {
    color: #2843d7;
}

.bck:hover {
    background-color: rgba(23, 128, 242, 0.9);
    color: #fff !important;
}

.rightToLeft {
    right: -50px;
}

.bck-on.rightToLeft {
    right: 1rem;
}

.mobile-floating-menu {
    display: none;
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    z-index: 9999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.cs-check-block-bg-before,
.cs-check-block-bg-before::before {
    position: absolute;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
}

.cs-check-block-bg-before1 {
    left: -16%;
    top: -22px;
    width: 221px;
    height: 145px;
}

.cs-check-block-bg-before2 {
    left: auto;
    right: -14%;
    top: -44px;
    width: 153px;
    height: 262px;
}

.cs-check-block-bg-before3 {
    left: -13%;
    top: 12%;
    width: 133px;
    height: 260px;
}

.cs-check-block-bg-before4 {
    left: auto;
    top: auto;
    width: 108px;
    height: 206px;
    bottom: 7%;
    right: -11%;
}

.bubble {
    background-color: rgba(23, 128, 242, 0.1);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
}

.bubble-1 {
    background-color: rgba(23, 128, 242, 0.1);
    opacity: 0.34;
    left: 91vw;
    top: 64vh;
    animation: move-1 30.02s infinite;
    -moz-transform: translate(0, 0) scale(0.35);
    -ms-transform: translate(0, 0) scale(0.35);
    -webkit-transform: translate(0, 0) scale(0.35);
    transform: translate(0, 0) scale(0.35);
}

.bubble-2 {
    background-color: rgba(246, 159, 71, 0.6);
    opacity: 0.23;
    left: 52vw;
    top: 71vh;
    animation: move-2 30.04s infinite;
    -moz-transform: translate(0, 0) scale(0.44);
    -ms-transform: translate(0, 0) scale(0.44);
    -webkit-transform: translate(0, 0) scale(0.44);
    transform: translate(0, 0) scale(0.44);
}

.bubble-3 {
    background-color: rgba(63, 207, 210, 0.6);
    opacity: 0.51;
    left: 33vw;
    top: 68vh;
    animation: move-3 30.06s infinite;
    -moz-transform: translate(0, 0) scale(1.51);
    -ms-transform: translate(0, 0) scale(1.51);
    -webkit-transform: translate(0, 0) scale(1.51);
    transform: translate(0, 0) scale(1.51);
}

.bubble-4 {
    background-color: rgba(246, 159, 71, 0.6);
    opacity: 0.9;
    left: 59vw;
    top: 96vh;
    animation: move-4 30.08s infinite;
    -moz-transform: translate(0, 0) scale(0.11);
    -ms-transform: translate(0, 0) scale(0.11);
    -webkit-transform: translate(0, 0) scale(0.11);
    transform: translate(0, 0) scale(0.11);
}

.bubble-5 {
    background-color: rgba(240, 202, 60, 0.6);
    opacity: 0.37;
    left: 20vw;
    top: 81vh;
    animation: move-5 30.1s infinite;
    -moz-transform: translate(0, 0) scale(0.47);
    -ms-transform: translate(0, 0) scale(0.47);
    -webkit-transform: translate(0, 0) scale(0.47);
    transform: translate(0, 0) scale(0.47);
}

.bubble-6 {
    opacity: 0.97;
    left: 19vw;
    top: 8vh;
    animation: move-6 30.12s infinite;
    -moz-transform: translate(0, 0) scale(1.69);
    -ms-transform: translate(0, 0) scale(1.69);
    -webkit-transform: translate(0, 0) scale(1.69);
    transform: translate(0, 0) scale(1.69);
}

.bubble-7 {
    background-color: rgba(246, 159, 71, 0.6);
    opacity: 0.54;
    left: 82vw;
    top: 23vh;
    animation: move-7 30.14s infinite;
    -moz-transform: translate(0, 0) scale(1.81);
    -ms-transform: translate(0, 0) scale(1.81);
    -webkit-transform: translate(0, 0) scale(1.81);
    transform: translate(0, 0) scale(1.81);
}

.bubble-8 {
    background-color: rgba(240, 202, 60, 0.6);
    opacity: 0.97;
    left: 58vw;
    top: 87vh;
    animation: move-8 30.16s infinite;
    -moz-transform: translate(0, 0) scale(0.12);
    -ms-transform: translate(0, 0) scale(0.12);
    -webkit-transform: translate(0, 0) scale(0.12);
    transform: translate(0, 0) scale(0.12);
}

.bubble-9 {
    background-color: rgba(246, 159, 71, 0.6);
    opacity: 0.38;
    left: 67vw;
    top: 4vh;
    animation: move-9 30.18s infinite;
    -moz-transform: translate(0, 0) scale(0.18);
    -ms-transform: translate(0, 0) scale(0.18);
    -webkit-transform: translate(0, 0) scale(0.18);
    transform: translate(0, 0) scale(0.18);
}

.bubble-10 {
    opacity: 0.35;
    left: 51vw;
    top: 59vh;
    animation: move-10 30.2s infinite;
    -moz-transform: translate(0, 0) scale(0.83);
    -ms-transform: translate(0, 0) scale(0.83);
    -webkit-transform: translate(0, 0) scale(0.83);
    transform: translate(0, 0) scale(0.83);
}

.bubble-11 {
    background-color: rgba(240, 202, 60, 0.6);
    opacity: 0.75;
    left: 48vw;
    top: 94vh;
    animation: move-11 30.22s infinite;
    -moz-transform: translate(0, 0) scale(1.46);
    -ms-transform: translate(0, 0) scale(1.46);
    -webkit-transform: translate(0, 0) scale(1.46);
    transform: translate(0, 0) scale(1.46);
}

.bubble-12 {
    opacity: 0.05;
    left: 96vw;
    top: 65vh;
    animation: move-12 30.24s infinite;
    -moz-transform: translate(0, 0) scale(1.53);
    -ms-transform: translate(0, 0) scale(1.53);
    -webkit-transform: translate(0, 0) scale(1.53);
    transform: translate(0, 0) scale(1.53);
}

.bubble-13 {
    background-color: rgba(63, 207, 210, 0.6);
    opacity: 0.61;
    left: 50vw;
    top: 13vh;
    animation: move-13 30.26s infinite;
    -moz-transform: translate(0, 0) scale(0.43);
    -ms-transform: translate(0, 0) scale(0.43);
    -webkit-transform: translate(0, 0) scale(0.43);
    transform: translate(0, 0) scale(0.43);
}

.bubble-14 {
    background-color: rgba(240, 202, 60, 0.6);
    opacity: 0.65;
    left: 42vw;
    top: 100vh;
    animation: move-14 30.28s infinite;
    -moz-transform: translate(0, 0) scale(1.75);
    -ms-transform: translate(0, 0) scale(1.75);
    -webkit-transform: translate(0, 0) scale(1.75);
    transform: translate(0, 0) scale(1.75);
}

.bubble-15 {
    opacity: 0.86;
    left: 48vw;
    top: 31vh;
    animation: move-15 30.3s infinite;
    -moz-transform: translate(0, 0) scale(1.23);
    -ms-transform: translate(0, 0) scale(1.23);
    -webkit-transform: translate(0, 0) scale(1.23);
    transform: translate(0, 0) scale(1.23);
}

.bubble-16 {
    opacity: 0.39;
    left: 34vw;
    top: 31vh;
    animation: move-16 30.32s infinite;
    -moz-transform: translate(0, 0) scale(0.58);
    -ms-transform: translate(0, 0) scale(0.58);
    -webkit-transform: translate(0, 0) scale(0.58);
    transform: translate(0, 0) scale(0.58);
}

.bubble-17 {
    opacity: 0.64;
    left: 88vw;
    top: 92vh;
    animation: move-17 30.34s infinite;
    -moz-transform: translate(0, 0) scale(1.26);
    -ms-transform: translate(0, 0) scale(1.26);
    -webkit-transform: translate(0, 0) scale(1.26);
    transform: translate(0, 0) scale(1.26);
}

.bubble-18 {
    opacity: 0.47;
    left: 80vw;
    top: 28vh;
    animation: move-18 30.36s infinite;
    -moz-transform: translate(0, 0) scale(1.8);
    -ms-transform: translate(0, 0) scale(1.8);
    -webkit-transform: translate(0, 0) scale(1.8);
    transform: translate(0, 0) scale(1.8);
}

.bubble-19 {
    background-color: rgba(246, 159, 71, 0.6);
    opacity: 0.59;
    left: 60vw;
    top: 13vh;
    animation: move-19 30.38s infinite;
    -moz-transform: translate(0, 0) scale(1.15);
    -ms-transform: translate(0, 0) scale(1.15);
    -webkit-transform: translate(0, 0) scale(1.15);
    transform: translate(0, 0) scale(1.15);
}

.bubble-20 {
    opacity: 0.53;
    left: 43vw;
    top: 50vh;
    animation: move-20 30.4s infinite;
    -moz-transform: translate(0, 0) scale(1.16);
    -ms-transform: translate(0, 0) scale(1.16);
    -webkit-transform: translate(0, 0) scale(1.16);
    transform: translate(0, 0) scale(1.16);
}

.bubble-21 {
    opacity: 0.43;
    left: 81vw;
    top: 17vh;
    animation: move-21 30.42s infinite;
    -moz-transform: translate(0, 0) scale(0.63);
    -ms-transform: translate(0, 0) scale(0.63);
    -webkit-transform: translate(0, 0) scale(0.63);
    transform: translate(0, 0) scale(0.63);
}

.bubble-22 {
    background-color: rgba(63, 207, 210, 0.6);
    opacity: 0.36;
    left: 26vw;
    top: 65vh;
    animation: move-22 30.44s infinite;
    -moz-transform: translate(0, 0) scale(0.28);
    -ms-transform: translate(0, 0) scale(0.28);
    -webkit-transform: translate(0, 0) scale(0.28);
    transform: translate(0, 0) scale(0.28);
}

.bubble-23 {
    opacity: 0.95;
    left: 42vw;
    top: 96vh;
    animation: move-23 30.46s infinite;
    -moz-transform: translate(0, 0) scale(1.01);
    -ms-transform: translate(0, 0) scale(1.01);
    -webkit-transform: translate(0, 0) scale(1.01);
    transform: translate(0, 0) scale(1.01);
}

.bubble-24 {
    opacity: 0.05;
    left: 85vw;
    top: 70vh;
    animation: move-24 30.48s infinite;
    -moz-transform: translate(0, 0) scale(1.89);
    -ms-transform: translate(0, 0) scale(1.89);
    -webkit-transform: translate(0, 0) scale(1.89);
    transform: translate(0, 0) scale(1.89);
}

.bubble-25 {
    background-color: rgba(63, 207, 210, 0.6);
    opacity: 0.17;
    left: 64vw;
    top: 5vh;
    animation: move-25 30.5s infinite;
    -moz-transform: translate(0, 0) scale(0.79);
    -ms-transform: translate(0, 0) scale(0.79);
    -webkit-transform: translate(0, 0) scale(0.79);
    transform: translate(0, 0) scale(0.79);
}

.bubble-26 {
    opacity: 0.3;
    left: 75vw;
    top: 6vh;
    animation: move-26 30.52s infinite;
    -moz-transform: translate(0, 0) scale(0.48);
    -ms-transform: translate(0, 0) scale(0.48);
    -webkit-transform: translate(0, 0) scale(0.48);
    transform: translate(0, 0) scale(0.48);
}

.bubble-27 {
    background-color: rgba(63, 207, 210, 0.6);
    opacity: 0.48;
    left: 23vw;
    top: 8vh;
    animation: move-27 30.54s infinite;
    -moz-transform: translate(0, 0) scale(1.85);
    -ms-transform: translate(0, 0) scale(1.85);
    -webkit-transform: translate(0, 0) scale(1.85);
    transform: translate(0, 0) scale(1.85);
}

.bubble-28 {
    opacity: 0.25;
    left: 60vw;
    top: 3vh;
    animation: move-28 30.56s infinite;
    -moz-transform: translate(0, 0) scale(1.41);
    -ms-transform: translate(0, 0) scale(1.41);
    -webkit-transform: translate(0, 0) scale(1.41);
    transform: translate(0, 0) scale(1.41);
}

.bubble-29 {
    opacity: 0.39;
    left: 78vw;
    top: 18vh;
    animation: move-29 30.58s infinite;
    -moz-transform: translate(0, 0) scale(1.21);
    -ms-transform: translate(0, 0) scale(1.21);
    -webkit-transform: translate(0, 0) scale(1.21);
    transform: translate(0, 0) scale(1.21);
}

.bubble-30 {

    opacity: 0.73;
    left: 83vw;
    top: 9vh;
    animation: move-30 30.6s infinite;
    -moz-transform: translate(0, 0) scale(1.15);
    -ms-transform: translate(0, 0) scale(1.15);
    -webkit-transform: translate(0, 0) scale(1.15);
    transform: translate(0, 0) scale(1.15);
}

.credits {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 2px 15px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    z-index: 111;
}

.credits a {
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
    .animation-scale-y {
        -webkit-animation: animation-scale-y 4s ease-in-out infinite;
        animation: animation-scale-y 4s ease-in-out infinite;
    }

    @-webkit-keyframes animation-scale-y {

        from,
        to {
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
        }

        30% {
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
        }
    }

    @keyframes animation-scale-y {

        from,
        to {
            -webkit-transform: scaleY(0);
            -ms-transform: scaleY(0);
            transform: scaleY(0);
        }

        30% {
            -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
            transform: scaleY(1);
        }
    }

    .animation-left {
        -webkit-animation: animation-left 4s ease-in-out infinite;
        animation: animation-left 4s ease-in-out infinite;
    }

    .animation-left-slow {
        -webkit-animation: animation-left 6s ease-in-out infinite;
        animation: animation-left 6s ease-in-out infinite;
    }

    @-webkit-keyframes animation-left {

        from,
        to {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        50% {
            -webkit-transform: translate(-13px, 0);
            -ms-transform: translate(-13px, 0);
            transform: translate(-13px, 0);
        }
    }

    @keyframes animation-left {

        from,
        to {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        50% {
            -webkit-transform: translate(-13px, 0);
            -ms-transform: translate(-13px, 0);
            transform: translate(-13px, 0);
        }
    }

    .animation-right {
        -webkit-animation: animation-right 3s ease-in-out infinite;
        animation: animation-right 3s ease-in-out infinite;
    }

    .animation-right-slow {
        -webkit-animation: animation-right 6s ease-in-out infinite;
        animation: animation-right 6s ease-in-out infinite;
    }

    @-webkit-keyframes animation-right {

        from,
        to {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        50% {
            -webkit-transform: translate(15px, 0);
            -ms-transform: translate(15px, 0);
            transform: translate(15px, 0);
        }
    }

    @keyframes animation-right {

        from,
        to {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        50% {
            -webkit-transform: translate(15px, 0);
            -ms-transform: translate(15px, 0);
            transform: translate(15px, 0);
        }
    }

    .animation-up {
        -webkit-animation: animation-up 4s ease-in-out infinite;
        animation: animation-up 4s ease-in-out infinite;
    }

    .animation-up-slow {
        -webkit-animation: animation-up 6s ease-in-out infinite;
        animation: animation-up 6s ease-in-out infinite;
    }

    @-webkit-keyframes animation-up {

        from,
        to {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        50% {
            -webkit-transform: translate(0, -2rem);
            -ms-transform: translate(0, -2rem);
            transform: translate(0, -2rem);
        }
    }

    @keyframes animation-up {

        from,
        to {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        50% {
            -webkit-transform: translate(0, -2rem);
            -ms-transform: translate(0, -2rem);
            transform: translate(0, -2rem);
        }
    }

    .animation-down {
        -webkit-animation: animation-down 4s ease-in-out infinite;
        animation: animation-down 4s ease-in-out infinite;
    }

    .animation-down-slow {
        -webkit-animation: animation-down 6s ease-in-out infinite;
        animation: animation-down 6s ease-in-out infinite;
    }

    @-webkit-keyframes animation-down {

        from,
        to {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        50% {
            -webkit-transform: translate(0, 2rem);
            -ms-transform: translate(0, 2rem);
            transform: translate(0, 2rem);
        }
    }

    @keyframes animation-down {

        from,
        to {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        50% {
            -webkit-transform: translate(0, 2rem);
            -ms-transform: translate(0, 2rem);
            transform: translate(0, 2rem);
        }
    }
}


/*============= For Bubbles ================*/

@keyframes move-1 {
    44% {
        -moz-transform: translate(-1vw, 0vh);
        -webkit-transform: translate(-1vw, 0vh);
        transform: translate(-1vw, 0vh);
    }
}

@keyframes move-2 {
    52% {
        -moz-transform: translate(-47vw, -41vh);
        -webkit-transform: translate(-47vw, -41vh);
        transform: translate(-47vw, -41vh);
    }
}

@keyframes move-3 {
    39% {
        -moz-transform: translate(-32vw, -21vh);
        -webkit-transform: translate(-32vw, -21vh);
        transform: translate(-32vw, -21vh);
    }
}

@keyframes move-4 {
    41% {
        -moz-transform: translate(-85vw, -74vh);
        -webkit-transform: translate(-85vw, -74vh);
        transform: translate(-85vw, -74vh);
    }
}

@keyframes move-5 {
    49% {
        -moz-transform: translate(-54vw, -52vh);
        -webkit-transform: translate(-54vw, -52vh);
        transform: translate(-54vw, -52vh);
    }
}

@keyframes move-6 {
    55% {
        -moz-transform: translate(-75vw, -17vh);
        -webkit-transform: translate(-75vw, -17vh);
        transform: translate(-75vw, -17vh);
    }
}

@keyframes move-7 {
    45% {
        -moz-transform: translate(-79vw, -49vh);
        -webkit-transform: translate(-79vw, -49vh);
        transform: translate(-79vw, -49vh);
    }
}

@keyframes move-8 {
    38% {
        -moz-transform: translate(-2vw, -34vh);
        -webkit-transform: translate(-2vw, -34vh);
        transform: translate(-2vw, -34vh);
    }
}

@keyframes move-9 {
    31% {
        -moz-transform: translate(-46vw, -34vh);
        -webkit-transform: translate(-46vw, -34vh);
        transform: translate(-46vw, -34vh);
    }
}

@keyframes move-10 {
    43% {
        -moz-transform: translate(-63vw, -30vh);
        -webkit-transform: translate(-63vw, -30vh);
        transform: translate(-63vw, -30vh);
    }
}

@keyframes move-11 {
    57% {
        -moz-transform: translate(-10vw, -38vh);
        -webkit-transform: translate(-10vw, -38vh);
        transform: translate(-10vw, -38vh);
    }
}

@keyframes move-12 {
    41% {
        -moz-transform: translate(-69vw, -77vh);
        -webkit-transform: translate(-69vw, -77vh);
        transform: translate(-69vw, -77vh);
    }
}

@keyframes move-13 {
    51% {
        -moz-transform: translate(-24vw, -41vh);
        -webkit-transform: translate(-24vw, -41vh);
        transform: translate(-24vw, -41vh);
    }
}

@keyframes move-14 {
    49% {
        -moz-transform: translate(-51vw, -99vh);
        -webkit-transform: translate(-51vw, -99vh);
        transform: translate(-51vw, -99vh);
    }
}

@keyframes move-15 {
    37% {
        -moz-transform: translate(-89vw, -83vh);
        -webkit-transform: translate(-89vw, -83vh);
        transform: translate(-89vw, -83vh);
    }
}

@keyframes move-16 {
    45% {
        -moz-transform: translate(-75vw, -28vh);
        -webkit-transform: translate(-75vw, -28vh);
        transform: translate(-75vw, -28vh);
    }
}

@keyframes move-17 {
    60% {
        -moz-transform: translate(-12vw, -44vh);
        -webkit-transform: translate(-12vw, -44vh);
        transform: translate(-12vw, -44vh);
    }
}

@keyframes move-18 {
    36% {
        -moz-transform: translate(-89vw, -79vh);
        -webkit-transform: translate(-89vw, -79vh);
        transform: translate(-89vw, -79vh);
    }
}

@keyframes move-19 {
    55% {
        -moz-transform: translate(-4vw, -98vh);
        -webkit-transform: translate(-4vw, -98vh);
        transform: translate(-4vw, -98vh);
    }
}

@keyframes move-20 {
    55% {
        -moz-transform: translate(-28vw, -28vh);
        -webkit-transform: translate(-28vw, -28vh);
        transform: translate(-28vw, -28vh);
    }
}

@keyframes move-21 {
    60% {
        -moz-transform: translate(-43vw, -31vh);
        -webkit-transform: translate(-43vw, -31vh);
        transform: translate(-43vw, -31vh);
    }
}

@keyframes move-22 {
    44% {
        -moz-transform: translate(-84vw, -98vh);
        -webkit-transform: translate(-84vw, -98vh);
        transform: translate(-84vw, -98vh);
    }
}

@keyframes move-23 {
    48% {
        -moz-transform: translate(-31vw, -2vh);
        -webkit-transform: translate(-31vw, -2vh);
        transform: translate(-31vw, -2vh);
    }
}

@keyframes move-24 {
    38% {
        -moz-transform: translate(-50vw, -73vh);
        -webkit-transform: translate(-50vw, -73vh);
        transform: translate(-50vw, -73vh);
    }
}

@keyframes move-25 {
    45% {
        -moz-transform: translate(-84vw, -13vh);
        -webkit-transform: translate(-84vw, -13vh);
        transform: translate(-84vw, -13vh);
    }
}

@keyframes move-26 {
    48% {
        -moz-transform: translate(-91vw, -23vh);
        -webkit-transform: translate(-91vw, -23vh);
        transform: translate(-91vw, -23vh);
    }
}

@keyframes move-27 {
    48% {
        -moz-transform: translate(-23vw, -82vh);
        -webkit-transform: translate(-23vw, -82vh);
        transform: translate(-23vw, -82vh);
    }
}

@keyframes move-28 {
    54% {
        -moz-transform: translate(-81vw, -43vh);
        -webkit-transform: translate(-81vw, -43vh);
        transform: translate(-81vw, -43vh);
    }
}

@keyframes move-29 {
    36% {
        -moz-transform: translate(-5vw, -42vh);
        -webkit-transform: translate(-5vw, -42vh);
        transform: translate(-5vw, -42vh);
    }
}

@keyframes move-30 {
    51% {
        -moz-transform: translate(-65vw, -57vh);
        -webkit-transform: translate(-65vw, -57vh);
        transform: translate(-65vw, -57vh);
    }
}

/* Solar System Styles */
ul.solarsystem {
    position: relative;
    height: 1000px;
    width: 1000px;
    list-style: none;
    -webkit-transition: all 0.09s ease-in;
    -moz-transition: all 0.09s ease-in;
    -o-transition: all 0.09s ease-in;
    transition: all 0.09s ease-in;
    overflow: hidden;
    list-style: none;
    padding: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    position: absolute;
    right: -660px;
    z-index: 1;
}

ul.solarsystem li {
    text-indent: -9999px;
    display: block;
    position: absolute;
    border: 1px solid #394057;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
}

ul.solarsystem li span {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

ul.solarsystem li.saturn {
    width: 200px;
    height: 200px;
}

ul.solarsystem li.uranus {
    width: 400px;
    height: 400px;
    border-color: #b15fe6;
}

ul.solarsystem li.neptune {
    width: 600px;
    height: 600px;
    border-color: #79e8e6;
}


ul.solarsystem li.pluto {
    width: 800px;
    height: 800px;
    border-color: #1663b8;
}



ul.solarsystem li .neptuneicon-1,
ul.solarsystem li .neptuneicon-5 {
    background-image: url(../images/galaxy-icon-3.png);
    background-size: cover;
    background-color: transparent;
    width: 35px;
    height: 35px;
    top: -16px;
    left: 255px;
}

ul.solarsystem li .neptuneicon-2 {
    background: #9fcbfc;
    width: 31px;
    height: 31px;
    top: 165px;
    left: 557px;
}

ul.solarsystem li .neptuneicon-3 {
    background-image: url(../images/galaxy-icon-3.png);
    background-size: cover;
    background-color: transparent;
    width: 35px;
    height: 35px;
    top: 483px;
    left: 498px;
}

ul.solarsystem li .neptuneicon-4,
ul.solarsystem li .neptuneicon-6 {
    background: #36bc72;
    width: 16px;
    height: 16px;
    top: 571px;
    left: 185px;
}

ul.solarsystem li .neptuneicon-5 {
    top: 346px;
    left: -12px;
}

ul.solarsystem li .neptuneicon-6 {
    top: 93px;
    left: 327px;
    background: #fbf03b;
}

ul.solarsystem li .neptuneicon-7 {
    background-image: url(../images/galaxy-icon-4.png);
    background-size: cover;
    background-color: transparent;
    width: 35px;
    height: 35px;
    top: 185px;
    left: 107px;
}

ul.solarsystem li .plutoicon-1,
ul.solarsystem li .plutoicon-5 {
    background-image: url(../images/galaxy-icon-1.png);
    background-size: cover;
    background-color: transparent;
    width: 35px;
    height: 35px;
    top: 1px;
    left: 255px;
}

ul.solarsystem li .plutoicon-2 {
    background: #fbf03b;
    width: 31px;
    height: 31px;
    top: 21px;
    left: 545px;
}

ul.solarsystem li .plutoicon-3,
ul.solarsystem li .plutoicon-7 {
    background-image: url(../images/galaxy-icon-2.png);
    background-size: cover;
    background-color: transparent;
    width: 35px;
    height: 35px;
    top: 228px;
    left: 747px;
}

ul.solarsystem li .plutoicon-4,
ul.solarsystem li .plutoicon-6 {
    background: #36bc72;
    width: 16px;
    height: 16px;
    top: 563px;
    left: 750px;
}

ul.solarsystem li .plutoicon-5 {
    top: 772px;
    left: 460px;
}

ul.solarsystem li .plutoicon-6 {
    top: 602px;
    left: 53px;
    background: #fbf03b;
}

ul.solarsystem li .plutoicon-7 {
    top: 275px;
    left: -6px;
}

/* CSS3 Animations */
ul.solarsystem li {
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: orbit;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -moz-animation-name: orbit;
    -webkit-animation-duration: 40s;
    -moz-animation-duration: 40s;
}

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

    to {
        -webkit-transform: rotate(360deg);
    }
}

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

    to {
        -webkit-transform: rotate(360deg);
    }
}

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

    to {
        -moz-transform: rotate(360deg);
    }
}

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

    to {
        -moz-transform: rotate(360deg);
    }
}



/*================= Inner Pages CSS =======================*/
.rounded-top-left {
    border-top-left-radius: 1.25rem !important;
}

.rounded-top-right {
    border-top-right-radius: 1.25rem !important;
}

.rounded-bottom-left {
    border-bottom-left-radius: 1.25rem !important;
}

.rounded-bottom-right {
    border-bottom-right-radius: 1.25rem !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-auto {
    overflow: auto !important;
}

.inner-main-wrapper {
    border-top: 1px solid #d9d9d9;
    margin-top: 116px;
}

.inner-main-wrapper .blockchain-services {
    padding-top: 0px !important;
}

.inner-main-wrapper .blockchain-services:before {
    display: none;
}

.card-shadow-2 {
    box-shadow: 0px 1px 9.9px 0.1px rgba(2, 9, 21, 0.08);
}

.badge-outline {
    border: 1px solid #ddd;
    padding: 4px 5px;
    line-height: 16px;
    min-width: 53px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin: 2px;
}

.exchange-table table td[data-label="MARKETS"] {
    width: 350px;
}

.exchange-table table tbody tr:nth-child(1),
.exchange-table table tbody tr:nth-child(2),
.exchange-table table tbody tr:nth-child(3) {
    background-color: #f1f1f1;
    border-bottom: 1px solid #e4e4e4;
}

.exchange-table table tbody tr:nth-child(3) {
    border-bottom: none;
}

.common-table.nft-table table td[data-label="Name"],
.nft-table table td[data-label="Name"] {
    width: 450px;
}

.nav-tabs-ver-2 .nav-tabs {
    border-bottom: none;
    display: inline-flex;
    margin-left: auto;
    border-radius: 50px;
    overflow: hidden;
}

.nav-tabs-ver-2 .nav-tabs .nav-item {
    margin-bottom: 0;
    border-right: 1px solid #fff;
}

.nav-tabs-ver-2 .nav-tabs .nav-item:last-child {
    border-right: 0px solid #fff;
}

.nav-tabs-ver-2 .nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #dee8f1;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    padding: 11px 37px;
    min-width: 155px;
}

.nav-tabs-ver-2 .nav-tabs .nav-link.active,
.nav-tabs-ver-2 .nav-tabs .nav-item.show .nav-link,
.nav-tabs-ver-2 .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #1780f2;
    border-color: transparent;
}

.tab-content {
    width: 100%;
}

.news-heading h2 {
    margin-bottom: 12px;
}

.news-heading h4 {
    font-size: 24px;
    font-weight: normal;
}


.news-listing-sec .nav-tabs {
    border-bottom: none;
    display: inline-flex;
    margin-left: auto;
    border-radius: 0;
    overflow: hidden;
}

.news-listing-sec .nav-tabs .nav-item {
    margin-bottom: 0;
    position: relative;
}

.news-listing-sec .nav-tabs .nav-link:before {
    content: '|';
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    color: #d9d9d9;
    height: 27px;
}

.news-listing-sec .nav-tabs .nav-item:last-child .nav-link:before {
    display: none;
}

.news-listing-sec .nav-tabs .nav-item:first-child .nav-link:before {
    display: none;
}

.news-listing-sec .nav-tabs .nav-link {
    border: none;
    background-color: transparent;
    color: #303840;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 20px;
    border-radius: 30px;
}

.news-listing-sec .nav-tabs .nav-link.active,
.news-listing-sec .nav-tabs .nav-item.show .nav-link,
.news-listing-sec .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #1780f2;
    border-color: transparent;
}

.news-listing-sec .nav-tabs .nav-link.active:before,
.news-listing-sec .nav-tabs .nav-link:hover:before {
    display: none;
}

.news-listing-sec .news-lists {
    margin-left: 10px;
}

.news-listing-sec .news-lists li {
    padding: 15px 5px;
}

.news-listing-sec .news-lists li .content h4,
.news-listing-sec .news-lists li .content h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 28px;
}

.news-listing-sec .news-lists li .d-flex {
    align-items: center;
    box-shadow: 0px 1px 9.9px 0.1px rgba(2, 9, 21, 0.08);
    border-radius: 1.25rem;
    overflow: hidden;
    transition: all 0.3s;
    width: 100%;
}

.news-listing-sec .news-lists li:hover .d-flex {
    box-shadow: 0px 1px 9.9px 0.1px rgba(2, 9, 21, 0.2);
    transition: all 0.3s;
}

.news-listing-sec .news-lists li .news-img,
.news-listing-sec .news-lists li .content {
    order: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.news-listing-sec .news-lists li .content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.news-listing-sec .news-lists li .news-img {
    padding-left: 0px;
    height: 100%;
}

.news-listing-sec .date-time {
    color: #666666;
    font-size: 16px;
    display: block;
}

.news-listing-sec .date-time b {
    color: #303840;
    font-size: 18px;
    font-weight: 500;
}

.news-listing-sec .news-lists li .btn-primary {
    font-size: 18px;
    padding: 6px 28px;
    margin-top: 25px;
}

.news-listing-sec .thumnail-img {
    border-radius: 0px !important;
}

.pagination-style-1 .pagination {
    margin-bottom: 0px;
}

.pagination-style-1 .page-link {
    position: relative;
    display: block;
    padding: 8px 14px;
    margin-left: -1px;
    line-height: 1.25;
    color: #303840;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    font-size: 14px;
}

.pagination-style-1 .page-link:hover,
.pagination-style-1 .page-link.active {
    color: #fff;
    text-decoration: none;
    background-color: #1780f2;
    border-color: #1780f2;
}

.pagination-style-1 .page-item:first-child .page-link {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.pagination-style-1 .page-item:last-child .page-link {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.news-sidebar-1 .border-bottom h4 {
    font-size: 22px;
    font-weight: 500;
}

.news-sidebar-1 .border-bottom h4 img {
    max-width: 45px;
}

.news-details h4,
.news-details h5,
.news-details h6 {
    margin-bottom: 0.8rem;
    margin-top: 1.5rem;
}

.news-details .thumnail-img {
    display: inline-block;
}

.sidebar-title h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.sidebar-title h5 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-decoration: underline;
}

.sidebar-table {
    padding: 0.5rem 1rem 0 1rem;
}

.sidebar-table .table {
    max-width: 100%;
}

.sidebar-table .table th {
    border-bottom: 1px solid #e3e3e3;
    color: #303840;
    font-size: 14px;
    padding: 5px 4px;
    font-weight: 500;
    line-height: 17px;
}

.sidebar-table .crypto-icon img {
    max-width: 18px;
    margin-right: 5px;
    margin-top: -3px;
}

.sidebar-table .crypto-icon {
    width: 21px;
    margin-right: 5px;
}

.sidebar-table .table td {
    padding: 5px 5px;
    border-top: 1px solid #dee2e6;
    font-size: 15px;
    line-height: 22px;
}

.sidebar-table .table td:first-child {
    text-align: left;
}

.sidebar-img img {
    width: 100%;
}

.news-grid-view .news-lists li .d-flex {
    display: -webkit-block !important;
    display: -ms-block !important;
    display: block !important;
}

.news-grid-view .news-lists {
    margin-left: -15px !important;
    margin-left: -15px !important;
}

.news-grid-view .news-lists li {
    padding: 15px;
    width: 50%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.news-grid-view .news-lists li .news-img,
.news-grid-view .news-lists li .content {
    order: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    height: auto !important;
    width: 100% !important;
}

.news-grid-view .news-lists li .content {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 30px !important;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.news-grid-view .news-lists li .news-img {
    padding-right: 0 !important;
}

.news-grid-view .news-lists li .content h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.news-grid-view li .content {
    font-size: 16px;
}

.news-details {
    color: #000;
    font-size: 18px;
}

.news-details h3 {
    font-size: 32px;
    line-height: 45px;
}

.posts-time {
    list-style: none;
    padding: 0;
    margin: 10px 0 35px;
}

.posts-time li {
    color: #999999;
    font-size: 14px;
    display: inline-block;
    border-right: 1px solid;
    line-height: 21px;
    padding: 0 12px 0 0 !important;
    margin-right: 12px;
    width: auto !important;
}

.news-grid-view .posts-time li {
    margin-right: 12px !important;
}

.posts-time li:last-child {
    border-right: 0px solid;
    line-height: 21px;
    padding: 0;
    margin-right: 0;
}

.posts-time li i {
    color: #1780f2;
    font-size: 16px;
    margin-right: 6px;
}

.progress-list {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 21px;
}

.progress-list:last-child {
    margin-bottom: 0px;
}

.progress-list .progress {
    width: 50%;
    display: inline-flex;
    border-radius: 0px;
    background-color: #e6e6e6;
    height: 20px;
}

.progress1 {
    transform: rotate(180deg);
}


.three-column-grid-view .news-lists li {
    width: 33.33%;
}

.three-column-grid-view .news-lists li .content {
    font-size: 16px;
}

.three-column-grid-view .posts-time li {
    padding: 0 12px 0 0 !important;
    margin-right: 4px !important;
    width: auto !important;
}

.content-section h2 {
    font-weight: normal;
}

.content-section h4 {
    margin-bottom: 13px;
}

.content-accordion .card {
    box-shadow: none !important;
    margin-bottom: 10px;
    border: none;
    border-radius: 6px !important;
    overflow: hidden;
}

.content-accordion .card-header {
    padding: 5px 15px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: aliceblue;
    background: rgba(23, 128, 242, 1);
    color: #fff;
    border-radius: 0px !important;
}

.content-accordion .card-header:hover {
    background: #1474dc;
}

.content-accordion button {
    color: #fff;
    font-size: 22px;
    display: block;
    width: 100%;
    text-align: left;
    padding-right: 35px;
}

.content-accordion button:hover,
.content-accordion button:active,
.content-accordion button:focus {
    text-decoration: none;
    color: #fff;
}

.content-accordion button i {
    position: absolute;
    top: 18px;
    right: 22px;
}

.content-accordion .card-body {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    padding-bottom: 6px;
}

.content-accordion button[aria-expanded="true"] i:before {
    content: "\f146";
}

.content-accordion button:hover i:before {
    content: "\f146";
}

.edu-blocks-2 {
    display: none;
    margin-bottom: 35px;
}

.min-width-auto {
    min-width: auto !important;
}

.border-bottom-3 {
    border-bottom: 3px solid #1a8bf4;
}

.coin-index-table .table td:first-child {
    width: 260px;
}

.down-value {
    color: #9d0a0a !important;
}

.up-value {
    color: #2e5e07 !important;
}

.up-value .fa-caret-down:before {
    content: "\f0d8";
}

div#newsemail_error {
    font-size: 14px;
}

/* load more css */
.crypto-row,
.nft-row,
.crypto-row-ex {
    display: none;
}

/*============ Guest post ===========*/

.custom-form label {
    color: #303840;
    font-size: 18px;
    display: block;
}

.custom-form .form-control {
    box-shadow: 0px 1px 6px 0px rgba(2, 9, 21, 0.1);
    border-radius: 6px;
    min-height: 42px;
    font-size: 13px;
    padding: 0.6rem 0.75rem;
}

.custom-form .form-check-inline .form-check-input {
    margin-right: 0.6rem;
}

.custom-form .form-check-inline {
    margin: 10px 0 20px;
    margin-right: 30px;
    border-right: 1px solid #d9d9d9;
    padding-right: 30px;
}

.custom-form .form-check-inline:last-child {
    border-right: 0px;
    margin-right: 0;
}

.custom-form textarea.form-control,
.custom-form textarea {
    min-height: 120px;
    resize: none;
}

.custom-form .btn-primary {
    padding: 10px 34px 10px 42px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.upload-btn-wrapper .btn {
    border: 1px dashed #e6e6e6 !important;
    color: #303840;
    background-color: #fafafa;
    padding: 35px 15px;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    border-radius: 9px;
}

.upload-btn-wrapper .btn i {
    display: block;
    color: #1780f2;
    font-size: 24px;
    margin-bottom: 4px;
}

.upload-btn-wrapper .btn span {
    display: block;
    color: #a3b1bf;
    font-size: 13px;
}

.upload-btn-wrapper input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.sidebar-lists li {
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
    color: #303840;
    font-size: 16px;
    line-height: 25px;
}

.sidebar-lists li:last-child {
    border-bottom: 0px;
}

.sidebar-lists li a {
    color: #303840;
    font-size: 16px;
    line-height: 25px;
}

.sidebar-lists li i {
    color: #1780f2;
    margin-right: 2px;
}

.form-lists-content {
    border-radius: 10px;
    background-color: #1780f2;
    padding: 27px 20px 15px;
}

.form-lists-content .sidebar-lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 0 20px;
}

.form-lists-content .sidebar-lists li {
    width: 50%;
    border: none !important;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    padding: 0 20px 0 6px;
    margin-bottom: 16px;
    position: relative;
}

.form-lists-content .sidebar-lists li a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
}

ins {
    margin: auto;
}

div#comments {
    box-shadow: 0px 1px 9.9px 0.1px rgb(2 9 21 / 8%);
    padding: 2.2rem !important;
	margin-bottom: 3rem !important;
}

h2#reply-title {
    border-bottom: 1px solid #d9d9d9 !important;
    padding-bottom: 1rem !important;
    margin-bottom: 1.5rem !important;
    font-size: 30px;
    font-weight: 600;
}
#commentform input#submit {
    color: #fff;
    background-color: #1780f2;
    border-color: #1780f2;
    font-size: 20px;
    font-weight: normal;
    border-radius: 40px;
    border: 0;
    padding: 10px 34px 10px 42px;
    cursor: pointer;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#commentform input#submit:hover{
	color: #fff;
    background-color: #485dc4;
    border-color: #485dc4;
}
#commentform .form-submit {
    text-align: right;
    padding-top: 1rem !important;
}
#commentform label {
    color: #303840;
    font-size: 18px;
    display: block;
}
#commentform textarea#comment {
    box-shadow: 0px 1px 6px 0px rgb(2 9 21 / 10%);
    border-radius: 6px;
    min-height: 42px;
    font-size: 13px;
    display: block;
    width: 100%;
    padding: 0.6rem 0.75rem;
	font-size: 13px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	min-height: 120px;
    resize: none;
}
#commentform input#author,
#commentform input#email,
#commentform input#url,
#commentform input#url
 {
    display: block;
    width: 100%;
   color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0px 1px 6px 0px rgb(2 9 21 / 10%);
    border-radius: 6px;
    min-height: 42px;
	line-height: 1.5;
    font-size: 13px;
    padding: 0.6rem 0.75rem;
 }
#commentform .comment-form-cookies-consent {
    display: flex;
    align-items: baseline;
}
#commentform input#wp-comment-cookies-consent {
    margin: 0 10px 0 0;
}
#commentform textarea#comment:focus,
#commentform input:focus
{
	outline:0;
}