
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #262626;
  font-family: 'Didact Gothic', sans-serif;
  overflow-x: hidden;
}
a {
  color: #1bb1dc;
  transition: 0.5s;
}
::-webkit-scrollbar {width:.5em;height:.5em;}
::-webkit-scrollbar-thumb {background:#666;}
::-webkit-scrollbar-track {background:none;}
a:hover,
a:active,
a:focus {
  color: #1bb1dc;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}


/***font-face cocogoose *************/

@font-face {
  font-family: 'Cocogoose_trial';
  src: url('../lib/fonts/Cocogoose_trial.otf');
  src: url('../lib/fonts/Cocogoose_triald41d.otf?#iefix') format('embedded-opentype'),
  url('../lib/fonts/Cocogoose_trial.otf') format('otf'),
  url('../lib/fonts/Cocogoose_trial.otf') format('woff'),
  url('../lib/fonts/Cocogoose_trial.otf')  format('truetype'),
  url('../lib/fonts/Cocogoose_trial.html#svgFontName') format('svg');
  }


/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #1bb1dc;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
header.small-header {
  background-color: #fff;
  height: 70px !important;
  padding: 0px 0 !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, .25) !important;
}
header.small-header .separator{
  opacity:0;
}
.index .logo h1 span {
  color: #fff;
  font-size: 37.5px;
  font-weight: 400;
}
.index .logo .text-light span {
  color: #fff;
  font-size: 37.5px;
  font-weight: 400;
}
.small-header .logo h1 span , .logo h1 span {
  color: #333;
  font-size: 37.5px;
  font-weight: 400;
}
.small-header .logo .text-light span , .logo .text-light span {
  color: #333;
  font-size: 37.5px;
  font-weight: 400;
}
.small-header .logo h1 {
  padding-top: 0;
  margin-top: 5px;
}
.small-header .logo .text-light {
  padding-top: 0;
  margin-top: 5px;
}
.separator {
  background-color: #fff;
  width: 100%;
  height: 1px;
  opacity: .3;
}
#header .container {

  padding-top: 1rem;
}
div#myCarousel {
  height: 100vh;
  overflow: hidden;
}
.pd-1{
  padding-bottom: 1.1rem;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: unset;
  font-weight: 500;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #fff;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  display: none;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 1s;
}

.main-nav .drop-down:hover > ul {
  display: block;
  top: 100%;
  visibility: visible;
  transition: ease all 1s;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #333;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #000;
  opacity:.7
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections slider
--------------------------------*/

.carousel-inner img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/* Sections service-framework
--------------------------------*/

h2.head2 {
  color: #262626;
  font-size: 30px;
  font-weight: 600;
  margin-bottom:1rem;
  font-weight: normal;
  font-family: 'Cocogoose_trial';
}
h2.head6 {
  color: #262626;
  font-size: 40px;
  font-weight: 100;
  margin-bottom:2rem;
  font-family: 'Cocogoose_trial';
}
.row-centered {
  text-align: center;
  padding-top: 6rem;
}
.col-centered { display:inline-block; float:none; margin-right:-4px;}
.row.row-centered p {
  font-size: 18px;
  color: #9096a9;
  padding-left: 7rem;
  padding-right: 7rem;
  text-align: center;
  margin-bottom: 10px;
}
.bg-img {
  background-image: url(../img/images/ellipse.webp);
  height: 75vh;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-size: contain;
}
.head3 {
  display: block;
  font-size: 25px;
  color: #353a48;
  font-weight: 100;
  margin-bottom:2rem;
  line-height: 3.5rem;
  font-family: 'Cocogoose_trial';
}
.p-5 {
  padding: 3rem !important;
}
.head4 {
  display: block;
  font-size: 14px;
  color: #353a48;
  font-weight: 600
}
.mid-icon-head {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  border-radius: 50%;
  height: 300px;
  width: 300px;
}
.mid-icon-head > .tier1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}
.mt-4{
  margin-top: 4rem;
}
.relative{
  position: relative
}
.tier2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-132%,-50%);
  text-align: right;
  display: inline-flex;
  text-align: right;
  align-items: center;
}
i.icon {
  font-size: 4.5rem;
}
i.icon.icon-crypto-market, i.icon.icon-hyperledger {
  color: #fff;
}
.section-deeptrace {
  background-color: #f2bf22;
  margin-top: 5rem;
  padding-top: 2rem;
}
span.bg-yellow {
  background-color: #f2bf22;
    height: 80px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    padding: 1.3rem;
    padding-top: 1.5rem;
    text-align: center;
}
.tier3 .bg-yellow {
  width: 125px;
}
.tier3 {
  position: absolute;
  bottom: -40%;
  left: 30%;
  transform: translate(-143%,-20%);
  display: inline-flex;
  text-align: right;
  align-items: center;
}
.tier4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,165%);
  display: block;
  text-align: center;
  align-items: center;
}
.tier5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(74%,140%);
  display: inline-flex;
  text-align: left;
  align-items: center;
}
.tier6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(82%,-50%);
  display: inline-flex;
  text-align: left;
  align-items: center;
  width: 100%;
}
span.sp-text {
  padding: 20px;
}
.mb-15px{
  margin-bottom: 15px;
}
.p-0{
  padding:0 !important;
}
.tier3 .bg-yellow , .tier5 .bg-yellow {
  background-color: #262626;
}
.mt-10{
  margin-top: 10.5rem;
}
button.btn.myBtn {
  background-color: #f2bf22;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  outline: unset;
  font-weight:600;
}
.main-bg{
  background-image: url(../img/images/first-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 140vh;
}
.tier3 .icon{
  color:#fff;
}
span.block + .sp-text {
  font-size: 16px;
  color: #9096a9;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
}
.service-btn[aria-expanded="false"]:before {
  content:" Show Services > ";
}

span.bg-icon + span.block {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}
.service-btn[aria-expanded="true"]:before {
  content:" Hide Services > ";
}
/* Sections deeptrace
--------------------------------*/

.f-10{
  font-size: 10px;
}
.first-sec img {
  width: 100px;
}
.mt-6{
  margin-top: 5rem;
}
.second-sec {
  background-color: white;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  margin: 4rem;
  border-radius: 10px;
  height: 170px;
  width: 248px;
  padding: 5rem 2rem;
  text-align: center;
}
.first-sec {
  position: absolute;
  left: 50%;
  transform: translate(-60%, -17%);
}
.second-sec p {
  font-size: 18px;
}
.plr-0{
  padding-left:0 !important;
  padding-right: 0!important;
}
.mlr-0{
  margin-left:0 !important;
  margin-right: 0!important;
}
.block{
  display: block;
}
.percent-sec span:first-child {
  font-size: 41px;
  font-family: 'Cocogoose_trial';
  color: #fff;
  font-weight: normal
}
.per-text{
  color: #fff;
  font-size:18px;
}
.bg-y-b{
  background-color: #524727;
  padding: 1rem;
}
.bg-black{
  background-color: #292929;
  padding: 1rem;
}
.head3 + p {
   color: #9096a9;
   font-size: 18px;
}
ul{
  list-style-type: none;
  padding-left:0px;
}
.ul-col{
    column-count: 2;
}
ul.ul-col li {
  display: inline-flex;
  width: 100%;
  line-height: 32px;
}
ul.ul-col li span:first-child{
  margin-right:10px
}
.img-responsive{
  width:100%;
  height: auto;
}
.p-2{
  padding:2rem
}

/* Sections parallax-section
--------------------------------*/

.scrollmagic-container {
  height: 100vh;
  display: flex;
}
.scrollmagic-container .left-panels,
.scrollmagic-container .right-panels {
  margin: 0;
  padding: 0;
  width: 50%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.auto-abs {
  position: absolute;
  bottom: 10%;
  left: 10%;
  right: 28%;
}
.auto-abs .head3{
  color: #fff;
}
.bg-automobile {
  background-image: url(../img/images/automobile.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.scrollmagic-container .left-panels li,
.scrollmagic-container .right-panels li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 40px;
  transform: translateY(100%);
}
.scroll-section {
  padding: 7rem;
}
.scroll-section img{
  width: 70%;
}
.scrollmagic-container .left-panels li:nth-child(1),
.scrollmagic-container .right-panels li:nth-child(1) {
  background-color: #dde9ff;
  transform: translateY(0);
}
.scrollmagic-container .left-panels li:nth-child(2),
.scrollmagic-container .right-panels li:nth-child(2) {
  background-color: #6458d5;
}
.scrollmagic-container .left-panels li:nth-child(3),
.scrollmagic-container .right-panels li:nth-child(3) {
  background-color: #d3d3d3;
}
.scrollmagic-container .left-panels li:nth-child(4),
.scrollmagic-container .right-panels li:nth-child(4) {
  background-color: pink;
}
.scrollmagic-container .left-panels li:nth-child(5),
.scrollmagic-container .right-panels li:nth-child(5) {
  /* background-color: red; */
}
.scrollmagic-container .right-panels {
  margin-left: auto;
}
.scrollmagic-container .right-panels li:nth-child(1) {
  /* background-color: red; */
}
.scrollmagic-container .right-panels li:nth-child(2) {
  background-color: #d3d3d3;
}
.scrollmagic-container .right-panels li:nth-child(3) {
  background-color: #d95151;
}
.scrollmagic-container .right-panels li:nth-child(4) {
  background-color: black;
}
.scrollmagic-container .right-panels li:nth-child(5) {
  background-color: pink;
}
li#left-panel-2 .head3 , li#left-panel-2 p {
  color: #fff;
}
#right-panel-1 p, #right-panel-3 p, #right-panel-3 .head3{
  color: #fff;
}
.read-more{
  color: #244dee;
}

/* Sections blockchain-grid-section
--------------------------------*/

.grid-content h2 {
  color: #3a3f4e;
  font-size: 22px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.grid-content p {
  color: #9096a9;
  font-size: 18px;
  margin-bottom: 15px;
}
.grid-img img{
  width: 100%;
  object-fit: cover;
}
.grid-layout {
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-radius: 6px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.two-grid-box .grid-content p {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin-bottom: 0;
}
.two-grid-box .grid-content p::before {
  content: '...';
  float: right;
  margin-top: 1.5em;
}
.two-grid-box .grid-img img{
  height: 180px;
  object-fit: cover;
  width:100%;
}
.mt-2 {
  margin-top: 1.7rem;
}
.clearfix.grid-content {
  padding: 3rem;
  padding-top: 0rem;
}
.grid-img img{
  height: 280px;
  object-fit: cover;
  object-position: center;
  width:100%;
}
.single-grid .grid-img img{
  height: 153px
}
.upper-text-grid h3{
  font-size:22px;
  color:#fff;
}
.upper-text-grid p{
  font-size:16px;
  color:#fff;
  margin-bottom: 1rem;
}
.upper-text-grid {
  position: absolute;
  bottom: 0;
  padding: 1rem;
}

/* Sections partner-section
--------------------------------*/

.partner-section{
  background-color: #f5f5f5;
}
.partner-section p {
  font-size: 18px;
  margin-top:1rem
}
.w-100{
  width: 100%
}
.partner-logo img {
  padding: 0;
  object-fit: contain;
  height: 40px;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.logo h1 {
  padding-top: 0;
  margin-top: 0;
}
.logo .text-light {
  padding-top: 0;
  margin-top: 0;
}
.add-value {
  overflow: hidden;
}
.mt-8{
  margin-top: 8rem;
}
.mb-4{
  margin-bottom: 4rem;
}
.pl-0{
  padding-left: 0 !important;
}
.p-4 {
  padding: 2rem;
}
.mb-5{
  margin-bottom: 5rem;
}
.second-sec p {
  margin-top: 3rem;
  padding: 1rem;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.imgPosition{
  text-align: right;
}
@media(max-width: 990px){
  .scroll-section {
    padding: 2rem;
  }
}
.percent-project {
  text-align: center;
  font-size: 55.5px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 5px;
}
blockquote p {
  color: #9096a9;
  font-size: 14px !important;
  text-align: left;
}
.quote {
  color: rgba(0,0,0,.1);
  text-align: left;
  margin-bottom: 0;
  padding: 2rem;
  font-size: 10px;
  padding-bottom: 0;
}
i.fa.fa-quote-left {
  color: #f2bf22;
}
section#carousel {
  padding: 2rem;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
opacity: 0;
-webkit-transition-property: opacity;
    -ms-transition-property: opacity;
        transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
opacity: 1;
-webkit-transition-property: opacity;
    -ms-transition-property: opacity;
        transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #f2bf22;
  border: 3px solid #f2bf22;
}
#fade-quote-carousel.carousel .carousel-indicators > li.active {
  background-color: #fff;
  border: 2px solid #f2bf22;
}
.profile-circle{
  background-color: rgba(145,169,216,.2);
}
#fade-quote-carousel blockquote {
  text-align: center;
  border: none;
}
#fade-quote-carousel .profile-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100px;
  overflow: hidden;
}
.review-carousal {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-radius: 6px;
  margin-bottom: 1rem;
  overflow: hidden;
  position: absolute;
  height: 380px;
}
.test-name{
  font-size:26px;
  color: #3a3f4e;
}
.test-company{
  font-size:16px;
  color: #9096a9;
}
.testimonial{
  display:inline-flex;
  width:100%;
  align-items: center;
}
.abs-media {
  position: absolute;
  width: 100%;
  left: 0;
}
ul.media-ul {
  display: inline-flex;
  align-items: center;
}
ul.media-ul li{
  padding-right:4rem
}
ul.media-ul li img {
  width: 85%;
}
.mt-14{
  margin-top: 24rem;
}
.media-mention.relative {
  height: 35vh;
  margin-top: 150px;
  margin-bottom: 150px;
}
.tech-expert{
  background-color: #f5f5f5;
}
.tech-expert p {
  font-size: 18px;
  color: #262626;
  padding-right: 2rem;
}

.expert-logo span.block{
  font-size: 12px;
  color: #9096a9;
  margin-top:15px;
  margin-bottom: 15px;
}
.expert-logo{
  display:inline-flex;
  column-count: 8;
}
.expert-logo li{
  text-align: center;
  padding-right: 2.6rem;
}
.expert-logo li img{
  width: 75%;
}
.heightclass img{
  height: 140px;
}
.box-modal{
  background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    border-radius: 6px;
    margin-bottom: 1rem;
    overflow: hidden;
    margin-top:5rem;
    margin-bottom:5rem;
    padding: 3rem;
}
.speak-img img {
  width: 50px;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.speak-img span.block {
  color: #676767;
  font-size: 15px;
}

/*-------------------------------*/
/*    documents   */
/*-------------------------------*/

.w-75{
  width: 75%
}
.docs p {
  color: #9096a9;
  font-size: 18px;
}
ul.doc-ul li span:nth-child(2) {
  color: #9096a9;
  font-size: 20px;
  margin-left: 2rem;
}
ul.doc-ul li {
  line-height: 30px;
}
ul.doc-ul li {
  line-height: 5.5rem;
  /* display: inline-flex; */
}
i.icon.icon-cloud-computing {
  color: #395ef0;
  font-size: 45px;
}
.form-inline .form-control {
  width: 100%;
}
input.form-control {
  border: 1px solid #e1e1e1;
  box-shadow: unset;
  height: 54px;
}
input[placeholder] {
  color: #9096a9;
  font-size: 18px;
}
.form-control:focus {
  border-color: #e1e1e1 !important;
  outline: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.mt-3 {
  margin-top: 3.5rem;
}
.mt-33 {
  margin-top: 3.1rem;
}
.form-group textarea , .form-group textarea:focus{
  width:100%;
  height:105px;
  padding:1.5rem;
  border: 1px solid #e1e1e1 !important;
}
.form-group textarea[placeholder] {
  color: #9096a9;
  font-size: 18px;
}
.submit-btn{
  width:250px;
  font-weight: 600;
}
/**
------------founder ---------------***/

.founder{
  background-color:#262626;
  padding-top:4rem;
  padding-bottom:4rem;
}
.founder p {
  font-size: 16px;
  color: #aeb2c0;
  line-height: 26px;
}
.founder .head6{
  color:#fff;
}
ul.social-ul {
  display: inline-flex;
}
ul.social-ul li img{
  width:40px;
  margin-right:1rem;
}
.connect{
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2.5rem
}
.ph-em span{
  color: #9096a9;
  font-size:16px;
}
.choose-team p{
  color:#9096a9;
  font-size: 18px;
}
.choose-team span:nth-child(2) {
  font-size: 20px;
  font-weight: 600;
  padding-left: 2rem;
  text-align: left;
  line-height: 24px;
  padding-right: 2rem;
  color: #353a48;
}

.display-flex{
  display: inline-flex;
  align-items: center;
  width:100%;
}
.choose-team .box-modal span {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: 24px;
  color: #353a48;
}
.choose-team .box-modal {
  height: 51vh;
}

/**
------------footer ---------------***/
.foot-bg-black1 {
  background-color: #262626;
}
footer {
  /* background-color: #262626; */
  width: 100%;
  overflow-x: hidden;
  background-image: url(../img/images/footer-bg.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
footer p{
  color: #fff;
  font-size: 18px;
  margin-top:2rem;
}
footer span.block {
  color: #fff;
  font-size: 16px;
  margin-top: 2rem;
}
footer span.block:nth-child(2) {
  margin-top: 1rem;
}
footer span.icon.icon-corum8{
  color: #fff;
  display:block
}
p.address{
  color: #fff;
  font-size: 16px;
  margin-top:2rem;
  line-height: 28px;
}
.head7 {
  color: #353a48;
  font-size: 30px;
  font-weight: 600;
  margin-bottom:2rem;
  line-height: 27px;
}
.head7 span{
  color: #353a48;
  font-size: 16px;
  font-weight: 600;
}
.subscribe p{
  font-size: 18px;
  color: #9096a9;
  margin-top: 2.5rem;
}
.subscribe .in-f {
  display: inline-flex;
}
.subscribe .form-group button.btn {
  border-radius: 0px 5px 5px 0px;
  width: 55px;
}
.subscribe .form-group input {
  border-radius: 5px 0px 0px 5px;
}
.subscribe.box-modal{
  margin-top:0;
  margin-bottom:0;
}
.foot-link h4{
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  margin-bottom:1.8rem;
}
.foot-link ul li a{
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 26px;
}
.foot-link:nth-child(2) ul li:last-child a {
  font-size: 14px;
  color: #f2bf22;
}
.foot-link:nth-child(2) ul li:last-child {
  margin-top:2rem;
}
.foot-bg-black{
  background-color: #1e1e1e;
  padding: 2.5rem;
}
ul.foot-link-bot {
  display: inline-flex;
}
ul.foot-link-bot li a {
  padding-right:2rem;
  font-size:16px;
  color: #fff;
}
.copyright{
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
.percent-sec span.counter:after {
  content: '%';
}
.active_slide span.counter:after {
  content: '%';
}
#myCarousel .carousel-inner {
  height: 100vh !important;
  background-color: #000;
}
#myCarousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 10.7%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
a .btn.myBtn{
  color:#333
}
.c-brown{
  color: #da9e49;
}
.slider_content .inline-flex {
  display: inline-flex;
  width: 100%;
}
.mt-25{
    margin-top: 1.5rem;
}
.right-status img{
  width:55px;

}

.ml-1.right-status.pull-right {
  margin-top: -4%;
}
.right-status .col-xs-12{
  display:inline-flex;
  width:100%;
  align-items: center;
  padding-bottom:15px;
}
.right-status h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.right-status i.fa.fa-check-circle, .right-status .fa-spinner {
  color: #dd8f46;
}
.right-status .row span:nth-child(2) {
  font-size: 13px;
  color: #fff;
  margin-left: 7px;
}
.right-status span.counter {
  position: absolute;
  top: 50%;
  left: 67%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 11px;
}
.ppl{
    font-size: 18px;
    color: #9096a9;
    padding-left: 7rem;
    padding-right: 7rem;
    text-align: center;
    margin-bottom: 10px;
}

/**********  ------------

hyperledger

-------------- ********/


.bg-grey{
  background-color: #ededed;
}
.w-60{
  width:60px;
}
.hyperledger > div.mt-6.pt-5 {
  margin-top: 13rem;
  margin-bottom: 2.5rem;
}
.hyper-head{
  font-size: 35px;
  color: #2c2331;
  font-weight: 100;
  font-family: 'Cocogoose_trial';
  line-height: 49px;
}
.ban-hyper {
  position: absolute;
  top: 50%;
  left: 42.5%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.hyperledger p {
  font-size: 18px;
}
/* .h-395 {
  position: relative;
  height: 395px;
  background-color: #262626;
  margin-bottom:15px;
} */
.ban-hyper .hyper-head{
  color:#fff;
}
.hyperledger span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  padding: 3rem;
  padding-top: 5px;
  padding-left: 0;
  line-height: 23px;
}
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #333;
  top: 11%;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  height: 75.5%;
}

/* Container around content */
.time-design {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.time-design::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  right: -4px;
  background-color: #f0be23;
  top: 44%;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -11px;
}

/* The actual content */
.content {
  padding: 0px;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }

  /* Full-width containers */
  .time-design {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .time-design::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }


  .imgPosition{
    text-align: left;
  }

  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}

.timeline p.sp-text {
  margin-bottom: 0;
  padding-bottom: 0px !important;
  padding-top: 0 !important;
}
.timeline ul {
  list-style-type: disc;
  padding-left: 0px;
  line-height: 23px;
  margin-top: 5px;
}
.timeline ul li{
  position: relative;
  display: block;
}
.timeline ul li span {
  font-size: 35px;
  margin-right: 10px;
}
span.bg-icon .icon {
  font-size: 60px;
}
.time-design.left .content {
  text-align: right;
}
.time-design.left .content span.block + .sp-text{
  text-align: right;
  padding-right: 0rem
}
.principal-uses span.icon {
  font-size: 50px;
}
.principal-uses span.bg-icon + span.block {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 4rem;
  font-weight: 700;
}
header.small-header ul li a {
  color: #262a2d !important;
  transition: 1s ease;
}

.inner-main header ul li a {
  color: #2c2331 !important;
}
header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  box-shadow: 0 0 4px rgba(0, 0, 0, .25);
  -webkit-transition: all .6s cubic-bezier(.4, .25, 0, 1);
  transition: all .6 cubic-bezier(.4, .25, 0, 1);
  transform-origin: top;
}
.eth span.bg-icon + span.block {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}
.eth-second span.block{
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 5px;
  font-weight: 700;
  margin-top: -7px;
}
.eth-second span.bg-icon .icon {
  font-size: 70px;
}
.section-deeptrace {
  background-color: #f2bf22;
  margin-top: 5rem;
  padding-top: 2rem;
  overflow-x: hidden;
  overflow-y: hidden;
}
.d-lg-none {
  display: none;
}

/*********** smart-contract *****************/


.h-100vh{
  height: 100vh
}
.smart-contract .ban-hyper .hyper-head {
  font-size: 65px;
  color: #2c2331;
  font-weight: 100;
  font-family: 'Cocogoose_trial';
  line-height: 65px;
  color: #6378f7 !important;
}
.abs-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-10%,30%);
}
.smart-contract span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-left: 0;
}
.eth span.block {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}
.smart-contract .ban-hyper p {
  color: #333;
}
footer .icon-corum8{
  color:#fff;
}
footer {
  /* background-color: #262626; */
  width: 100%;
  overflow-x: hidden;
  background-image: url(../img/images/footer-bg.webp);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.ethereum footer{
  background-color: #ededed;
}
.s-c-bgethe{
  background-image: url('../img/images/smart-contract-ethereum.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.s-c-bghyper{
  background-image: url('../img/images/hyperledger.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.s-c-bgic-markt{
  background-image: url('../img/images/ico-sto-marketing-bg.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.s-c-bgservices{
  background-image: url('../img/images/service4-bg.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.color-black{
  color:#333 !important;
}
/* .hyperledger .ban-hyper {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  color: #fff;
} */
.color-puple-eth{
  color: #754bec !important;
}

/****************wallet-app*************/

.bg-black{
  background-color: #262626;
}
.bg-black .hyper-head {
  font-size: 35px;
  color: #fff;
  font-weight: 100;
  font-family: 'Cocogoose_trial';
  line-height: 49px;
}
.bg-black .eth span.block {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  color: #fff;
}
.bg-black span.block + .sp-text {
    font-size: 16px;
    color: #2c2331;
    line-height: 22px;
    padding: 3rem;
    padding-top: 5px;
    padding-left: 0;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 15px;
}
ul.bg-black-ul li {
  color: #fff;
  line-height: 26px;
  font-size:16px;
}
i.fa.fa-angle-right {
  padding-right: 8px;
  font-weight: bold;
}
.bit-icon img{
  width: 35px;
}
ul.last-ul-bit li {
  line-height: 35px;
  font-size:16px;
}
.smart-contract p{
  font-size:16px;
}
.main-bg .head3 {
  display: block;
  font-size: 22px;
  color: #353a48;
  font-weight: 100;
  margin-bottom: 0rem;
  line-height: 3.5rem;
  font-family: 'Cocogoose_trial';
}
.s-c-bg{
    background-image: url('../img/images/smart-contract-bg.webp');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    height: 100vh;
}
.docs {
  margin-top: 13%;
}
.mmn{
  position: absolute;
    right: 0;
}
.partner-logo img.owl-lazy {
  width: 90% !important;
}
.owl-dots {
  text-align: left;
  padding-top: 2rem;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc !important;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000 !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.logo-c-color{
  width: 175px;
}
.index .icon-corum8{
  display: none;
}
.index .small-header .icon-corum8{
  display: block !important;
}
.index .logo-c-color{
  display: block;
}
.section-deeptrace .icon-corum8{
  display: inherit;
}
.index .small-header .logo-c-color{
  display: none;
}
.bg-white{
  background-color:#fff;
}
.owl-carousel .owl-item img.owl-lazy {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.sm-b .smart-contract .ban-hyper .hyper-head {
  font-size: 65px;
  color: #2c2331;
  font-weight: 100;
  font-family: 'Cocogoose_trial';
  line-height: 65px;
  color: #287cbc !important;
}

/* =Simple animation up */
.no-touch .slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
          transition: all 0.7s ease-out;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0); }
.no-touch .is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }


  /********************contact-us*************************/

  .contact-bg{
    background-image: url(../img/images/contact-bg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: inherit;
    height: 120vh;
  }
  .contact-bg .hyper-head{
    color:#fff;
  }
  .contact-bg h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.contact-bg h4::after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #f2c03b;
    background-color: #f2c03b;
    width: 15%;
    height: 4px;
    left: 0;
    bottom: 0;
}
.contact-bg p {
  color: #fff;
  font-size: 14px;
}
.contact-bg h4 {
    font-size: 22px;
    font-family: 'Cocogoose_trial';
    font-weight: normal;
    padding-bottom: 20px;
    position: relative;
}
ul.add-status li {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}
ul.add-status li span img {
  width: 22px;
  margin-right: 15px;
}
.br-right{
  border-right: 1px solid #ccc;
}
.color-b {
  color: #333 !important;
  margin-top: 5%;
}
.box-shadow{
  background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.mt-14{
  margin-top: 14%;
}
.ggh .hyper-head{
  color: #333;
}
.ggh .hyper-head::after {
  content: "";
    position: absolute;
    border-bottom: 1px solid #f2c03b;
    background-color: #f2c03b;
    width: 11%;
    height: 4px;
    left: 43%;
    top: 13%;
}
.circle-c {
  background-color: #f2bf22;
  height: 130px;
  border-radius: 50%;
  width: 130px;
  margin-bottom: 15px;
}
.circle-d {
  background-color: #4676bd;
  height: 130px;
  border-radius: 50%;
  width: 130px;
  margin-bottom: 15px;
}
.circle-e {
  background-color: #32c17f;
  height: 130px;
  border-radius: 50%;
  width: 130px;
  margin-bottom: 15px;
}
.circle-c span , .circle-d span , .circle-e span{
  color: #fff;
  font-size: 35px;
  font-weight: 800;
  position: absolute;
  left: 47%;
  top: 38%;
  transform: translate(-50%, -50%);
}
.circle-c + span , .circle-d + span , .circle-e + span {
  font-family:  'Cocogoose_trial';
  font-weight: normal
}
.map-container{
  width:100%;
  height:25vh;
  overflow:hidden
}
.circle-c, .circle-d, .circle-e{
  cursor: pointer;
}
.datetimepicker{
  display: none;
}
.datepicker-days table {
  display: table;
  width: 100%;
}
.datepicker-days table td.day {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 1px 0 0;
  font-size: 16px;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  color: var(--text-color-level2);
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
  padding: 5px;
  text-align: center;
}
.table-condensed>thead>tr>th {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
table.table-condensed thead tr:first-child {
  margin-bottom: 2rem !important;
  height: 50px;
}
table.table-condensed tr td {
  color: #00a2ff !important;
  font-weight: 600;
  cursor: pointer;
}
.cal-head {
  text-align: center;
  font-weight: normal;
  font-family:  'Cocogoose_trial';
  font-size: 16px;
}
table.table-condensed tr td.active {
  background: #eee !important;
}
.cal-head{
  display: none;
}
.timepicker{
  display: none;
}
.spot-list {
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.spot-list .spot {
  margin-bottom: 10px;
  font-size: 16px;
}
.spot-list .spot {
  margin-bottom: 10px;
  font-size: 16px;
}
.spot-list .spot.is-available .time-button, .spot-list .spot.is-available .confirm-button {
  height: 52px;
}

.spot-list .time-button {
  vertical-align: top;
  width: 100%;
  border: 1px solid #f2bf22 !important;
  color: #000;
}
.spot-list .time-button, .spot-list .confirm-button {
  padding: 13px 10px;
  border: none;
  background-color: transparent;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  transition-property: width, transform;
}
.spot-list .spot.is-available .time-button-title {
  line-height: 10px;
}
.spot-list .confirm-button {
  line-height: 24px;
  margin-left: 3%;
  width: 46.5%;
  background-color: #f2bf22;
  color: #000;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  transform: translateX(0px);
}
.timepicker {
  max-height: 350px;
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.time-button{
  width:100%;
}
.time-button.submit-btn{
  width: 48.5%;
  transition: .5s width;
}
.datepicker-inline {
  width: 100% !important;
}
.has-shrinkable-items{
  display: none;
}
.details{
    font-size: 14px;
    font-weight: normal;
    font-family: 'Cocogoose_trial';
    color: #4d505599;
    line-height: 26px;
}
.details-item.active{
  display: block;
}
.details-item{
  display: none;
}

/*********mobile-dev-app**********/

.s-c-bg1{
    height: 100vh;
    background-color: #5674b9;
}
h1.c-w {
  color: #ffffff !important;
}
.s-c-bg1 p {
  color: #fff !important;
}
.mob-dev span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-bottom:0px;
  padding-left: 3rem;
  margin: 0;
  height:20vh
}
.mob-dev .box-shadow {
  padding: 3rem;
  margin-bottom: 3rem;
}
.mob-dev .eth span.block {
  font-size: 18px;
  padding-top: 1px;
  padding-bottom: 10px;
  font-weight: 700;
}
.box-border {
    border: 1px solid #5674b9;
    padding: 3rem;
    height: 25vh;
    padding-top: 5.5rem;
    background-color: #fff;
    border-radius:4px;
}
.box-border span.bg-icon {
  height: 100px;
  width: 100px;
  border: 1px solid #5674b9;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: white;
}
.mb-bg{
  background-color: #d0d0d085;
}

.box-border span.icon {
  line-height: 9.5rem;
  font-size: 50px;
  color: #5674b9;
}
.mob-dev header .logo h1 span {
  color:#fff;
}
.mob-dev header .logo .text-light span {
  color:#fff;
}
.mob-dev header.small-header ul li a, .mob-dev header ul .drop-down li a {
  color: #2c2331 !important;
}
.mob-dev header ul li a {
  color: #fff !important;
}

.mob-dev header.small-header .logo h1 span{
  color:#333 !important;
}
.mob-dev header.small-header .logo .text-light span{
  color:#333 !important;
}

/*************************ico-app-development************************/

.box-border-ico {
  border: 1px solid #5674b9;
  padding: 2rem;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 3rem;
  padding-left: 10rem;
}
.box-border-ico span.bg-icon .icon {
  font-size: 55px;
    line-height: 9rem;
    margin-left: 2rem;
}
.box-border-ico .icon {
  color: #5674b9;
}
.b-icon .icon {
  color: #5874b9;
  font-size: 40px;
    margin-left: 1.9rem !important;
    line-height: 7.5rem !important;;
}
.box-border-ico .bg-icon {
  height: 100px;
  width: 100px;
  border: 1px solid #5674b9;
  position: absolute;
  top: 46%;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: white;
}
.ico-dev span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-left: 3rem;
  margin: 0;
  padding-bottom: 1rem;
}
.bg-blue{
  background-color: #4273d4;
}
.color-white{
  color: #fff !important;
}
.ico-dev .box-shadow {
  padding: 3rem;
}
.ico-dev span.block + .sp-text {
  height: 21vh;
}
ul.mob-dev-ul span.bg-icon {
  height: 80px;
  width: 80px;
  border: 1px solid #5674b9;
  border-radius: 50%;
  position: absolute;
  background-color: white;
}
ul.mob-dev-ul span.bg-icon .icon {
  font-size: 45px;
  margin-left: 2rem;
  line-height: 8rem;
}
ul.mob-dev-ul span.block {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 2px;
  font-weight: 700;
}
ul.mob-dev-ul span.block + .sp-text {
  height: 15vh;
  padding-left: 0;
}
.token-dev span.block + .sp-text {
  height: auto;
  padding-left: 0;
}

/**********white-paper-dev************/

.color-or{
   color: #f99740 !important;
}
.white-dev .ban-hyper {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.s-c-bgw{
  background-image: url('../img/images/vector-smart.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.s-c-bgb{
  background-image: url('../img/images/web-bg.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.white-dev .mb-3 {
  margin-bottom: 4rem;
}
.w-eth span.block {
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 10px;
  font-weight: 700;
}
.s-c-bgb .ban-hyper p {
  color: #fff;
}
ul.mob-dev-ul span.block + .sp-text {
  font-size: 15px;
  line-height: 19px;
}
.sq-bg-ul .bg-icon{
  background-color: #dff3fe;
}
.sq-bg-ul .bg-icon {
  background-color: #dff3fe !important;
  border: unset !important;
  border-radius: 3px !important;
}
.sq-bg-ull .bg-icon {
  background-color: #dff3fe !important;
  border: 1px solid #8dd4fd !important;
}

/************cryptocurrency exchange**************/

.cryto-dev .ban-hyper {
  left: 0;
  position: relative;
  transform: unset;
  top: 30%;
}
.crpt-e .box-border span.icon {
  margin-left: 22%;
}
.crpt-e .box-border {
  border: 1px solid #5674b9;
  padding: 3rem;
  height: 75vh;
  padding-top: 5.5rem;
  background-color: #fff;
  border-radius: 4px;
}
.crpt-e i.fa.fa-check {
  color: #5874b9;
}
.crpt-e span.block + .sp-text {
  line-height: 29px;
}
.crpt-e span.block + ul.sp-text {
  height: 21vh;
  line-height: 30px;
}
.crpt-e .sp-text{
  padding-left: 0 !important;
}
.crpt-e .mb-8{
  margin-bottom: 9rem;
}
.s-c-bgcrypto{
  background-image: url('../img/images/cryptocurrency-bg.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.cryto-dev ul.sp-text li .fa {
  margin-right:1rem
}
.crpt-e .sp-text {
  padding-left: 0 !important;
  color: #2c2331;
}

/*******************block-chain-consultation*******************/

.color-purple{
  color : #7878a4;
}
.block-dev span.block + .sp-text {
  height: auto;
}
.block-dev ul.sp-text li {
  line-height: 29px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.block-dev ul.sp-text li .fa {
  margin-right:1rem
}
.s-c-bgblock{
  background-image: url('../img/images/blockchain-bg.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.block-dev .crpt-e .box-border {
  border: 1px solid #5674b9;
  padding: 3rem;
  height: 88vh;
  padding-top: 5.5rem;
  background-color: #fff;
  border-radius: 4px;
}
.h-100vh h1.hyper-head + p {
  font-weight: 600;
}
.block-dev ul.mob-dev-ul span.block + .sp-text {
  height: 23vh;
  padding-left: 0;
}
.block-dev .sq-bg-ul .bg-icon {
  background-color: #ffffff !important;
  border: unset !important;
  border-radius: 3px !important;
}
.grid-view-box span.block + .sp-text {
  height: 30vh;
}

/********************marketing-dev*******************/


.s-c-mbg{
  background-image: url('../img/images/marketing-bg.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.s-c-nft{
  background-image: url('../img/images/nft/Group 2582.svg');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}

.col-half-offset{
  margin-left:4.166666667%
}
.col-img img {
  width: 100%;
}
.markt-e span.block {
  padding-top: 2px;
}
.markt-ee span.block + .sp-text {
  height:auto !important;
}
.ic-neo span.bg-icon .icon {
  font-size: 40px !important;
  margin-left: 1.9rem !important;
  line-height: 7.9rem !important;
}
/**********************ico-sto- marketing***************/

.ic-st-grid span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-left: 3rem;
}
.ic-st-grid span.block {
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 10px;
  font-weight: 700;
}
.ic-st-grid .box-shadow {
  padding-top: 3rem;
}
.ic-st-grid span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-left: 3rem;
  min-height: 25vh;
}
.ic-st-grid span.block + .sp-text {
  min-height: 25vh;
}
span.block + .sp-text.h-mc {
  min-height: 32vh;
}
.y-ico span.bg-icon .icon {
  font-size: 60px;
  color: #f99740;
  margin-left: 1.7rem !important;
}
.y-icob span.bg-icon .icon {
  font-size: 49px;
  color: #f99740;
}

/***************applications***************/

.s-c-bgapp{
  background-image: url('../img/images/app-bg.webp');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.app-p.ban-hyper {
  position: absolute;
  top: 50%;
  left: 53.5%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.app-box .box-shadow {
  padding: 0;
}
.app-box .box-shadow img {
  display: block;
  width:100%;
  object-fit: cover;
}
.app-box span.block {
  margin-top: 1.5rem;
  padding-left: 3rem;
}
img.w-50 {
  width: 70%;
}
.s-c-bgservices .ban-hyper {
  position: absolute;
  top: 50%;
  left: 34.5%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.services span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-left: 3rem;
  height: 20vh;
}
.services span.block {
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 10px;
  font-weight: 700;
}
.services .box-shadow {
  padding-top: 3rem;
}
.mob-dev .hyperledger span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0rem;
  margin: 0;
  height: 20vh;
}
.markt-ee span.block + .sp-text {
  height: auto !important;
  padding-left: 0;
}
.tier5 span.bg-yellow {
  width: 130px;
}
.tier5 span.bg-yellow i{
  color: #fff;
}

/*************about-us**************/

.about-us-t h4 {
  color: #3f5acf;
  margin-top: 20%;
}
.p-8 {
  padding: 15%;
}
.ab-f .connect {
  color: #3f5acf;
}
.ab-f .ph-em span {
  color: #202020;
  font-size: 16px;
}
h5.emp-name {
  color: #3f5acf;
  font-size: 20px;
  font-weight: 600;
}
.advisor-b h5.emp-name {
  color: #eb8a22;
  font-size: 20px;
  font-weight: 600;
}
span.emp-deg {
  color: #2c2331;
  font-size: 16px;
}
span.emp-exp {
  color: #77717a;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
p.emp-text {
  height: 20vh;
  margin-top: 2rem;
}
.p-box {
  border: 1px solid #5674b9;
  border-radius: 4px;
  padding: 6%;
}
span.emp-img {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translate(-50%);
}
p.emp-text {
  height: 20vh;
}
.people-o h2.head6 {
  margin-bottom: 10rem;
}
.img-responsive1{
  max-width:900px;
}
.deep-img{
  width: 25%
}





.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-carousel .nav-button {
  height: 50px;
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 40% !important;
}

.owl-carousel .owl-prev {
  left: -35px;
}

.owl-carousel .owl-next {
  right: -35px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 39px;
  background: #000000;
  border-radius: 3px;
}

.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}

#StrategyPartners img{
  width: 190px;
    height: 140px;
}

.bg-black{
  background-color: black;
}

/* Row for 4 columns of NFT page */
.row{
  margin: 0 -5px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Yellow columns of NFT page */
.column{
  width: 25%;
  float: left;
  padding: 0 10px;
  position: relative;
}

/* background and text of NFT page columns */
.blocks{
  background-color: #F2BF22;
  border-radius: 7px;
  color: black;
  padding-top: 1%;
  text-align: center;
}

.bg-yellow{
  background-color: #F2BF22;
}

/* White columns of NFT page */
.column50{
  width: 50%;
  float: left;
  padding: 0 10px;
  position: relative;
}

.column70{
  width: 70%;
  float: left;
  padding: 0 10px;
  position: relative;
}

.white-blocks{
  background-color: white;
  box-shadow: 4px 4px #0000004D;
  border-radius: 7px;
  color: black;
  padding-top: 1%;
  text-align: center;
  margin-bottom: 20px;
}

.row1{
  margin: 25px 20px;
}

.white-block-icon{
  max-width: 30%;
  float: left;
  position: relative;
  padding: 20px 25px;
}

.white-block-text{
  float: left;
  position: relative;
  padding: 0 20px;
}

.column20{
  width: 20%;
  float: left;
  padding: 0 5px;
  position: relative;
}

.black-line-bg{
  background-image: url('../img/images/nft/Rectangle 534.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.black-head{
    font-size: 35px;
    color: black;
    font-weight: 600;
    font-family: 'Cocogoose_trial';
    line-height: 49px;
}

.white-head{
    font-size: 35px;
    color: white;
    font-weight: 600;
    font-family: 'Cocogoose_trial';
    line-height: 49px;
}


.text-block-left{
  text-align: left;
  padding: 5% 7%;
}

body {
  background: black;
}


.end-button{
  background-color: #F2BF22;
  box-shadow: 3px 3px #e6e6e6;
  border-radius: 15px;
  color: black;
  background-size: cover;
  text-align: center;
  padding: 0 5%;
  width: max-content;
  margin: auto;
}

.grey-bg{
  background-color: #E6E6E6;
  border-radius: 15px;
  background-size: cover;
  text-align: center;
  padding: 0 5%;
  width: max-content;
  margin: auto;
}

a+a{
  margin-right: 5%;
}
/* .glow-button {
  background-color: #004A7F;
  -webkit-border-radius: 12px;
  border-radius: 20px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #f2bf22; -webkit-box-shadow: 0 0 3px #f2bf22; }
  50% { background-color: #f4cb4e; -webkit-box-shadow: 0 0 40px #f4cb4e; }
  100% { background-color: #f2bf22; -webkit-box-shadow: 0 0 3px #f2bf22; }
}

@-moz-keyframes glowing {
  0% { background-color: #f2bf22; -moz-box-shadow: 0 0 3px #f2bf22; }
  50% { background-color: #f4cb4e; -moz-box-shadow: 0 0 40px #f4cb4e; }
  100% { background-color: #f2bf22; -moz-box-shadow: 0 0 3px #f2bf22; }
}

@-o-keyframes glowing {
  0% { background-color: #f2bf22; box-shadow: 0 0 3px #f2bf22; }
  50% { background-color: #f4cb4e; box-shadow: 0 0 40px #f4cb4e; }
  100% { background-color: #f2bf22; box-shadow: 0 0 3px #f2bf22; }
}

@keyframes glowing {
  0% { background-color: #f2bf22; box-shadow: 0 0 3px #f2bf22; }
  50% { background-color: #f4cb4e; box-shadow: 0 0 40px #f4cb4e; }
  100% { background-color: #f2bf22; box-shadow: 0 0 3px #f2bf22; }
} */
