@import url('../css/font-awesome.min.css');
@import url('../css/bootstrap.min.css');
@import url('../css/owl.carousel.css');
@import url('../css/jquery.listtopie.css');
@import url('../css/animations.css');

/* 
* Google Fonts

* BASIC STYLE
  - General Style    
  - Headings Style    
  - Button Style    
  - Form Style   

* HEADER

* CONTANT
  - Banner Section
  - Work Section
  - Feature Section
  - Timeline Section
  - Team Section
  - Token Sale Section
  - Blog Section
  - Ico Apps
  - FAQ Section
  - Home Tow Page
  - About Page
  - Blog List Page
  - Blog Detail Page
  - Team Page
  - Feature Page
  - Roadmap Page
  - Contact Page
  - Token Sale Page

* FOOTER
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Poppins:wght@300;400;500;600;700&display=swap');

/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

@font-face{font-family:"Flaticon";
src:url("../fonts/Flaticon.eot");
src:url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
url("../fonts/Flaticon.woff") format("woff"),
url("../fonts/Flaticon.ttf") format("truetype"),
url("../fonts/Flaticon.svg#Flaticon") format("svg");
font-weight:normal;
font-style:normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"Flaticon";src:url("../fonts/Flaticon.svg#Flaticon") format("svg");}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after{font-family:Flaticon;font-style:normal;}
.flaticon-bitcoin-1:before{content:"\f100";}
.flaticon-blocks-with-angled-cuts:before{content:"\f101";}
.flaticon-straight-quotes:before{content:"\f102";}
.flaticon-left-quote:before{content:"\f103";}
.flaticon-quote:before{content:"\f104";}
.flaticon-bitcoin:before{content:"\f105";}
.flaticon-arrows-1:before{content:"\f106";}
.flaticon-arrows:before{content:"\f107";}
.flaticon-school-material:before{content:"\f108";}
.flaticon-blogging:before{content:"\f109";}
.flaticon-factory:before{content:"\f10a";}
.flaticon-people:before{content:"\f10b";}
.flaticon-technology:before{content:"\f10c";}
.flaticon-support:before{content:"\f10d";}
.flaticon-secure-shield:before{content:"\f10e";}
.flaticon-connection:before{content:"\f10f";}
.flaticon-analytics:before{content:"\f110";}
.flaticon-money-2:before{content:"\f111";}
.flaticon-market:before{content:"\f112";}
.flaticon-money-1:before{content:"\f113";}
.flaticon-money:before{content:"\f114";}
.flaticon-coin:before{content:"\f115";}
.flaticon-credit-card:before{content:"\f116";}
.flaticon-wallet:before{content:"\f117";}

/*---------- General Style ------------*/
* {
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

img {
  height: auto;
  max-width: 100%;
}

a,
a:focus,
button:focus {
  outline: none !important;
  text-decoration: none;
  box-shadow: unset !important;
}

a:hover {
  text-decoration: none;
}

ul,
li,
label,
span {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  padding: 0;
  margin: 0;
  font-size: 17px;
  text-align: justify;
  line-height: 30px;
}

input:focus {
  outline: unset;
  box-shadow: 0px 0px 10px 1px rgb(0, 0, 0, 0.5);
}

.transition,
.btn,
.form-control,
a,
input,
button {
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.container {
  max-width: 1230px;
}

.position-u {
  position: unset;
}

.position-r {
  position: relative;
}

.flex-align {
  display: flex;
  align-items: center;
}

.flex-bottom {
  display: flex;
  align-items: flex-end;
}

.justify-center {
  justify-content: center;
  display: flex;
}

.sub-heading {
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 3px;
  letter-spacing: 1.6px;
  font-size: 20px;
}

.heading-title {
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 18px;
}

.heading-title-2 {
  font-size: 45px;
  font-weight: 600;
}

.sub-heading-2 {
  font-size: 30px;
  font-weight: 600;
}

.z-index-2 {
  z-index: 2;
}

.white-space {
  white-space: nowrap;
}

.text-right {
  text-align: right;
}

.clear {
  clear: both;
}

.top-scroll {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
  z-index: 999;
  bottom: 15px;
  right: 15px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 32px;
  font-size: 26px;
}

.top-scroll.fixed {
  visibility: visible;
  opacity: 1;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-75 {
  padding-right: 75px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-45 {
  margin-bottom: 45px;
}

/* - Headings Style   //---------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 700
}

.heading-des {
  text-align: center;
  width: 60%;
  margin: auto;
}

/*----- Button Style -----*/
.btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid;
  padding: 14px 22px;
  border-radius: 5px;
  position: relative;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.btn:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.btn:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition: all 400ms ease;
}

.btn.btn-2 {
  border-radius: 50px;
}

.btn:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.owl-dots {
  padding-top: 50px;
  text-align: center;
}

.owl-dot {
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  border-radius: 100%;
}

/*----- Form Style -----*/
.form-group {
  margin-bottom: 20px;
}

.form-control {
  border-radius: 5px;
  border: 0;
  height: unset;
  padding: 13px 30px;
}

textarea.form-control {
  min-height: 170px;
}

.form-control:focus {
  outline: none;
  box-shadow: 0px 0px 10px 1px rgb(0, 0, 0, .3);
}

/* preloader */
#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-size: 80px;
}

/*----- Header -----*/
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 10px 0;
}

header .container {
  position: relative;
}

.logo img:hover {
  opacity: 0.5;
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu ul li {
  display: inline-block;
  padding: 0px 20px;
  position: relative;
}

.menu ul li a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  padding: 10px 0px 30px 0px;
  letter-spacing: 0.5px;
}

.signin {
  margin-left: 30px;
}

.signin .btn {
  padding: 9px 30px;
  color: #fff;
}

.menu>ul>li>a:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 400ms ease;
}

.opener {
  display: none;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  z-index: 1;
}

.opener:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 16px;
  height: 2px;
  transform: translateY(-50%);
}

.opener:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 2px;
  height: 16px;
  transform: translateY(-50%);
  transition: all 400ms ease;
}

.menu-toggle {
  display: none;
  width: 26px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  transition: all 400ms ease;
}

.menu-toggle span {
  top: 50%;
  transform: translate(-50%, -50%);
}

.menu-toggle span:before {
  top: -8px;
  transform: translate(-50%);
}

.menu-toggle span:after {
  top: 8px;
  transform: translate(-50%);
}

.menu-toggle.active span:before {
  top: 0px;
  transform: translate(-50%) rotate(-45deg)
}

.menu-toggle.active span:after {
  top: 0px;
  transform: translate(-50%) rotate(45deg);
}

.opener.active:after {
  transform: rotate(90deg);
  top: 1px;
}

.logo img.transition {
  max-width: 250px;
}

/*----- Sticky Header End -----*/
/*----- Header End -----*/

/*_______________________________________________________
// Home Page Style  //----------------------------
_______________________________________________________*/
/*----- Home Banner -----*/
.home-banner {
  padding: 220px 0px 140px 0px;
  overflow: hidden;
  background: url(../images/banner-bg.png) no-repeat center / cover;
  background-attachment: fixed;
}

.banner-heading {
  font-size: 50px;
  padding-bottom: 10px;
}

.banner-des {
  font-size: 16px;
  margin-bottom: 30px;
}

.banner-img {
  animation: MoveUpDown 2s linear infinite;
  text-align: center;
}

@keyframes MoveUpDown {
  0% {
    position: relative;
    top: 0;
  }

  50% {
    position: relative;
    top: 10px;
  }

  100% {
    position: relative;
    top: 0;
  }
}

/*----- Home Banner End -----*/

/*----- Work Section -----*/
.work-part {
  overflow: hidden;
}

.work-box {
  position: relative;
}

.work-process-title {
  font-size: 30px;
  max-width: 500px;
  font-weight: 600;
}

.work-des {
  max-width: 480px;
}

ul.check-list {
  max-width: 500px;
}

ul.check-list li {
  padding-bottom: 12px;
  display: inline-block;
  width: 100%;
}

ul.check-list li:last-child {
  padding-bottom: 0;
}

ul.check-list li span {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 100%;
  display: block;
  text-align: center;
  float: left;
  position: relative;
  top: 4px;
}

ul.check-list li p {
  padding-left: 10px;
  width: calc(100% - 18px);
  float: left;
}

.work-box-bg {
  background: url(../images/work-petern.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: ripple 5s infinite;
  transition: all 400ms ease;
}

.work-box img {
  position: relative;
}

.rotation-img {
  -webkit-animation: rotation 15s infinite linear;
}

@keyframes ripple {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(0.8);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

/*----- Work Section End -----*/

/*----- Feature Section -----*/
.feature-box {
  max-width: 300px;
}

.feature-des {
  padding-top: 10px;
}

.feature-icon img {
  transition: all 400ms ease;
}

.feature-box:hover .feature-icon img {
  filter: grayscale(100%);
}

.feature-title {
  font-size: 24px;
  font-weight: 600;
}

.feature-box-2 .frontend,
.feature-box-2 .backend {
  box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 0.1);
}

/*----- Feature Section End -----*/

/*----- Timeline Section -----*/
.timeline {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-attachment: scroll;
  background-image: url(../images/bg1.jpg);
}

.h-border {
  border-bottom: 2px dashed;
  margin-top: 175px;
}

.date-title {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: -60px;
  width: 100%;
  left: 0;
}

.small-round {
  width: 38px;
  height: 38px;
  border: 2px solid;
  border-radius: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}

.small-round span {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.v-row {
  border-left: 2px dashed;
  height: 96px;
  position: relative;
  left: 50%;
  margin-left: -1px;
}

.v-row:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  position: absolute;
  bottom: -15px;
  left: -9px;
}

.calculation {
  padding: 70px;
  background-color: #16d5ff
}

.calculate-box {
  position: relative;
  clear: both;
}

.calculate-box select,
.calculate-box input {
  background-color: #FFF !important;
  height: 70px !important;
  text-indent: 15px;
  font-family: Montserrat, Helvetica, Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: bold;
  text-align: left !important;
  border-radius: 0px !important;
  width: 100% !important;
  cursor: pointer;
  word-wrap: break-word !important;
  line-height: 36px !important;
  white-space: normal !important;
  outline: 0 !important;
  display: inline-block !important;
  color: rgba(0, 0, 0, 0.87) !important;
  box-shadow: none !important;
  border: none !important;
  -webkit-transition: box-shadow 0.1s ease, width 0.1s ease !important;
  transition: box-shadow 0.1s ease, width 0.1s ease !important;
  box-sizing: border-box !important;
  -webkit-appearance: none !important;
  padding: 0 6px !important;
  margin: 0 !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px !important;
  border-radius: 15px 0 !important;
  text-align: center !important;
}

.selection-box:before {
  content: '';
  position: absolute;
  border-top-color: rgb(0 0 0 / 15%) !important;
  z-index: 1;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid;
  pointer-events: none;
}

.selection-box:after {
  content: '';
  position: absolute;
  border-left-color: rgb(0 0 0 / 10%) !important;
  height: calc(100% - 2px);
  right: 0;
  top: 1px;
  border-left: 2px solid;
  width: 48px;
  pointer-events: none;
  background-color: #fff;
  border-radius: 0 0 15px 0;
}

/*----- Timeline Section End -----*/

/* ----------Services Section Start--------- */
.serivce-box span {
  font-size: 25px;
  color: #000;
}

.serivce-box p {
  text-align: center;
  padding: 15px 0;
}

.serivce-box a {
  font-weight: 600;
  font-size: 16px;
  transition: .4s;
}
.serivce-box a:hover {
    color: #16d5ff;
}
.service-img i {
    font-size: 80px;
    color: #05305c;
}
.serivce-box .link-btn i {
    font-size: 12px;
}
.service-img {
  height: 150px;
  width: 150px;
  line-height: 150px;
  display: block;
  margin: 15px auto;
  border: 2px solid #16d5ff;
  border-radius: 100%;
}

/* ----------Services End--------- */
/* ----------Testimonial Start----------- */
.testimonial {
  background-image: url(../images/h5-parallax-img-3.jpg);
  background-position: 50% 52px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.owl-testimonial .items {
  position: relative;
}

.owl-testimonial button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  color: #16d5ff !important;
}

.owl-testimonial button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  color: #16d5ff !important;
}

.owl-testimonial button.owl-prev:hover,
.owl-testimonial button.owl-next:hover {
  background-color: transparent !important;
}

.owl-testimonial button.owl-prev i,
.owl-testimonial button.owl-next i {
  border: 1px solid #fff;
  background-color: #fff;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  transition: .6s;
  font-size: 20px;
  box-shadow: 5px 5px 15px 6px rgb(0 0 0 / 0.1) !important;
}

.owl-testimonial button.owl-prev i:hover,
.owl-testimonial button.owl-next i:hover {
  background-color: #16d5ff;
  border-color: #16d5ff;
  transition: .6s;
  color: #fff;
}

@media only screen and (max-width: 575px) {

  .owl-testimonial button.owl-prev i,
  .owl-testimonial button.owl-next i {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
}

.owl-testimonial .owl-item img {
  width: 80px;
  margin: auto;
}

.owl-testimonial .items p {
  width: 60%;
  text-align: center;
  display: block;
  margin: 20px auto 40px auto;
  font-size: 24px;
  color: #000;
  font-style: italic;
}

.owl-testimonial .items h4 {
  text-align: center;
  font-weight: 500;
}

.owl-testimonial .items h6 {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #16d5ff;
}

/* ----------Testimonial End --------------*/
/* -------------------Contact & FAQ Section Start------------- */
.form-control,
.form-control:focus {
  background-color: transparent !important;
  border: 1px solid #f0f0f0 !important;
}

/* -------------------Contact & FAQ Section End------------- */
/*----- Team Section -----*/
.team-part {
  overflow: hidden;
}

.team-img {
  width: 156px;
  height: 156px;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid;
  float: left;
  transition: all 400ms ease;
}

.team-des {
  width: calc(100% - 156px);
  float: left;
  padding-left: 20px;
}

.member-name {
  font-size: 20px;
  padding-bottom: 5px;
}

.team-box ul li {
  display: inline-block;
  padding: 0px 15px;
}

.team-box ul li:first-child {
  padding-left: 0;
}

.team-box ul li:last-child {
  padding-right: 0;
}

.team-part {
  overflow: hidden;
}

/*----- Team Section End -----*/

/*----- Token Sale Section -----*/
.token-sale {
  background: url(../images/tokensale.svg) no-repeat;
  background-attachment: fixed;
}

.token-graphic-detail ul li {
  position: relative;
  padding: 5px 0px;
  padding-left: 40px;
}

.token-graphic-detail ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 27px;
  height: 27px;
  border-radius: 100%
}

.token-graph {
  max-width: 400px;
  position: relative;
  margin: 0 auto;
}

.token-graph-right {
  width: 400px;
  height: 400px;
  float: right;
}

.graph-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*----- Token Sale Section End -----*/

/*----- Blog Section -----*/
.blog-img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}

.blog-img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 400ms ease;
  z-index: 1;
  opacity: 0;
}

.blog-box:hover .blog-img a:before {
  opacity: 1;
}

.blog-img img {
  transition: all 400ms ease;
}

.blog-box:hover .blog-img img {
  transform: scale(1.1);
}

.blog-title {
  font-size: 18px;
  font-weight: 700;
}

.blog-date {
  padding-top: 3px;
  padding-bottom: 5px;
}

.blog-date li {
  display: inline-block;
  padding: 0px 15px;
  position: relative;
}

.blog-date li:first-child {
  padding-left: 0;
}

.blog-date li:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 2px;
  height: 10px;
}

.blog-date li:last-child:before {
  width: 0;
}

.blog-des {
  padding-bottom: 8px;
}

.blog-des-box p {
  padding-bottom: 8px;
}

.read-more {
  text-decoration: underline;
}

.read-more:hover {
  text-decoration: underline;
}

/*----- Blog Section End -----*/

/*----- FAQ Section -----*/

.faq-part {
  padding-bottom: 30px;
}

.Frequently-tabs {
  display: block;
  text-align: center;
  border: 0;
}

.Frequently-tabs li {
  padding: 0px 20px;
  display: inline-block;
}

.Frequently-tabs li:first-child {
  padding-left: 0;
}

.Frequently-tabs li:last-child {
  padding-right: 0;
}

.Frequently-tabs li a {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  display: block;
}

.Frequently-tabs li a:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 2px;
  transition: all 400ms ease;
}

.Frequently-tabs li a.active:before {
  width: 80%;
}

.faq-tab {
  max-width: 540px;
}

.tab-panel.active {
  display: block;
}

.tab-panel {
  display: none;
}

.qus-title {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}

/*----- FAQ Section End -----*/

/*_______________________________________________________
// Home Page Tow Style  //----------------------------
_______________________________________________________*/
/*----- Home Banner -----*/
.home-banner-2 {
  overflow: hidden;
}

#particle-canvas {
  width: 100%;
  height: 100%;
}

#particle-canvas canvas {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px;
  left: 0;
  z-index: 0 !important;
  opacity: .5;
}

.home-banner-2 {
  padding-top: 84px;
}

.banner-heading-tow {
  font-size: 45px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home-banner-2 .banner-des {
  margin-bottom: 0;
}

.coin-counter {
  border-radius: 40px;
  padding: 40px;
  text-align: center;
  max-width: 492px;
  float: right;
}

.coin-start {
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  padding-bottom: 20px;
}

.coin-head {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.coins-counter-loop {
  padding-bottom: 35px;
}

.coins-counter-loop li {
  display: inline-block;
  padding: 0px 17px;
  position: relative;
}

.coins-counter-loop li:first-child {
  padding-left: 0;
}

.coins-counter-loop li:last-child {
  padding-right: 0;
}

.coins-counter-loop li:before,
.coins-counter-loop li:after {
  content: "";
  position: absolute;
  right: -4px;
  width: 5px;
  height: 5px;
}

.coins-counter-loop li:before {
  top: 29px;
}

.coins-counter-loop li:after {
  top: 41px;
}

.coins-counter-loop li:last-child:before,
.coins-counter-loop li:last-child:after {
  content: unset;
}

.coins-counter-loop li span {
  width: 75px;
  height: 75px;
  line-height: 75px;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  display: block;
  border-radius: 5px;
}

.coins-counter-loop li .coin-day {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  padding-top: 8px;
  display: block;
}

.coin-slide-text {
  text-align: left;
  font-weight: 700;
  padding-bottom: 10px;
}

.coin-max {
  float: right;
}

.coins-progress {
  width: 100%;
  height: 18px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.coins-progress span {
  height: 100%;
  display: block;
  width: 0;
  position: absolute;
  font-size: 0;
  border-radius: 50px;
}

/*----- Home Banner End -----*/

/*----- About Section -----*/
.about-part {
  overflow: hidden;
}

/*----- About Section End -----*/

/*----- Feature tow -----*/

.feature-part-2 {
  padding-bottom: 70px;
}

.feature-box-2 {
  position: relative;
  height: 100%;
}

.feature-box-2 .frontend,
.feature-box-2 .backend {
  padding: 40px;
  height: 100%;
}

.feature-box-2 .frontend {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.feature-icon-2 {
  width: 40px;
  float: left;
}

.feature-content {
  width: calc(100% - 40px);
  float: left;
  padding-left: 20px;
}

.feature-title-2 {
  font-size: 24px;
  font-weight: 600;
}

.feature-part-2 .backend {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.feature-box-2 .frontend,
.feature-box-2 .backend {
  z-index: 1;
  border-radius: inherit;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  -moz-transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
  transition: transform 0.8s cubic-bezier(0.5, 0.2, 0.2, 0.8);
}

.feature-box-2:hover .backend {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
  transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
}

.feature-box-2:hover .frontend {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
  -moz-transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
  transition: transform 1.5s cubic-bezier(0.3, 1, 0.6, 1);
}

.feature-main {
  overflow: hidden;
}

.service_single_content {
  padding: 40px 10px;
  margin-bottom: 30px !important;
}

.service_single_content {
  position: relative;
  z-index: 1;
}

.service_single_content p {
  text-align: center;
}

.box-shadow {
  -webkit-box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
  box-shadow: 0px 10px 27px 0px rgba(154, 161, 171, 0.18);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  top: 0;
}

.service_icon {
  margin-bottom: 20px;
}

.service_single_content h6 {
  margin-bottom: 15px;
}

/*----- Feature tow End -----*/

/*----- Roadmap Section -----*/
.roadmap-part .heading-des {
  max-width: 740px;
}

.roadmap-part .main-roadmap {
  margin-top: 80px;
}

.roadmap-part .date-title {
  position: unset;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 5px;
}

.roadmap-part .v-row:before {
  content: unset;
}

.roadmap-part .small-round {
  width: 20px;
  height: 20px;
  top: -11px;
}

.roadmap-part .small-round span {
  width: 8px;
  height: 8px;
}

.roadmap-part .v-row {
  border-left: 1px solid;
  height: 50px;
  top: 22px;
}

.roadmap-part .h-border {
  border-bottom: 2px solid;
  margin-top: 20px;
}

.roadmap-part .roadmap-slider .owl-item:nth-child(2n+0) .roadmap-detail-box {
  position: unset;
  transform: unset;
}

.roadmap-part .roadmap-slider .owl-item:nth-child(2n+0) .v-row {
  position: relative;
  top: 22px;
}

/*----- Roadmap Section End -----*/

/*----- Team tow Section -----*/
.team-slide-box {
  padding: 0px 15px;
}

.team-box-2 {
  border-radius: 5px;
  overflow: hidden;
}

.team-member-name {
  text-align: center;
  padding: 25px 10px;
}

.team-member-name a {
  font-size: 20px;
  font-weight: 700;
}

.team-member-img {
  position: relative;
  overflow: hidden;
}

.team-member-img img {
  transition: all .35s;
  -webkit-transition: all .35s;
}

.team-box-2:hover .team-member-img img {
  opacity: .4;
}

.team-member-img:after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
  transition: all .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -101%, 0);
  -webkit-transition: all .6s
}

.team-box-2:hover .team-member-img:after {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0);
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 101%, 0)
}

.team-member-img:after {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  content: "";
}

/*----- Team tow Section End -----*/

/*----- Token Sale tow Section -----*/
.token-sale-2 {
  overflow: hidden;
}

.token-sale-2 .heading-des {
  max-width: 740px;
}

.token-sale-2 .token-graphic-detail {
  padding-left: 50px;
}

.token-sale-2 .token-graphic-detail ul li {
  font-size: 16px;
}

.token-sale-2 .token-graphic-detail ul li:before {
  top: 7px;
  width: 21px;
  height: 21px;
}

/*----- Token Sale tow Section End -----*/

.ico-apps-2 {
  overflow: hidden;
}

/*----- FAQ tow Section -----*/
.faq-part-2 {
  overflow: hidden;
}

.faq-part-2 .heading-des {
  max-width: 740px;
}

.faq-part-2 .Frequently-tabs li a {
  padding: 15px 26px;
  border-radius: 5px;
}

.faq-part-2 .Frequently-tabs li {
  padding: 0px 10px;
}

.faq-part-2 .Frequently-tabs li a:before {
  content: unset;
}

.faq-part-2 .faq-tab {
  padding: 45px 40px;
  border-radius: 5px;
  max-width: unset;
}

.faq-part-2 .qus-title {
  font-size: 18px;
  font-weight: 400;
}

.accordion-faq-box {
  border-radius: 5px;
}

.accordion-faq-title {
  font-size: 18px;
  border-radius: 5px;
  padding: 13px 30px;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.accordion-faq-title.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.accordion-faq-title:before,
.accordion-faq-title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 37px;
  width: 2px;
  height: 15px;
  transition: all 400ms ease;
  transform: translateY(-50%);
}

.accordion-faq-title:after {
  width: 16px;
  height: 2px;
  right: 30px;
  top: 50%;
}

.accordion-faq-title.active:before {
  opacity: 0;
}

.accordion-faq-content {
  display: none;
  padding: 13px 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-top: 0;
}

/*----- FAQ tow Section End -----*/

/*_______________________________________________________
// About Page Style  //----------------------------
_______________________________________________________*/
.sub-page-banner {
  padding-top: 180px;
  padding-bottom: 90px;
  background: url(../images/sub-page-banner.svg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-banner-title {
  font-size: 50px;
  font-weight: 600;
  padding-bottom: 10px;
}

.sub-page-banner ul li {
  font-size: 16px;
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 30px;
}

.sub-page-banner ul li:before {
  content: "";
  position: absolute;
  top: 6px;
  right: -2px;
  width: 2px;
  height: 15px;
  transform: rotate(20deg);
}

.sub-page-banner ul li:last-child:before {
  content: unset;
}

.about-des {
  font-size: 16px;
}

.about-main .work-box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.video-play {
  height: 300px;
}

button.close {
  position: absolute;
  right: 0px;
  top: -35px;
  opacity: 1;
  font-size: 30px;
  z-index: 2;
}

.play-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-icon span {
  width: 97px;
  height: 97px;
  border-radius: 100%;
  line-height: 56px;
  border: 20px solid;
  font-size: 30px;
  padding-left: 6px;
  transition: all 400ms ease;
}

.modal-open .modal {
  z-index: 999999;
  background: #0000006b;
}

.modal-backdrop.show {
  display: none;
}

.about-main {
  overflow: hidden;
}

/*_______________________________________________________
// Blog List Page Style  //----------------------------
_______________________________________________________*/
.blog-search {
  position: relative;
}

.blog-search input {
  width: 100%;
  background: transparent;
  border: 1px solid;
  padding: 12px 60px 12px 30px;
  border-radius: 5px;
}

.blog-search-btn {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 16px;
  font-size: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.blog-category {
  padding: 25px 30px;
  border-radius: 5px;
}

.blog-cat-title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 20px;
}

.blog-category ul li {
  padding: 5px 0px 5px 40px;
  position: relative;
}

.blog-category ul li:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0px;
  width: 20px;
  height: 1px;
}

.blog-category ul li a {
  font-family: 'Poppins', sans-serif;
}

.trending-news-box {
  display: flex;
  align-items: center;
  width: 100%;
}

.trending-news-img {
  width: 90px;
  float: left;
  border-radius: 5px;
  overflow: hidden;
}

.trending-news-content {
  width: calc(100% - 90px);
  float: left;
  padding-left: 18px;
}

.trending-news-title {
  font-size: 14px;
  font-weight: 600;
  display: block;
}

.trending-news-date {
  font-size: 12px;
}

.trending-news-box:hover .trending-news-img img {
  transform: scale(1.1);
}

.blog-tags ul {
  margin: 0px -4px;
}

.blog-tags ul li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0px 4px;
}

.blog-tags ul li a {
  font-family: 'Poppins', sans-serif;
  display: block;
  padding: 5px 14px;
  border-radius: 5px;
}

.archives ul {}

.archives ul li {
  border-bottom: 1px solid;
}

.archives ul li a {
  font-family: 'Poppins', sans-serif;
  display: block;
  padding: 12px 15px;
  position: relative;
}

.archives ul li:first-child a {
  padding-top: 0;
}

.archives ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  left: 0;
}

.blog-list-box {
  padding-bottom: 50px;
}

.blog-list-img {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-list-title {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  padding-bottom: 10px;
  display: inline-block;
}

.blog-list-content ul {
  padding-bottom: 20px;
}

.blog-list-content ul li {
  display: inline-block;
  padding: 0px 20px;
  position: relative;
}

.blog-list-content ul li:first-child {
  padding-left: 0;
}

.blog-list-content ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 2px;
  height: 10px;
}

.blog-list-content ul li:last-child:before {
  content: unset;
}

.blog-list-des {
  padding-bottom: 15px;
}

.blog-list-img img:hover {
  transform: scale(1.1);
}

.blog-list-pagination ul li {
  display: inline-block;
  padding: 0px 5px;
}

.blog-list-pagination ul li:first-child {
  padding-left: 0;
}

.blog-list-pagination ul li a {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
}

/*_______________________________________________________
// Blog Detail Page Style  //----------------------------
_______________________________________________________*/
.blog-detail-img {
  margin-bottom: 25px;
}

.blog-detail-content ul {
  padding-bottom: 15px;
}

.blog-detail-content ul li {
  display: inline-block;
  padding: 0px 20px;
  position: relative;
  font-size: 16px;
}

.blog-detail-content ul li:first-child {
  padding-left: 0;
}

.blog-detail-content ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 2px;
  height: 10px;
}

.blog-detail-content ul li:last-child:before {
  content: unset;
}

.blog-detail-content h2 {
  font-size: 28px;
  font-family: 'Lato', sans-serif;
  padding-bottom: 15px;
}

.blog-detail-content p {
  padding-bottom: 25px;
}

.blog-detail-content blockquote {
  padding: 30px 40px;
  font-size: 16px;
  font-style: italic;
  border-left: 5px solid;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 25px;
}

.blog-detail-tag span {
  font-size: 18px;
  font-weight: 700;
}

.blog-detail-tag ul {
  display: inline-block;
  padding-left: 20px;
}

.blog-detail-tag ul li {
  display: inline-block;
  padding-right: 8px;
}

.blog-detail-tag ul li:last-child {
  padding-right: 0;
}

.blog-detail-tag ul li a {
  display: block;
  padding: 8px 25px;
  border-radius: 5px;
}

.blog-detail-social span {
  font-size: 18px;
  font-weight: 700;
}

.blog-detail-social ul {
  display: inline-block;
  padding-left: 20px;
}

.blog-detail-social ul li {
  display: inline-block;
  padding-right: 8px;
}

.blog-detail-social ul li:last-child {
  padding-right: 0;
}

.blog-detail-social ul li a {
  display: list-item;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}

.blog-detail-tag-social {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.blog-comment-heading {
  font-size: 28px;
  padding-bottom: 30px;
}

.blog-comment-box li {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 28px;
  align-items: center;
}

.comment-user {
  width: 90px;
  border-radius: 5px;
  overflow: hidden;
  float: left;
}

.blog-comment-content {
  width: calc(100% - 90px);
  float: left;
  padding-left: 25px;
}

.commenter {
  font-size: 18px;
}

.comment-date {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
}

.comment-des {
  font-family: 'Poppins', sans-serif;
}

.comment-reply {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  padding: 6px 19px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

.comment-reply i {
  padding-left: 5px;
}

.blog-comment-post-singel {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

/*_______________________________________________________
// Team Page Style  //----------------------------
_______________________________________________________*/
.advisors .team-img {
  float: unset;
  margin: 0 auto;
  margin-bottom: 20px;
}

.advisors .team-des {
  width: 100%;
  float: unset;
  padding-left: 0;
}

.advisors .member-des {
  max-width: 350px;
  margin: auto;
}

/*_______________________________________________________
// Feature Page Style  //----------------------------
_______________________________________________________*/
.feature-main .work-box .btn {
  margin-bottom: 20px;
  margin-top: 20px;
}

/*_______________________________________________________
// Roadmap Page Style  //----------------------------
_______________________________________________________*/
.roadmap-main-graph {
  padding: 50px 0px;
}

.roadmap-chart {
  max-width: 958px;
  margin: 0 auto;
}

.roadmap-center-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  border-right: 2px dashed;
  height: 100%;
}

.roadmap-center-line:before,
.roadmap-center-line:after {
  content: "";
  position: absolute;
  top: -15px;
  left: -7px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

.roadmap-center-line:after {
  bottom: -15px;
  top: unset;
}

.roadmap-content-box {
  margin-bottom: 140px;
}

.roadmap-content-box:last-child {
  margin-bottom: 0;
}

.roadmap-main-content {
  max-width: 360px;
  position: relative;
  margin-left: 105px;
  float: right;
}

.roadmap-animated {
  padding: 25px 30px;
  border-radius: 5px;
}

.roadmap-date {
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  padding-bottom: 8px;
}

.roadmap-content-box:nth-child(2n + 0) .roadmap-main-content {
  margin-right: 105px;
  float: unset;
  margin-left: 0;
}

.roadmap-main-content:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
  width: 120px;
  border-bottom: 2px dashed;
}

.roadmap-small-round {
  position: absolute;
  top: 50%;
  left: -138px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 2px solid;
  border-radius: 100%;
}

.roadmap-small-round:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

.roadmap-content-box:nth-child(2n + 0) .roadmap-main-content:before {
  right: -120px;
  left: unset;
}

.roadmap-content-box:nth-child(2n + 0) .roadmap-small-round {
  right: -138px;
  left: unset;
}

.roadmap-main .main-roadmap {
  display: none;
}

.roadmap-main .roadmap-detail-box {
  padding: 15px 15px;
  border-radius: 5px;
}

.roadmap-main .date-title {
  position: unset;
  margin-bottom: 6px;
}

.roadmap-main .v-row:before {
  content: unset;
}

.roadmap-main .roadmap-slider .owl-item:nth-child(2n+0) .roadmap-detail-box {
  bottom: 110px;
}

.roadmap-main .main-roadmap {
  padding-top: 50px;
}

/*_______________________________________________________
// Contact Page Style  //----------------------------
_______________________________________________________*/
.contact-form {
  overflow: hidden;
}

.contact-form .heading-des {
  font-size: 16px;
}

.contact-detail {
  padding-top: 40px;
}

.contact-detail li {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  display: flex;
  width: 100%;
  padding-bottom: 25px;
  align-items: center;
}

.contact-detail li:last-child {
  padding-bottom: 0;
}

.contact-detail li a,
.contact-detail li span {
  width: calc(100% - 44px);
  float: left;
  padding-left: 15px;
}

.contact-detail li i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  float: left;
}

.contact-form .blog-comment-heading {
  font-size: 35px;
}

.contact-map #map {
  width: 100%;
  height: 500px;
}

.contact-detail li a:hover {
  color: #16d5ff;
}

/*_______________________________________________________
// Token Sale Page Style  //----------------------------
_______________________________________________________*/
.token-sele {
  overflow: hidden;
}

.information-token-head {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
}

.information-token li {
  font-family: 'Poppins', sans-serif;
  margin: 10px 0px;
  position: relative;
}

.information-token li:first-child {
  margin-top: 0;
}

.information-token li:last-child {
  margin-bottom: 0;
}

.information-token li label {
  position: relative;
}

.information-token li span {
  float: right;
  position: relative;
}

.token-sale-counter {
  float: unset;
  max-width: 100%;
  border-radius: 5px;
  padding: 40px;
}

.token-sale-counter .coins-counter-loop li span {
  font-size: 50px;
  font-weight: 400;
  width: unset;
  height: unset;
  line-height: 50px;
}

.token-sale-counter .coins-counter-loop li .coin-day {
  font-size: 16px;
  padding-top: 15px;
}

.token-sale-counter .coins-counter-loop li:before,
.token-sale-counter .coins-counter-loop li:after {
  border-radius: 100%;
}

.token-sale-counter .coins-counter-loop li:before {
  top: 10px;
}

.token-sale-counter .coins-counter-loop li:after {
  top: 30px;
}

.token-sale-counter .coins-counter-loop li {
  padding: 0px 25px;
}

.token-sale-counter .coins-counter-loop li:first-child {
  padding-left: 0;
}

.token-sale-counter .coins-counter-loop li:last-child {
  padding-right: 0;
}

.token-slide-info {
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  padding-bottom: 10px;
  display: block;
  position: relative;
}

.token-slide-info:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  height: 30px;
  z-index: 1;
}

.token-sale-counter .coins-progress {
  height: 20px;
  border-radius: 5px;
}

.token-sale-counter .coins-progress span {
  border-radius: 0px;
}

.currency-card {
  margin-top: 30px;
}

.currency-card li {
  display: inline-block;
  padding: 0px 10px;
}

.currency-card li a:hover {
  opacity: 0.5;
}

.distribution-title {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 50px;
}

.token-distribut .token-graph-right {
  float: unset;
  margin: auto;
  height: unset;
}

/*----- Footer Section -----*/
footer.bg-pattern {
  background-position: center 125px;
  background: #000;
  padding-bottom: 30px;
}

.footer-logo img {
  transition: all 400ms ease;
}

.footer-logo img {
  max-width: 250px;
}

.footer {
  border-bottom: 1px solid;
  padding-bottom: 50px;
}

.footer-icon ul li {
  display: inline-block;
  padding: 0px 5px;
}

.footer-icon ul li:first-child {
  padding-left: 0;
}

.footer-link h5 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  color: #fff;
}

.footer-link h5::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 40px;
  background-color: #16d5ff;
}

.footer-icon ul li a {
  display: list-item;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
}

.footer-link ul {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}

.useful-links ul li {
  width: 50%;
  float: left;
  padding-bottom: 20px;
}

.footer-link ul li {
  padding-bottom: 20px;
  display: flex;
  color: #fff;
}
.footer-link ul li a {
    display: flex;
}
.footer-link ul li i {
  padding-top: 6px;
  padding-right: 8px;
  font-size: 12px;
}

.footer-left-text {
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
}
.copyright p,
.copyright a  {
  color: #fff;
  font-size: 15px;
}
.subscribe {
  position: relative;
}

.subscribe label {
  font-size: 18px;
  padding-bottom: 15px;
}

.subscribe .form-control {
  border: 0;
  border-radius: 5px;
  padding-left: 25px;
  padding-right: 125px;
}

.subscribe .submit {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  border: 0;
  width: 115px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.copyright {
  padding-top: 30px;
}

.copyright p a {
  text-decoration: underline;
}

.copyright ul {
  text-align: right;
}

.copyright ul li {
  display: inline-block;
  padding: 0px 25px;
  position: relative;
}

.copyright ul li:first-child {
  padding-left: 0;
}

.copyright ul li:last-child {
  padding-right: 0;
}

.copyright ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 2px;
  height: 12px;
}

.copyright ul li:last-child:before {
  width: 0;
}
/*About Page*/
.contact-page-btn-play {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.play-button {
  padding-left: 70px;
  margin-left: 40px;
  position: relative;
}
.play-icon {
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: #ffffff;
  background: #16d5ff;
  border: 1px solid #16d5ff;
  border-color: #16d5ff;
  box-shadow: 5px 5px 15px 6px rgb(0 0 0 / 0.1) !important;
  border-radius: 100%;
}
.about-info .definition {
  font-size: 20px;
  margin-bottom: 10px;
  color: #16d5ff;
}
.about-text .quote {
    position: relative;
    font-size: 19px;
    color: #fff;
    line-height: 1.455;
    background-color: #16d5ff;
    margin-left: -85px;
    padding: 30px 30px 30px 95px;
    -webkit-transform: translatey(-62px);
    -ms-transform: translatey(-62px);
    transform: translatey(-62px);
    margin-bottom: -62px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    text-align: justify;
}
.about-text .quote::after {
    content: '';
    position: absolute;
    top: 36px;
    background-image: url(https://nishuedemo.bdtask-demo.com/public/assets/website/img/quote.png);
    height: 30px;
    width: 33px;
    left: 36px;
}
.page-banner {
    width: 60%;
    display: block;
    margin: auto;
}
.page-banner .sub-banner-title {
    color: #fff;
}
.page-banner p {
    text-align: center;
    color: #fff;
}
.section_title p {
    text-align: center;
}
.section_title {
    text-align: center;
    margin-bottom: 30px;
}
.section_title .heading-title span {
    color: #16d5ff;
}

.testimonial-panel {
    border-radius: 4px;
    background-color: #fff;
    padding: 30px;
    position: relative;
    border: 1px solid #f1f1f9;
    margin: 15px;
}
.tes-quoteInfo {
    text-align: center;
}
.testimonial--body {
    text-align: center;
    font-size: 16px;
}
.owl-carousel .owl-item img.quoteAvatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
}
.quoteAuthor {
    color: #16d5ff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 4px;
}
.quotePosition {
    color: #000;
    font-size: 15px;
    opacity: .5;
    line-height: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}
.currency-table {
    padding-top: 60px;
    padding-bottom: 60px;
}
.buySell_content .form-content {
    border: 1px solid #ebebf6;
    padding: 50px;
}
.buySell_content .sell_amount,
.buySell_content .buy_amount,
#cwallet_id {
    cursor: not-allowed;
    border-color: #f7f8fa !important;
    color: #7b7e8a;
    background-color: #f7f8fa !important;
}
.buySell_content .selectpicker:focus-visible {
    outline: none;
}
.buySell_content .form-group {
    display: flex;
}
.control-label {
    text-align: right;
    font-weight: 500;
    color: #64717f;
    font-size: 16px;
    padding-right: 30px;
}
.buy_payable .row,
.sell_payable .row {
    justify-content: right;
}
.buySell_content .form-title,
.buySell_content .form-title {
    color: #64717f;
    margin: 0 0 20px;
    border-bottom: 1px solid #f1f1f9;
    padding: 0 0 10px;
    font-size: 21px;
}
.buySell_content .form-control {
    appearance: auto;
}
.buy-sell-form-btn {
    text-align: right;
}
.buy-sell-form-btn {
    margin-bottom: 0 !important;
}
.buy-sell-form-btn a:not(:last-child) {
    margin-right: 20px;
}
.contact_content .address i {
    padding-top: 5px;
    padding-right: 10px;
    font-size: 20px;
    color: #16d5ff;
}
.service_content {
    padding: 90px 0 60px;
}
.features-box {
    overflow: hidden;
    padding: 30px 55px 30px 30px;
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid #f1f1f9;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}
.features-box h3 {
    color: #25258e;
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 600;
}
.features-box i {
    color: #c4c4f0;
    position: absolute;
    font-size: 115px;
    right: -42px;
    bottom: 25px;
    line-height: 1;
    opacity: 0.5;
}

.ticker .list-item-currency{
    color:#ffffff!important;
}
.ticker {
    background-color: #16d5ff;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .list-wrpaaer {
    display: inline-block;
    animation: marquee 20s linear infinite;
  }
  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  ul#marquee-horizontal {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  ul#marquee-horizontal li {
    display: inline-block;
    padding: 0 2rem;
    list-style-type: none;
  }
  .list-item-currency {
    display: block;
  }






.list-wrpaaer {
    height: 30px;
}
.list-item {
    width: 120px;
    float: left;
    text-align: left;
    font-size: 14px;
    letter-spacing: .35px;
    line-height: 16px;
    font-weight: 700;
    cursor: pointer;
}
.list-item-currency {
    color: #fff;
    position: relative;
    font-size: 13px;
}
.list-item-currency {
    color: #fff;
    position: relative;
    font-size: 13px;
}
.list-item-currency.upgrade {
    color: #0decec;
}
.blog_wrapper {
    padding: 90px 0 60px;
}
.widget_banner {
    padding: 25px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 0 16px 1px rgba(0, 0, 0, .05);
    -webkit-transition: -webkit-box-shadow .3s ease;
    margin-bottom: 30px;
}
.post_list {
    margin-bottom: 30px;
}
.post, .post_body {
    overflow: hidden;
    zoom: 1;
}
.post_img {
    padding-right: 15px;
}
.post_body, .post_img {
    display: table-cell;
    vertical-align: middle;
}
.post_list_lg .post_img, .post_list_md .post_img {
    padding-right: 30px;
}
.post_list_lg .post_img img {
    width: 600px;
}
.post_img img {
    border-radius: 4px;
}
.post-cat {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.post_heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.post_list_lg .post_heading, .post_list_md .post_heading {
    margin-bottom: 15px;
    font-size: 21px;
}
.post_meta {
    font-size: 14px;
    margin-bottom: 5px;
}
.post_list_sm .post_img img {
    width: 300px;
}
.post_list_sm .post_heading {
    font-size: 18px;
}
.post-cat a {
    color: #16d5ff;
    font-weight: 600;
}
.post_heading a:hover {
    color: #16d5ff;
}
.social_icon {
    padding-bottom: 30px;
}
.social_icon i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #16d5ff;
    transition: .4s;
    font-size: 16px;
    margin-right: 8px;
}
.social_icon i:hover {
    background-color: #16d5ff;
    color: #fff;
}
.widget_title {
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: auto;
    margin-bottom: 20px;
    padding: 0 0 10px;
    position: relative;
}.widget_title::before {
    background-color: #16d5ff;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
}
.widget_category li a {
    color: #111;
    font-size: 18px;
    display: inline-block;
}
.widget_category li a:hover {
    color: #16d5ff;
    transition: .4s;
}
.widget_category li span {
    color: #16d5ff;
    margin-right: 5px;
    font-size: 16px;
}
ul.widget_category {
    margin-bottom: 30px;
}
.widget_banner img {
    width: 100%;
}
.page-link {
    color: #16d5ff;
    text-decoration: none;
    background-color: #fff;
    border: none;
}
.page-item.active .page-link {
    color: #fff;
    background-color: #16d5ff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-right: 5px;
}
.pagination {
    margin: 20px 0 30px;
}
.reg-wrapper {
    padding-top: 150px;
    background: #25258e;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    padding-bottom: 60px;
}
.reg-wrapper .nav-tabs {
    border-bottom: 0;
    margin-bottom: 20px;
}
.reg-wrapper .nav-tabs>li.active>a, .reg-wrapper .nav-tabs>li.active>a:focus, .reg-wrapper .nav-tabs>li.active>a:hover {
    color: #fff;
    background-color: transparent;
    border: 0;
}
.reg-wrapper .nav-tabs>li>a {
    font-size: 40px;
    font-family: raleway, sans-serif;
    font-weight: 900;
    color: #fff;
    padding: 0 20px 0 0;
    -webkit-transition: .2s;
    transition: .2s;
    border: 0;
}
.input {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 35px;
}
.input__field {
    position: relative;
    display: block;
    padding: .8em;
    color: #aaa;
    font-weight: 400;
    width: 100%;
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: background-color .25s, border-color .25s;
    transition: background-color .25s, border-color .25s;
}
.input__label {
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 100%;
    pointer-events: none;
    overflow: hidden;
    padding: 0 1.25em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translate3d(0,3em,0);
    transform: translate3d(0,3em,0);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.input__label-content {
    position: relative;
    display: block;
    width: 100%;
    color: rgba(255,255,255,.34);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    text-transform: uppercase;
}
.btn-reg {
    background-color: #fff;
    border-radius: 0;
    font-size: 18px;
    padding: 12px 35px;
    border: 0;
    color: #25258e;
}
.checkbox-link {
    cursor: pointer;
    color: rgba(255,255,255,.34);
    font-weight: 400;
    line-height: 19px;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(255,255,255,.34);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.reg-wrapper .fade:not(.show) {
    opacity: 1;
}
.reg-wrapper .forgot{
    color: #fff;
}
.form-control, .form-control:focus {
    background: #ffffff !important;
    color: #111111;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #fff0!important;
}
.form-check {
    color: #fff;
}
.form-check a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
}
#password_msg p{
    color:#ffffff;
}
#forgotModal.fade:not(.show) {
    opacity: 1;
}
#forgotModal.modal.fade .modal-dialog {
    transform: unset !important;
}
#forgotModal .close{
    right: 0px;
    top: 0;
}
div#top-scroll-toggle-btn {
    display: none;
}
.register-section {
    position: relative;
}
.register-section:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #fff;
    left: -100px;
}
/*----- Footer Section End -----*/

#loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;}
#loader{display:block;position:relative;left:50%;top:50%;width:90px;height:90px;margin:-55px 0 0 -55px;border-radius:50%;border:2px solid transparent;border-top-color:#0decec;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;z-index:1001;}
#loader:before{content:"";position:absolute;top:5px;left:5px;right:5px;bottom:5px;border-radius:50%;border:2px solid transparent;border-top-color:#0decec;-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite;}
#loader:after{content:"";position:absolute;top:15px;left:15px;right:15px;bottom:15px;border-radius:50%;border:2px solid transparent;border-top-color:#0decec;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite;}
@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes spin{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
}
#loader-wrapper .loader-section{position:fixed;top:0;width:51%;height:100%;background:#25258E;z-index:1000;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}
#loader-wrapper .loader-section.section-left{left:0;}
#loader-wrapper .loader-section.section-right{right:0;}
.loaded #loader-wrapper .loader-section.section-left{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);transition:all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
.loaded #loader-wrapper .loader-section.section-right{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%);-webkit-transition:all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);transition:all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);}
.loaded #loader{opacity:0;-webkit-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}
.loaded #loader-wrapper{visibility:hidden;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:all 0.3s 1s ease-out;transition:all 0.3s 1s ease-out;}