/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

body {
	margin: 0px;
    font-family: "Lato", sans-serif;
	font-size: 14px;
	color: #1e2625;
	line-height: 1;
    
}
body, html {
    width: 100%;
    height: 100%;
}
html {
    scroll-behavior: smooth;
}
a {
	 
	font-size: 14px;
	color: #333;
        transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #706452;
}
a:active {
	text-decoration: none;
}
.wtext {
    color: #fff !important;
}
.wrapper {
    max-width: 1280px;
    width: 95%;
    margin: auto;
}
.wrapperfluid {
    width: 90%;
    margin: auto;
}
.split {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.leftcolm {
    float: left;
    width: 49%;
}
.rightcolm {
    float: right;
    width: 49%;
}

#mainscreen {
    width: 100%;
    height: 100%;
    background-color: #283030;
    background-image: url('../imgs/main-top-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.fheader {
    width: 100% !important;
    float: none !important;
    background: rgba(14,25,24,0.8);
    height: 45px;
    position: fixed;
    top: 0px;
    z-index: 999;
    left: 0;
    text-align: center;
}
.fheader .leftnav {
    width: 100%;
    float: none;
    
}
.fheader .cname {
    width: auto;
    display: inline-block;
    padding: 0px;
}
.fheader .cname img {
    display: inline-block;
    width: 35px;
    margin-right: 15px;
    float: left;
    margin-top: -8px;
}
.fheader .cname h1 {
    display: inline-block;
    font-size: 20px;
    font-weight: 900;
    margin: 0px 0 0 0px;
    color: #ccc;
    text-transform: uppercase;
}
.fheader nav {
    width: auto;
    background: none;
    padding: 0px;
    margin: 0px;
}
.fheader nav ul {
    display: inline-block;
}
.fheader nav ul li {
    width: auto;
    margin: 0px 0px;
    display: inline-block;
}
.fheader nav ul li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 12px 12px;
}
.fheader nav ul li a:hover {
   
   
}
.fheader .hand {
  display: none;
}
.leftnav {
    width: 18%;
    float: left;
}
.cname {
    width: 100%;
}
.cname img {
    
}
.cname h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #406263;
    text-transform: uppercase;
}

nav {
    width: 100%;
    background: rgba(14,25,24,0.9);
    padding: 20px 40px;
    box-sizing: border-box;
}
nav ul {
    width: auto;
}
nav ul li {
    width: 100%;
    margin: 10px 0px;
}
nav ul li a {
    color: #b39247;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    padding: 6px 0px;
}
nav ul li a:hover {
    color: #fff;
}
.hand {
    width: 100%;
    text-align: center;
    padding: 25px 0px;
    
}
.hand img {
    width: 75%;
}
.maincontent {
    float: left;
    width: 50%;
    margin: 0px 0 0 5%;
}
.mcoin {
    right: 5%;
    position: absolute;
    width: 350px;
    top: 75px;
    animation: 5s mbot;
	animation-iteration-count: infinite;
}
@keyframes mbot {
	0% {
		margin-top: 0px;
		opacity: 1;
	}
	50% {
		margin-top: -25px;
		opacity: 1;
	}
	100% {
		margin-top: 0px;
		opacity: 1;
	}
	
}
.maincontent h2 {
    font-size: 70px;
    font-weight: 400;
    color: #a49b8d;
    margin: 60px 0 20px 0px;
}
.maincontent h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 400;
    color: #ded6c9;
    margin: 20px 0 30px 0px;
}
.mtab {
    color: #3c3636;
    background-color: #b7964a;
    padding: 10px 50px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px;
    letter-spacing: 1px;
    border: solid 1px #b7964a;
}
:hover.mtab {
    color: #f2b179;
    background-color: #1a2c2a;
   
}
.cman {
    position: absolute;
    right: 8%;
    bottom: -2%;
    width: 400px;
}
.owtext {
    color: #ded6c9 !important;
}
.parotc {
    color: #93ce45 !important;
}

#aboutgwt {
    background: #675947;
background: linear-gradient(51deg, rgba(103, 89, 71, 1) 0%, rgba(120, 109, 92, 1) 50%, rgba(139, 130, 114, 1) 100%);
    width: 100%;
   padding: 50px 0px;
}

.laptopgwt {
    float: left;
    margin: 0px 0 0 0px;
    width: 40%;
}
.laptopgwt img {
    width: 100%;
}
.aboutgwt {
    float: right;
    width: 55%;
    margin: 50px 0 0 0px;
}
.aboutgwt h2 {
  font-size: 40px;
  color: #252423;
  letter-spacing: -0.5px;
  font-weight: 900;
  margin: 20px 0 40px 0px;
}
.aboutgwt p {
  font-size: 18px;
  line-height: 32px;
  color: #e3dada;
  margin: 0 0 15px 0px;
}
#benefits {
    background-color: #be9d55;
    width: 100%;
    padding: 62px 0px 0 0px;
    background-image: url('../imgs/benefits-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.benefitsleft {
    width: 65%;
    float: left;
    margin: 0px 0 50px 0px;
}
.benefitsleft h2 {
    font-size: 50px;
    color: #252423;
    letter-spacing: -1px;
    font-weight: 700;
    margin: 0 0 10px 0px;
}
.benefitsleft h3 {
    font-size: 25px;
    color: #252423;
    font-weight: 600;
    margin: 0 0 20px 0px;
}
.benefitsleft ul {
    width: 100%;
}
.benefitsleft ul li {
    width: 49%;
    float: left;
    margin: 0.5%;
}
.benefitsleft ul li h4 {
    font-size: 20px;
    line-height: 25px;
    color: #252423;
    font-weight: 700;
    margin: 0 0 10px 0px;
}
.benefitsleft ul li p {
    font-size: 17px;
    line-height: 26px;
    color: #252423;
} 
.roblap {
    float: right;
    width: 32%;
} 
.roblap img {
    width: 100%;
    margin-bottom: -75px;
} 
#tokeninfo {
    background-color: #353331;
    width: 100%;
    text-align: center;
    padding: 75px 0px;
    background-image: url('../imgs/token-detail-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.handtoken {
    position: absolute;
    margin-top: -75px;
    margin-left: 75px;
    
}
#tokeninfo h2 {
    font-size: 50px;
    color: #dbbb75;
    letter-spacing: -1px;
    font-weight: 700;
    margin: 0 0 40px 0px;
}
#tokeninfo h3 {
    font-size: 25px;
    color: #dbbb75;
    font-weight: 700;
    margin: -50px 0 30px 0px;
}
#tokeninfo p {
  font-size: 18px;
  line-height: 32px;
  color: #e3dada;
  margin: 5px 0 15px 0px;
    padding: 0 50px;
}
#tokeninfo h4 {
  font-size: 22px;
  line-height: 32px;
  color: #e3dada;
  font-weight: 600;
}
.rot {
 animation: 5s threed;
 animation-iteration-count: infinite;
}
@keyframes threed {
	0% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	25% {
		-webkit-transform: rotateY(180deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	75% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
    100% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	
}
#toolkit {
    background-color: #161414;
    width: 100%;
    padding: 75px 0px;
}
#toolkit h2 {
    font-size: 50px;
    color: #d7d6d3;
    letter-spacing: -1px;
    font-weight: 700;
    margin: 0 0 40px 0px;
    text-align: center;
}
#toolkit h2 span {
    color: #be9a45;
}
#toolkit ul {
    width: 100%;
}
#toolkit ul li {
    width: 22%;
    margin: 1.5%;
    float: left;
    background-color: #000;
    padding: 24px;
    box-sizing: border-box;
}
.plateform {
    height: 391px;
    background-image: url('../imgs/plateform-box.jpg');
}
.aitrading {
    height: 391px;
    background-image: url('../imgs/ai-trading-box.jpg');
}
.apisdk {
    height: 391px;
    background-image: url('../imgs/api-sdk-box.jpg');
}
.tokenai {
    height: 391px;
    background-image: url('../imgs/token-ai-box.jpg');
}
#toolkit ul li h3 {
    color: #c0b298;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 12px;
    font-weight: 600;
}
#toolkit ul li h3 span {
    font-weight: 300;
}
#toolkit ul li p {
    color: #d7d6d3;
    font-size: 18px;
    line-height: 22px;
}
#stats {
    background-color: #27221f;
    width: 100%;
    padding: 50px 0px 75px 0px
}
#stats ul {
    width: 100%;
}
#stats ul li {
    width: 32.5%;
    float: left;
    color: #faf7f0;
}
#stats ul li h3 {
    font-size: 70px;
    margin: 10px 0 20px 0px;
    font-weight: 900;
}
#stats ul li h4 {
    font-size: 30px;
    font-weight: 600;
}
#stats ul li span {
    font-size: 25px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.trustcol {
    color: #c3a056 !important;
}
.traccol {
    color: #e1d3b4 !important;
}
#tokenmics {
    width: 100%;
    min-height: 500px;
    background: #fff;
/*    background: linear-gradient(180deg, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);*/
    padding: 50px 0 75px 0px;
    
}
#tokenmics h2 {
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: 900;
    margin: 0 0 40px 0px;
    text-align: center;
    color: #252423;
}
#container {
  width: 100%;
  height: 400px;
  margin: 0px 0px 0px 0px;
  padding: 0;
  margin: auto;
    background: none !important;
}
.trob {
    position: absolute;
    z-index: 777;
    margin-top: -35px;
}
#roadmap {
    background-color: #f7f7f7;
    width: 100%;
    min-height: 666px;
    position: relative;
    z-index: 777;
    box-shadow: 0 0px 40px #999;
    padding: 50px 0 75px 0px;
    background-image: url('../imgs/cloudbg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#roadmap h2 {
    font-size: 50px;
    letter-spacing: -1px;
    font-weight: 900;
    margin: 0 0 80px 0px;
    text-align: center;
    color: #252423;
}
.rpquestionstop {
    width: 100%;
}
.rpquestionstop ul {
    width: auto;
}
.rpquestionstop ul li {
    width: 25%;
    float: left;
    padding: 0 20px 0 20px;
    box-sizing: border-box;
    height: 245px;
}
.vlinebox {
    border-left: solid 1px #abacab;
}
.vlinebox span {
    display: block;
    color: #8f9392;
    font-size: 25px;
    position: relative;
    z-index: 888;
    font-weight: 800;
    margin-top: 25px;
}
.vlineboxbot {
    border-left: solid 1px #abacab;
    position: relative;
    z-index: 888;
    margin-top: -35px;
}
.vlineboxbot span {
    display: block;
    color: #8f9392;
    font-size: 25px;
    position: relative;
    z-index: 888;
    font-weight: 800;
    margin-bottom: 15px;
}
.dot {
    position: absolute;
    margin-top: 255px;
    margin-left: -26px;
}
.dotbot {
    position: absolute;
    margin-top: -2px;
    margin-left: -26px;    
}
.rpquestionstop ul li h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 15px;
    color: #2f3837;
}
.rpquestionstop ul li p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    height: 144px;
}
.road {
    width: 100%;
    padding: 0px 0px;
    overflow: hidden;
}
/*
.road img {
    width: 100%;
}
*/
.roadanim {
      animation: 11s ba;
	-webkit-animation: 11s ba;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@keyframes ba {
   0% {
    margin-left: 0;
  }
  100% {
    margin-left: -845px;
     
  }
 
}
#teambg {
    width: 100%;
    min-height: 500px;
    background: #F1F1F1;
background: linear-gradient(180deg, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 50px 0px;
}
#teambg h2 {
    font-size: 40px;
    letter-spacing: -0.5px;
    font-weight: 900;
    margin: 0 0 60px 0px;
    text-align: center;
    color: #252423;
}
#teambg ul {
    width: auto;
}
#teambg ul li {
    width: 19%;
    margin: 0.5%;
    height: 296px;
    float: left;
    padding: 196px 0 0 0px;
    box-sizing: border-box;
}
#teambg ul li h3 {
    font-size: 22px;
    color: #999;
    margin-bottom: 4px;
}
#teambg ul li span {
    font-size: 11px;
    letter-spacing: 2px;
    color: #999;
}
#contactus {
    width: 100%;
    min-height: 500px;
    background: #F1F1F1;
    background: linear-gradient(180deg, rgba(241, 241, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
    padding: 50px 0px;
    text-align: center;
}
#contactus h2 {
    font-size: 40px;
    letter-spacing: -0.5px;
    font-weight: 900;
    margin: 0 0 5px 0px;
    text-align: center;
    color: #252423;
}
#contactus h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 40px 0px;
    text-align: center;
    color: #999;
}
#contactus h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0px;
    letter-spacing: 0.5px;
}
#contactus span {
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 0px 0px;
    display: block;
}
.address {
    background-color: #8d8375;
    width: 32%;
    float: left;
    padding: 35px;
    box-sizing: border-box;
    color: #f7f9f9;
    border-radius: 16px;
    background-image: url('../imgs/location-icon.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    text-align: left;
}
.email {
    background-color: #686252;
    width: 32%;
    float: left;
    margin-left: 2%;
    padding: 35px;
    box-sizing: border-box;
    color: #f7f9f9;
    border-radius: 16px;
    background-image: url('../imgs/email-icon.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    text-align: left;
}
.call {
    background-color: #8d8375;
    width: 32%;
    float: right;
    padding: 35px;
    box-sizing: border-box;
    color: #f7f9f9;
    border-radius: 16px;
    background-image: url('../imgs/call-icon.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
    text-align: left;
}
.slogoicon {
    margin: 40px 0 5px 0px;
}
#contactus h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0px;
    letter-spacing: 0.5px;
}
.sicon {
    font-size: 35px;
    padding: 4px 4px;
    display: inline-block;
    color: #686252;
}
:hover.sicon {
    color: #1c1a15;
}
.copyright {
    padding: 25px 0px;
    font-size: 14px;
    color: #666;
}
.tm1 {
    background-image: url('../imgs/t1.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
.tm2 {
    background-image: url('../imgs/t2.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
.tm3 {
    background-image: url('../imgs/t3.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
.tm4 {
    background-image: url('../imgs/t4.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
.tm5 {
    background-image: url('../imgs/t5.png');
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
}
#lrob {	
	visibility:hidden;
}
.lrob {
   
    z-index: 77;
    animation: 1s lsa ;
	-webkit-animation: 1s lsa;

    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
.coina {
    position: absolute;
    z-index: 99;
    margin-left: 180px;
    margin-top: 70px;
    animation: 5s tsa infinite;
	-webkit-animation: 5s tsa infinite;
   
}
#rrob {	
	visibility:hidden;
}
.rrob {
   
    animation: 1s rsa ;
	-webkit-animation: 1s rsa;
	
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
@-webkit-keyframes lsa {
0% {
    -webkit-transform: translateX(50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}
}
@keyframes lsa {
0% {
    transform: translateX(50%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}
@-webkit-keyframes rsa {
0% {
    -webkit-transform: translateX(-50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}

}

@keyframes rsa {
0% {
    transform: translateX(-50%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}


@-webkit-keyframes bta {
0% {
    -webkit-transform: translateY(25%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}

}

@keyframes bta {
0% {
    transform: translateY(25%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}

@-webkit-keyframes tsa {
0% {
    -webkit-transform: translateY(10%);
}
50% {
    -webkit-transform: translate(0px,0px);
}
100% {
    -webkit-transform: translateY(10%);
}
}

@keyframes tsa {
0% {
    transform: translateY(10%);
	
}
50% {
	transform:translate(0px, 0px);
	
}
100% {
    transform: translateY(10%);

}    
}


#b1 {	
	visibility:hidden;
}
.b1 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#b2 {	
	visibility:hidden;
}
.b2 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
    
	opacity: 0;
}
#b3 {	
	visibility:hidden;
}
.b3 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
    
	opacity: 0;
}
#t0 {	
	visibility:hidden;
}
.t0 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#t1 {	
	visibility:hidden;
}
.t1 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#t2 {	
	visibility:hidden;
}
.t2 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
    
	opacity: 0;
}
#t3 {	
	visibility:hidden;
}
.t3 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
    
	opacity: 0;
}
#t4 {	
	visibility:hidden;
}
.t4 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
    
	opacity: 0;
}
#t5 {	
	visibility:hidden;
}
.t5 {
    animation: 1s bta ;
	-webkit-animation: 1s bta;
	
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
    
	opacity: 0;
}
.top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    z-index: 999;
    border-radius: 4px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    line-height: 40px;
    display: none;
}
.top a {
    font-size: 30px;
    color: rgba(255,255,255,0.7);
    display: block;
    padding-bottom: 5px;
    
}
.top a:hover {
    font-size: 50px;
    opacity: 0.5;
}
.mob {
    display: none;
}
.closeit {
    
    display: none;
}
@media screen and (max-width: 780px) {
.closeit {
    float: right;
    display: block;
    font-size: 35px !important;
    color: rgba(255,255,255,0.5);
    margin-top: 10px;
}    
.mob {
    display: block;
    margin-bottom: 25px;
}    
.mleft {
    float: left;
}    
.mright {
    float: right;
}    
.mmenu {
    padding: 10px;
    font-size: 35px !important;
    color: rgba(255,255,255,0.5);
}    
.leftcolm {
    float: none;
    width: 100%;
}
.rightcolm {
    float: none;
    width: 100%;
}  
#mainscreen {
    height: auto;
    padding: 25px 0px

}
.leftnav {
    width: 100%;
    float: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}    
.hand {
  display: none;
}    
.maincontent {
  float: none;
  width: 100%;
  margin: 0px 0 400px 0%;
  position: relative;
  z-index: 77;
    text-align: center;
}   
.maincontent h2 {
  font-size: 40px;
  font-weight: 400;
  color: #a49b8d;
  margin: 0px 0 20px 0px;
}    
.mcoin {
  left: 22%;
  position: absolute;
  top: 100%;
  width: 50%;
bottom: 0%;
    z-index: -1;
}    
.cman {
  position: absolute;
  right: 10%;
  bottom: -125%;
  width: 300px;
}    
.laptopgwt {
  float: none;
  margin: 0px 0 0 0px;
  width: 100%;
}    
.aboutgwt {
  float: none;
  width: 100%;
  margin: 50px 0 0 0px;
  text-align: center;
}    
.aboutgwt h2 {
  font-size: 30px;
  color: #252423;
  letter-spacing: -0.5px;
  font-weight: 900;
  margin: 20px 0 40px 0px;
}    
.benefitsleft {
  width: 100%;
  float: none;
  margin: 0px 0 50px 0px;
}    
.roblap {
  float: none;
  width: 100%;
}    
#benefits {
  text-align: center;
}    
.benefitsleft ul li {
  width: 100%;
  float: none;
  margin: 2.5% 0px;
   
}    
.handtoken {
  display: none;
}    
#tokeninfo p {
  padding: 0 10px;
}    
#toolkit h2 {
  font-size: 30px;
}    
#toolkit ul li {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
  padding: 14px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    text-align: center;
}    
#stats ul li {
  width: 100%;
  float: none;
  color: #faf7f0;
    text-align: center;
    margin-bottom: 50px;
}    
.rrob {
    display: none;
}    
.trob {
  position: absolute;
  z-index: 777;
  margin-top: -15px;
    
}    
#tokeninfo h3 {
  font-size: 15px;
  color: #dbbb75;
  font-weight: 700;
  margin: -50px 0 30px 0px;
  line-height: 20px;
}    
.scrollxw {
    overflow-x: scroll
}    
.dot {
  display: none;
}    
.rpquestionstop {
  width: 1400px;
}  
#teambg ul li {
  width: 100%;
  margin: 2.5% 0px;
  height: 296px;
  float: none;
  padding: 196px 0 0 0px;
  box-sizing: border-box;
}    
.address {
  width: 100%;
  float: none;
  padding: 24px;
}  
.email {
  width: 100%;
  float: none;
  margin-left: 0%;
  margin-top: 2%;  
  margin-bottom: 2%;
  padding: 24px;      
}      
.call {
  width: 100%;
  float: none;
  padding: 24px;    
}      
}