h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: raleway, Helvetica, Arial, sans-serif;
}
p {
    line-height: 1.55;
    color: #333;
    font-size: 400;
    font-family: raleway, Helvetica, Arial, sans-serif;
}
h1 {
    font-size: 62px;
}
h2 {
    font-size: 30px;
    margin-bottom: 65px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
a {
    transition: 0.5s;
    text-decoration: none;
    color: #199eb8;
}
a:hover {
    color: #23c2e1;
}
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #199eb8;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}
.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 0;
}
.back-to-top:hover {
    background: #1ebddc;
    color: #fff;
}
.back-to-top.active {
    visibility: visible;
    opacity: 1;
}
.btn {
    background-color: #199eb8;
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-weight: 800;
    color: #fff;
    padding: 15px 45px;
    border-radius: 50px;
}
.btn:hover {
    background-color: #e04f00;
    color: #fff;
}
.btn:focus {
    color: #fff;
}
.btn-ghost {
    border: 3px solid #fff;
    background-color: transparent;
}
.btn-ghost:hover {
    background-color: #fff;
    color: #199eb8;
}
section {
    padding: 85px 0;
}
.card {
    position: relative;
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    overflow: hidden;
}
a:hover {
    text-decoration: none !important;
}
#header {
    background: #199eb8;
    height: 70px;
}
#header #logo h1 {
    font-size: 32px;
    margin: 0;
    line-height: 0;
    font-family: raleway, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}
#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}
#header #logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}
.scrolled-offset {
    margin-top: 70px;
}
.header-social-links {
    margin: 0 0 0 30px;
}
.header-social-links a {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 8px;
    display: inline-block;
    line-height: 0;
    transition: 0.3s;
}
.header-social-links a i {
    line-height: 0;
    font-size: 24px;
}
.header-social-links a:hover {
    color: #fff;
}
@media (max-width: 768px) {
    .header-social-links {
        margin: 0 15px 0 0;
    }
}
.navbar {
    padding: 0;
}
.navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
.navbar li {
    position: relative;
}
.navbar a,
.navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: raleway, Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    transition: 0.3s;
}
.navbar a i,
.navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
    color: #fff;
}
.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 30px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}
.navbar .dropdown ul li {
    min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px 20px;
    color: #555;
}
.navbar .dropdown ul a i {
    font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
    color: #199eb8;
}
.navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}
@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(34, 34, 34, 0.9);
    transition: 0.3s;
    z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 8px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #555;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #199eb8;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
    margin: 15px;
}
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}
.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #199eb8;
}
.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}
.hero {
    display: table;
    position: relative;
    background-image: url(../img/cover.jpg);
    background-size: cover;
    padding: 150px 0;
    color: #fff;
    width: 100%;
    height: 95vh;
}
.hero:after {
    content: "";
    z-index: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.hero .container {
    position: relative;
    z-index: 1;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.hero-brand {
    margin-bottom: 75px;
    display: inline-block;
}
.hero-brand:hover {
    opacity: 0.75;
}
.tagline {
    font-family: raleway, Helvetica, Arial, sans-serif;
    font-size: 26px;
    margin: 45px 0 75px;
    color: #fff;
}
.stats-row {
    margin-top: 65px;
}
.stats-col .circle {
    display: inline-block;
    width: 160px;
    height: 160px;
    font-family: raleway, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #666;
    border: 6px solid #199eb8;
    border-radius: 50%;
    padding: 55px 25px 0;
    position: relative;
}
.stats-col .circle .stats-no {
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: -25px;
    right: -15px;
    font-family: raleway, Helvetica, Arial, sans-serif;
    font-size: 18px;
    background-color: #e04f00;
    position: absolute;
    border-radius: 50%;
    font-weight: 700;
}
.breadcrumbs {
    padding: 20px 0;
    background-color: #fafafa;
    min-height: 40px;
}
.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
@media (max-width: 992px) {
    .breadcrumbs h2 {
        margin: 0 0 10px;
    }
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #6c757d;
    content: "/";
}
@media (max-width: 768px) {
    .breadcrumbs .d-flex {
        display: block !important;
    }
    .breadcrumbs ol {
        display: block;
    }
    .breadcrumbs ol li {
        display: inline-block;
    }
}
.welcome {
    color: #fff;
    height: 490px;
    overflow: hidden;
    padding-top: 85px;
    background: url(../img/parallax-bg.jpg) center top no-repeat;
}
.welcome h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
}
.welcome p {
    color: #fff;
    margin-bottom: 45px;
}
.features {
    padding-bottom: 45px;
}
.features h2 {
    color: #199eb8;
}
.feature-col {
    display: table;
    padding-bottom: 45px;
}
.feature-col > div > div {
    display: table-cell;
    vertical-align: middle;
}
.feature-col > div > div:last-child {
    padding-left: 20px;
}
.feature-col .feature-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    background: #199eb8;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.feature-col h3 {
    color: #199eb8;
}
.feature-col p {
    font-family: roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #999;
}
.cta {
    background-color: #199eb8;
    padding: 25px 0;
}
.cta h2 {
    margin-bottom: 5px;
}
.cta h2,
.cta p {
    color: #fff;
}
.cta p {
    margin-bottom: 0;
    opacity: 0.75;
}
.cta .btn-ghost {
    position: relative;
    top: 13px;
}
.portfolio {
    background-color: #edf6ff;
    padding-bottom: 0;
}
.portfolio h2 {
    color: #199eb8;
    margin-bottom: 25px;
}
.portfolio-grid {
    margin-top: 65px;
}
.portfolio-grid .row {
    margin: 0;
}
.portfolio-grid .row > div {
    padding: 0;
}
.portfolio-grid .row > div .card img {
    width: 100%;
}
.portfolio-grid .row > div .card .portfolio-over {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.portfolio-grid .row > div .card .portfolio-over > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.portfolio-grid .row > div .card .portfolio-over .card-title {
    color: #fff;
    font-size: 30px;
}
.portfolio-grid .row > div .card .portfolio-over .card-text {
    color: #fff;
    opacity: 0.75;
    padding: 0 45px;
}
.portfolio-grid .row > div .card:hover .portfolio-over {
    opacity: 1;
    visibility: visible;
}
.team h2 {
    color: #199eb8;
}
.team .col-sm-3 {
    padding: 0;
}
.team .card > a {
    display: block;
}
.team .card img {
    width: 100%;
}
.team .card h4 {
    color: #fff;
    text-transform: uppercase;
}
.team .card p {
    font-size: 11px;
    color: #fff;
    opacity: 0.75;
    margin: 0;
    padding: 0 35px;
}
.team .card .social-nav {
    margin-bottom: 45px;
}
.team .card .social-nav a {
    color: #fff;
    font-size: 16px;
    margin: 0 4px;
}
.team .card .social-nav a:hover {
    opacity: 0.75;
}
.team .card:hover .team-over {
    opacity: 1;
    visibility: visible;
}
.team .card:hover .card-title-wrap {
    background-color: #199eb8;
}
.team .card:hover .card-title-wrap .card-title,
.team .card:hover .card-title-wrap .card-text {
    color: #fff;
}
.team .team-over {
    padding-top: 45px;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.team .card-title-wrap {
    padding: 15px 25px;
    position: relative;
    z-index: 9;
    background-color: #fff;
}
.team .card-title-wrap .card-title,
.team .card-title-wrap .card-text {
    font-family: raleway, Helvetica, Arial, sans-serif;
    display: block;
    margin: 0;
}
.team .card-title-wrap .card-title {
    font-size: 24px;
    color: #333;
}
.team .card-title-wrap .card-text {
    font-size: 18px;
    color: #999;
}
#contact {
    background: #f7f7f7;
    padding: 80px 0;
}
#contact h2 {
    font-family: raleway, Helvetica, Arial, sans-serif;
    color: #199eb8;
}
#contact .info i {
    font-size: 32px;
    color: #199eb8;
    float: left;
    line-height: 0;
}
#contact .info p {
    padding: 0 0 10px 50px;
    line-height: 24px;
}
#contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 13px;
}
#contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}
#contact .php-email-form .error-message br + br {
    margin-top: 25px;
}
#contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}
#contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}
#contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}
#contact .php-email-form input,
#contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
}
#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
    background-color: #199eb8;
}
#contact .php-email-form button[type="submit"] {
    background: #199eb8;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}
#contact .php-email-form button[type="submit"]:hover {
    background: #23c2e1;
}
@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.site-footer {
    background-color: #111;
    padding: 0;
}
.site-footer h2,
.site-footer p {
    color: #fff;
}
.site-footer p {
    opacity: 0.75;
    line-height: 2.0925;
}
.site-footer h2,
.site-footer .btn {
    margin-bottom: 25px;
}
.site-footer .social-nav a {
    color: #fff;
    opacity: 0.25;
}
.site-footer .social-nav a:hover {
    opacity: 1;
}
.site-footer .bottom {
    background-color: #000;
    padding: 20px 0;
}
.site-footer .bottom .list-inline,
.site-footer .bottom p {
    margin: 0;
}
.site-footer .bottom .list-inline {
    position: relative;
    top: 5px;
}
.site-footer .bottom .list-inline a {
    color: #fff;
    font-family: roboto, Helvetica, Arial, sans-serif;
    margin-right: 15px;
}
.site-footer .bottom .list-inline a:hover {
    color: #199eb8;
}
.site-footer .credits {
    color: #ddd;
}
.site-footer .credits a {
    color: #199eb8;
}
@media (max-width: 61.9em) {
    section,
    .block,
    .cta {
        padding: 35px 0;
    }
    .features {
        padding-bottom: 5px;
    }
    p,
    .block p {
        margin: 0;
    }
    .hero-brand {
        margin-bottom: 35px;
    }
    .tagline {
        margin: 35px 0;
    }
    h1 {
        font-size: 32px;
        margin: 0;
    }
    h2,
    .tagline {
        font-size: 24px;
    }
    h2 {
        margin-bottom: 25px;
    }
    h3 {
        font-size: 14px;
    }
    .hero {
        padding: 75px 0;
    }
    .stats-col {
        margin-bottom: 25px;
    }
    .block {
        height: auto;
    }
    .feature-col {
        padding-bottom: 30px;
    }
    .portfolio-grid .card h3.card-title {
        font-size: 18px !important;
    }
    .portfolio-grid .card .card-text {
        font-size: 13px;
    }
    .team .team-over {
        padding-top: 20px;
    }
    .team .card .social-nav {
        margin-bottom: 15px;
        padding: 0;
    }
    .site-footer .social-nav {
        margin-bottom: 35px;
    }
    .site-footer .list-inline {
        text-align: center;
        padding-bottom: 15px;
    }
    .site-footer .list-inline li {
        display: inline-block;
    }
    .form-control-lg {
        width: 90%;
    }
}
@media (max-width: 767px) {
    .block {
        padding-left: 30px;
        padding-right: 30px;
    }
    .topper {
        margin: 5px;
    }
    .main-header {
        font-family: oswald, sans-serif;
        color: #199eb8;
        margin-bottom: 40px;
        font-size: 2rem;
    }
    .logo-img {
        width: 70px;
        height: 70px;
    }
    .binance {
        width: 70px;
        height: 300px;
    }
    #exampleModalCenterTitle {
        color: #199eb8;
    }
    #exampleModalCenter {
        width: 100%;
    }
    .modal-dialog-centered {
        width: 100%;
    }
    scrollto:focus,
    scrollto:active,
    scrollto:visited,
    scrollto:focus {
        background-color: #034755;
    }
}
.logo-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-template-rows: 1fr;
    grid-gap: 50px;
    padding: 0 150px;
    border-radius: 50%;
}
.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery__img:hover {
    width: 95%;
    height: 95%;
    box-shadow: 3px 0 2px rgba(0, 0, 0, 0.5);
}
.wallet-head {
    font-family: teko, sans-serif;
    font-size: 2em;
    padding-top: 90px;
}
.wallet-subheader {
    font-size: 1.5em;
    padding: 0 150px 20px;
}
#wclogo {
    height: 25px;
    width: 40px;
}
.nav-item {
    margin: 5px 50px 5px 0;
}
.nav-link {
    color: #000;
    font-size: 1.2em;
    font-weight: 700;
}
.nav-link:hover {
    color: #000;
    font-size: 1.2em;
    background-color: #fff;
}
.nav-link.active {
    background-color: #4db1bc;
    color: #fff;
}
figcaption {
    text-align: center;
    color: #000;
    padding-top: 30px;
    font-size: 16px;
}
.justify-content-end {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
}
.logo-img {
    width: 50px;
    height: 50px;
}
@media only screen and (max-width: 870px) {
    .logo-container {
        padding: 0 39px;
    }
    .wallet-head {
        font-family: teko, sans-serif;
        font-size: 2em;
        padding-top: 90px;
    }
    .wallet-subheader {
        font-size: 18px;
        padding: 0 20px 20px;
    }
    .logo-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
        grid-template-rows: 1fr;
        grid-gap: 50px;
    }
    figcaption {
        font-size: 12px;
        padding-top: 10px;
    }
    #wclogo {
        height: 15px;
        width: 25px;
    }
    .nav-item.dapps {
        font-size: 0.8em;
        margin-right: 5px;
        width: 120px;
    }
    .former {
        width: 90%;
    }
    .nav-pills {
        max-width: 500px;
    }
    .nav-item {
        width: 100px;
        margin-right: 2px;
        margin-left: 2px;
    }
    .nav-link {
        font-size: 0.8em;
        padding: auto;
    }
    .nav-link.active {
        font-size: 0.8em;
        padding: auto;
    }
    .phone-image {
        width: 80%;
        height: 45vh;
        margin-top: 5vh;
    }
    .hero-full-container {
        padding-top: 10vh;
    }
}
.form-control-lg {
    width: 80%;
    margin: auto;
}
.former {
    width: 60%;
    margin: auto;
    padding-bottom: 40px;
    box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.16);
}
#continue {
    margin-top: 30px;
    align-items: center;
}
.mb-2 {
    margin-top: 20px;
    width: 80%;
    color: #fff;
    background-color: #007bff;
    border: 0;
}
@media only screen and (max-width: 870px) {
    .former {
        width: 90%;
    }
}
.close {
    background-color: #fff;
    border: 0;
}
.spinner {
    display: none;
    animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}
.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}
@keyframes colors {
    0% {
        stroke: #4db1bc;
    }
    25% {
        stroke: #4db1bc;
    }
    50% {
        stroke: #4db1bc;
    }
    75% {
        stroke: #4db1bc;
    }
    100% {
        stroke: #4db1bc;
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}
