/* Stylesheet */


/* =SF PRO DISPLAY FONTS
================================================================*/

@font-face {
    font-family: 'SF Pro Display';
    src: url('SFProDisplay-Regular.eot');
    src: local('SF Pro Display Regular'), local('SFProDisplay-Regular'),
        url('assets/fonts/sf/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/sf/SFProDisplay-Regular.woff2') format('woff2'),
        url('assets/fonts/sf/SFProDisplay-Regular.woff') format('woff'),
        url('assets/fonts/sf/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('SFProDisplay-Medium.eot');
    src: local('SF Pro Display Medium'), local('SFProDisplay-Medium'),
        url('assets/fonts/sf/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/sf/SFProDisplay-Medium.woff2') format('woff2'),
        url('assets/fonts/sf/SFProDisplay-Medium.woff') format('woff'),
        url('assets/fonts/sf/SFProDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('SFProDisplay-Semibold.eot');
    src: local('SF Pro Display Semibold'), local('SFProDisplay-Semibold'),
        url('assets/fonts/sf/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/sf/SFProDisplay-Semibold.woff2') format('woff2'),
        url('assets/fonts/sf/SFProDisplay-Semibold.woff') format('woff'),
        url('assets/fonts/sf/SFProDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('SFProDisplay-Bold.eot');
    src: local('SF Pro Display Bold'), local('SFProDisplay-Bold'),
        url('assets/fonts/sf/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/sf/SFProDisplay-Bold.woff2') format('woff2'),
        url('assets/fonts/sf/SFProDisplay-Bold.woff') format('woff'),
        url('assets/fonts/sf/SFProDisplay-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* =BROWSER RESET STYLES
================================================================*/

*{
	padding:0;
	margin:0;
	box-sizing:border-box;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.text-left{
	text-align:left;
}

.text-right{
	text-align:right;
}

.text-center{
	text-align:center;
}

.float-left{
	float:left;
}

.float-right{
	float:right;
}

.hidden{
	display:none !important;
}

html{
	overflow-x:hidden;
}

body{
	background:#fefefe;
	font-family: 'Poppins', sans-serif;
	color: #777E90;
	font-size: 16px;
	line-height:24px;
	overflow-x:hidden;
	padding-top:108px;
}

.overflowHidden{
	overflow:hidden;
}

a{
	color: rgb(4, 75, 188);
	text-decoration:none;
	outline:none;
}

img, button{
	outline:none;
}

ul,li{
	list-style:none;
}

.mt0{
	margin-top:0 !important;
}

/* =TRANSITIONS/ANIMATIONS (CSS3) STYLES
================================================================*/

.main-nav li a,
.main-nav li a::after{
	transition: all 0.2s linear 0s; 
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;	
}

.market-list li{
	transition: all 0.5s linear 0s; 
	-webkit-transition: all 0.5s linear 0s;
	-moz-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;	
}

.btn-primary, .btn-solid{
	transition: all 0.15s linear 0s; 
	-webkit-transition: all 0.15s linear 0s;
	-moz-transition: all 0.15s linear 0s;
	-o-transition: all 0.15s linear 0s;	
}

/* =SF PRO DISPLAY FONT FAMILY
================================================================*/

.main-nav li a, .btn-primary, .btn-solid , .banner h1, .sfpro, .section-title{
	font-family: 'SF Pro Display';
	letter-spacing:.4px;
}

/* =BUTTON'S STYLES
================================================================*/

.btn-primary {
	color: #23262F;
	display: inline-block;
	font-weight: 700;
	line-height: 21px;
	font-size: 14px;
	padding: 11px 0px 12px;
	text-align: center;
	border: 2px solid #E6E8EC;
	cursor: pointer;
	border-radius: 50px;
}

.btn-primary:hover{
	border: 2px solid #0ec2f3;
	background:#0ec2f3;
	color:#fff;
}

.btn-solid {
	background: #0ec2f3;
	border-radius: 28px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	padding: 17px 23px 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 80px;
}

.btn-solid i {
	width: 28px;
	height: 28px;
	background: url('assets/images/round-arrow.svg') no-repeat top center;
	display: inline-block;
	margin-left: 28px;
	position: absolute;
	right: 22px;
	top: 50%;
	margin-top: -14px;
}

.btn-solid:hover{
	background:#23262F;
}

.divider{
	border: 1px solid #eaebee;
}

.section{
	margin-top:150px;
}

.section-title{
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	color: #23262F;
	margin-bottom:34px;
}

.section-title span{
	color:#0ec2f3;
}

/* Header Style */

#header {
	padding: 30px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fefefe;
	z-index: 9;
}

#header.sticky{
	box-shadow: rgba(0,0,0,0.05) 0 3px 11px 0;
}

.logo img {
	display: block;
	max-width: 180px;
}

#header .desktop-item{
	min-width:118px;
}

#header  .token-btn{
	margin-right:10px;
	width: auto;
}

/* Main Navigation */

.mobile-item{
	display:none;
}

.main-nav li{
	display:inline-block;
	margin-left:12px;
}

.main-nav li a{
	position:relative;
	display:inline-block;
	font-size: 14px;
	line-height: 21px;
	color: #888e9d;
	font-weight:700;
}

.main-nav li a::after {
	content: '';
	width: 0;
	height: 3px;
	background: #0ec2f3;
	border-radius: 2px;
	position: absolute;
	bottom: -9px;
	left: 0;
	right: 0;
	margin:0 auto;
}

.main-nav li.active a,
.main-nav li a:hover{
	color:#0ec2f3;
}

.main-nav li.active a::after,
.main-nav li a:hover::after {
	width: 17px;
}

.main-nav li.mobile-item{
	display:none;
}

.navbar-toggle {
	display: none;
	position: absolute;
	right: 15px;
	background: none;
	height: 20px;
	width: 25px;
	padding: 0;
	margin: 0;
	border: 0;
	top: 50%;
	margin-top: -10px;
	cursor:pointer;
	z-index:99;
}

.navbar-toggle .icon-bar {
	transition: transform 0.2s;
	display: block;
	width: 25px;
	height: 2px;
	border-radius: 0;
	background: #11c2f4 !important;
	margin-left: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px;
}

.navbar-toggle.active .icon-bar:nth-last-of-type(1) {
	transform: translateY(-7px) rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-last-of-type(2) {
	transform: rotate(-90deg);
	opacity: 0;
}

.navbar-toggle.active .icon-bar:nth-last-of-type(3) {
	transform: translateY(7px) rotate(-45deg);
}

/* =BANNER STYLES
================================================================*/

.banner{
	margin:20px 0;
	background:url('assets/images/banner.svg') no-repeat top center;
	height:calc(100vh - 120px);
	background-position:center;
	min-height:550px;
}

.banner .container,
.banner .container .row{
	height:100%;
}

.banner .banner-info{
	max-width:710px;
	margin:0 auto;
	text-align:center;
}

.banner h1{
	font-style: normal;
	font-weight: bold;
	font-size: 56px;
	line-height: 64px;
	text-align: center;
	color: #23262F;
	margin-bottom:38px;
}

.banner h1 span{
	color:#0ec2f3;
}

.banner-txt{
	font-size:17px;
}

.banner-txt p:last-child{
	margin-top:20px;
}

/* =OUR MISSION STYLES
================================================================*/

.our-mission h2{
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #777E90;
	margin-top:60px;
}

.our-mission .quotes{
	margin-bottom:20px;
}

.our-mission .om-text{
	font-weight: bold;
	font-size: 40px;
	line-height: 56px;
	color: #23262F;
	max-width:925px;
	margin: 15px auto 64px;
}
.videoMain .om-text{
	font-weight: bold;
	font-size: 40px;
	line-height: 56px;
	color: #23262F;
	max-width:925px;
}
.VideoChild{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	padding-top: 25px;
}
.VideoChild iframe {
	position: absolute;
	width: 100%!important;
	height: 100%!important;
}

.whowe-are p{
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: #777E90;
	max-width:870px;
	margin:64px auto 0;
}

/* =TWO COLS STYLES
================================================================*/

.two-cols p{
	color:#353945;
	line-height: 24px;
}

.two-cols .tc-info{
	max-width:395px;
}

.two-cols .tc-text p{
	max-width:493px;
	color:#777E90;
}

.two-cols .tc-img img{
	margin-left:0;
	margin-top:70px;
}

.two-cols .tc-keys{
	margin-top:48px;
}

.two-cols .tc-key{
	width: 42px;
	height: 24px;
	background: #45B26B;
	border-radius: 100px;
	display:inline-block;
	color:#fff;
	text-align:center;
	font-weight: 500;
	font-size: 14px;
}

.two-cols .tc-key.blue-color{
	background:#3772FF;
}

.two-cols  .tc-key-text{
	font-size: 14px;
	line-height: 24px;
	color: #777E91;
	font-weight:300;
	margin-top:24px;
}

.two-cols.left-img img{
	margin-left:-55px;
}

.two-cols.left-img p{
	margin-bottom:20px;
}

.two-cols.left-img  p{
	color:#777E90;
}


.check-list li{
	margin-top:18px;
	line-height: 25px;
	position:relative;
	padding-left:30px;
}

.check-list li b{
	font-weight:600;
}

.check-list li b,
.check-list li span{
	color:#fff;
}

.check-list li::before {
	content: '';
	background: url('assets/images/check-orange.svg') no-repeat center;
	width: 15px;
	height: 11px;
	position: absolute;
	left: 0;
	top: 8px;
}

.brandBox h2.section-title{
	/*font-size: 40px;*/
}

.two-cols.brandBox.section .tc-info{
	max-width:360px;
	margin:0 auto;
}

.two-cols.brandBox.section  img{
	margin-top:0;
}

/* =WE BELIEVE IN NUMBERS STYLES
================================================================*/

.numbers-card{
	width: 250px;
	height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
	box-shadow: 0 0 3px darkgrey;
	border-radius: 8px;
	color: rgba(15, 15, 15);
	margin: 30px auto;
}

.numbers-card img{
	height: 100px;
	width: auto;
	margin: 10px;
}

.numbers-para{
	width: 75%;
	text-align: center;
}

/* =APPROACH BOX STYLES
================================================================*/

.approach-text{
	margin-top:24px;
	position:relative;
}

.approach-text img {
	position: absolute;
	top: 50%;
	margin-top: -20px;
}

.approach-text p{
	font-size: 14px;
	line-height: 21px;
	color: #777E90;
}

.approach-box .row .col-lg-3:nth-child(2n){
	margin-top:78px;
}

.approach-box .section-title{
	margin-bottom:60px;
}

/* =MARKET BOX STYLES
================================================================*/

.market-box{
	padding:85px 0px 85px 0px;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	background: #EFF3F6;
	border-radius:64px;
}

.market-box .section-title{
	max-width:380px;
}

.market-info{
	background: #FCFCFD;
	box-shadow: 0px 64px 64px -48px rgba(15, 15, 15, 0.1);
	border-radius: 20px;
	padding:48px;
}

.market-list{
	margin-top:25px;
}

.market-list li{
	padding:24px;
	border-radius: 12px;
	font-size: 14px;
	line-height: 24px;
	color: #777E91;
	padding-left:88px;
	position:relative;
	cursor:pointer;
}

.market-list li .litem-icon{
	position:absolute;
	top:24px;
	left:24px;
}

.market-list li .litem-title{
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #353945;
	margin-bottom:4px;
}

.market-list li.active{
	background: #EFF3F6;
}

.market-img img{
	max-width:585px;
}

/* =TEAM BOX STYLES
================================================================*/

.team-box .section-title{
	position:relative;
	margin-bottom:30px;
	font-weight:600;
}

.team-box .section-txt{
	text-align: center;
	max-width: 507px;
	margin: 0 auto;
}

.team-box .section-title img{
	position: absolute;
	left: 60px;
	right: 0;
	margin: 0 auto;
	bottom: -68px;
}

.team-row{
	margin-top:80px;
}

.team-row .left-align .team-member{
	float:left;
	margin-top:0;
}

.team-row .right-align .team-member{
	float:right;
	margin-top:0;
}

.team-member{
	max-width:290px;
	margin:150px auto 0;
	text-align:center;
}

.team-member img{
	width:auto;
	height:250px;
	border-radius:20px;
	object-fit:cover;
}

.team-member .member-info{
	margin-top:24px;
}

.team-member .member-info .member-name{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #23262F;
}

.team-member .member-info .member-job{
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	color: #B1B5C3;
	margin-top:8px;
}

.team-member .member-info .member-bio{
	font-size: 14px;
	line-height: 21px;
	color: #777E91;
	margin-top:8px;
}

/* =MEDIA MENTIONS STYLES
================================================================*/

.media-item{
	width: 170px;
	height: 110px;
	border-radius: 10px;
	box-shadow: 0 0 3px darkgrey;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	margin: 34px auto 40px;
}

.media-item a img{
	width: 130px;
	max-height: 80px;
	object-fit: contain;
	cursor: pointer;
}

/* =SUCCESS STORIES STYLES
================================================================*/

.success-card{
	width: 350px;
	height: 500px;
	margin: 20px auto;
	box-shadow: 0 0 3px darkgrey;
	border-radius: 8px;
	color: rgba(15, 15, 15);
}

.success-card a img{
	width: 350px;
}

.success-card a img:hover{
	cursor: pointer;
}

.card-body{
	padding: 20px;
	width: 90%;
	margin: auto;
}
.card-title{
	padding-bottom: 10px;
}
.card-text{
	font-size: 1rem;
	padding: 20px 0;
}

/* =ROADMAP BOX STYLES
================================================================*/

.roadmap-box{
	width:100%;
	overflow-x:hidden;
	padding-top:150px;
}

.roadmap-box .section-title{
	font-weight:600;
	margin-bottom:0;
}

.roadmap-box .section-title img {
	position: absolute;
	left: -90px;
	right: auto;
	margin: 0 auto;
	bottom: -110px;
}

.roadmap-box .slide-nav {
	position: absolute;
	right: 115px;
	top: 50%;
	margin-top: -20px;
}

.slide-nav a, .slide-nav a img{
	display:inline-block;
	height:40px;
}

.slide-nav  .prev-nav{
	transform:rotate(-180deg);
}

.slide-nav a.next-nav {
	margin-left: 12px;
}

.rm-carousel {
	margin-top: 80px;
	padding-top: 160px;
}

.rm-carousel .count-line {
	position: absolute;
	top: -150px;
	left: -3px;
	width: 100%;
}

.rm-carousel .count-line .count-txt{
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	color: #777E90;
}

.rm-carousel li .round-icon {
	width: 16px;
	height: 16px;
	position: relative;
	left: 5px;
	top: 0;
	background: url('assets/images/rm-bullet.svg') no-repeat center;
	display: block;
	margin-top: 36px;
}

.rm-carousel .count-line::after {
	width: calc(100% - 40px);
	height: 1px;
	background: #B1B5C3;
	content: '';
	position: absolute;
	left: 32px;
	bottom: 8px;
}

.rm-carousel .slick-track{
    display: flex !important;
}

.rm-carousel .slick-slide{
	height: inherit !important;
	position:relative;
	height:100%;
	opacity:0.5;
	outline:none;
}

.rm-carousel .slick-track .slick-slide:last-child .count-line::after {
	display:none;
}

.rm-carousel .slide-content {
	background: #EFF3F7;
	border-radius: 16px;
	padding: 40px 40px 45px 45px;
	max-width: 490px;
}

.rm-carousel .slick-slide.slick-active{
	opacity:1;
}

.rm-carousel .slick-list {
	overflow:visible !important;
}

.rm-carousel li h3{
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #23262F;
	text-transform:uppercase;
}

.rm-carousel li ul {
	margin-top:32px;
}

.rm-carousel li ul li {
	margin-top: 12px;
	position: relative;
	padding-left: 38px;
	font-weight: 500;
}

.rm-carousel li ul li:before{
	width:20px;
	height:20px;
	position:absolute;
	left:0;
	top:3px;
	content:'';
	background:url('assets/images/check-icon.svg') no-repeat top center;
}

/* =GET BOX STYLES
================================================================*/

.get-wrap{
	background: #EFF3F6 url('assets/images/mask-bg.png') no-repeat center;
	border-radius: 23px;
	padding:125px 80px;	
}

.get-box h2{
	font-weight: bold;
	font-size: 34px;
	line-height: 50px;
	color: #23262F;
}

.get-box p{
	font-size: 16px;
	line-height: 24px;
	color: #777E90;
	max-width:450px;
	margin-top:2px;
}


/* =FOOTER STYLES
================================================================*/

.footer{
	margin-top:85px;
}

.footer .main-nav a:after{
	display:none;
}

.footer .divider{
	border-bottom:0;
}

.footer-top{
	padding-bottom:34px;
}

.footer-top .follow-icons{
	display:none;
}

.footer-bottom{
	padding-top:34px;
	padding-bottom:60px;
}

.footer-bottom p, .footer-bottom p a{
	color: #777E90;
	font-size: 14px;
	line-height: 21px;
}

.footer-bottom p a:hover{
	text-decoration: underline;
	cursor: pointer;
}

.follow-icons li{
	list-style:none;
	display:inline-block;
	margin-left:8px;
}

.follow-icons li a img:hover{
	cursor: pointer;
}

/* Signup Modal Style */

#signupModal{
	border-radius:10px;
}

#signupModal h2 {
	color: #23262F;
	margin-bottom: 15px;
	font-size: 38px;
	line-height: 1.2;
	text-align: center;
}

#signupModal input.form-control{
	padding: 9px 25px 11px;
	height: 56px;
	border-radius: 50px;
	border: 1px solid #ccc;
	font-size: 15px;
	outline: none;
	font-family: poppins;
	width:100%;
	padding-right: 150px;
}

#signupModal p{
	position:relative;
	margin-top:30px;
}

#signupModal .btn-solid {
	border: 0;
	float: right;
	padding-left: 35px;
	padding-right: 35px;
	cursor: pointer;
	position: absolute;
	right: 3px;
	padding-top: 14px;
	padding-bottom: 15px;
	top: 3px;
}


/* PDF Viewer */

#pdfViewer{
	width:90vw;
	border-radius:4px;
	padding:40px 20px 10px;
	height:90vh;
	display:none;
}

.pdfViewer .modal-dialog object{
	width:100%;
	height:80vh;
}

.pdfViewer .modal-dialog object iframe{
	width:100%;
}


/* =TOKEN PAGE STYLES
================================================================*/

.token-table .table-holder {
	background: #eff3f6;
	padding:30px 40px;
	border-radius: 40px;
	max-width: 900px;
	margin: 0 auto;
}

.token-table .table-holder table{
	width:100%;
}

.token-table .table-holder table tr td{
	padding:25px 0;
}

.token-table .table-holder table tr td:first-child{
	font-size:28px;
	font-weight:600;
	color:#333;
}

.token-table .table-holder table tr td:last-child{
	font-size:18px;
	text-align:right;
	color:#0ec2f3;
}

.perform-box img {
	max-width: 45px;
	margin-top: -3px;
}

.perform-box .pitem-icon {
	width: 76px;
	height: 76px;
	border-radius: 20px;
	text-align: center;
	padding: 18px 0;
	border: 1px solid #0ec2f3;
}

.perform-box h4 {
	font-size: 22px;
	line-height: 24px;
	color: #23262F;
	margin-top: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

.perform-box h4::after {
	content: "";
	width: 30px;
	height: 4px;
	background: #0ec2f3;
	display: block;
	margin: 24px 0;
}

.pitem-text{
	line-height:1.65;
}

.font-green {
	color: #0ec2f3 !important;
}

.sche-table{
	padding-bottom:40px;
}

.sche-table .table-holder {
	border-radius: 50px;
	padding: 40px 50px 20px;
	margin: 0 auto;
	max-width: 894px;
	position: relative;
	z-index: 1;
	border: 1px solid #6d7ea5;
	margin-top: 60px;
}

.sche-table .table-holder table thead tr th:first-child {
	width: 37.3%;
}

.sche-table .table-holder table th {
	font-weight: 500;
	font-size: 21px;
	line-height: 32px;
	color: #6d7ea5;
	padding: 0 0 24px;
	text-align: left;
	font-family: 'SF Pro Display';
}

.sche-table .table-holder table{
	width:100%;
}

.sche-table .table-holder table td {
	font-size: 17px;
	line-height: 32px;
	color: #272e35;
	border-top: 1px solid #e2e5ec;
	padding: 24px 0;
}

.chart-box .section-title{
	font-size:42px;
}

.chart-box .chart-holder {
	background: #f6f6f6;
	border-radius: 30px;
	padding: 60px 50px;
	height: 100%;
}

.chart-item2{
	margin-top:100px;
}

.chart-box .chart-holder .col-md-12.align-self-center{
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;	
	margin: 0 auto;
}

.chart-box .chart-holder #myChart {
	/*height: auto !important;
	width:auto !important;*/
}

.chart-points li{
	position: relative;
	padding-left: 22px;
	list-style: none;
	margin: 14px 0;
}

.chart-points li::before {
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #6d7ea5;
	content: "";
	position: absolute;
	left: 5px;
	top: 9px;
}

/* =MEDIA QUERIES
================================================================*/

@media (min-width:1200px) {
	.container {
		max-width:1150px
	}
}

@media (max-width:1199px) 
{
	#header {
		z-index: 9999;
		width: 100vw;
		background: #f9f9f9;
		border-bottom: 1px solid #f2f2f2;
		padding: 17px 0;
	}
	
	.desktop-item, .after-header, #header .mobile-item a:after{
		display:none;
	}
	
	.nav-bar {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #f9f9f9;
		z-index: 99;
		padding: 0 30px 30px;
		width: 100vw;
		display: none;
		margin-top: 90px;
		overflow: scroll;
	}
	
	#main-nav{
		min-height:440px;
		padding-top: 20px;
	}
	
	#main-nav li{
		display:block;
		text-align:center;
		margin:25px 0;
		font-size: 16px;
	}
	
	#header .mobile-item{
		display:block;
		margin-bottom:-10px;
		margin-top:35px;
	}
	
	#header .mobile-item .btn-primary{
		min-width:130px;
	}
	
	#header .mobile-item .btn-primary{
		color:#23262F;
		padding: 11px 25px 12px;
	}
	
	#header .mobile-item .btn-primary:hover{
		color:#fff;
	}
	
	.navbar-toggle{
		display:block;
	}
	
	.two-cols .tc-img img,
	.approach-item img,
	.market-img img{
		max-width:100%;
	}
	
	.market-box {
		padding: 50px 30px;
		margin-left: 15px;
		margin-right: 15px;
		border-radius: 40px;
	}
	
	.market-img img{
		margin-bottom:30px;
	}
	
	.market-info {
		padding: 30px;
	}
	
	.rm-carousel .slide-content {
		max-width: 430px;
	}
}

@media (max-width:991px) 
{
	body{
		padding-top:89px;
	}
		
	.team-member img{
		max-width:100%;
	}
	
	.roadmap-box .slide-nav {
		right: 15px;
	}
	
	.rm-carousel .slide-content {
		max-width: 95%;
		padding: 30px 25px 35px 25px;
		font-size:15px;
	}
	
	.get-wrap {
		padding: 80px 40px;
	}
	
	.footer .main-nav li {
		margin-left: 3px;
	}
}

@media (max-width:767px) 
{
	.banner {
		background-position:top center;
		height: calc(100vh - 130px);
	}
	
	.two-cols .tc-info{
		margin-top:40px;
		max-width:100%;
	}
	
	.two-cols .tc-text{
		max-width:100%;
	}
	
	.two-cols.left-img .tc-info {
		left: 0px;
		position: relative;
		float:none !important;
	}
	
	.two-cols.left-img img{
		margin-left:0;
	}
	
	.two-cols.brandBox.section img{
		margin-bottom:40px;
	}
	
	.two-cols.brandBox.section .tc-info {
		margin: 0;
	}
	
	.approach-item{
		max-width:258px;
		margin: 0 auto 60px;
	}
	
	.approach-box .row .col-lg-3:nth-child(2n) {
		margin-top: 0px;
	}
	
	.approach-box .row .col-lg-3:last-child .approach-item{
		margin-bottom: 0px;
	}
	
	.market-img img{
		display:none;
	}
	
	.team-row  .team-member {
		float: none !important;
		margin: 0 auto 60px;
	}
	
	.team-row  .col-md-4.right-align  .team-member{
		margin-bottom:0;
	}
	
	.get-wrap {
		padding: 50px;
	}
	
	.get-wrap .text-right{
		text-align:left;
		margin-top:30px;
	}
	
	.footer .main-nav{
		margin-top:30px;
	}
	
	.footer .main-nav li{
		display:block;
		text-align:left;
		margin:10px 0;
	}
	
	.footer-top .follow-icons {
		display: block;
		text-align: left;
		margin-top: 20px;
		margin-bottom: -5px;
	}
	
	.footer-top .follow-icons li{
		margin-left:0;
		margin-right:10px;
	}
	
	.footer-bottom .follow-icons {
		display:none;
	}
	
	.footer-bottom {
		padding-bottom: 35px;
	}
	
	.footer-bottom p:last-child{
		margin-top:10px;
	}
	
	.chart-box .chart-holder{
		padding: 30px 25px;
	}
	
	.chart-box .chart-holder #myChart {
		height: auto !important;
		width: inherit!important;
	}
	
	.chart-box  .chart-text{
		margin-top:30px;
	}
	
	.chart-box .section-title{
		margin-bottom:20px;
		font-size:35px;
	}
	
	.chart-box .chart-holder .col-md-12.align-self-center{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;	
		margin: 0 auto;
	}
	
	.perform-box.section{
		margin-top:100px;
	}
	
	.plist-item{
		margin-top:50px;
	}
}

@media (max-width:575px) 
{
	.banner{
		height: calc(100vh - 130px);
		background-position: bottom right;
	}
	
	.banner h1 {
		font-size: 40px;
		line-height: 56px;
	}
	
	.section-title {
		font-size: 38px;
		line-height: 46px;
		margin-bottom: 26px;
	}
	
	.our-mission .om-text {
		font-size: 29px;
		line-height: 40px;
	}
	
	.market-box {
		padding: 15px 0;
		border-radius: 20px;
	}
	
	.market-info {
		padding: 20px;
	}
	
	.get-wrap {
		padding: 38px;
	}
	
	.section{
		margin-top:100px;
	}
	
	.roadmap-box{
		padding-top:100px;
	}
	
	#signupModal{
		padding:30px;
	}
	
	#signupModal h2 {
		font-size: 30px;
	}
	
	.brandBox h2.section-title {
		font-size: 30px;
	}
}

@media (max-width:549px) 
{
	#pdfViewer {
		padding: 35px 9px 10px;
	}
	
	.rm-carousel .slide-content {
		max-width: 100%;
	}
	
	.chart-box .chart-holder{
		border-radius:20px;
	}
	
	.token-page .banner h1 span{
		display:block;
	}
	
	.token-table .table-holder {
		padding: 20px 30px;
	}
	
	.chart-box .section-title {
		font-size: 32px;
	}
	
	.chart-box canvas{
		margin-left:15px;
	}
	
	.sche-table .table-holder {
		border-radius: 20px;
		padding: 20px 15px;
	}
}

@media (max-width:365px) 
{
	.banner h1 {
		font-size: 35px;
		line-height: 50px;
	}
}




@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);


*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: default;
}



.testim .wrap {
	position: relative;
	width: 100%;
	max-width: 1020px;
	padding: 40px 20px;
	margin: auto;
}

.testim .arrow {
	display: block;
	position: absolute;
	color: #eee;
	cursor: pointer;
	font-size: 2em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 5px;
	z-index: 22222222;
}

.testim .arrow:before {
	cursor: pointer;
}

.testim .arrow:hover {
	color: #0EC2F3FF;
}


.testim .arrow.left {
	left: 10px;
}

.testim .arrow.right {
	right: 10px;
}

.testim .dots {
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 60px;
	left: 0;
	display: block;
	z-index: 3333;
	height: 12px;
}

.testim .dots .dot {
	list-style-type: none;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #eee;
	margin: 0 10px;
	cursor: pointer;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
	background: #0EC2F3FF;
	border-color: #0EC2F3FF;
}

.testim .dots .dot.active {
	-webkit-animation: testim-scale .5s ease-in-out forwards;
	-moz-animation: testim-scale .5s ease-in-out forwards;
	-ms-animation: testim-scale .5s ease-in-out forwards;
	-o-animation: testim-scale .5s ease-in-out forwards;
	animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
	position: relative;
	overflow: hidden;
}

.testim .cont > div {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 70px 0;
	opacity: 0;
}

.testim .cont > div.inactive {
	opacity: 1;
}


.testim .cont > div.active {
	position: relative;
	opacity: 1;
}


.testim .cont div .img img {
	display: block;
	width: 200px;
	height: 200px;
	margin: auto;
	border-radius: 50%;
}

.testim .cont div h2 {
	color: #0EC2F3FF;
	font-size: 1em;
	margin: 15px 0;
}
.testim .cont div h3 {
	color: #000000;
	font-size: 1em;
	margin: 15px 0;
}

.testim .cont div p {
	font-size: 1.15em;
	color: #454545;
	width: 80%;
	margin: auto;
}

.testim .cont div.active .img img {
	-webkit-animation: testim-show .5s ease-in-out forwards;
	-moz-animation: testim-show .5s ease-in-out forwards;
	-ms-animation: testim-show .5s ease-in-out forwards;
	-o-animation: testim-show .5s ease-in-out forwards;
	animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
	-webkit-animation: testim-content-in .4s ease-in-out forwards;
	-moz-animation: testim-content-in .4s ease-in-out forwards;
	-ms-animation: testim-content-in .4s ease-in-out forwards;
	-o-animation: testim-content-in .4s ease-in-out forwards;
	animation: testim-content-in .4s ease-in-out forwards;
}
.testim .cont div.active h3 {
	-webkit-animation: testim-content-in .4s ease-in-out forwards;
	-moz-animation: testim-content-in .4s ease-in-out forwards;
	-ms-animation: testim-content-in .4s ease-in-out forwards;
	-o-animation: testim-content-in .4s ease-in-out forwards;
	animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
	-webkit-animation: testim-content-in .5s ease-in-out forwards;
	-moz-animation: testim-content-in .5s ease-in-out forwards;
	-ms-animation: testim-content-in .5s ease-in-out forwards;
	-o-animation: testim-content-in .5s ease-in-out forwards;
	animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
	-webkit-animation: testim-hide .5s ease-in-out forwards;
	-moz-animation: testim-hide .5s ease-in-out forwards;
	-ms-animation: testim-hide .5s ease-in-out forwards;
	-o-animation: testim-hide .5s ease-in-out forwards;
	animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
	-webkit-animation: testim-content-out .4s ease-in-out forwards;
	-moz-animation: testim-content-out .4s ease-in-out forwards;
	-ms-animation: testim-content-out .4s ease-in-out forwards;
	-o-animation: testim-content-out .4s ease-in-out forwards;
	animation: testim-content-out .4s ease-in-out forwards;
}
.testim .cont div.inactive h3 {
	-webkit-animation: testim-content-out .4s ease-in-out forwards;
	-moz-animation: testim-content-out .4s ease-in-out forwards;
	-ms-animation: testim-content-out .4s ease-in-out forwards;
	-o-animation: testim-content-out .4s ease-in-out forwards;
	animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
	-webkit-animation: testim-content-out .5s ease-in-out forwards;
	-moz-animation: testim-content-out .5s ease-in-out forwards;
	-ms-animation: testim-content-out .5s ease-in-out forwards;
	-o-animation: testim-content-out .5s ease-in-out forwards;
	animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
	0% {
		-webkit-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		-webkit-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		-webkit-box-shadow: 0px 0px 10px 5px #0EC2F3FF;
		box-shadow: 0px 0px 10px 5px #0EC2F3FF;
	}

	100% {
		-webkit-box-shadow: 0px 0px 0px 0px #0EC2F3FF;
		box-shadow: 0px 0px 0px 0px #0EC2F3FF;
	}
}

@-moz-keyframes testim-scale {
	0% {
		-moz-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		-moz-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		-moz-box-shadow: 0px 0px 10px 5px #0EC2F3FF;
		box-shadow: 0px 0px 10px 5px #0EC2F3FF;
	}

	100% {
		-moz-box-shadow: 0px 0px 0px 0px #0EC2F3FF;
		box-shadow: 0px 0px 0px 0px #0EC2F3FF;
	}
}

@-ms-keyframes testim-scale {
	0% {
		-ms-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		-ms-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		-ms-box-shadow: 0px 0px 10px 5px #0EC2F3FF;
		box-shadow: 0px 0px 10px 5px #0EC2F3FF;
	}

	100% {
		-ms-box-shadow: 0px 0px 0px 0px #0ec2f3;
		box-shadow: 0px 0px 0px 0px #0ec2f3;
	}
}

@-o-keyframes testim-scale {
	0% {
		-o-box-shadow: 0px 0px 0px 0px #eee;
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		-o-box-shadow: 0px 0px 10px 5px #eee;
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		-o-box-shadow: 0px 0px 10px 5px #0ec2f3;
		box-shadow: 0px 0px 10px 5px #0ec2f3;
	}

	100% {
		-o-box-shadow: 0px 0px 0px 0px #0ec2f3;
		box-shadow: 0px 0px 0px 0px #0ec2f3;
	}
}

@keyframes testim-scale {
	0% {
		box-shadow: 0px 0px 0px 0px #eee;
	}

	35% {
		box-shadow: 0px 0px 10px 5px #eee;
	}

	70% {
		box-shadow: 0px 0px 10px 5px #0ec2f3;
	}

	100% {
		box-shadow: 0px 0px 0px 0px #0ec2f3;
	}
}

@-webkit-keyframes testim-content-in {
	from {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-moz-keyframes testim-content-in {
	from {
		opacity: 0;
		-moz-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
}

@-ms-keyframes testim-content-in {
	from {
		opacity: 0;
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

@-o-keyframes testim-content-in {
	from {
		opacity: 0;
		-o-transform: translateY(100%);
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes testim-content-in {
	from {
		opacity: 0;
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes testim-content-out {
	from {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-moz-keyframes testim-content-out {
	from {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		opacity: 0;
		-moz-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-ms-keyframes testim-content-out {
	from {
		opacity: 1;
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		opacity: 0;
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@-o-keyframes testim-content-out {
	from {
		opacity: 1;
		-o-transform: translateY(0);
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes testim-content-out {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(-100%);
	}
}

@-webkit-keyframes testim-show {
	from {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes testim-show {
	from {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

@-ms-keyframes testim-show {
	from {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@-o-keyframes testim-show {
	from {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0);
	}

	to {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes testim-show {
	from {
		opacity: 0;
		transform: scale(0);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-keyframes testim-hide {
	from {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@-moz-keyframes testim-hide {
	from {
		opacity: 1;
		-moz-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-moz-transform: scale(0);
		transform: scale(0);
	}
}

@-ms-keyframes testim-hide {
	from {
		opacity: 1;
		-ms-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-ms-transform: scale(0);
		transform: scale(0);
	}
}

@-o-keyframes testim-hide {
	from {
		opacity: 1;
		-o-transform: scale(1);
		transform: scale(1);
	}

	to {
		opacity: 0;
		-o-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes testim-hide {
	from {
		opacity: 1;
		transform: scale(1);
	}

	to {
		opacity: 0;
		transform: scale(0);
	}
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}

	.testim .cont div p {
		line-height: 25px;
	}

}
.Partner-column{
	max-width:400px;
	text-align:center;
}

.Partner-column img{
	width:auto;
	height:150px;
	border-radius:20px;
	box-shadow: 0 0 4px darkgrey;
	object-fit:cover;
	cursor: pointer;
}

.Partner-column .partner-info{
	margin-top:10px;
	margin-bottom: 30px;
}

.Partner-column .partner-info .partner-name{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

.Partner-column .member-info .member-job{
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	color: #B1B5C3;
	margin-top:8px;
}

.Partner-column .member-info .member-bio{
	font-size: 14px;
	line-height: 21px;
	color: #777E91;
	margin-top:8px;
}
