li {
  list-style: none;
}
ul{
  line-height: normal;
}
.blockcain-top-sec {
  margin-top: 30px;
  width: 100%;
  height: 418px;
}
.containers {
  width: 100%;
  padding-right: 53px;
  padding-left: 53px;
  margin: 0 auto;
}
.blockcain-top {
  padding-right: 122px;
  margin-right: 20px;
  z-index: 1;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.blockcain-top:before {
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #353371;
}
.blockcain-top .column-title {
  font-weight: 700;
}

.blockcain-top-content {
  position: relative;
  z-index: 1;
}
.blockcain-top-content p {
  font-size: 18px;
  line-height: 32px;
}

.hidden-title {
  font-size: 200px;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.051);
  font-weight: 700;
  line-height: 0.13;
  text-align: center;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  margin: auto;
}
.column-title {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.9px;
  margin-bottom: 22px;
}
/*------------ blockcain v3 --------*/
.blockcain-v3 {
  padding: 114px 0 129px;
  position: relative;
}
.blockcain-v3:before {
  position: absolute;
  left: 10%;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: url(../img/blockcain_dot.png) no-repeat center center/cover;
}
.blockcain-v3 .blockcain-top:before {
  background: #cce2df;
}
.blockcain-v3 .column-title {
  color: #000;
}
.blockcain-v3 .blockcain-top-content p {
  color: #606060;
}
/*******************/
.featured-sec {
  position: relative;
  height: 754px;
}
.main-fetured-item {
  position: relative;
  background: url(../img/blur_image.png) no-repeat center center/cover;
  padding: 80px 30px 70px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border: 1px solid #251c78;
  overflow: hidden;
}
.main-fetured-item:before {
  background: rgba(25, 12, 109, 0.79);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.main-fetured-item .single-feaured-item {
  text-align: center;
  padding: 0 39px;
}
.main-fetured-item .single-feaured-item img {
  margin-bottom: 40px;
}
.main-fetured-item .single-feaured-item .feature-title {
  margin-bottom: 17px;
}
.main-fetured-item .single-feaured-item p {
  margin-bottom: 0;
}
.featured-v3 {
  position: relative;
}
.featured-v3:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/feature_bg_dot.png) no-repeat center
    center/cover;
  content: "";
}
.featured-v3 .main-fetured-item {
  border-color: #2a3b39;
}
.featured-v3 .main-fetured-item:before {
  background: rgba(0, 110, 92, 0.64);
}
.featured-v3 .main-fetured-item .single-feaured-item p {
  color: #afecd4;
}
.section-p-120 {
  padding: 120px 0;
}
#particles-js,
#particles-js1 {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-title-item {
  text-align: center;
  position: relative;
  z-index: 1;
}
.section-title-item .section-title {
  font-size: 36px;
  letter-spacing: -0.9px;
  font-weight: 400;
  margin-bottom: 70px;
}
.section-title-item.v3 .xs-section-title {
  color: #2bc387;
}
.xs-section-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #868dff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 18px;
  line-height: 14px;
  display: block;
}
.featured-poligonal-img {
  position: absolute;
  right: 6%;
  top: 28px;
}
/*************************/
.blockcain-business-sec,
.client-logo-sec,
.chart-gap {
  position: relative;
  z-index: 1;
}
.blockcain-business-sec {
  padding: 122px 0 52px;
}

.blockcain-business-v3 {
  position: relative;
  padding: 120px 0;
}
.blockcain-business-v3:before {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: url(../img/blockcain_dot_business.png) no-repeat center
    center/cover;
}
.blockcain-business-v3 .xs-section-title {
  color: #2bc387;
}
.blockcain-business-v3 .column-title {
  color: #000;
}
.blockcain-business-v3 .blockcain-content p {
  color: #606060;
}
@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); } }

@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  to {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); } }
.blockcain-img {
  text-align: center;
}
.blockcain-img img {
  -webkit-animation: bounce 2s ease-in-out 0s infinite alternate;
  animation: bounce 2s ease-in-out 0s infinite alternate;
}
.blockcain-content p {
  margin-bottom: 30px;
}

.blockcain-content .btn {
  margin-top: 10px;
}
.btn {
  font-size: 14px;
  line-height: 55px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  height: 55px;
  padding: 0 55px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
}
.btn.btn-v3 {
  background: #2bc387;
}
.btn.btn-v3:hover {
  background: #24b780;
  color: #fff;
  -webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.15);
}
/*************************/
.client-logo-v3 {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#027762),
    color-stop(47%, #026054),
    color-stop(99%, #014945)
  );
  background-image: linear-gradient(
    to left,
    #027762 0%,
    #026054 47%,
    #014945 99%
  );
}
.client-logo-v3 .client-logo-item {
  padding: 80px 0;
}
.client-logo-v3 .client-logo-item {
  border-bottom: none;
}
.client-logo-item {
  padding: 70px 0;
  border-bottom: 1px solid #353371;
}
.client-logo-item .client-logo {
  text-align: center;
}
.client-logo-item .client-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  width: auto;
  display: block;
  margin: auto;
}
.client-logo-item .client-logo:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/************************************************/
.how-work-sec {
  background-image: radial-gradient(
    50% 50%,
    #070086 0%,
    #050069 37%,
    #02004b 87%
  );
  padding-top: 120px;
}
.how-work-v3 {
  background: transparent;
  position: relative;
}
.how-work-v3:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: url(../images/how-works/how_work_bg_dot.png) no-repeat center
    center/cover;
}
.how-work-v3 .xs-count-down:before {
  background: rgba(0, 110, 92, 0.64);
}
.how-work-v3 .work-token-item ul li span {
  color: #afecd4;
}
.how-work-v3 .work-video {
  position: relative;
}
.how-work-v3 .work-video:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(15, 126, 82, 0.7);
}
.how-work-v3 .work-video .video-btn {
  color: #24b780;
}
.xs-count-down {
  background: url(../img/ico_end_bg.png) no-repeat center center/cover;
  position: relative;
  padding: 33px 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.08);
  z-index: 1;
}
.xs-count-down:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 29, 147, 0.64);
  z-index: -1;
  content: "";
}
.xs-single-title {
  font-size: 24px;
  letter-spacing: 0.6px;
}
.xs-count-down .xs-single-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 28px;
  text-align: center;
}
.xs-count-down .xs-counter-list {
  position: relative;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  margin-bottom: 32px;
  line-height: normal;
  padding-right: 40px;
}
.xs-count-down .xs-counter-list li {
  display: inline-block;
  text-align: center;
  padding: 12px;
  color: #fff;
}
.xs-count-down .xs-counter-list li strong {
  font-size: 30px;
  font-weight: 700;
  display: block;
  line-height: 40px;
}
.xs-count-down .xs-counter-list li span {
  display: block;
  font-size: 14px;
}
.xs-count-down .btn-wrapper {
  margin-bottom: 10px;
}

.xs-progress-bar {
  position: relative;
  margin: 0 20px 40px;
}
.xs-progress-bar span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  color: #fff;
}
.xs-progress-bar span.progess-text-2 {
  float: right;
}
.xs-progress-bar .xs-bar {
  width: 100%;
  height: 14px;
  border-radius: 36px;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  background: #fff;
  overflow: hidden;
  position: relative;
}
.xs-progress-bar .xs-bar .bar-bg {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e4597c),
    color-stop(51%, #f6b97b),
    to(#fce579)
  );
  background: linear-gradient(to right, #e4597c 0%, #f6b97b 51%, #fce579 100%);
  position: absolute;
  height: 14px;
  width: 75%;
}
.work-token-item ul li {
  display: block;
  margin-bottom: 24px;
  padding-right: 36px;
}
.work-token-item ul li strong {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}
.work-video {
  position: relative;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}
.work-video:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: radial-gradient(
    50% 50%,
    #070086 0%,
    #050069 37%,
    #02004b 87%
  );
  opacity: 0.502;
}
.work-video img {
  width: 100%;
}
.work-video .video-btn {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  color: #1bd1ea;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
  padding: 20px 22px;
}
.work-video .video-btn i {
  position: relative;
}
.work-video .video-btn:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background-color: rgba(15, 126, 82, 0.5);
  border-radius: 50%;
  -webkit-animation: bubble-ripple 1.5s linear infinite;
  animation: bubble-ripple 1.5s linear infinite;
  border: 10px solid #000;
}
.work-video .video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border: 15px solid #fff;
  border-radius: 50%;
  -webkit-animation: bubble-ripple 1.5s linear infinite;
  animation: bubble-ripple 1.5s linear infinite;
}
.work-video .video-btn .btn-hover-anim {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  border: 17px solid #fff;
  border-radius: 50%;
  -webkit-animation: bubble-ripple 2s linear infinite;
  animation: bubble-ripple 2s linear infinite;
}
@-webkit-keyframes bubble-ripple {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes bubble-ripple {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.75;
  }
  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.75;
  }
  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
/*****************************************/
.token-distribution-v3 .xs-section-title {
  color: #2bc387;
}
.token-distribution-v3 .section-title,
.token-distribution-v3 .chart-gap .xs-single-title {
  color: #000;
}
.token-distribution-v3 .chart-label li {
  color: #606060;
}
.token-distribution-v3 .chart-label li span {
  color: #2bc387;
}
.token-distribution-v3 .token-chart-item {
  border-color: #fff;
  background-image: -ms-linear-gradient(
    45deg,
    #3a67f6 14%,
    #59aefa 47%,
    #77f4fd 99%
  );
  -webkit-box-shadow: 0px 0px 100px 0px rgba(104, 209, 251, 0.3);
  box-shadow: 0px 0px 100px 0px rgba(104, 209, 251, 0.3);
}
.token-chart-item {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 30px solid #182c75;
  -webkit-box-shadow: 0px 0px 44px 11px #030d69;
  box-shadow: 0px 0px 44px 11px #030d69;
  margin-bottom: 40px;
}
.chart-label {
  padding-left: 20px;
}
.chart-label li {
  position: relative;
  white-space: nowrap;
  margin-bottom: 45px;
}
.chart-label li span {
  font-weight: 700;
  color: #fff;
  margin-right: 10px;
}
.chart-label li img {
  position: absolute;
  left: -160px;
  top: 13px;
}
.chart-label li:nth-child(1) img {
  left: -169px;
  top: 15px;
  width: 80%;
}
.chart-label li:nth-child(2) img {
  left: -125px;
  top: 10px;
}
.chart-label li:nth-child(3) img {
  left: -113px;
  top: 9px;
  width: 50%;
}
.chart-label li:nth-child(4) img {
  left: -133px;
  top: -10px;
  width: 61%;
}
.chart-gap .xs-single-title {
  text-align: center;
  margin-bottom: 0;
}
/*****************************************/
.roadmap-sec {
  position: relative;
}
.roadmap-timeline {
  position: relative;
}
.roadmap-timeline img {
  width: 100%;
}

.roadmap-timeline-item {
  padding: 0 70px;
  position: relative;
  z-index: 1;
}
.roadmap-timeline-item .xs-roadmap {
  position: relative;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(1) {
  margin-top: -17px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(2) {
  margin-top: -31px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(2):before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  top: -190px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(3) {
  margin-top: -69px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  top: -229px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(4) {
  margin-top: -67px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(4):before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  top: -226px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(5) {
  margin-top: -8px;
}
.roadmap-timeline-item .xs-roadmap:nth-of-type(5):before {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  top: -168px;
}

@media (min-width: 1600px) {
  .custom-container.container {
    max-width: 1600px;
    margin: auto;
  }
  .roadmap-timeline img {
    max-width: 1920px;
    margin: auto;
    display: block;
    margin: auto;
  }
  .roadmap-timeline-item .xs-roadmap:nth-of-type(1) {
    margin-top: -43px;
  }
  .roadmap-timeline-item .xs-roadmap:nth-of-type(2) {
    margin-top: -59px;
  }
  .roadmap-timeline-item .xs-roadmap:nth-of-type(3) {
    margin-top: -115px;
  }
  .roadmap-timeline-item .xs-roadmap:nth-of-type(4) {
    margin-top: -110px;
  }
  .roadmap-timeline-item .xs-roadmap:nth-of-type(5) {
    margin-top: -23px;
  }
}

.single-roadmap-timeline {
  text-align: center;
  position: relative;
  padding-top: 45px;
  margin-top: -45px;
  min-height: 134px;
}
.single-roadmap-timeline:before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
  content: "";
  left: 0;
  top: 6px;
  right: 0;
  margin: auto;
}
.single-roadmap-timeline:after {
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  content: "";
  left: 0;
  top: 0px;
  right: 0;
  margin: auto;
}
.single-roadmap-timeline b {
  position: absolute;
  top: -118px;
  left: 0px;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 30px;
  width: 30px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.5;
  -webkit-animation: loader-6-1 2s infinite;
  animation: loader-6-1 2s infinite;
}
.single-roadmap-timeline h3 {
  font-size: 18px;
  line-height: 22px;
}
.single-roadmap-timeline p {
  margin-bottom: 0;
  padding: 0 20px;
}

@-webkit-keyframes loader-6-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.8);
    opacity: 0;
  }
}

@keyframes loader-6-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.8);
    transform: translate3d(0, 0, 0) scale(1.8);
    opacity: 0;
  }
}
.roadmap-v3 {
  background: #003033;
  padding-bottom: 115px;
  position: relative;
}
.roadmap-v3:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  content: "";
  background: url(../img/shap.png) no-repeat center center/cover;
}
.roadmap-v3 .xs-section-title {
  color: #2bc387;
}
.roadmap-v3 .single-roadmap-timeline p {
  color: #afecd4;
}
/**************************************************************/
.docement-v3 {
  background-image: linear-gradient(
    -149deg,
    #038b6d 0%,
    #026353 47%,
    #013b38 99%
  );
  position: relative;
}
.docement-v3 .xs-white-tabs-content p {
  color: #afecd4;
}
.docement-v3 .xs-tabs-content .release_vertion {
  color: #afecd4;
}
.docement-v3 .report-table,
.docement-v3 .ico-table {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#025c4f),
    color-stop(50%, #1e4226),
    to(#1e4532)
  );
  background-image: linear-gradient(
    to top,
    #025c4f 0%,
    #1e4226 50%,
    #1e4532 100%
  );
  -webkit-box-shadow: 0px 4px 33px 4px #054a40;
  box-shadow: 0px 4px 33px 4px #054a40;
}
.docement-v3 .road-map-tab .tab-pane {
  min-height: 390px;
}
.xs-tabs-menu {
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.xs-tabs-menu a {
  display: block;
  width: 100%;
  color: #fff;
  background: #f00;
  text-align: center;
  padding: 30px 20px;
  margin: 0 15px;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#3a67f6),
    color-stop(90%, #6cdafc),
    to(#67cffb)
  );
  background-image: linear-gradient(
    to top right,
    #3a67f6 0%,
    #6cdafc 90%,
    #67cffb 100%
  );
}
.xs-tabs-menu a.active {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.32);
}
.xs-tabs-menu a i {
  display: block;
  font-size: 48px;
  margin-bottom: 28px;
}
.xs-tabs-menu a:nth-of-type(2) {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#ed6a7f),
    color-stop(90%, #f7bd7b),
    to(#f9cc7a)
  );
  background-image: linear-gradient(
    to top right,
    #ed6a7f 0%,
    #f7bd7b 90%,
    #f9cc7a 100%
  );
}
.xs-tabs-menu a:nth-of-type(3) {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#02cafd),
    color-stop(90%, #55e8c6),
    to(#76f4b0)
  );
  background-image: linear-gradient(
    to top right,
    #02cafd 0%,
    #55e8c6 90%,
    #76f4b0 100%
  );
}
.xs-tabs-menu a:nth-of-type(4) {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right top,
    from(#9a26f6),
    color-stop(90%, #e24e8d),
    to(#e65087)
  );
  background-image: linear-gradient(
    to top right,
    #9a26f6 0%,
    #e24e8d 90%,
    #e65087 100%
  );
}

.road-map-tab .tab-pane {
  min-height: 424px;
}

.road-map-tab .tab-pane.active.show {
  -webkit-animation: fadeUp 1s ease-in-out 0s alternate;
  animation: fadeUp 1s ease-in-out 0s alternate;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 15%, 0);
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.xs-tabs-content .release_vertion {
  margin-bottom: 27px;
  display: block;
}

.xs-tabs-content .download-logo li {
  display: inline-block;
  margin: 19px 20px 20px 0;
}
.xs-white-tabs-content .xs-single-title {
  margin-bottom: 26px;
}

.xs-white-tabs-content p {
  margin-bottom: 40px;
}
.report-table {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#15115f),
    color-stop(50%, #161796),
    to(#161795)
  );
  background-image: linear-gradient(
    to top,
    #15115f 0%,
    #161796 50%,
    #161795 100%
  );
}
.report-table table {
  margin-bottom: 0;
}
.report-table table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.2);
}
.report-table table th {
  border: none;
  font-weight: 500;
  color: #20add0;
  font-size: 14px;
  padding: 13px 20px;
}
.report-table table td {
  border: none;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  padding: 4px 20px;
}
.report-table table td img {
  margin-right: 10px;
}
.report-table table td.change {
  color: #1bd1ea;
  font-weight: 600;
}
.ico-table {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#05034e),
    color-stop(50%, #111078),
    to(#16179a)
  );
  background-image: linear-gradient(
    to top,
    #05034e 0%,
    #111078 50%,
    #16179a 100%
  );
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 0px 4px 33px 4px #070648;
  box-shadow: 0px 4px 33px 4px #070648;
}
.ico-table:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  content: "";
}
.ico-table table {
  margin-bottom: 0;
}
.ico-table table tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.1);
}
.ico-table table tr td {
  border: none;
  color: #fff;
  font-weight: 400;
  padding: 12px 40px;
}
.ico-table table tr td:last-child {
  text-align: right;
}
.documentaion-shap-img img {
  position: absolute;
}
.documentaion-shap-img img.d-shap-img-1 {
  left: 7%;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
  animation: bounce 1s ease-in-out 0s infinite alternate;
}
.documentaion-shap-img img.d-shap-img-2 {
  right: 9%;
  bottom: 26%;
  margin: auto;
  -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
  animation: bounce 1s ease-in-out 0s infinite alternate;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.documentaion-shap-img img.d-shap-img-3 {
  right: 5%;
  /* bottom: 26%; */
  margin: auto;
  top: 19%;
}
/*******************************************************************/
.team-sec {
  background-image: radial-gradient(
    50% 50%,
    #070086 0%,
    #050069 37%,
    #02004b 87%
  );
}

.single-team {
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
.single-team:hover .team-img:before {
  opacity: 1;
  visibility: visible;
}
.single-team:hover .team-img .team-social {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-28%) scale(1);
  transform: translateY(-28%) scale(1);
}
.single-team .team-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
.single-team .team-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(70, 82, 152, 0.65);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.single-team .team-img img {
  width: 100%;
}
.single-team .team-img .team-social {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
  -webkit-transform: translateY(-28%) scale(0);
  transform: translateY(-28%) scale(0);
  opacity: 0;
  -webkit-transition: all ease 600ms;
  transition: all ease 600ms;
}
.single-team .team-img .team-social a {
  color: #fff;
  margin: 0 12px;
  -webkit-transition: all ease 600ms;
  transition: all ease 600ms;
}
.single-team .team-img .team-social a:hover {
  color: #1bd1ea;
}
.single-team .team-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 13px 0 14px;
  background: #3a32b9;
}
.single-team .team-content .xs-title {
  margin-bottom: 0;
}
.single-team .team-content p {
  margin-bottom: 0;
  color: #8696ea;
}

/*---------- team v2 ----*/
.team-v2-sec {
  position: relative;
}
.team-v2-sec .single-team {
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.team-v2-sec .single-team .team-img::before {
  opacity: 0.8;
  visibility: visible;
}
.team-v2-sec .single-team .team-content {
  bottom: -39px;
  background: #001693;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.team-v2-sec .single-team .team-content p {
  margin-bottom: 9px;
}
.team-v2-sec .single-team .team-social a {
  color: #fff;
  margin: 0 8px;
  display: inline-block;
  opacity: 0;
}
.team-v2-sec .single-team .team-social a:hover {
  color: #1bd1ea;
}
.team-v2-sec .single-team:hover {
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.25);
}
.team-v2-sec .single-team:hover .team-content {
  bottom: 0;
}
.team-v2-sec .single-team:hover a {
  opacity: 1;
}
.team-v2-sec .single-team:hover .team-img::before {
  opacity: 0;
  visibility: hidden;
}

.team-v3 {
  background: transparent;
  overflow: hidden;
}
.team-v3:before {
  background: url(../img/shaeep.png) no-repeat center center/cover;
  width: 37%;
  left: -159px;
  height: 100%;
  right: inherit;
}
.team-v3 .xs-section-title {
  color: #2bc387;
}
.team-v3 .section-title {
  color: #000;
}
.team-v3 .single-team .team-img:before {
  background-image: linear-gradient(
    -149deg,
    #038b6d 0%,
    #026353 47%,
    #013b38 99%
  );
  opacity: 0.702;
}
.team-v3 .single-team .team-content {
  background: #2bc387;
}
.team-v3 .single-team .team-content p {
  color: #afecd4;
}
/******************************************************************************/
.blog-v3 {
  background-image: linear-gradient(
    -149deg,
    #038b6d 0%,
    #026353 47%,
    #013b38 99%
  );
}
.blog-v3 .blog-feaured-img:before {
  background-image: linear-gradient(
    -149deg,
    #038b6d 0%,
    #026353 47%,
    #013b38 99%
  );
  opacity: 0.6;
}
.blog-v3 .blog-featured-post .blog-featured-content .post-meta-date,
.blog-v3 .blog-post .single-blog-post .post-meta-date {
  color: #afecd4;
}
.blog-v3 .xs-blog-title:hover,
.blog-v3 .blog-post .single-blog-post .xs-post-title a:hover {
  color: #2bc387;
}
.blog-v3 .blog-post .single-blog-post .post-img:before {
  background-image: linear-gradient(
    -149deg,
    #038b6d 0%,
    #026353 47%,
    #013b38 99%
  );
  opacity: 0.302;
}
.blog-and-footer-area {
  background-image: radial-gradient(
    50% 50%,
    #070086 0%,
    #050069 37%,
    #02004b 87%
  );
}

.blog-and-social-area {
  position: relative;
}
.blog-and-social-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  content: "";
  background: url(../img/shapes1.png) no-repeat center center/cover;
}

.blog-featured-post {
  position: relative;
}
.blog-featured-post .blog-feaured-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.blog-featured-post .blog-feaured-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  /* background-image: radial-gradient(
    50% 50%,
    #070086 0%,
    #050069 37%,
    #02004b 87%
  );
  opacity: 0.4; */
}
.blog-featured-post .blog-feaured-img img {
  width: 100%;
  height: auto;
}
.blog-featured-post .blog-featured-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 40px 20px;
}
.blog-featured-post .blog-featured-content .post-meta-date {
  color: #8696ea;
  display: block;
  margin-bottom: 10px;
}
.blog-featured-post:hover .xs-blog-title {
  color: #1bd1ea;
}

.xs-blog-title {
  font-size: 24px;
  font-weight: 500;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.xs-blog-title:hover {
  color: #1bd1ea;
}

.xs-post-title {
  font-size: 18px;
}

.blog-post .single-blog-post {
  margin-bottom: 30px;
}
.blog-post .single-blog-post:hover .xs-post-title a {
  color: #1bd1ea;
}
.blog-post .single-blog-post .post-img {
  margin-right: 28px;
  position: relative;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  overflow: hidden;
}
.blog-post .single-blog-post .post-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(2, 0, 75, 0.4);
}
.blog-post .single-blog-post .post-meta-date {
  display: block;
  margin-bottom: 10px;
}
.blog-post .single-blog-post .xs-post-title a {
  color: #fff;
}
.blog-post .single-blog-post .xs-post-title a:hover {
  color: #1bd1ea;
}
.blog-post .single-blog-post:last-of-type {
  margin-bottom: 0;
}
/********************************************************/
.social-list-v3 {
  position: relative;
}
.social-list-v3:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 91px;
  width: 64%;
  height: 72%;
  margin: auto;
  background: url(../img/social_bg.png) no-repeat center center/cover;
  content: "";
}
.social-list-v3 .xs-section-title {
  color: #2bc387;
}
.social-list-v3 .section-title {
  color: #000;
}
.single-social-list {
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-clip: padding-box;
  background-color: #4359ab;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(322deg, #1b408d 0%, #6187d7 100%);
  min-height: 185px;
  padding: 25px 15px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.single-social-list:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.single-social-list:hover a {
  background: rgba(0, 0, 0, 0.8);
}
.single-social-list i {
  font-size: 40px;
  color: #fff;
  display: block;
  margin-bottom: 17px;
}
.single-social-list a {
  border-radius: 19px;
  background-clip: padding-box;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  text-align: center;
  height: 36px;
  font-size: 20px;
  line-height: 38px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.single-social-list a:hover {
  background: rgba(0, 0, 0, 0.8);
}
.single-social-list.twitter {
  background-color: #009ff3;
  background-image: linear-gradient(322deg, #117ffb 0%, #7fc9fd 100%);
}
.single-social-list.github {
  background-color: #0b0b89;
  background-image: linear-gradient(322deg, #1f1f1f 0%, #585858 100%);
}
.single-social-list.slack {
  background-color: #0b0b89;
  background-image: linear-gradient(322deg, #e00763 0%, #ff68a8 100%);
}
.single-social-list.bitcoin {
  background-color: #0b0b89;
  background-image: linear-gradient(322deg, #ff8a00 0%, #fbba6b 100%);
}
.single-social-list.youtube {
  background-color: #0b0b89;
  background-image: linear-gradient(322deg, #c80b0a 0%, #f14443 100%);
}
.single-social-list.medium {
  background-color: #0b0b89;
  background-image: linear-gradient(322deg, #038c59 0%, #31fb8d 100%);
}
/***************************************************************************/
.footer-area {
  padding: 70px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 1;
}

.footer-widget .footer-logo {
  margin-bottom: 36px;
}

.footer-widget .widget-title {
  font-size: 20px;
  margin-bottom: 41px;
}

.footer-widget p:last-of-type {
  margin-bottom: 0;
}

.footer-widget ul li {
  display: block;
  margin-bottom: 8px;
}
.footer-widget ul li a {
  line-height: 32px;
  display: block;
  color: #868dff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.footer-widget ul li a:hover {
  color: #1bd1ea;
}
.footer-widget ul li:last-child {
  margin-bottom: 0;
}

.footer-widget.support {
  margin-left: 40px;
}

.widget-subscibe {
  position: relative;
  margin-bottom: 35px;
}
.widget-subscibe .subscribe-email {
  width: 100%;
  height: 45px;
  border: 1px solid #1561f5;
  border-radius: 3px / 3px 3px 3px 3px;
  background: transparent;
  padding: 0 40px 0 26px;
  color: #868dff;
}
.widget-subscibe .subscribe-email::-webkit-input-placeholder {
  color: #868dff;
}
.widget-subscibe .subscribe-email:-ms-input-placeholder {
  color: #868dff;
}
.widget-subscibe .subscribe-email::-ms-input-placeholder {
  color: #868dff;
}
.widget-subscibe .subscribe-email::placeholder {
  color: #868dff;
}
.widget-subscibe .subs-btn {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
}
.widget-subscibe .subs-btn i {
  background: -webkit-radial-gradient(
    left,
    #3967f5 -16.5%,
    #3967f5 25.45%,
    #77f3fd 115.33%,
    #77f3fd 116.5%
  );
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-16.5%, #3967f5),
    color-stop(25.45%, #3967f5),
    color-stop(115.33%, #77f3fd),
    color-stop(116.5%, #77f3fd)
  );
  background-image: linear-gradient(
    left,
    #3967f5 -16.5%,
    #3967f5 25.45%,
    #77f3fd 115.33%,
    #77f3fd 116.5%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-copyright {
  padding: 27px 0;
}
.footer-copyright p {
  text-align: center;
  margin-bottom: 0;
}

.xs-footer-v3 {
  background-image: linear-gradient(
    -149deg,
    #038b6d 0%,
    #026353 47%,
    #013b38 99%
  );
}
.xs-footer-v3 .footer-widget p {
  color: #afecd4;
}
.xs-footer-v3 .footer-widget ul li {
  color: #afecd4;
}
.xs-footer-v3 .footer-widget ul li a {
  color: #afecd4;
}
.xs-footer-v3 .footer-widget ul li a:hover {
  color: #2bc387;
}
.xs-footer-v3 .widget-subscibe .subscribe-email {
  border-color: #afecd4;
  color: #afecd4;
}
.xs-footer-v3 .widget-subscibe .subscribe-email::-webkit-input-placeholder {
  color: #afecd4;
}
.xs-footer-v3 .widget-subscibe .subscribe-email:-ms-input-placeholder {
  color: #afecd4;
}
.xs-footer-v3 .widget-subscibe .subscribe-email::-ms-input-placeholder {
  color: #afecd4;
}
.xs-footer-v3 .widget-subscibe .subscribe-email::placeholder {
  color: #afecd4;
}
.xs-footer-v3 .widget-subscibe .subs-btn i {
  color: #2bc387;
  background: transparent;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: unset;
}
.xs-footer-v3 .footer-copyright p {
  color: #afecd4;
}
