/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
/*fonts*/
body {
  line-height: 1.8 !important;
  color: #333333 !important;
  font-size: 16px !important;
  background:#fff !important;
  font-family: 'Comfortaa', cursive !important;
}
 button:focus{
  outline: none !important;
 }
/*dashboard start*/
nav.navbar.navbar-expand-md {
    background: #2e3192;
}
a.navbar-brand {
    color: #fff;
}
nav.navbar.navbar-expand-md .navbar-nav .nav-link{
  color: #fff;
}
nav.navbar.navbar-expand-md button.navbar-toggler {
    float: right;
    margin-top: 7px;
    border-color: #fff;
}
nav.navbar.navbar-expand-md button.navbar-toggler i {
    color: #fff;
}
.sidenav ul img {
    padding: 10px 0px;
}
nav.navbar.navbar-expand-md ul.navbar-nav img {
    width: 25px;
    margin-right: 10px;
}
.sidenav ul li.active {
    opacity: 1;
}
.sidenav ul li:hover {
    opacity: 1;
}
.sidenav ul li {
    opacity: 0.5;
}
.dashboard-wpr {
    padding: 10px;
    background: #f6f4ff;
}
.left-heading {
    float: left;
    width: 50%;
}
.user-right {
    float: right;
    width: 50%;
}
.sidenav .nav-pills>li.active>a, .sidenav .nav-pills>li.active>a:focus, .sidenav .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #617ABC;
}
.sidenav .nav-pills>li a {
    color: #617ABC;
    text-decoration: none;
}
.row.content {
  height:850px;
  position: relative;
}    
.sidenav {
    height: 100%;
    text-align: center;
    background: #2e3192;
    border-radius: 10px;
    padding: 0px 10px !important;
    box-shadow: 4px 1px 15px rgba(73,73,129,40%);
}
ul.login-menu {
    list-style: none;
    text-align: right;
    padding: 0;
}
.sidenav a.nav-link i {
    font-size: 50px;
}
.sidenav a.nav-link {
    padding: 15px 5px;
    color: #fff;
}
a.logo {
    display: block;
    padding: 15px 0px 20px 0px;
}
a.logo img {
    width: 115px;
}
.left-heading h1 {
    font-size: 24px;
    font-weight: 700;
}
.dashboard-inner {
    padding: 30px 0px 30px 15px;
}
.col-sm-6.col-md-2.col-wd-reduce {
    flex: 0 0 19.4%;
    max-width: 19.4%;
}
a#dropdownMenuButton {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
}
.float-left p, .float-right a {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.well {
    height: 215px;
    background: #fff;
    padding:15px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}
a.btn.btn-send:last-child {
    margin: 0;
}
.btn.btn-send {
    color: #333;
    width: 147px;
    font-size: 15px;
    font-weight: 700;
    margin-right: 15px;
    border-radius: 10px;
    background: #00ff00;
    text-transform: uppercase;
    padding:10px 20px 7px 20px;
}
.well-inner.btn-part {
    text-align: left;
}
.btn-section {
    text-align: left;
}
.well-inner.btn-part p {
    font-size: 14px;
    margin-bottom: 2rem;
    font-weight: 700;
}

.well-inner h2 {
    font-size: 24px;
    font-weight: 700;
}
.well-inner h3 {
    margin-top: 50px;
    font-size: 22px;
    font-weight: 800;
}
.well-inner p span {
    font-weight: 700;
    font-size: 16px;
    margin-left: 10px;
}
.well-inner p{
  margin:0;
  font-size: 22px;
  font-weight: 800;
}
.well.pad-10 {
    padding: 10px;
}
.well-inner h4 {
    font-size: 18px;
    font-weight: 800;
    line-height: 32px;
    text-align: left;
}
.well-inner a {
    font-size: 22px;
    color: #60b9c4;
    text-decoration: underline;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
  margin-top: 10px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 6px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.icon-box {
    float: left;
}
.content-dis {
    float: left;
    margin: 0px 60px 0px 20px;
}
.content-dis p {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.content-dis h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 34px;
}
.well-inner table.table td, .well-inner .table thead th, .well-inner table.table tr:first-child{
    border: none;
}
.well-inner table.table tr {
    border-top: 1px solid #ddd;
}
.well.transaction-table {
    height: auto;
}
.well.transaction-table table.table img {
    float: left;
    margin-top: -10px;
}
.well.transaction-table table.table p {
    float: left;
    font-size: 16px;
    font-weight: 400;
}
.well-inner table.table {
    text-align: left;
}
/*dashboard end*/

/*send form start*/
.well.send-form-wrp, .well.wallet-add{
    text-align: left;
    height: auto;
    padding: 50px 40px;
}
.well.wallet-add{
  text-align: center;
}
.well.send-form-wrp form {
    width: 60%;
    margin: 0 auto;
}
.form-heading h1 {
    font-weight: 800;
    font-size: 24px;
}
.form-heading {
    text-align: center;
}
.well.send-form-wrp form input {
    background: #eaeaea;
    height: 50px;
    border: none;
    border-radius: 6px;
}
.btn-form {
    text-align: center;
    margin-top: 40px;
}
.well.send-form-wrp form p {
    text-align: right;
    font-size: 14px;
    margin-top: -10px;
}
.breadcumb ul {
    padding: 0;
    list-style: none;
}
.breadcumb ul li {
    display: inline-block;
}
.breadcumb ul li a {
    font-size: 14px;
    font-weight: 800;
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}
.breadcumb ul li a:hover{
  color: #2e3192;
}
/*send form end*/
/*recieve start*/
.well.send-form-wrp form img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
/*recieve end*/
/*buy start*/
.token-balance {
    text-align: center;
    margin: 30px 0px 50px 0px;
}
.token-balance h2 {
    font-size: 24px;
}
.buy-main-wrp {
    text-align: center;
}
.buy-box {
    display: inline-block;
    margin-right: 50px;
}
.buy-box:last-child{
  margin: 0;
}
.icon-buy{
  color: #7afc16;
  font-size: 22px;
  margin-bottom: 20px;
}
.icon-buy img {
    width: 40px;
}
.icon-buy.img-wt img{
  width: 36px;
}
.xyz-btc-eth h3 {
    font-size: 22px;
    font-weight: 800;
}
.xyz-btc-eth {
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    height: 160px;
    margin-bottom: 20px;
    background: #2e3192;
    line-height: 56px;
}
/*buy end*/
/*transaction start*/
.well.transaction {
    height: auto;
}
/*transaction end*/
/*wallet start*/
.well.wallet-add h4 {
    margin: 30px 0px;
    font-weight: 800;
}
.well.wallet-add p {
    margin-bottom: 2rem;
}
a.btn.btn-send.wallet-btn {
    width: auto;
}
.well.create_wallet {
    height: auto;
    padding: 50px;
}
p.here-txt {
    font-size: 20px;
    font-weight: 800;
    margin: 30px 0px;
}
.create_wallet_inner {
    width: 65%;
    margin: 0 auto;
}
p.label-txt {
    text-align: left;
    margin-bottom: 0;
    color: #ccc;
}
p.clr-txt {
    font-size: 24px;
    color: #7afc16;
    font-weight: 800;
    text-align: left;
    margin-bottom: 30px;
}
.create_wallet_inner p img {
    margin-right: 10px;
}
.well.create_wallet form {
    margin-top: 35px;
}
label.check-custom a {
    color: #333;
    text-decoration: underline;
}
.check-custom {
  display: block;
  position: relative;
  cursor: pointer;
  font-weight: 800;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-custom input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5%;
    left: 22%;
    height: 22px;
    width: 22px;
    border-radius: 6px;
    background: none;
    border: 1px solid #7afc16;
}

/* On mouse-over, add a grey background color */
.check-custom:hover input ~ .checkmark {
  background-color: #7afc16;
}

/* When the checkbox is checked, add a blue background */
.check-custom input:checked ~ .checkmark {
    background-color: #7afc16;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-custom input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-custom .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.create_wallet_inner input {
    background: #eaeaea;
    height: 50px;
    border: none;
    border-radius: 6px;
}
.well.create_wallet form p {
    margin-top: 40px;
}
/*wallet end*/

/*user start*/
.well.user-form {
    height: auto;
    padding: 50px;
    text-align: left;
}
.well.user-form input, .well.user-form select {
    height: 50px !important;
    background: #eaeaea;
    border: none;
    border-radius: 6px;
}
.well.user-form img {
    margin-bottom: 40px;
}
.well.user-form select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  cursor: pointer;
  color: #333;
  font-size: 18px;
  font-weight: 800;
}

/* For IE10 */
.well.user-form select::-ms-expand {
  display: none;
}
.well.user-form input::-webkit-input-placeholder{ /* Edge */
  color: #333;
  font-size: 18px;
  font-weight: 800;
}

.well.user-form input:-ms-input-placeholder{ /* Internet Explorer */
  color: #333;
  font-size: 18px;
  font-weight: 800;
}

.well.user-form input::placeholder{
  color: #333;
  font-size: 18px;
  font-weight: 800;
}
input[type="date"]{
  color: #333;
  font-size: 18px;
  font-weight: 800;
}  
.save_cancel-btn {
    text-align: left;
}
.save_cancel-btn .btn-send {
    width: 180px;
    margin-right: 40px;
}
.create-wallet-btn .btn-send:last-child, .save_cancel-btn .btn-send:last-child{
    margin: 0;
}
.create-wallet-btn .btn-send {
    width: 200px;
    margin-right: 40px;
}
/*user end*/

/*user login*/
.main-signup-wrp{
  width: 100%;
  height: 640px;
  padding: 20px 0px;
  background:url("./images/login-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.logo-left img {
    width: 230px;
}
.logo-left {
    padding-left: 50px;
}
.form-section {
    width: 28%;
    padding: 50px 0px 30px 50px;
}
.form-section h1 {
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.form-section input {
    border-bottom: 2px solid #616165 !important;
}
.form-section .form-control {
    background: none;
    border: none;
    outline: none;
    border-radius: 0;
}
.form-section input::-webkit-input-placeholder{ /* Edge */
  color: #333;
  font-weight: 800;
}

.form-section input:-ms-input-placeholder{ /* Internet Explorer */
  color: #333;
  font-weight: 800;
}

.form-section input::placeholder{
  color: #333;
  font-weight: 800;
}
.sign-up-btn .btn-send {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 800;
}
.btn-form.sign-up-btn p a {
    color: #333;
    font-size: 14px;
    text-decoration: underline;
}
.btn-form.sign-up-btn p {
    font-size: 14px;
    font-weight: 800;
}
.form-section input:focus {
    outline: none !important;
    border: none;
    background: none;
    box-shadow: none;
}
.form-section.login-form {
    padding-top: 120px;
}
.form-section.login-form .form-group a {
    color: #333;
    display: block;
    font-size: 14px;
    margin-top: 5px;
    text-align: right;
    text-decoration: underline;
}
.form-section .form-group {
    margin-bottom: 30px;
}
input#codeBox1, input#codeBox2, input#codeBox3, input#codeBox4 {
    border: none;
    background: none;
}
.otp-form input[type=number]:last-child {
    margin-right: 0;
}
.form-section.login-form.otp-form h1 {
    margin-bottom: 60px;
}
.form-section.login-form.otp-form .btn-form.sign-up-btn {
    margin-top: 60px;
}
.otp-form input[type=number] {
    height: 30px;
    width: 60px;
    margin-right: 42px;
    font-size: 18px;
    text-align: center;
    border-bottom: 2px solid #616165;
}
.otp-form input[type=number]::-webkit-inner-spin-button,
.otp-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;              
}
/*user login end*/

/*home page start*/
.top-header {
    background: #00ff00;
    padding: 10px 0px;
}
ul.alg-list, ul.play-store{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.alg-list li:last-child, ul.play-store li:last-child{
    margin-right: 0;
}
ul.alg-list li {
    display: inline-block;
    margin-right: 130px;
    margin-top: 5px;
}
ul.play-store li {
    display: inline-block;
    margin-right: 50px;
}
ul.alg-list li a {
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}
.bottom-header .bg-light {
    padding: 0;
    background: none !important;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
}
.banner {
    width: 100%;
    height: 865px;
    padding: 200px 0px 100px 0px;
    background: url(./images/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bottom-header a.nav-link {
    color: #fff !important;
}
.bottom-header a.nav-link.btn.btn-send {
    color: #333 !important;
    text-transform: capitalize;
}
.bottom-header a.navbar-brand img {
    width: 200px;
}
.bottom-header li:last-child {
    margin-right: 0;
}
.bottom-header li {
    margin-right: 40px;
}
.heading-banner h1 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    margin-bottom: 35px;
}
.heading-banner p {
    color: #fff;
    margin-bottom: 40px;
}
.heading-banner {
    width: 655px;
    padding-top: 50px;
}
.container {
    max-width: 1450px !important;
}
section.about-section, section.whitpaper, .get-in-touch{
    padding: 70px 0px;
}
.heading-title {
    margin-bottom: 50px;
}
.heading-title h2, .rocket-fuel-title h3, .solutions-title h3,
.pre-sale-title h3, .rodmap-title h3, .partners-title h3, .whitpaper-title h3, .team-title h3, .get-in-touch-title h3{
    color: #2e3192;
    font-size: 30px;
    font-weight: 800;
    position: relative;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.rocket-fuel-title h3, .pre-sale-title h3, .partners-title h3, .team-title h3{
  color: #fff;
}
.heading-title h2:before, .rocket-fuel-title h3:before, .solutions-title h3:before,
 .pre-sale-title h3:before, .rodmap-title h3:before, .partners-title h3:before, .whitpaper-title h3:before, .team-title h3:before, 
 .get-in-touch-title h3:before{
    content: "ABOUT";
    left: 0;
    right: 0;
    font-size: 96px;
    position: absolute;
    bottom: -42px;
    color: rgba(46,46,146,12%);
}
.rocket-fuel-title h3:before {
    content: "the rocket fuel";
    color: rgba(255,255,255,6%);
}
.pre-sale-title h3:before{
  content: "PRE-SALE & VALUES";
  color: rgba(255,255,255,6%);
}
.solutions-title h3:before{
  content: "SOLUTIONS";
}
.rodmap-title h3:before{
  content: "implementation";
}
.partners-title h3:before{
  content: "associate";
  color: rgba(255,255,255,6%);
}
.team-title h3:before{
  content: "creative";
  color: rgba(255,255,255,6%);
}
.whitpaper-title h3:before{
  content: "documents";
}
.get-in-touch-title h3:before{
  content: "contact";
}
.team-box img {
    margin-bottom: 20px;
}
section.get-in-touch input, section.get-in-touch textarea {
    border: none;
    background: #ddd;
    height: 50px;
    border-radius: 6px;
    margin-bottom: 30px;
}
section.get-in-touch .form-control:focus {
    box-shadow: none !important;
    border: none !important;
    background: #ddd !important;
}
section.get-in-touch .btn-form {
    margin-top: 15px;
}
section.get-in-touch textarea{
  height: 200px;
}
.team-box h4 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
}
.team-box p {
    margin-bottom: 10px;
}
.solutions-section .section-description h3 {
    color: #333;
}
.whitpaper .section-description {
    padding-left: 100px;
}
.whitpaper .section-description .btn-banner {
    margin-top: 50px;
}
.section-description h3 {
    color: #2e3192;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 25px;
}
section.rocket-fuel, section.pre-sale, .partners-section, section.team-section{
    color: #fff;
    padding: 90px 0px;
    background: #2d3191;
}
section.rocket-fuel .section-description {
    width: 80%;
    margin: 0 auto;
}
section.solutions-section, section.rodmap-section{
    padding: 90px 0px;
}
section.solutions-section .row:last-child {
    margin-bottom: 0;
}
section.solutions-section .row {
    margin-bottom: 80px;
}
section.rodmap-section .section-description {
    padding-bottom: 80px;
}
.cd-h-timeline__event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}

.cd-h-timeline__event--selected { // selected event info
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}

.cd-h-timeline__event--enter-right, 
.cd-h-timeline__event--leave-right { // animate event info
   animation-name: cd-enter-right;
}

.cd-h-timeline__event--enter-left,  
.cd-h-timeline__event--leave-left { // animate event info
   animation-name: cd-enter-left;
}

.cd-h-timeline__event--leave-right, 
.cd-h-timeline__event--leave-left {
   animation-direction: reverse;
}

@keyframes cd-enter-right {
   0% {
      opacity: 0;
      transform: translateX(100%);
   }

   100% {
      opacity: 1;
      transform: translateX(0%);
   }
}

@keyframes cd-enter-left {
   0% {
      opacity: 0;
      transform: translateX(-100%);
   }

   100% {
      opacity: 1;
      transform: translateX(0%);
   }
}
ul.partners-list {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    width: 90%;
}
ul.partners-list li {
    display: inline-block;
    margin-right: 80px;
}
ul.partners-list li:last-child {
    margin-right: 0;
}
.contact-number {
    margin: 70px 0px 30px 0px;
}
.contact-number img {
    margin-bottom: 20px;
}
.contact-number a {
    color: #333;
    margin-top: 10px;
    text-decoration: none;
    display: block;
}
footer {
    padding: 50px 0px;
    background: #2d3191;
}
ul.footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.footer-links li {
    display: inline-block;
    margin-right: 30px;
}
ul.footer-links li:last-child{
  margin-right: 0;
}
ul.footer-links li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize;
}
.left-list p {
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
}
.left-list p a{
  color: #fff;
}
ul.social-icons {
    margin: 0;
    padding: 0;
}
ul.social-icons {
    margin: 0;
    padding: 0;
    text-align: right;
}
ul.social-icons li {
    display: inline-block;
    margin-right: 15px;
}
ul.social-icons li a {
    font-size: 28px;
    color: #fff;
}
/*home page end*/
@media only screen and (max-width: 767px) {
.row.content {
  height: auto;
} 
.sidenav{
  display: none;
}
.dashboard-inner {
    padding: 0;
}
.logo-left {
    padding-left: 0;
}
.form-section {
    width: 100%;
    padding: 50px 0px 30px 0px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidenav img {
    width: 90px;
}
.row.content {
    height: 1400px;
}
.sidenav .nav li a {
    color: #617ABC;
    text-decoration: none;
    font-size: 9px;
    padding: 4px 5px;
}

}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media only (max-width: 1200px) {
  .container {
    max-width: 1450px !important;
}
{