@import url(//fonts.googleapis.com/css?family=PT+Sans);
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
}
.contactus {
    color: #fff;
    font-size: 20px;
    margin: 0 40px;
}
.headerSection{
  background-color: #fff;
}
.headerContent{
  display: flex;
  flex-direction: column;
  margin: 190px auto;
}
.quotation{
  color: #6c83c6;
  font-size: 20px;
  text-align: center;
}
.blockchainForEducation{
  /* background-image: url(/blockchain-education-development/images/Eductaion-Curve-1.png); */
    /* background-size: cover;
    background-repeat: no-repeat; */
    margin-top: -140px;
    z-index: -5;
    padding-bottom: 10px;
    background-color: #000000;
}
div#back {
  position: relative;
  height: 100px;
  background-image: url(/wp-content/uploads/2016/02/testimonial.jpg);
  width: 100%;
  border-bottom-left-radius: 250% 160px;
  border-bottom-right-radius: 0;
}
.bannerSection {
  background-image: url(/blockchain-education-development/images/blockChainForEdu.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-attachment: fixed;
  min-height: 530px;
  height: 100%;
  width: 100%;
}
.zoom-in-zoom-out {
  min-height: 500px;
  min-width: 580px;
  height: 100%;
  width: 100%;
  background-image: url(/blockchain-education-development/images/blockChainForEdu.png);
  animation: zoom-in-zoom-out 5s ease infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.circle-grid>[class*="col-"] {
    margin-bottom: 20px;
}

.head-abtus-bdr {
    width: 50px;
    height: 5px;
    margin: 10px 0;
    transition: all 0.5s ease 0s;
}

.contact-item-section {
    padding: 65px 15px 15px;
    font-weight: bold;
    background-color: #f2f2f2;
}
.contact-item-section:after {
    content: "";
    display: block;
    margin-top: 6px;
    width: 40px;
    height: 5px;
    background: #f5a623;
    transition: width 1s;

}
.contact-item-section:hover:after {
    width: 60px;
    transition: width 1s;
}

.footer-menu div{
    width: 25%;
    line-height: 50px;
    position: relative;
}

.footer-menu div:last-child:before{
    background: transparent;
}
.footer-menu div :hover{
    background-color: #f5a623;
}
.footer-menu div:last-child{
    border-right: 0px;
}

.loc-cntry-txt{
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.5px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}
.hvr-cntry{
    cursor: pointer;
}
.loca-para{
    /* color: #fff; */
    font-size: 25px;
    font-weight: 100;
}
.active{
    background-color: #f5a623;
}
.onHover:hover{
    background-color: #f5a623;
    opacity: .5;
}
.footerSection{
    background-color: #f4f4f4;
}
/*MAP CSS START FROM HERE*/
#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
  }
  .imageLogo{
    width: 230px;
  }
  ul{
    list-style-type: circle;
  }
  .textIndent{
    text-indent: 0px;
    font-size: 16px;
  }
  .textIndent1{
    text-indent: 0px;
    margin-left: 0px;
  }
  .li:hover{
    /*color: #00bcd4;
    cursor: pointer;*/
  }
  .addInfo{
    font-size: 14px;
  }
.firstFloor{
    text-indent: -30px;
    margin-left: 30px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:36.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.bottomRow{
    background-color: #e9e9e9;
    height: 62px;
    box-shadow: 10px 10px 10px 10px grey;
    padding-top: 10px;
}

/* This is LogoIcon*/

.fa {
    padding: 13px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    /* border-radius: 50%; */ 
  }
  .fa-facebook {
    background: #3B5998;
    color: white;
    width: 36px;
  }
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  .fa-linkedin {
    background: #007bb5;
    color: white;
  }
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  .fa-instagram {
    background: #125688;
    color: white;
  }
  .iconBottom{
    display: flex;
    justify-content: end;
  }
  .fa-twitter:before {
    content: "\f099";
}
.homeButton{
    display: flex;
}

nav {
    width: 100%;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    display: inline-block;
  }
  .nav-links {
    list-style: none;
    display: flex;
  }
  .nav-item a {
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: black;
    font-size: 20px;
  }
  .nav-item:hover {
    background-color: white;
  }
  .nav-item:hover a {
    color: darkgreen;
  }
  .logo img {
    width: 230px;
    vertical-align: middle;
  }
  @import url('//fonts.googleapis.com/css?family=Original+Surfer&display=swap');
  .mask-section {
    background-color: #fafaff;
  }
  .quotationArea{
    font-weight: 600;
    height: 260px !important;
    clip-path: ellipse(76% 90% at 50% 2%);
    background-color: #fafaff !important;
    font-size: 30px;
  }
  .blockChainEducation{
    display: flex;
    padding-top: 206px;
    flex-direction: column;
    text-align: center;
  }
  .bloquote{
    font-size: 17px;
  }
  .boxSection{
    background-color: #081e2a;
    /* opacity: .9; */
    padding: 10px 9px 10px 9px;
    height: 180px;
    overflow-y: auto;
  }
  .imuteable{
    color: #fff;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
  }
  .headingPara{

  }
  .boxarea{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  button{
    display: inline-block;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    background: rgba(0,0,0,0.09);
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 0px;
  }
  span{
    display: block;
    padding: 2px 0px;
  }
  button::before, button::after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    /* background: #fff; */
  }
  span::before, span::after{
    content:"";
    width: 2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
  }
  button:hover::before, button:hover::after{
    width: 100%;
  }
  button:hover span::before, button:hover span::after{
    height: 100%;
  }
  /*----- button 6 -----*/
.btn-6::before{
  left: 50%;
  top: 0;
  transition-duration: 0.4s;
}
.btn-6::after{
  left: 50%;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-6 span::before{
  left: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.btn-6 span::after{
  right: 0;
  top: 50%;
  transition-duration: 0.4s;
}
.btn-6:hover::before, .btn-6:hover::after{
  left: 0;
}
.btn-6:hover span::before, .btn-6:hover span::after{
  top: 0;
}
.boxDescription{
display: flex;
justify-content: space-evenly;
}
.satyalist::after{
  content: "";
  display: block;
  margin-top: 2px;
  width: 40px;
  height: 2px;
  background: #f5a623;
  transition: width 1s;    
}
.satyalist:hover::after{
  width: 100%;
  transition: width 1s;
  min-width: fit-content;
}
.footer-menu {
  color: #fff;
  justify-content: space-evenly;
  border: 1px solid;
  background-color: #00bcd4;
}
.footer-menu div {
  width: 25%;
  line-height: 50px;
  position: relative;
}
.active {
  background-color: #f5a623;
}
.footer-menu div:before {
  content: "";
  display: block;
  height: 19px;
  width: 2px;
  background: #fff;
  top: 17px;
  right: 0px;
  position: absolute;
}
.footer-menu div span {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.row {
  margin-bottom: 1.1em;
}
.red-border-center {
  margin: 0 auto;
  background: #de2101;
  height: 4px;
  width: 120px;
}
.red-border-left {
  margin: 0px;
  background: #de2101;
  height: 4px;
  width: 120px;
}
.letsTalkAbout{
  max-width: 820px;
  margin: 0px auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 8px #00000029;
  border-radius: 10px;
  opacity: 1;
  padding: 35px 20px 26px;
}
.li{
  list-style-type: none;
}
.animateBox {
  animation: bottom_to_top .5s ease-out;
}
.btn-link:hover{
  text-decoration: none !important;
}

/* accordian */
#main #faq .card {
  margin-bottom: 1px;
  border: 0;
}
#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}
#main #faq .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #f7f7f7;
  color: #007bff;
  padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-weight: 900;
  float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #f7f7f7;
  color: #007bff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}

#main #faq .card .collapsing {
  background: transparent;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}
#main #faq .card .collapse.show {
  background: transparent;
  line-height: 30px;
  color: #222;
}
canvas.dots {
  position: absolute;
  top: 868px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
ul.textIndent li {
  list-style-type: none;
}
ul.textIndent li a{
  text-decoration: none;
  color: #000000;
}
ul.textIndent li a:hover{
  color: #000000;
}

.inner_supply_chain .custom_cta {
    background: linear-gradient(90deg,rgba(0,59,255,1) 0%,rgb(32 106 255) 13.82%,rgb(52 143 206) 56.78%,rgb(48 200 227) 86.36%,rgb(47 136 255) 100%);
    position: relative;
    background-size: 400% 400%;
    animation: gradient 2s ease infinite;
    box-shadow: 0 8px 26px -8px #62aaff;
}
a.default_innercta {
    padding: 7px 20px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: var(--lexend);
    text-decoration: none !important;
}
a:hover{
    text-decoration:none !important;
}
input::-webkit-outer-spin-button,
      input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
      }
      input[type=number] {
        -moz-appearance: textfield;
        /* Firefox */
      }
.logoDescr{
  width: 58%;
}
#toTop {
  position: fixed;
  bottom: 0px;
  right: 30px;
  width: 64px;
  height: 64px;
  z-index: 9999;
  cursor: pointer;
  opacity: 0.5;
}
.backToTp {
  animation: test 4s infinite;
}
@keyframes test{
  0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-20PX);
}
100% {
    transform: translateY(0px);
}
}
.footerHeader {
    font-size: 22px;
}
li.li-1{
    text-indent: -10px;
    margin-left: 21px;
    list-style-type: none;
}
.fa-discord {
    background: #55ACEE;
    color: white;
    background-color: #5562ea;
  }
  .fa-discord::before {
    content: "\f392";
   }
   .fab {
  padding: 8px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  }
.discord{
    background-color: #384d96;
    padding: 8px;
    color: #fff;
    width: 31px;
    height: 32px;
    margin-top: 5px;
    margin-right: 3px;
    box-shadow: 0 5px 11px 0 rgb(0 0 0/18%),0 4px 15px 0 rgb(0 0 0/15%);
}