/*--------------------------------------------
 ---- SYSNOMA -----------------
 -------------------------------------------*/

/*-----------------------------------------
       HEADER START :01

       HERO SECTION START :02

       PARTNERS SECTION START :03

       ABOUT SECTION START :04

       VIDEO SECTION START :05

       WHITEPAPER SECTION START :06
 
       OPEN WORLD SECTION START :07

       API SECTION START :08

       PROFIT SECTION START :09

       ROADMAP SECTION START :10

       TOKEN SECTION START :11

       CONTRACT SECTION START :12

       TEAM SECTION START :13

       FOOTER SECTION START :14

       TOP SECTION: 15

       SLICKNAV CUSTOMIZE CSS: 16
-------------------------------------------*/

/*--------------------------------------------
    External Font and load CSS Files
--------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
@import url("owl.carousel.css");
@import url("animate.css");
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("slicknav.css");


/*-------------------------------------------
    Basic Setting
--------------------------------------------*/
::selection {
  background: #166E96;
  color: #ffffff;
  text-shadow: none;
}

body{
  font-family: 'Poppins', sans-serif;    
  font-size: 16px;
  background-color: #fff;
  color: #fff; 
  overflow-x: hidden;
}

a{
  color: #fff;
}

a:hover,a:focus{
  text-decoration: none;
  color: #36d4ba;
  outline: 0;    
  transition: 0.5s ease;
 -webkit-transition: 0.5s ease;
 -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

p {
    line-height: 27px;
    font-weight: 300;
}

/*-----------------------------------------
  UI Elemnets
-------------------------------------------*/
.custome_btn {
  background-image: linear-gradient(to right, #fac252 0%, #fea92b 51%, #fe9206 100%);
  color: #fff;
  padding: 20px 70px;
  border-radius: 30px;  
  font-weight: 500;    
}

.custome_btn:focus,
.custome_btn:hover,
.custome_btn:active,
.custome_btn.active,
.custome_btn.disabled,
.custome_btn[disabled] {
  color: #fff;
  background-image: linear-gradient(to right, #fe9206 0%, #fac252 51%, #fea92b 100%);
}


/*-----------------------------------------
  Various fixes and overwrites
-------------------------------------------*/
.custome_btn.active.focus,
.custome_btn.active:focus,
.custome_btn.focus,
.custome_btn.focus:active,
.custome_btn:active:focus,
.custome_btn:focus,a {
    outline: none;
}

.color-base { 
    color: #36d4ba;
}

/*-----------------------------------------
        PRELOADER START
-------------------------------------------*/
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../image/logo.png); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px)  rotateY(0deg);
    -webkit-transform: perspective(120px) rotateY(0deg); 
  } 50% { 
    transform: perspective(120px) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateY(-179.9deg);
  }
}

/*-----------------------------------------
       HEADER START :01
-------------------------------------------*/
.top-header {
	padding: 20px 0px;
	position: fixed;
	width: 100%;
}

.menu-bar ul {
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 40px;
}

.menu-bar ul li {
    display: inline-block;
}

.menu-bar ul li a {
    padding: 0px 27px;
    font-weight: 500;
}

.login-btn {
	border: 2px solid #36d4ba;
	padding: 10px 50px;
	font-size: 14px;
	margin-top: 30px;
	color: #36d4ba;
	border-radius: 30px;
	float: right;
    font-weight: 600;
}

.login-btn:hover {
    background: #fff;
    color: #000;
        -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
     transition: all 0.5s ease-in-out 0s;
}

.subOverlay {
	background-color: #022564;
    z-index: 999;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 0px 10px;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*-----------------------------------------
       HERO SECTION START :02
-------------------------------------------*/
.hero-section {
	background: linear-gradient(to bottom, #022564 28%, #068b85 98%);
	min-height: 500px;
	padding-top: 10em;
	padding-bottom: 2em;
}

.left-side h1 {
	font-size: 60px;
	margin-top: 3em;
	font-weight: bold;
	line-height: 75px;
}

.left-side h4 {
    margin-top: 20px;
}

.hero-section .custome_btn {
	margin-top: 60px;
	display: inline-block;
}

.circle-animation {
  width: 165px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.shape-circle, .circle {
  width: 185px;
  height: 200px;
  position: absolute;
  bottom: -50px;
  border-radius: 100%;
  border: 2px dashed LIGHTSLATEBLUE;
  -webkit-transform: rotateX(60deg) translateZ(0) scale(1);
          transform: rotateX(60deg) translateZ(0) scale(1);
  padding: 25px;
}

.circle {
/*  background-color: rgba(68, 34, 172, 0.1);*/
  background-color: rgba(250, 193, 80, 0.3);
  background-clip: content-box;
  -webkit-animation: move 10s infinite;
          animation: move 10s infinite;
}
.circle:nth-child(1) {
  -webkit-animation-delay: -0.3333333333s;
          animation-delay: -0.3333333333s;
}
.circle:nth-child(2) {
  -webkit-animation-delay: -0.6666666667s;
          animation-delay: -0.6666666667s;
}
.circle:nth-child(3) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.circle:nth-child(4) {
  -webkit-animation-delay: -1.3333333333s;
          animation-delay: -1.3333333333s;
}
.circle:nth-child(5) {
  -webkit-animation-delay: -1.6666666667s;
          animation-delay: -1.6666666667s;
}
.circle:nth-child(6) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.circle:nth-child(7) {
  -webkit-animation-delay: -2.3333333333s;
          animation-delay: -2.3333333333s;
}
.circle:nth-child(8) {
  -webkit-animation-delay: -2.6666666667s;
          animation-delay: -2.6666666667s;
}
.circle:nth-child(9) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}
.circle:nth-child(10) {
  -webkit-animation-delay: -3.3333333333s;
          animation-delay: -3.3333333333s;
}
.circle:nth-child(11) {
  -webkit-animation-delay: -3.6666666667s;
          animation-delay: -3.6666666667s;
}
.circle:nth-child(12) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
}
.circle:nth-child(13) {
  -webkit-animation-delay: -4.3333333333s;
          animation-delay: -4.3333333333s;
}
.circle:nth-child(14) {
  -webkit-animation-delay: -4.6666666667s;
          animation-delay: -4.6666666667s;
}
.circle:nth-child(15) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
}
.circle:nth-child(16) {
  -webkit-animation-delay: -5.3333333333s;
          animation-delay: -5.3333333333s;
}
.circle:nth-child(17) {
  -webkit-animation-delay: -5.6666666667s;
          animation-delay: -5.6666666667s;
}
.circle:nth-child(18) {
  -webkit-animation-delay: -6s;
          animation-delay: -6s;
}
.circle:nth-child(19) {
  -webkit-animation-delay: -6.3333333333s;
          animation-delay: -6.3333333333s;
}
.circle:nth-child(20) {
  -webkit-animation-delay: -6.6666666667s;
          animation-delay: -6.6666666667s;
}
.circle:nth-child(21) {
  -webkit-animation-delay: -7s;
          animation-delay: -7s;
}
.circle:nth-child(22) {
  -webkit-animation-delay: -7.3333333333s;
          animation-delay: -7.3333333333s;
}
.circle:nth-child(23) {
  -webkit-animation-delay: -7.6666666667s;
          animation-delay: -7.6666666667s;
}
.circle:nth-child(24) {
  -webkit-animation-delay: -8s;
          animation-delay: -8s;
}
.circle:nth-child(25) {
  -webkit-animation-delay: -8.3333333333s;
          animation-delay: -8.3333333333s;
}
.circle:nth-child(26) {
  -webkit-animation-delay: -8.6666666667s;
          animation-delay: -8.6666666667s;
}
.circle:nth-child(27) {
  -webkit-animation-delay: -9s;
          animation-delay: -9s;
}
.circle:nth-child(28) {
  -webkit-animation-delay: -9.3333333333s;
          animation-delay: -9.3333333333s;
}
.circle:nth-child(29) {
  -webkit-animation-delay: -9.6666666667s;
          animation-delay: -9.6666666667s;
}
.circle:nth-child(30) {
  -webkit-animation-delay: -10s;
          animation-delay: -10s;
}
.circle:nth-child(31) {
  -webkit-animation-delay: -10.3333333333s;
          animation-delay: -10.3333333333s;
}

@-webkit-keyframes move {
  from {
    -webkit-transform: rotateX(60deg) translateZ(200px) scale(0.01) rotateZ(0deg);
            transform: rotateX(60deg) translateZ(200px) scale(0.01) rotateZ(0deg);
  }
  75% {
    -webkit-transform: rotateX(60deg) translateZ(-20px) scale(0.5) rotateZ(-180deg);
            transform: rotateX(60deg) translateZ(-20px) scale(0.5) rotateZ(-180deg);
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotateX(60deg) translateZ(0) scale(1) rotateZ(360deg);
            transform: rotateX(60deg) translateZ(0) scale(1) rotateZ(360deg);
  }
}

@keyframes move {
  from {
    -webkit-transform: rotateX(60deg) translateZ(200px) scale(0.01) rotateZ(0deg);
            transform: rotateX(60deg) translateZ(200px) scale(0.01) rotateZ(0deg);
  }
  75% {
    -webkit-transform: rotateX(60deg) translateZ(-20px) scale(0.5) rotateZ(-180deg);
            transform: rotateX(60deg) translateZ(-20px) scale(0.5) rotateZ(-180deg);
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotateX(60deg) translateZ(0) scale(1) rotateZ(360deg);
            transform: rotateX(60deg) translateZ(0) scale(1) rotateZ(360deg);
  }
}


/*-----------------------------------------
       PARTNERS SECTION START :03
-------------------------------------------*/
.partners-section {
    background: #02163a;
    padding: 45px 0px;
}

.partners-section .item a img {
	height: 35px;
	padding: 0px 40px;
    margin: 0 auto;
}

/*-----------------------------------------
       ABOUT SECTION START :04
-------------------------------------------*/
.about-section {
    background: url(../image/about_bg.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 100px 0px 0px;
}

.section-headline header h1 {
	font-size: 135px;
	font-weight: 900;
	display: inline-block;
	position: absolute;
    background-image: linear-gradient(to right, #092284 10%, #08428d 50%, #096f9c);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.section-headline header {
    margin-bottom: 10em;
}

.section-headline header h4 {
	display: inline-block;
	position: relative;
	top: 83px;
	left: 40px;
}

.globe-img {
	position: relative;
	top: -8em;
}

.globe-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-perspective: 400;
          perspective: 400;
}

.globe-around {
  width: 300px;
  height: 300px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.globe-around {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 17em;
  margin: auto;
  -webkit-transform: rotateX(60deg) rotateZ(-30deg);
          transform: rotateX(60deg) rotateZ(-30deg);
  -webkit-animation: rotate 20s infinite linear;
          animation: rotate 20s infinite linear;
}
.globe-around .globe-circle {
  width: 300px;
  height: 300px;
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 60px #4ac6fe, inset 0 0 60px #4ac6fe;
          box-shadow: 0 0 60px #4ac6fe, inset 0 0 60px #4ac6fe;
}
.globe-around .globe-circle::before, .globe-around .globe-circle::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10%;
  height: 10%;
  border-radius: 100%;
  background: #a41efe;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 60px 2px #4ac6fe;
          box-shadow: 0 0 60px 2px #4ac6fe;
}
.globe-around .globe-circle::before {
  -webkit-transform: translateZ(-90px);
          transform: translateZ(-90px);
}
.globe-around .globe-circle::after {
  -webkit-transform: translateZ(90px);
          transform: translateZ(90px);
}
.globe-around .globe-circle:nth-child(1) {
  -webkit-transform: rotateZ(72deg) rotateX(63.435deg);
          transform: rotateZ(72deg) rotateX(63.435deg);
}
.globe-around .globe-circle:nth-child(2) {
  -webkit-transform: rotateZ(144deg) rotateX(63.435deg);
          transform: rotateZ(144deg) rotateX(63.435deg);
}
.globe-around .globe-circle:nth-child(3) {
  -webkit-transform: rotateZ(216deg) rotateX(63.435deg);
          transform: rotateZ(216deg) rotateX(63.435deg);
}
.globe-around .globe-circle:nth-child(4) {
  -webkit-transform: rotateZ(288deg) rotateX(63.435deg);
          transform: rotateZ(288deg) rotateX(63.435deg);
}
.globe-around .globe-circle:nth-child(5) {
  -webkit-transform: rotateZ(360deg) rotateX(63.435deg);
          transform: rotateZ(360deg) rotateX(63.435deg);
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
            transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    -webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
            transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
            transform: rotateX(0) rotateY(0) rotateZ(0);
  }
  100% {
    -webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
            transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
  }
}

/*-----------------------------------------
       VIDEO SECTION START :05
-------------------------------------------*/
.video-section {
    background: #001364;
}

.video-section h1 {
	color: #042e76;
	transform: rotate(-450deg);
	-webkit-transform: rotate(-450deg);
	-moz-transform: rotate(-450deg);
	position: relative;
	display: inline-block;
	top: 10em;
    right: 4em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.video-section h1::before {
	background: #042e76;
	content: "";
	display: block;
	height: 1px;
	left: -25px;
	position: relative;
	right: 0px;
	top: 18px;
	width: 90px;
	float: left;
}

.video-section h1::after {
	background: #042e76;
	content: "";
	display: block;
	height: 1px;
	left: 25px;
	position: relative;
	right: 0px;
	top: 18px;
	width: 90px;
	float: right;
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  margin-top: -39px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
}

.videoWrapper43 {
  padding-top: 75%;
}

.videoWrapper169 {
  padding-top: 56%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -80px 0 0 -40px;
  background: linear-gradient(to right, #fac252 0%, #fea92b 51%, #fe9206 100%);
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}

.videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -45px 0 0 5px;
  border-left: 40px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.pad-r-0 {
	padding-right: 0;
	margin-right: 0;
}

.video-section h2 {
	text-align: center;
	font-size: 180px;
	color: #042e76;
	font-weight: 900;
	letter-spacing: 100px;
	margin-top: -34px;
	margin-bottom: -36px;
}

/*-----------------------------------------
       WHITEPAPER SECTION START :06
-------------------------------------------*/
.whitepaper-section {
    background: url(../image/whitepaper_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 60px 0px 0px;
}

.section-headline h2 {
    font-weight: 300;
    text-align: center;
}

.section-headline h2::after {
    background: linear-gradient(to right, #175682 0%, #36d4ba 50%, #175682 100%);
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: relative;
    right: 0px;
    top: 20px;
    width: 100%;
}

.section-headline h2::before {
    background: #36d4ba;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    margin: 0 auto;
    right: 0;
    top: 68px;
    width: 10px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(54, 212, 186, 0.3);
    -webkit-box-shadow: 0 0 20px rgba(54, 212, 186, 0.3);
    -moz-box-shadow: 0 0 20px rgba(54, 212, 186, 0.3);
}

.section-headline ul {
    margin-top: 50px;
    padding: 0px 60px;
}

.section-headline ul li {
    list-style: none;
    padding: 5px 0px;
    color: #fff;
    font-weight: 300;
}

.section-headline ul li i {
    font-size: 20px;
    margin-right: 10px;
}

@keyframes ripple {
  0% { 
    opacity: 1;
    width: 0;
    height: 0;
  }
  20% { 
    opacity: 1;
  }
  100% {
    opacity: 0;
    width: 100px;
    height: 100px;
  }
}

.ripple {
	width: 0;
	height: 0;
	opacity: 1;
	border-radius: 100%;
	position: absolute;
	top: 45%;
	left: 47%;
	transform: translate(-50%, -50%);
	border: 2px solid #fff;
}

.ripple-one {
  animation: ripple 5s infinite;
}

.ripple-two {
  animation: ripple 5s infinite 0.66s;
}

.ripple-three {
  animation: ripple 5s infinite 1.32s;
}

.banking-ani2 .ripple {
    top: 21%;
    left: 60%;
}

.banking-ani2 .ripple-one {
  animation: ripple 3s infinite;
}

.banking-ani2 .ripple-two {
  animation: ripple 3s infinite 0.66s;
}

.banking-ani3 .ripple-three {
  animation: ripple 3s infinite 1.32s;
}

.banking-ani3 .ripple {
	top: 15%;
	left: 11%;
}

.banking-ani3 .ripple-one {
  animation: ripple 7s infinite;
}

.banking-ani3 .ripple-two {
  animation: ripple 7s infinite 0.66s;
}

.banking-ani3 .ripple-three {
  animation: ripple 7s infinite 1.32s;
}

.paper-btn {
    text-align: center;
    margin-top: 8em;
}

.banking-section {
    padding: 100px 0px;
}

.banking-section h2 {
	font-weight: 300;
	text-align: center;
	margin-top: 50px;
}

.mobile-banking {
	background-image: linear-gradient(to right, #07368b 0%, #07368b 51%, #041b42 100%);
	width: 400px;
	min-height: 457px;
	position: relative;
}

.mobile-banking img {
	position: relative;
	left: -150px;
}

.mobile-spacing {
    padding-right: 0px;
}

.mobile-spacing h2 {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	right: 20px;
}

/*-----------------------------------------
       OPEN WORLD SECTION START :07
-------------------------------------------*/
.open-world-section {
    background: url(../image/open_world_bg.jpg) no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 110px 0px;
    min-height: 700px;
    width: 100%;
}

.open-world-details img {
	margin: 0 auto;
	height: 140px;
}

.open-world-details h4 {
	text-align: center;
	color: #fff;
	margin-top: 30px;
	line-height: 35px;
	font-weight: 400;
}

/*-----------------------------------------
       API SECTION START :08
-------------------------------------------*/
.api-section {
    background: url(../image/api_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 150px 0px 0px;
}

.api-section img {
    margin: 0 auto;
}

.api-section .section-headline header {
	text-align: center;
	position: relative;
	top: -100px;
	right: 45px;
}

.api-section .section-headline header h4 {
    top: 75px;
}

.api-details ul {
	padding: 0px;
	float: right;
	margin-top: 20px;
	margin-right: 35px;
}

.api-details ul li {
	list-style: none;
	padding: 20px 0px;
    font-weight: 500;
}

.api-details ul li:first-child {
    transform: rotate(-353deg);
	-webkit-transform: rotate(-353deg);
	-moz-transform: rotate(-353deg);
}

.api-details ul li:nth-child(2) {
    transform: rotate(-354deg);
	-webkit-transform: rotate(-354deg);
	-moz-transform: rotate(-354deg);
}

.api-details ul li:nth-child(4) {
    transform: rotate(-365deg);
	-webkit-transform: rotate(-365deg);
	-moz-transform: rotate(-365deg);
}

.api-details ul li:nth-child(5) {
    float: right;
    transform: rotate(-370deg);
	-webkit-transform: rotate(-370deg);
	-moz-transform: rotate(-370deg);
} 

/*-----------------------------------------
       PROFIT SECTION START :09
-------------------------------------------*/
.profit-section {
    background: url(../image/profit_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 80px 0px 30px;
}

.profit-box {
	background: linear-gradient(to top left, #4ec3ff 27%, #a719ff 70%);
	width: 330px;
	height: 300px;
	text-align: center;
	padding: 60px 0px;
	border-radius: 10px;
    margin-top: 7em;
}

.profit-box h1 {
    font-size: 72px;
    font-weight: bold;
}

.profit-box p {
    font-weight: 500;
}

.profit-section .section-headline header {
   margin-bottom: 8em;
}

.profit-section .section-headline header h4 {
	top: 100px;
	left: 0;
	font-size: 20px;
	font-weight: 600;
}

.profit-section p {
    font-weight: 500;
}

.mlp-box {
    background: linear-gradient(to top left, #f3c450 27%, #f69a0f 70%);
}

.mlp-box-up {
	position: relative;
	top: -30px;
}

/*
.income-box {
	background: linear-gradient(to top left, #4ec3ff 27%, #a719ff 70%);
	text-align: center;
	width: 170px;
	height: 170px;
	border-radius: 100px;
	padding: 15px 0px;
	margin: 0 auto;
    margin-top: 10em;
    border: 30px solid rgba(94, 44, 200, 0.9);
    box-shadow: 0px 0px 0px 35px rgba(68, 34, 172, 0.9);
    -webkit-box-shadow: 0px 0px 0px 35px rgba(68, 34, 172, 0.9);
    -moz-box-shadow: 0px 0px 0px 35px rgba(68, 34, 172, 0.9);
}
*/

.income-box {
  width: 120px;
  height:120px;
  border-radius:100%;
  position:relative;
  top:50%;
  left:50%;
  margin-top: 10em;    
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
}

.place {
	background: linear-gradient(to top left, #4ec3ff 27%, #a719ff 70%);
	z-index: 2;
	text-align: center;
	padding: 35px 0px;
	font-size: 35px;
	font-weight: 600;
}

.income-box .border-animation, .place {
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  border-radius:100%;
}

.income-box .border-animation {
  z-index:1;
}

.ba1 {
  animation: rounder1 2s linear 2s infinite alternate;
  background:rgba(94, 44, 200, 0.6);
}

@keyframes rounder1 {
  from {transform:scale(1);}
  to {transform:scale(1.39);}
}

.ba2 {
  animation: rounder2 2s linear 2s infinite alternate;
  background:rgba(68, 34, 172, 0.6);
}

@keyframes rounder2 {
  from {transform:scale(1);}
  to {transform:scale(1.69);}
}

.ba3{
  animation: rounder3 2s linear 2s infinite alternate;
  background:rgba(32,28,137,0.4);
}

@keyframes rounder3 {
  from {transform:scale(1);}
  to {transform:scale(1.99);} 
} 

.progress-bar {
	background: #fff;
	height: 25px;
	position: relative;
    top: 12em;
	width: 100%;
	border-radius: 10px;
}

.progress-bar .progress {
	background: #6b8bff;
	float: left;
	height: 100%;
	position: relative;
	border-radius: 10px 0px 0px 10px;
}

/*
.progress-bar .progress:after {
  color: white;
  content: attr(data-percent);
  line-height: 40px;
  text-align: right;
  position: absolute;
  right: 5px;
}
*/

.progress-bar .progress.data-name1 {
  background: #5ba9ff;
  border-radius: 0px;    
}

.progress-bar .progress.data-name2 {
  background: #18b0d5;
  border-radius: 0px; 
}

.progress-bar .progress.data-name3 {
  background: #1dd6e1;
  border-radius: 0px 10px 10px 0px; 
}

.data-box {
    text-align: center;
    margin-top: 100px;
    position: absolute;
}

.data-box h5 {
    color: #f1c957;
    margin-top: 60px;
}

.data-box p {
    font-weight: 300;
}

/*-----------------------------------------
       ROADMAP SECTION START :10
-------------------------------------------*/
.roadmap-section .section-headline header {
	text-align: center;
	right: 15em;
	position: relative;
	top: 2em;
}

.roadmap-section  .section-headline header h4 {
	top: 84px;
	left: 11em;
	font-size: 18px;
	font-weight: 400;
}

.roadmap-section .graph {
    background: url(../image/roadmap-graph.svg) no-repeat;
    margin-top: 18em;
    min-height: 500px;
}

.roadmap-section .road_map_details_area {
  position: relative;
  top: -79px;
  width: 160px;    
}

.roadmap-section .graph_row .graph_child:nth-child(1) .road_map_details_area{
    left: 15px;
}

.roadmap-section .graph_row .graph_child:nth-child(3) .road_map_details_area{
    right: 40px;
}

.roadmap-section .graph_row .graph_child:nth-child(4) .road_map_details_area{
    right: 60px;
}

.roadmap-section .graph_row2 .graph_child:nth-child(1) .road_map_details_area{
    left: 85px;
    margin-top: 61px;
}

.roadmap-section .graph_row2 .graph_child:nth-child(2) .road_map_details_area{
    left: 62px;
    margin-top: 61px;
}

.roadmap-section .graph_row2 .graph_child:nth-child(3) .road_map_details_area{
    left: 32px;
    margin-top: 61px;
}

.roadmap-section .graph_row2 .graph_child:nth-child(4) .road_map_details_area{
    margin-top: 61px;
    right: 20px;
}

.roadmap-section .road_map_details_area h4 {
    text-align: center;
}

.roadmap-section .road_map_details_area h4 small {
    color: #fff;
}

.roadmap-section .road_map_details_area h4::after {
  -webkit-animation: r5 3s 1.25s ease-out infinite;
  -moz-animation: r5 3s 1.25s ease-out infinite;
  animation: r5 3s 1.25s ease-out infinite;
  background: linear-gradient(to top left, #4ec3ff 27%, #a719ff 70%);
  border: 6px solid rgba(68, 34, 172, 0.9);
  border-radius: 30px;
  content: "";
  display: block;
  height: 35px;
  left: 0;
  margin: -10px auto 0;
  position: relative;
  right: 0;
  top: 30px;    
  width: 35px;
  z-index: 99;
  box-shadow: 0 0 10px 0 rgba(64, 167, 194, 0.9);
  margin-bottom: 15px;
}

.roadmap-section .road_map_details_area p {
  color: #fff;
  margin-top: 45px;
  text-align: center;
}

@-webkit-keyframes r5 {
  0% {
    box-shadow: 0 0 8px 6px rgba(26, 140, 255, 0), 0 0 0px 0px #3fb0c7, 0 0 0px 0px rgba(26, 140, 255, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px #3fb0c7, 0 0 12px 0px #3fb0c7, 0 0 12px 0px #3fb0c7;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(26, 140, 255, 0), 0 0 0px 0px #3fb0c7, 0 0 0px 10px rgba(26, 140, 255, 0);
  }
}
@-moz-keyframes r5 {
  0% {
    box-shadow: 0 0 8px 6px rgba(26, 140, 255, 0), 0 0 0px 0px #3fb0c7, 0 0 0px 0px rgba(26, 140, 255, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px #3fb0c7, 0 0 12px 0px #3fb0c7, 0 0 12px 0px #3fb0c7;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(26, 140, 255, 0), 0 0 0px 0px #3fb0c7, 0 0 0px 10px rgba(26, 140, 255, 0);
  }
}
@keyframes r5 {
  0% {
    box-shadow: 0 0 8px 6px rgba(26, 140, 255, 0), 0 0 0px 0px #3fb0c7, 0 0 0px 0px rgba(26, 140, 255, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px #3fb0c7, 0 0 12px 0px #3fb0c7, 0 0 12px 0px #3fb0c7;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(26, 140, 255, 0), 0 0 0px 0px #3fb0c7, 0 0 0px 10px rgba(26, 140, 255, 0);
  }
}

/*-----------------------------------------
       TOKEN SECTION START :11
-------------------------------------------*/
.token-section {
    background: url(../image/token_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 80px 0px;
}

.token-funding {
	text-align: center;
	border-bottom: 1px solid #1dd6e1;
    margin-top: 5em;
}

.funding-valu {
	text-align: center;
	width: 500px;
	display: inline-block;
	margin-bottom: -11px;
}

.funding-valu h5 {
	background: #1dd6e1;
	padding: 10px 0px;
	font-size: 18px;
}

.funding-valu2 {
    width: 250px;
}

.funding-valu2 h5 {
    background: #53b8ff;
}

.funding-valu3 {
    width: 150px;
}

.funding-valu3 h5 {
    background: #6d87ff;
}

.funding-valu4 {
    width: 80px;
}

.funding-valu4 h5 {
    background: #9d2dff;
}

.funding-valu5 {
    width: 80px;
}

.funding-valu5 h5 {
    background: #7201fc;
}

.control-content {
    margin-top: 4em;
    margin-bottom: -45px;
}

.control-content h4 {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}

.control-content h5 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

.opw-box {
    background: linear-gradient(to top left, #9840df 27%, #6b84fa 70%);
	float: right;
	margin-top: 15em;
	width: 280px;
	height: 270px;
    padding: 0px;
}

.opw-box h1 {
    font-size: 36px;
}

.opw-box::before {
	background: linear-gradient(to top left, #617aee 23%, #0b1e71 68%);
	content: "";
	display: block;
	height: 50px;
	left: -25px;
	position: relative;
	right: 0;
	top: 25px;
	width: 50px;
	border-radius: 100px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
}

.opw-box::after {
	background: linear-gradient(to top left, #0b1e71 23%, #617aee 68%);
	content: "";
	display: block;
	height: 20px;
	left: 10px;
	position: relative;
	right: 0px;
	top: 0;
	width: 20px;
	border-radius: 100px;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.9);
	float: right;
}

.subscribe_area {
    margin: 0 auto;
	margin-top: 6em;
	width: 65%;
}

.subscribe_area h4 {
    font-weight: 400;
    text-align: left;
    margin-bottom: 15px;
}

.subscribe_area input {
	background: #263795;
	color: #fff;
	width: 70%;
	text-align: left;
	padding: 0px 20px;
	font-size: 14px;
	height: 45px;
	border: none;
	border-radius: 50px;
	display: inline-block;
    margin-right: 10px;
}

.form-control::-moz-placeholder {
	color: #fff;
}

.subscribe_area .form-control:focus {
    box-shadow: none;
}

.subscribe_area .login-btn {
	background: url(../image/subscribe_bt.png) no-repeat;
	margin-top: 0px;
	float: none;
	color: #fff;
	width: 205px;
	height: 50px;
	border: none;
}

.subscribe_area .login-btn:hover {
    background: linear-gradient(to right, #fac252 0%, #fea92b 51%, #fe9206 100%);
}

/*-----------------------------------------
       CONTRACT SECTION START :12
-------------------------------------------*/
.contract-section .section-headline header {
	text-align: center;
	right: 15em;
	position: relative;
	top: 5em;
}

.contract-section .section-headline header h4 {
	top: 84px;
	left: 6em;
	font-size: 18px;
	font-weight: 400;
}

.contract-details ul {
	padding: 0px;
	margin-top: 8em;
}

.contract-details ul li {
	list-style: none;
	padding: 15px 0px;
	font-size: 14px;
	line-height: 26px;
}

.contract-details ul li i {
    font-size: 20px;
    margin-right: 10px;
}

.source-code {
	background: linear-gradient(to top left, #6a83f7 27%, #a653f4 70%);
	width: 120px;
	height: 120px;
	padding: 25px 0px;
	text-align: center;
	border-radius: 15px;
	margin: 0 auto;
	margin-top: 9em;
}

.source-code i {
    font-size: 60px;
}

.link-code {
	text-align: center;
	font-size: 20px;
	display: block;
	margin-top: 20px;
}

.audit {
    background: linear-gradient(to top left, #f4c558 27%, #f9940c 70%);
}

.instruction {
    background: linear-gradient(to top left, #ca61f7 27%, #04f5d4 70%);
}

/*-----------------------------------------
       TEAM SECTION START :13
-------------------------------------------*/
.team-section {
    background: url(../image/team_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    padding: 80px 0px 140px;
    margin-top: -1px;
}

.team-section .section-headline header {
	text-align: center;
	right: 10em;
	position: relative;
	top: 0;
}

.team-section .section-headline header h4 {
    left: 10em;
}

.team-details {
    max-width: 300px;
    margin: 0 auto;
}

.team-details img {
	border-radius: 15px;
	max-width: 300px;
	max-height: 365px;
}

.team-shape {
	background: url(../image/team-shape.png) no-repeat center top;
	padding: 30px 20px 5px;
	border-radius: 0px 0px 15px 15px;
	position: absolute;
	bottom: 32px;
	width: 300px;
}

.team-shape h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 20px;
}

.team-details ul {
	padding: 0px;
	text-align: center;
	position: relative;
	top: 35px;
}

.team-details ul li {
    display: inline-block;
    padding: 0px 10px;
}

.team-details ul li a {
	background: url(../image/social-bt.png) no-repeat;
	width: 40px;
	height: 40px;
	display: block;
	padding: 7px;
}

.team-details ul li a:hover {
    background: linear-gradient(to top left, #6a83f7 27%, #a653f4 70%);
    border-radius: 20px;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}

.custome_isotope {
	text-align: center;
	border-bottom: 4px solid #142f9b;
}

.custome_isotope a {
	cursor: pointer;   
    position:relative;
    display:inline-block;
    padding: 0px 90px 15px; 
    color:#fff; 
    font-size:30px;
    letter-spacing:-.5px; 
    text-decoration:none;
    outline: 0;
}

.custome_isotope a:hover {
    color: #04f5d4;
}

.custome_isotope a:focus {
    color: #04f5d4;
}

/*
.active {
    color: #04f5d4 !important;
    border-bottom: 4px solid #04f5d4;
    margin-bottom: -7px;
}
*/

.custome_isotope a:after {
    content:""; 
    display:block;
}

.custome_isotope a:after {
    position:absolute;
    left:50%;
    bottom:0;
    width:0%;
    height:4px; 
    margin-bottom: -4px;
    background-color:#04f5d4; 
    transform:translateX( -50% );
    -webkit-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55); 
    transition:all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.custome_isotope a:hover:after {
    width:100%;
}

.top_position {
    margin-top: 5em;
}

/*-----------------------------------------
       FOOTER SECTION START :14
-------------------------------------------*/
.footer-section {
    background: #071648;
    padding: 20px 0px;
}

.footer-menu ul {
    padding: 0px;
    margin-top: 35px;
    text-align: center;
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    padding: 0px 20px;
    font-size: 14px;
}

.social-icon ul {
	padding: 0px;
	margin-top: 35px;
	float: right;
}

.social-icon ul li {
    display: inline-block;
}

.social-icon ul li a {
    padding: 0px 10px;
    color: #fff;
}

.social-icon ul li a:hover {
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
    color: #00ffdc;
}

/* --------------------------------------------
	    TOP SECTION: 15
-------------------------------------------- */

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../image/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
  z-index:99;
}
.no-touch .cd-top:hover {
  background-color:#da491c;
  opacity: 1;  
}
a:focus {
    outline:0;
} 

.topicon {
	font-size: 15px !important;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	color: #fff;
}

.cd-top:hover {
    background: none;
    -webkit-transition:all .3s ease-in-out;
}

.cd-top:hover {
    background: linear-gradient(to right, #fea92b 0%, #fac252 51%, #fe9206 100%);
}

.cd-top {
    background: linear-gradient(to right, #fe9206 0%, #fac252 51%, #fea92b 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
    border-radius: 10px;
}

/*-----------------------------------------
     SLICKNAV CUSTOMIZE CSS: 16
-------------------------------------------*/

.slicknav_menu {
    display: none;
}

.slicknav_nav {
  background: #fff;
  float: left;
  top: 65px;
  padding: 0 30px;
  width: 100%;
  position: fixed;
  left: 0;    
}

.slicknav_nav ul {
  margin: 0;
  padding: 0 30px;
}

.slicknav_nav a {
  border-bottom: 1px solid #eee;
  color: #000;
  padding: 10px 0;
}

.slicknav_btn {
    background: none;
    float: right;
}

@media screen and (max-width: 991px) {
    /* #menu is the original menu */
    .menu-bar {
        display:none;
    }
    
    .slicknav_menu {
      background: none;
      display: block;
      float: right;
      position: absolute;
      right: 0;
      top: 15px;
      z-index: 999;
    }
    
    .slicknav_nav a:hover,.subs li a:hover {
        background: none;
        color: #36d4ba; 
    }
}


/*------------------------------------------
    Responsive Grid Media Queries Settings
    1600+   -     Extra Large Screen
    1600-1200   - Large Screen
    1280-992   - desktop (default grid)
    992-768    - tablet landscape
    768-480     - tablet
    480-less    - phone landscape & smaller
--------------------------------------------*/

/*-------------------------Extra large--------------------------------*/
/*----- For very large+ ------*/
@media all and (min-width: 1601px) { }
/*--- below very large screen -----*/
@media all and (max-width: 1600px) {
}

/*-------------------------Large-------------------------------------*/
/*--- large screen + -----*/
@media all and (min-width: 1201px) {
}
/*--- Large screen only -----*/
@media all and (min-width: 1201px) and (max-width: 1600px) {  }
/*--- below large screen -----*/
@media all and (max-width: 1200px) {
    .tc-md{text-align: center;}
}

/*------------------------Medium------------------------------------*/
/*---   Medium screen+   -----*/
@media all and (min-width: 992px) {
  .mw190-md{
    min-width: 190px;
  }
  .blok-md{
    display: block;
  }
}
/*--- Medium screen only -----*/
@media all and (min-width: 992px) and (max-width: 1200px){
    .tc-md-o{text-align: center;}
    
    .menu-bar ul li a {
        padding: 0px 15px;
    }
    
    .shape-circle, .circle {
        bottom: -35px;
    }
    
    .left-side h1 {
        margin-top: 2em;
        font-size: 55px;
    }
    
    .left-side h4 {
        line-height: 30px;
    }
    
    .about-section {
        padding: 25px 0px 0px;
    }
    
    .globe-img {
        top: -3em;
    }
    
    .video-section h1 {
        top: 7em;
        right: 5em;
    }
    
    .video-section h2 {
        letter-spacing: 85px;
    }
    
    .banking-section {
        padding: 100px 0px 50px;
    }

    .section-headline h2 {
        font-size: 24px;
    }
    
    .section-headline h2::before {
        top: 61px;
    }
    
    .section-headline ul {
        padding: 0px 20px;
    }
    
    .paper-btn {
        margin-top: 5em;
    }
    
    .mobile-spacing h2 {
        right: 90px;
        margin-top: 20px;
    }
    
    .profit-box {
        width: 100%;
    }
    
    .roadmap-section .graph_row2 .graph_child:nth-child(1) .road_map_details_area,.roadmap-section .graph_row2 .graph_child:nth-child(2) .road_map_details_area,.roadmap-section .graph_row2 .graph_child:nth-child(3) .road_map_details_area,.roadmap-section .graph_row2 .graph_child:nth-child(4) .road_map_details_area {
        margin-top: 20px;
    }
    
    .ipad-check {
        width: 340px;
    }
    
    .subscribe_area {
        width: 80%;
    }
    
    .footer-menu ul li a {
        padding: 0px 17px;
    }
    
    .social-icon ul li a {
        padding: 0px 8px;
    }
    
    .ripple {
        top: 37%;
    }
    
    .banking-ani2 .ripple {
        top: 17%;
    }
    
    .banking-ani3 .ripple {
        top: 12%;
        left: 12%;
    }
    
    .globe-around {
        top: 8em;
    }
}
/*--- below medium screen -----*/
@media all and (max-width: 991px) {
    .show-md{
      visibility: visible;
    }
    .tc-sm{text-align: center;}
    
}

/*-----------------------Small-------------------------------------*/
/*---   Small screen+   -----*/
@media all and (min-width: 768px) {
  .mw190-sm{
    min-width: 190px;
  }
  .blok-sm{
    display: block;
  }
}
/*--- Small screen only -----*/
@media all and (min-width: 768px) and (max-width: 991px) {
    .tc-sm-o{text-align: center;}
    
    .top-header {
        position: absolute;
    }
    
    .top-header {
        padding: 10px 0px;
    }
    
    .login-btn {
        margin-top: 20px;
    }
    
    .slicknav_menu {
        top: 25px;
    }
    
    .hero-section {
        padding-top: 7em;
    }
    
    .shape-circle, .circle {
        width: 180px;
        bottom: -20px;
    }
    
    .left-side h1 {
        font-size: 40px;
        margin-top: 60px;
        line-height: 50px;
    }
    
    .left-side h4 {
        line-height: 30px;
    }
    
    .about-section {
        padding: 20px 0px 60px;
    }
    
    .globe-img {
        top: 2em;
    }
    
    .pad-r-0 {
        padding-left: 0px;
    }
    
    .video-section h1 {
        display: none;
    }
    
    .banking-section {
        padding: 100px 0px 50px;
    }
    
    .section-headline ul {
        padding: 0;
    }
    
    .section-headline h2 {
        font-size: 20px;
    }
    
    .section-headline h2::before {
        top: 57px;
    }
    
    .paper-btn {
        margin-top: 4em;
    }
    
    .mobile-spacing h2 {
        margin-top: 30px;
        right: 50px;
    }
    
    .api-section {
        padding: 65px 0px 0px; 
    }
    
    .api-details ul li {
        padding: 5px 0px;
    }
    
    .api-section img {
        margin-top: 50px;
    }
    
    .api-section .section-headline header {
        top: -75px;
    }
    
    .profit-section {
        padding: 20px 0px;
    }
    
    .profit-box {
        width: 100%;
        height: 230px;
        padding: 25px 20px;
    }
    
    .profit-box h1 {
        font-size: 60px;
    }
    
    .roadmap-section .graph_row .graph_child:nth-child(1) .road_map_details_area {
        left: 0;
    }
    
    .funding-valu {
        width: 220px;
    }
    
    .funding-valu2 {
        width: 180px;
    }
    
    .funding-valu3 {
        width: 140px;
    }
    
    .funding-valu4 {
        width: 80px;
    }
    
    .funding-valu5 {
        width: 80px;
    }
    
    .opw-box h1 {
        font-size: 30px;
    }
    
    .opw-box::before {
        left: -45px;
        top: -5px;
    }
    
    .opw-box h4 {
        margin-top: -30px;
    }
    
    .opw-box::after {
        left: 30px;
        top: -10px;
    }
    
    .subscribe_area {
        width: 90%;
    }
    
    .subscribe_area input {
        width: 65%;
    }
    
    .custome_isotope a {
        padding: 0px 60px 15px;
    }
    
    .team-details,.team-details img {
        max-width: 210px;
    }
    
    .team-shape {
        width: 210px;
        bottom: 35px;
    }
    
    .team-shape h4 {
        font-size: 16px;
        margin-top: 12px;
    }
    
    .footer-menu ul li a {
        padding: 0px 5px;
    }
    
    .social-icon ul li a {
        padding: 0px 3px;
    }
    
    .globe-around {
        top: 20em;
    }
}
/*--- below small screen -----*/
@media all and (max-width: 767px) {
    .tc-xs{text-align: center;}
    .w100-xs{width: 100%;}
    
    .top-header {
        padding: 10px 0px;
        position: absolute;
    }
    
    .circle-animation {
        display: none;
    }
    
    .top-header img {
        height: 65px;
    }
    
    .login-btn {
        border: 1px solid #36d4ba;
        padding: 8px 40px;
        margin-top: 10px;
    }
    
    .slicknav_menu .slicknav_menutxt {
        display: none;
    }
    
    .hero-section {
        min-height: 400px;
        padding-top: 5em;
        padding-bottom: 2em;
    }
    
    .left-side h1 {
        margin-top: 25px;
        font-size: 35px;
        line-height: 45px;
    }
    
    .left-side h4 {
        line-height: 25px;
    }
    
    .hero-section .custome_btn {
        margin-top: 25px;
    }
    
    .hero-section .custome_btn {
        margin-bottom: 25px;
    }
    
    .hero-section img {
        display: none;
    }
    
    .partners-section {
        padding: 20px 0px;
    }
    
    .about-section {
        padding: 10px 0px 50px;
    }
    
    .section-headline header h1 {
        display: none;
    }
    
    .section-headline header h4 {
        top: 5px;
        left: 0;
        font-size: 25px;
    }
    
    .section-headline header {
        margin-bottom: 5px;
    }
    
    .globe-img {
        top: 0px;
    }
    
    .globe-around {
        display: none;
    }
    
    .video-section {
        padding-bottom: 22px;
    }
    
    .video-section h1 {
        display: none;
    }
    
    .pad-r-0 {
        padding-left: 0;
    }
    
    .videoPoster::before {
        height: 70px;
        width: 70px;
        margin: -40px 0 0 -40px;
    }
    
    .videoPoster::after {
        left: 45%;
        margin: -20px 0 0 5px;
        border-left: 25px solid #fff;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }
    
    .video-section h2 {
        font-size: 70px;
        letter-spacing: 24px;
        margin-top: -13px;
    }
    
    .whitepaper-section {
        background-size: cover;
        padding: 10px 0px 0px;
    }
    
    .section-headline h2::after {
        top: 10px;
        text-align: center;
    }
    
    .section-headline h2::before {
        display: none;
    }
    
    .section-headline ul {
        margin-top: 30px;
        padding: 0px;
    }
    
    .paper-btn {
        margin-top: 35px;
    }
    
    .banking-section {
        padding: 55px 0px 20px;
    }

    .banking-section h2 {
        margin-top: 20px;
    }
    
    .mobile-banking {
        background: none;
    }
    
    .mobile-banking img {
        left: 0;
        margin: 0 auto;
    }
    
    .mobile-spacing h2 {
        float: left;
        right: 0;
    }
    
    .open-world-section {
        background-size: cover;
        padding: 40px 0px;
    }
    
    .api-section {
        padding: 50px 0px 0px;
    }
    
    .api-section .section-headline header {
        right: 0;
        top: -120px;
    }
    
    .api-details ul {
        margin-top: 0px;
    }
    
    .profit-section {
        padding: 20px 0px;
        margin-bottom: -60px;
    }
    
    .profit-box {
        width: 100%;
        margin-top: 2em;
    }
    
    .profit-section .section-headline header {
        margin-bottom: 6em;
        margin-top: -75px;
    }
    
    .income-box {
        margin-top: 6em;
    }
    
    .data-box {
        position: relative;
        margin-top: 30px;
    }
    
    .progress-bar {
        display: none;
    }
    
    .data-box h5 {
        margin-top: 15px;
    }
    
    .roadmap-section .section-headline header {
        left: 0;
        right: 0;
    }
    
    .roadmap-section .section-headline header h4 {
        top: 60px;
        left: 0;
        font-size: 24px;
        font-weight: 600;
    }
    
    .roadmap-section .graph {
        background: none;
        margin-top: 12em;
    }
    
    .roadmap-section .road_map_details_area {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .roadmap-section .graph_row2 .graph_child:nth-child(1) .road_map_details_area, .roadmap-section .graph_row2 .graph_child:nth-child(2) .road_map_details_area, .roadmap-section .graph_row2 .graph_child:nth-child(3) .road_map_details_area {
        left: 0;
        margin-top: 0px;
    }
    
    .roadmap-section .graph_row .graph_child:nth-child(1) .road_map_details_area {
	left: 0;
    }
    
    .roadmap-section .graph_row2 .graph_child:nth-child(1) .road_map_details_area,.roadmap-section .graph_row2 .graph_child:nth-child(4) .road_map_details_area {
        margin-top: 0px;
    }
    
    .token-section {
        padding: 30px 0px;
    }
    
    .token-funding {
        margin-top: 2em;
    }
    
    .funding-valu {
        width: 290px;
    }
    
    .control-content {
        margin-top: 2em;
    }
    
    .subscribe_area {
        width: 100%;
        margin-top: 2em;
    }
    
    .subscribe_area h4 {
        text-align: center;
    }
    
    .subscribe_area input {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    
    .subscribe_area .login-btn {
        margin: 0 auto;
        display: block;
        margin-top: 20px;
    }
    
    .contract-section .section-headline header {
        top: 0;
        right: 0;
    }
    
    .contract-section .section-headline header h4 {
        top: 30px;
        left: 0;
    }
    
    .contract-details ul {
        margin-top: 2em;
    }
    
    .source-code {
        margin-top: 1em;
    }
    
    .team-section {
        padding: 20px 0px 40px;
        margin-top: -2px;
    }
    
    .team-section .section-headline header h4 {
        left: 0;
    }
    
    .team-section .section-headline header {
        right: 0;
    }
    
    .custome_isotope a {
        padding: 0px 10px 15px;
        font-size: 16px;
    }
    
    .custome_isotope {
        margin-top: 20px;
    }
    
    .top_position {
        margin-top: 2em;
    }
    
    .team-details,.team-details img {
        max-width: 260px;
    }
    
    .team-shape {
        width: 260px;
        bottom: 39px;
    }
    
    .team-shape p {
        font-size: 14px;
    }
    
    .team-details ul {
        top: 10px;
    }
    
    .footer-section a img {
        margin: 0 auto;
    }
    
    .footer-menu ul li a {
        padding: 0px 10px;
    }
    
    .social-icon ul {
        float: none;
        text-align: center;
    }

}

/*-----------------------Very Small--------------------------------*/
/*--- Extra Small screen only -----*/
@media all and (min-width: 480px) and (max-width: 767px) { }
/*--- Very Small screen -----*/
@media all and (max-width: 479px) { }

                              /*----------------------------- THE END ---------------------------*/





