.btn:not(:disabled):not(.disabled),a:not([href]):not([tabindex]):hover {
    cursor: pointer;
    color: #fff;
}
html{
  overflow-x: hidden;
}
p{
  margin: 0;
    font-family: 'Lato', sans-serif;
    line-height: 1.9;
    font-size: 17px;
    text-align: justify;
    font-weight: normal;
    color: #003034 !important;
}
h3{
  font-size: 28px;
}
ul.theme-list{
  font-family: 'Lato', sans-serif;
  line-height: 1.9;
  font-size: 17px;
  text-align: justify;
  font-weight: normal;
}
.login-form-head {
  background: #039ca2;
}

:root {
  --primary-color: #039ca2;
}
.theme-dark-text {
  color: #003034;
}
.dark-green-text {
  color: #285231;
}
textarea {
  resize: none;
}
.modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.col-form-label {
  padding-top: 0;
  padding-bottom: 0;
}
.user-profile {
  background: linear-gradient(to right, #039ca2 0%, #035f63 100%);
}
.metismenu li a i,
a {
  color: #039ca2;
}
.present-workarea {
  display: flex;
  height: 100%;
  align-items: center;
  font-weight: bold;
}

.white-text,
a.white-text,
a.white-text:hover {
  color: #ffffff !important;
}
input[type="file"] {
  display: none;
}
.main-mid-container{
  min-height: calc(100vh - 149px);
}
.show_div {
  display: block;
}

.hide_div {
  display: none;
}
.breadcrumbs li a {
  color: #039ca2;
}
.card-bg-area {
  background-image: url(../images/bg/bg-profile.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.card {
  border-radius: 20px;
}
.card-border {
  border-right: 5px solid #017d82;
  border-bottom: 5px solid #017d82;
  border-radius: 20px;
}
.profile-icon {
  max-width: 80px;
}
.profile-image {
  max-width: 150px;
  border: 5px solid #fff;
  padding: 6px;
}
.edit-profile-pic {
  bottom: 0px;
  right: 32px;
}
canvas {
  width: 150px !important;
  height: 150px !important;
}

#QrCode {
  position: absolute;
  right: 7%;
  bottom: 0;
}
.overflow-hidden {
  overflow-x: hidden;
}
/* Progress Bar Css */

/*.progress-outer {
  min-height: 100px;
}
.hidden {
  display: none;
}
.progress {
  display: flex;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 0 0 7%;
  background-color: unset;
  padding-left: 4%;
  padding-top: 2%;
}

.step {
  flex-grow: 1;
  position: relative;
}

.step-progress {
  width: 100%;
  height: 0.25em;
  background: #003034;
}

.icon-wrapper {
  text-align: center;
  display: inline-block;
}

.step.done .step-progress:after {
  position: absolute;
  content: "";
  height: 0.25em;
  width: 0;
  background-color: #0087b3;
  -webkit-animation: growLine 1s linear forwards;
  animation: growLine 1s linear forwards;
}

.icon-checkmark {
  position: absolute;
  top: -0.55em;
  left: -0.125em;
  border: 0.125em solid #003034;
  background: #051b23;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  padding: 0.125em;
  border-radius: 50%;
  transition: all 0.25s linear;
}

.step.done .icon-checkmark {
  background: #0087b3;
  border-color: #0087b3;
}

.icon-checkmark .path1 {
  stroke: #aaa;
  stroke-width: 4;
  stroke-linecap: square;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  fill: empty;
}

.step.done .icon-checkmark .path1 {
  -webkit-animation: dash 5s linear forwards;
  animation: dash 5s linear forwards;
  stroke: #fff;
}

.step-text {
  position: relative;
  margin-left: -50%;
  letter-spacing: 1px;
  font-weight: bold;
  color: #aaa;
  margin-top: 0;
  opacity: 0;
}

.step.done .step-text {
  color: #0087b3;
  -webkit-animation: dropText 0.5s linear forwards;
  animation: dropText 0.5s linear forwards;
}
.iconProgressive {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  fill: none;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes growLine {
  to {
    width: 100%;
  }
}
@keyframes growLine {
  to {
    width: 100%;
  }
}
@-webkit-keyframes dropText {
  to {
    padding-top: 1em;
    opacity: 1;
  }
}
@keyframes dropText {
  to {
    padding-top: 1em;
    opacity: 1;
  }
}
*/
.loader-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 1184;
  background-color: rgba(0, 48, 52, 0.8);
}
.bg-primary {
  background-color: #039ca2 !important;
}
.btn-primary {
  color: #fff;
  background-color: #039ca2;
  border-color: #039ca2;
}
.btn-primary:hover {
  color: #fff;
  background-color: #003034;
  border-color: #003034;
}
.submit-btn-area button:hover {
  background: #039ca2;
  color: #ffffff;
}
.form-gp i {
  color: #039ca2;
}
.form-gp.focused label {
  color: #039ca2;
}

.user-profile .dropdown-menu a:hover {
  background: #f8f9fa;
  color: #039ca2;
  cursor: pointer;
}
/* Demo Certi*/

.bg-demo-certi {
  background-image: url("../images/back.jpg");
  background-size: 100% 100%;
}
.dark-blue {
  color: #003856;
}
.border-top-bottom {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
.flex-1 {
  flex: 1;
}
.sec-nav-border{
  border-bottom:5px solid #039ca2;
}
.sec-nav{
  background-color: #fff !important;
  
  /*border-radius: 20px;*/
}
.sec-nav.navbar-light .navbar-nav .nav-link,.dropdown-item {
    color: #039ca2;
    font-weight: bold;
    position: relative;
}
.sec-nav.navbar-light .navbar-nav .nav-link:focus, .sec-nav.navbar-light .navbar-nav .nav-link:hover,.sec-nav.navbar-light .navbar-nav .nav-link.active-link ,.dropdown-item:focus, .dropdown-item:hover{
    color: rgb(0, 48, 52);
}
.sec-nav.navbar-light .navbar-nav .nav-link.active-link:before{
    content: "";
    position: absolute;
    width: 60%;
    height: 1px;
    bottom: 0;
    left: 20%;
    border-bottom: 3px solid #039ca2;
}

.list-style-disc {
  list-style-type: disc;
}
.list-style-circle {
  list-style-type: circle;
}
.max-width-avtar{
  /*max-width: 170px;*/
  margin: 0 auto;
  background-color: #003034;
}
ul.team-list{
    display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  box-orient: horizontal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-shrink: 1;
  -ms-flex-negative: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  background-color: #fff;
  float: left;
  left: 50%;
  min-width: 0;
  max-width: 100%;
  position: relative;
   box-shadow: 0 0.9375rem 3.75rem rgba(2,2,22,0.1);
}
ul.team-list li{
  width: 25%;
}
ul.team-list li{
  /*border-top: 0px solid transparent;
    border-bottom: 1px solid #edf0f2;
    border-right: 1px solid #edf0f2;
    border-left: 1px solid transparent;*/
    border: 1px solid #edf0f2;
}
.team-avtar{
  padding: 10px 30px;
}
.show-profile{
  position: absolute;
    top: 65%;
    left: 65%;
    background-color: #fff;
    padding: 8px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 1px 1px #ddd;
    font-size: 21px;
    font-weight: bolder;
}

.team-avtar-overlay{
  position: absolute;
  top: 0;
  right: 0;
  left:0;
  bottom: 0;
 /* background-image: linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5));*/
  padding: 10px 5px;
  display: none;
  
}

.team-member{
  display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    height: 100%;
}
.team-member:hover{
  /*background-image: url('../images/user.png');*/
    
   /* background:linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5)),url('../images/tausif-bkp.jpg') no-repeat center center;*/
    /*background-position: center center;
    background-repeat: no-repeat;*/

  /* background-color: rgba(3, 156, 162);
   color: #fff;*/
   background-size: 100% 100%;
}
.team-member.helal:hover{
  background:linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5)),url('../images/futarium-blockchain-london-helal-chairman.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.team-member.ambrish:hover{
  background:linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5)),url('../images/futarium-blockchain-london-ambrish-ceo.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.team-member.randal:hover{
  background:linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5)),url('../images/futarium-blockchain-london-randal-director.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.team-member.rafique:hover{
  background:linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5)),url('../images/futarium-blockchain-london-rafique-director.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.team-member.anna:hover{
  background:linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5)),url('../images/futarium-blockchain-london-anna-business-development.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.team-member.tausif:hover{
  background:linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5)),url('../images/futarium-blockchain-london-tausif-senior-manager.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.team-member.pradeep:hover{
  background:linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5)),url('../images/futarium-blockchain-london-pradeep-head development.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.team-member.binit:hover{
  background:linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5)),url('../images/futarium-blockchain-london-binit-developer.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.team-member.sanjida:hover{
  background:linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5)),url('../images/futarium-blockchain-london-sanjida-developer.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.team-member.cedric-bell:hover{
  background:linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5)),url('../images/futarium-blockchain-london-cedric-bell.jpg') no-repeat center center;
  background-size: 100% 100%;
}

.team-member.krunal:hover{
  background:linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5)),url('../images/futarium-blockchain-london-krunal-developer.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.team-member.irina:hover{
  background:linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5)),url('../images/futarium-blockchain-london-irina-project-manager.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.team-member.andreea:hover{
  background:linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.5)),url('../images/futarium-blockchain-london-andreea-project-manager.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.team-member .title,.team-member .sub-title{
 color: #039ca2 !important;
}
/* .team-member .sub-title{} */
.team-member:hover .title,.team-member:hover .sub-title{
  color: #fff !important;
}
.team-member:hover .team-avtar-overlay{
  display: block;
} 
.team-member:hover img.max-width-avtar{
  background-color: transparent;
  border:1px solid #fff;
}

.team-member:hover .team-avtar>div{
      border: 1px solid #fff;
    border-radius: 50%;
}
.team-member:hover .team-avtar img{
  opacity: 0;
}
.team-member-modal .modal-content{
  background-color: transparent;
  border:none;
}
.close-modal .close{
    background-color: #039ca2;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    opacity: 1;
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 0;
    position: absolute;
    top: 15px;
    left: auto;
    right: 5px;
    z-index: 1;
}
.team-member-modal .modal-body{
      max-height: 100%;
  }
.bg-modal-body{
  background-color: #fff;
 
}
.left-profile-section{
  background-color: #003034;
}
.left-profile-section img{
  border:3px solid #fff;
  border-radius: 30px;
}
.member-desc{
  max-height: calc(100vh - 310px);
  overflow-y: auto;
  margin-right: 20px;
  padding: 10px;
}
.member-desc .desc{
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
}

.custom-textbox{
  width: calc(100% - 120px);
}
.custom-label p{
  background-color: #002E32;
  color: #fff;
  font-size: 15px;
  min-width: 100px;
  text-align: center;
}
.custom-label p::before{
  content: '';
    position: absolute;
    top: 9px;
    left: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-left: 7px solid #002E32;
}
.captcha p{
  background-color: #002E32;
  color: #fff;
  font-size: 15px;
  min-width: 100px;
  text-align: center;
}
.captcha p::before{
  content: '';
    position: absolute;
    bottom:-14px;
    left: 49%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-top: 7px solid #002E32;
}

/*
.team-list{
  width: 100%;
}
.team-list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transform: translateX(-50%);
  flex-direction: row;
  flex-flow: row wrap;
  flex-shrink: 1;
  flex-grow: 1;
  background-color: #fff;
  float: left;
  max-width: 100%;
  position: relative;
      box-shadow: 0 0.9375rem 3.75rem rgba(2,2,22,0.1);
}
.team-list ul li{
      width: 300px;
}
.team-list article {
    position: relative;
    display: block;
}
.team-list article:before {
    padding-bottom: 122%;
}
.team-list article a {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.team-list ul aside {
    box-sizing: border-box;
    display: block;
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 0px solid transparent;
    border-bottom: 1px solid #edf0f2;
    border-right: 1px solid #edf0f2;
    border-left: 1px solid transparent;
    opacity: 1;
}
.team-list article header {
    padding: 1.875rem 2.5rem;
}
.team-list .title {
    font-size: 1.125rem;
    line-height: 1;
}
.team-list .blurb {
    font-size: 1em;
    bottom: 1.7em;
}
.team-list .content {
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    position: absolute;
    top: 39%;
    width: 70%;
    z-index: 1;
}

.team-list .content .image {
    border-radius: 50%;
    height: 99%;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    width: 99%;
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle,white 100%,black 100%);
    z-index: 1;
}
.team-list .content .image img {
    transform: translate(-50%,-50%) translateZ(0) scale(1,1);
    -webkit-backface-visibility: hidden;
    height: 177%;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 70%;
    width: auto;
    z-index: 1;
}
.team-list article .content .image:before {
    background-color: #2b9bdf;
    background-image: linear-gradient(to bottom,#2b9bdf,#0bbdd7,#a8dbe9);
    content: '';
    display: block;
    height: calc(145.7 * 1.22%);
    left: -23%;
    opacity: 0;
    position: absolute;
    top: -19%;
    width: 145.7%;
}
.team-list article .content .image:after {
    -ms-transform: scale(2);
    transform: scale(2);
    border: 1px solid;
    border-color: rgba(255,255,255,0);
    border-radius: 50%;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 20;
}
.team-list .content .symbol {
    background-color: #fff;
    border-radius: 50%;
    bottom: 10%;
    box-shadow: rgba(35,35,35,0.15) 2px 2px 8px;
    display: inline-block;
    height: 3.5rem;
    line-height: 1;
    padding: 19px;
    position: absolute;
    right: 3%;
    text-decoration: none;
    width: 3.5rem;
    z-index: 40;
}*/




/*Footer*/

.footer,.copyright {
    background-color: #f8f8f8;
}
.footerleft {
    margin-top: 50px;
    padding: 0 26px;
}
.logofooter {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 700;
}
.footer p {
    color: #004040;
}
.footerleft p {
    font-size: 12px;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Lato', sans-serif;
    /* font-family: aqua; */
    margin-bottom: 15px;
    letter-spacing: unset;
    line-height: unset;
}
.footerleft a{
  color: #039CA2;
}
.footerleft p i {
    width: 20px;
    color: #999;
}
.paddingtop-bottom {
    margin-top: 50px;
}
.heading7 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 22px;
}
.footer-ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left: 2px;
}
.footer-ul li {
    line-height: 29px;
    font-size: 12px;
}
.footer-ul li a {
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    color: #039CA2;
}
.paddingtop-bottom {
    margin-top: 50px;
}
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 1px;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 15px;
}
.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}
.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
a.social-icon {
    background-color: #039CA2;
}
.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}
.social-network a.icolinkedin:hover {
    background-color: #0073B0;
}
.social-network a.icopinterest:hover {
    background-color: #CB2027;
}
.social-network a.icogoogleplay:hover {
  background-color: #00D9FF;
}
.social-network a.icoappstore:hover {
  background-color: #1AA5F8;
}

.footer .btn-primary {
    background-color: #008080;
    border-color: #008080;
}
.footer .btn-primary:hover, .footer .btn-primary:focus {
    background-color: #039CA2;
    border-color: #008080;
}
.copyright p {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0px;
    color: #039CA2;
}

.main-section {
    margin: 3% 0;
}

.font-title {
    font-size: 24px;
    color: #004040;
    width: 100%;
}
.extra-margin {
    margin-bottom: 20px;
}
.road-ahead-section-reverse {
    background: #fff;
    /* background: linear-gradient(to left, #fff, #fff); */
    padding: 5% 0;
}
.road-ahead-section {
    background: #008080;
    background: linear-gradient(to left, #eff7f7, #f7fbfb);
    padding: 5% 0;
}

img.road-ahead-info-1 {
    margin-top: 7%;
}
.progress-height{
  height: 2rem;
}
.service-card-area {
    background-color: #f9f9f9;
    padding: 3%;
}
.core-first-row {
    min-height: 450px;
}
.core-sec-row {
    min-height: 350px;
}
.font-subtitle {
    font-size: 22px;
    color: #004040;
    font-weight: normal;
}
.service-card-area .img-area {
    /* width: 50%; */
    margin: 0 auto;
}
.contact-area {
    background-image: url(../images/contact-bg.jpg);
    background-size: 100% 100%;
    background-position: center;
    padding-bottom: 2%;
    /* background: linear-gradient(135deg, rgba(0, 64, 64, 0.9), rgba(0, 128, 128, 0.9)); */
}
.custom-table.workforce td {
    width: 20%;
}
.carousel-caption-center{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.border-right-item{
  border-right: 2px solid #fff;
}
.h-150{
  height: 150px;
}
.carousel-item img.slider-caption-logo{
  width: 250px;
  height: auto;
}
.line-height-0-1{
  line-height: 0.1;
}
.w-50-md{
  width: 50%;
}
h1.direction-x{
	font-weight: normal;
	border-bottom: 2px solid #50b3cf;
	font-size: 36px;
}
.soical-icon ul{
	list-style: none;
}
.soical-icon ul li{
	display: inline-block;
	padding: 3%;
}
.soical-icon ul li a{
	color: #039CA2;
}
.soical-icon ul li a:hover{
	color: #008080;
}
.extra-space{
	margin-bottom: 3%;
}

/* 
Index Card */

.bg-gray{
  background-color: #e5e5e5;
}

.fa-spin-fast {
  -webkit-animation: fa-spin-fast 0.2s infinite linear;
  animation: fa-spin-fast 0.2s infinite linear;
}
@-webkit-keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin-fast {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.material-card {
  position: relative;
  height: 0;
  padding-bottom: calc(100% - 16px);
  margin-bottom: 6.6em;
}
.material-card h2 {
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
  width: 100%;
  padding: 10px 16px;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 0;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card h2 span {
  display: block;
}
.material-card h2 strong {
  font-weight: 400;
  display: block;
  font-size: 0.8em;
}
.material-card h2:before,
.material-card h2:after {
  content: " ";
  position: absolute;
  left: 0;
  top: -16px;
  width: 0;
  border: 8px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card h2:after {
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .material-card.mc-active {
    padding-bottom: 0;
    height: auto;
  }
}
.material-card.mc-active h2 {
  top: 0;
  padding: 10px 16px 10px 90px;
  min-height: 80px;
}
.material-card.mc-active h2:before {
  top: 0;
}
.material-card.mc-active h2:after {
  bottom: -16px;
}
.material-card .mc-content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 16px;
  left: 16px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card .mc-btn-action {
  position: absolute;
  right: 16px;
  top: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid;
  width: 54px;
  height: 54px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card.mc-active .mc-btn-action {
  top: 62px;
}
.material-card .mc-description {
  position: absolute;
  top: 100%;
  right: 30px;
  left: 30px;
  bottom: 54px;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}
.material-card .mc-footer {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card .mc-footer h4 {
  position: absolute;
  top: 200px;
  left: 30px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 1.4s;
  -moz-transition: all 1.4s;
  -ms-transition: all 1.4s;
  -o-transition: all 1.4s;
  transition: all 1.4s;
}
.material-card .mc-footer a.fa {
  display: block;
  float: left;
  position: relative;
  width: 52px;
  height: 52px;
  margin-left: 5px;
  margin-bottom: 15px;
  font-size: 28px;
  color: #fff;
  line-height: 52px;
  text-decoration: none;
  top: 200px;
}
.material-card .mc-footer a.fa:nth-child(1) {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.material-card .mc-footer a.fa:nth-child(2) {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.material-card .mc-footer a.fa:nth-child(3) {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
/* .material-card .mc-footer a:nth-child(4) {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.material-card .mc-footer a:nth-child(5) {
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -ms-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
} */
.material-card .img-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.material-card.mc-active .img-container {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 12px;
  width: 60px;
  height: 60px;
  z-index: 20;
}
.material-card.mc-active .mc-content {
  padding-top: 5.6em;
}
.material-card a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
  .material-card.mc-active .mc-content {
    position: relative;
    margin-right: 16px;
  }
}
.material-card.mc-active .mc-description {
  top: 50px;
  padding-top: 5.6em;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 767px) {
  .material-card.mc-active .mc-description {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    padding: 50px 30px 70px 30px;
    bottom: 0;
  }
}
.material-card.mc-active .mc-footer {
  overflow: visible;
  position: absolute;
  top: calc(100% - 16px);
  left: 16px;
  right: 0;
  height: 82px;
  padding-top: 15px;
  padding-left: 25px;
}
.material-card.mc-active .mc-footer a.fa {
  top: 0;
}
.material-card.mc-active .mc-footer h4 {
  top: -32px;
}
.material-card.theme-light h2 {
  background-color: #039ca2;
}
.material-card.theme-light h2:after {
  border-top-color: #039ca2;
  border-right-color: #039ca2;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.theme-light h2:before {
  border-top-color: transparent;
  border-right-color: #039ca2;
  border-bottom-color: #039ca2;
  border-left-color: transparent;
}
.material-card.theme-light.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #039ca2;
  border-bottom-color: #039ca2;
  border-left-color: transparent;
}
.material-card.theme-light.mc-active h2:after {
  border-top-color: #039ca2;
  border-right-color: #039ca2;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.theme-light .mc-btn-action {
  background-color: #039ca2;
}
.material-card.theme-light .mc-btn-action:hover {
  background-color: #039ca2;
}
.material-card.theme-light .mc-footer h4 {
  color: #039ca2;
}
.material-card.theme-light .mc-footer a.fa {
  background-color: #039ca2;
}
.material-card.theme-light.mc-active .mc-content {
  background-color: #d3e2e2;
}
.material-card.theme-light.mc-active .mc-footer {
  background-color: #acd4d6;
}
.material-card.theme-light.mc-active .mc-btn-action {
  border-color: #ffebee;
}


@media(max-width: 767px){
  .sec-nav.navbar-light .navbar-nav .nav-link.active-link:before {
    width: 100%;
    left: 0;
  }
  .carousel-item img{
    height: 80vh;
  }
  .carousel-caption-center .display-1{
    font-size: 2rem;
  }
  .carousel-caption-center h3 {
    font-size: 18px;
  }
  .flex-align{
    flex-wrap: wrap;
  }
  .w-50-md{
    width: auto;
  }
  .slider-caption-logo.border-right-item{
    border:none;
    padding-bottom: 20px;
  }
  .carousel-item img.slider-caption-logo{
   display: none;
  }
}

.border-box{
  min-height: 500px;
  border: 3px solid #008080;
  position: relative;
  background-image: linear-gradient(#039ca2, #003034);
}
.border-box::before{
  content: '';
  position: absolute;
  border-right: 2px solid #000000;
}
.border-box::after{
  content: '';
  position: absolute;
  border-right: 2px solid #000000;
}

.wrap {
	perspective: 800px;
	perspective-origin: -80% -230px;
}
.cube {
	position: relative;
	width: 100%;
  transform-style: preserve-3d;
  height: 550px;
  margin-top: 20px;
}
.cube div {
	position: absolute;
	width: 200px;
  height: 200px;
  background: url(../images/other-side-bg.png);
    background-size: 100% 100%;
  /* box-shadow: inset 0 0 30px rgb(83, 223, 228); */
    font-size: 20px;
    text-align: center;
    line-height: 200px;
    font-family: sans-serif;
    text-transform: uppercase;
    border: 1px solid #039ca2;
}
.cube p{
  display: flex;
    font-size: 22px;
    justify-content: center;
    height: 100%;
    align-items: center;
    color: #fff !important;
    font-weight: 500;
    padding: 20px;
    text-transform: initial;
}
.cube div.back {
  transform: translateZ(-100px) rotateY(0deg);
  height: 450px;
  width: 100%;
  background: url(../images/back-side-bg.png);
  background-size: 100% 100%;
}
.cube div.right {
	transform: rotateY(-270deg) translateX(100px);
  transform-origin: top right;
  height: 450px;
  right: 3px;
  
}
.cube div.left {
	transform: rotateY(270deg) translateX(-100px);
  transform-origin: center left;
  height: 450px;
  background: url(../images/top-left-bg.png);
    background-size: 100% 100%;
}
.cube div.top {
	transform: rotateX(-90deg) translateY(-100px);
  transform-origin: top center;
  width: 100%;
  background: url(../images/top-left-bg.png);
    background-size: 100% 100%;
}
.cube div.bottom {
	transform: rotateX(90deg) translateY(100px);
  transform-origin: bottom center;
  width: 100%;
  top: 250px;
  /* background: url(../images/top-left-bg.png);
  background-size: 100% 100%; */
}
.cube div.front {
  transform: translateZ(100px);
  height: 450px;
  width: 100%;
  background-image: linear-gradient(rgba(3, 156, 162,0.5), rgba(0, 48, 52,0.8));
}

.stage {
	list-style: none;
  padding: 0;
  display: flex;
}
.scene {
	width: 100%;
	height: 400px;
	/* margin: 30px; */
	float: left;
	perspective: 1000px;
}
.movie {
	width: 100%;
	height: 400px;
	transform-style: preserve-3d;
	transform: translateZ(-130px);
	transition: transform 350ms;
}
.movie:hover {
	transform: rotateY(-78deg) translateZ(20px);
}
.movie .poster, 
.movie .info {
  position: absolute;
  width: 80%;
  height: 400px;
  background-color: #fff;
  backface-visibility: hidden;
}
.movie .poster  {
  display: flex;
    height: 1;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
  transform: translateZ(141px);
  background-size: cover;
  background-repeat: no-repeat;
}

.movie .info {
  transform: rotateY(90deg) translateZ(130px);
  border: 1px solid #B8B5B5;
  font-size: 0.75em;
}
.movie::after {
  content: '';
  width: 260px;
  height: 260px;
  position: absolute;
  bottom: 0;
  box-shadow: 0 30px 50px rgba(0,0,0,0.3);
  transform-origin: 100% 100%;
  transform: rotateX(90deg) translateY(130px);
  transition: box-shadow 350ms;
}

.movie:hover::after {
  box-shadow: 20px -5px 50px rgba(0,0,0,0.3);
}
.info header {
  color: #FFF;
  padding: 7px 10px;
  font-weight: bold;
  height: 195px;
  background-size: contain;
  background-repeat: no-repeat;
  text-shadow: 0px 1px 1px rgba(0,0,0,1);
}

.info header h1 {
  margin: 0 0 2px;
  font-size: 1.4em;
}

.info header .rating {
  border: 1px solid #FFF;
  padding: 0px 3px;
}

.info p {
  padding: 1.2em 1.4em;
  margin: 2px 0 0;
  font-weight: 700;
  color: #666;
 font-size: 14px;
  border-top: 5px solid #039ca2;
}
.movie .poster,
.movie .info,
.movie .info header {
  transition: box-shadow 350ms;
}

.movie .poster {
  box-shadow: inset 0px 0px 40px rgba(255,255,255,0);
  border-right: 10px solid rgb(18, 114, 120);
    /* border-bottom-left-radius: 20px; */
    border-radius: 20px;
}

.movie:hover .poster {
  box-shadow: inset 300px 0px 40px rgba(255,255,255,0.8);
}
.movie .info, 
.movie .info header {
  box-shadow: inset -300px 0px 40px rgba(206, 184, 184, 0.5);
}

.movie:hover .info, 
.movie:hover .info header {
  box-shadow: inset 0px 0px 40px rgba(0,0,0,0);
}

.first-top.poster {
  background-image: url(../images/futarium-blockchain-lodon-advantage-1.jpg);
}

.poster.sec-top {
  background-image: url(../images/futarium-blockchain-lodon-advantage-2.jpg);
}

.third-top.poster {
  background-image: url(../images/futarium-blockchain-lodon-advantage-3.jpg);
}
.first-bottom.poster {
  background-image: url(../images/futarium-blockchain-lodon-advantage-4.jpg);
}

.poster.sec-bottom {
  background-image: url(../images/futarium-blockchain-lodon-advantage-5.jpg);
}

.third-bottom.poster {
  background-image: url(../images/futarium-blockchain-lodon-advantage-61.jpg);
}

/* .scene:nth-child(1) .info header {
  background-image: url(../images/enterprise-blockchain.png);
  
}

.scene:nth-child(2) .info header {
  background-image: url(../images/futarium-blockchain-london-advantages.jpg);
}

.scene:nth-child(3) .info header {
  background-image: url(../images/futarium-blockchain-london-cv-fraud.jpg);
} */
.bg-futarium-teal-green{
  background: #0a3738 url(../images/bg-animate-sec2.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.fixed-height {
  height: 85px;
  overflow: hidden;
}
.right-border {
  border-right: 4px solid #039ca2;
}
.flex-area-colum .cube-box {
  margin-top: -6px;
}
.cube-box {
  border: 4px solid #fff;
  /* background: rgba(0, 0, 0, .65); */
  padding: 2rem;
  position: relative;
}
.collapse-chart-outer {
  background-color: #fff;
}

.gradient-border{
  border-left: 10px solid #3EC8AC;
  border-right: 10px solid #4E90A4;
  border-radius: 5px;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 10px;
  padding-top: 10px;
    padding-bottom: 10px;
  background-image: linear-gradient(to right, #3EC8AC 0%, #4E90A4 100%), linear-gradient(to right, #3EC8AC 0%, #4E90A4 100%);
  background-color: rgba(255,255,255,1);
}

.bg-futarium-teal-green-left{
  background: #0a3738 url(../images/bg-animate-sec3.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.fullpage_background{
  background: url('../images/fullpage_bg.png');
}
.top-0{
  top: 0;
}
.icon-education{
  width: 55px;
}
.icon-advantage{
  width: 60px;
}
.front.smart-text p{
  font-size: 18px;
}
.futarium-head-logo{
	border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 10px;
}
.klaspad-head-logo{
	border-right: 1px solid #fff;
    margin-left: 10px;
	margin-right: 10px;
	padding-right: 10px;
}
.klaspad-logo{
	width: auto;
	height: 70px;
}
.logofooter img {
  height: 100px;
  width: auto;
  margin-right: 10px;
}
.navbar-dark .klaspad-logo{
	width: auto;
	height: 85px;
}
.header-icon{
  margin: 0px 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-shadow: 0px 8px 11px rgba(255, 255, 255, 0.13);
  background-color:#0B9691; 
}
.header-icon a{
  color: #fff;
  text-decoration: none;
}
.header-icon:hover,.header-icon:focus{
  background: #8060ec;
}
.navbar-dark .navbar-toggler-icon{
  cursor: pointer;
}
.custom-control.overflow-checkbox .overflow-control-input {
  display: none;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::after {
  transform: rotateZ(45deg) scale(1);
  top: -6px;
  left: 5px;
}
.custom-control.overflow-checkbox .overflow-control-input:checked ~ .overflow-control-indicator::before {
  opacity: 1;
}
.custom-control.overflow-checkbox .overflow-control-indicator {
  border-radius: 3px;
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #039ca2;
}
.custom-control.overflow-checkbox .overflow-control-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  transition: 0.3s;
  transform: rotateZ(90deg) scale(0);
  width: 10px;
  border-bottom: 4px solid #039ca2;
  border-right: 4px solid #039ca2;
  border-radius: 3px;
  top: -2px;
  left: 2px;
}
.custom-control.overflow-checkbox .overflow-control-indicator::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  transition: 0.3s;
  width: 10px;
  border-right: 7px solid #fff;
  border-radius: 3px;
  transform: rotateZ(45deg) scale(1);
  top: -4px;
  left: 5px;
  opacity: 0;
}
.progress{
  height: 35px;
  font-size: 14px;
}

.progress-outer {
  min-height: 100px;
}
.hidden {
  display: none;
}
.verify-progress {
  display: flex;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 0 0 7%;
  background-color: unset;
  padding-left: 4%;
  padding-top: 2%;
}

.step {
  flex-grow: 1;
  position: relative;
}

.step-progress {
  width: 100%;
  height: 0.25em;
  background: #003034;
}

.icon-wrapper {
  text-align: center;
  display: inline-block;
}

.step.done .step-progress:after {
  position: absolute;
  content: "";
  height: 0.25em;
  width: 0;
  background-color: #0087b3;
  -webkit-animation: growLine 1s linear forwards;
  animation: growLine 1s linear forwards;
}
.step.error .step-progress:after {
  position: absolute;
  content: "";
  height: 0.25em;
  width: 0;
  background-color: #bd0e1d;
  -webkit-animation: growLine 1s linear forwards;
  animation: growLine 1s linear forwards;
}
.icon-checkmark {
  position: absolute;
  top: -0.55em;
  left: -0.125em;
  border: 0.125em solid #003034;
  background: #051b23;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  padding: 0.125em;
  border-radius: 50%;
  transition: all 0.25s linear;
}
.error .icon-checkmark{
  padding: 0;
  text-align: center;
}
.step.done .icon-checkmark {
  background: #0087b3;
  border-color: #0087b3;
}
.step.error .icon-checkmark {
  background: #bd0e1d;
  border-color: #bd0e1d;
}
.icon-checkmark .path1 {
  stroke: #aaa;
  stroke-width: 4;
  stroke-linecap: square;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  fill: empty;
}
.icon-checkmark .path1.cross-path {
  stroke: #fff;
  stroke-width: 1;
  stroke-linecap: square;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  fill: #fff;
}

.step.done .icon-checkmark .path1 {
  -webkit-animation: dash 5s linear forwards;
  animation: dash 5s linear forwards;
  stroke: #fff;
}
.step.error .icon-checkmark .path1 {
  -webkit-animation: dash 5s linear forwards;
  animation: dash 5s linear forwards;
  stroke: #fff;
}

.step-text {
  position: relative;
  margin-left: -50%;
  letter-spacing: 1px;
  font-weight: bold;
  color: #aaa;
  margin-top: 0;
  opacity: 0;
}

.step.done .step-text {
  color: #0087b3;
  -webkit-animation: dropText 0.5s linear forwards;
  animation: dropText 0.5s linear forwards;
}
.step.error .step-text {
  color: #bd0e1d;
  -webkit-animation: dropText 0.5s linear forwards;
  animation: dropText 0.5s linear forwards;
}
.iconProgressive {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  fill: none;
}
/* .step svg path{
  display: none;
} */
/* .done svg.icon-done path{
  display: block;
} */
svg .path1.cross-path{
  display: none;
}
.error svg path{
  display: none;
}
.error svg .path1.cross-path{
  display: block;
}
.h-36{
  height: 36px !important;
}
@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes growLine {
  to {
    width: 100%;
  }
}
@keyframes growLine {
  to {
    width: 100%;
  }
}
@-webkit-keyframes dropText {
  to {
    padding-top: 1em;
    opacity: 1;
  }
}
@keyframes dropText {
  to {
    padding-top: 1em;
    opacity: 1;
  }
}
@media(max-width: 991px){
  ul.team-list li{
    width: 33.333333%;
  }
  .top-banner .display-1{
    font-size: 3rem;
  }
  .wrap{
    perspective-origin: unset;
    perspective: none
  }
  .wrap .cube {
    height: 450px;
  }
}
@media(max-width: 767px){
  ul.team-list li{
    width: 50%;
  }
  .top-banner .display-1{
    font-size: 2rem;
  }
  .top-banner .display-4{
    font-size: 1.9rem;
  }
  .top-banner img{
    height: 200px;
  }
  .header-icon{
    background-color:#fff; 
  }
  .header-icon a {
    color: #0B9691;
  }
  .header-icon:hover a,.header-icon:focus a{
    color: #fff;
  }
  .navbar-dark .navbar-toggler{
    margin: 0 auto;
    border-color: rgba(255,255,255);
    opacity: 1;
    margin-top: 5px;
  }
}
@media(max-width:540px){
  .navbar-dark .klaspad-logo{
    height: 75px;
  }
  .res-font{
    font-size: 21px;
  }
  .carousel-caption{
    padding-top: 40%;
  }
  
}