@import url(/blockchain-supply-chain-management-development/css/custme.css);
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.contactus {
    color: #fff;
    font-size: 20px;
    margin: 0 40px;
}
.sectionHeader {
  background-image: url(/blockchain-supply-chain-management-development/images/developmentSection.png);
  background-repeat: no-repeat;
  background-position: top center;
  /* height: 550px; */
  background-size: cover;
}
.connectWhatsaap {
  font-size: 22px;
  padding: 3px;
  cursor: pointer;
  text-transform: uppercase;
  /* border: 0px solid red;
  width: 330px; */
  opacity: 1;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
    color: #010101;
}

.imlooking {
    text-align: center;
    font-size: 40px;
    font-family: tungstenw05-medium, Oswald, sans-serif;
    font-weight: 400;
    line-height: 70px;
}
.textLookBlock {
    text-align: center;
    max-width: 700px;
    width: 100%;
    margin: 10px auto;
}

.circle-grid {
    display: flex;
    flex-wrap: wrap;
}

.bg-queries {
    padding: 65px 15px 15px;
}

.bg-queries {
    background-color: #f2f2f2;
    color: #000;
    position: relative;
    height: 100%;
}

.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 {
    color: #fff;
    justify-content: space-evenly;
    max-width: 700px;
    border: 1px solid;
}
.footer-menu div{
    width: 25%;
    line-height: 50px;
    position: relative;
}
.footer-menu div:before{
    content: "";
    display: block;
    height: 19px;
    width: 2px;
    background: #fff;
    top: 17px;
    right: 0px;
    position: absolute;
}
.footer-menu div:last-child:before{
    background: transparent;
}
.footer-menu div :hover{
    background-color: #f5a623;
}
.footer-menu div:last-child{
    border-right: 0px;
}
.footer-menu div span{
    text-align: center;
    display: inline-block;
    width: 100%;
}
.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: none;
  } */
  .textIndent{
    text-indent: 0px;
    font-size: 16px;
    list-style-type: none;
  }
  .textIndent1{
    text-indent: 0px;
    margin-left: 0px;
    list-style-type: none;
  }
  .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: 37px;
  }
  .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;
  }
  .bodySection{
    background-color: #f5f5f5;
    padding-bottom: 58px;
  }
  .graphSection{
    background-color: #fff;
    padding-left: 26px;
    padding-top: 19px;
    padding-right: 33px;
    min-height: 300px;
    height: 100%;
  }
  .dollar{
    color: #ffa01d;
  }
  .graphLogo{
    margin-bottom: 35px;
  }
  .smartContractSection{
    padding-left: 20px;
    padding-right: 20px;
  }
  .contractDevelopment{
    text-align: center;
  }
  td {
    padding: 8px;
  }
  .archLogo{
    display: flex;
  }
  .smart1{
    padding-top: 35px;
  }
  
.uppercase{
  text-transform: uppercase;
}
.btn-hire{
  position: relative;
  margin: 0 10px 0 0;
  background: #024;
  background-image: none!important;
  color: #fff;
  padding: 12px 27px 12px 36px;
  transition: all .25s;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  box-shadow: none;
  border-radius: 0px;
}

.btn-hire1{
  position: relative;
  margin: 0 10px 0 0;
  background: #f28a04;
  background-image: none!important;
  color: #fff;
  padding: 12px 27px 12px 36px;
  transition: all .25s;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  box-shadow: 0 6px 7px 0 rgb(11 158 218 / 22%);
  border-radius: 0px;
}
.btn-hire:hover{
  background-color: #ffa01d;
  color: white;
}
.btn-hire1:hover{
  background-color: #ffa01d;
  color: white;
}
.buttonSection{
  display: flex;
  justify-content: center;
}
.developmentService{
  background-color: #f5f5f5;
}
.developmentService-w{
  background-color: #f5f5f5;
  padding-bottom: 60px;
}
/* ========================= */
.vc_row {
	margin-left: -21px;
	margin-right: -21px;
}
.vc_column_container > .vc_column-inner {
	padding-left: 21px;
	padding-right: 21px;
}
.vc_column_container > .vc_column-inner {
	padding-left: 21px;
	padding-right: 21px;
}
.vc_gitem_row {
	margin-left: 0;
	margin-right: 0;
}
.vc_column_container {
  padding-left: 0;
  padding-right: 0;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.content-left {
  text-align: right;
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-left-container, .timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left, .timeline-article .content-right {
  position: relative;
  width: auto;
  margin: 15px;
  position: relative;
  width: auto;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 8px #00000029;
  border-radius: 10px;
  opacity: 1;
  padding: 27px 15px;
}
.content-right {
  text-align: left;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: bold;
  font-size: 50px;
  top: -50px;
  left: -5px;
  color: #E7E7ED;
}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: #E7E7ED;
  z-index: 999;
}
.nub-div3 {
  position: absolute;
  top: 4px;
  right: 237px;
}
.nub-div3 span.article-number {
  font-weight: bold;
  font-size: 50px;
  top: 0px;
  left: 30px;
  color: #E7E7ED;
}
.nub-div5 {
  position: absolute;
  top: 27px;
  position: absolute;
  right: 110px;
}
.nub-div5 span.article-number {
  font-weight: bold;
  font-size: 50px;
  top: 0px;
  left: 0px;
  color: #E7E7ED;
}
.grey-box-1 {
  background: #EEEEEE 0% 0% no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  padding: 10px;
  margin: 50px auto 30px;
  max-width: 900px;
}
#conference-timeline {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 78%;
  top: 105px;
  left: 50%;
  margin-left: -2px;
  background: #EEECEC;
  z-index: 1;
}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
.nub-div1 {
  position: absolute;
  top: 9px;
  left: 30px;
}
.nub-div1 span.article-number {
  font-weight: bold;
  font-size: 50px;
  top: 0px;
  left: 30px;
  color: #E7E7ED;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}

.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}
.timeline-article .content-left:before, .timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
}
.timeline-article .content-right-container h4 {
  padding-left: 60px;
}
.timeline-article h4 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: none;
  color: #162C5B;
  opacity: 1;
  margin: 0px 20px 20px;
}
.timeline-article .content-right-container p {
  padding-left: 60px;
}
.timeline-article p {
  margin: 0 0 0 0px;
  padding: 0 15px 0px;
  color: #242424;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
p {
  margin: 0 0 1.1em;
}
.timeline-article .meta-date img {
  width: 100%;
  padding: 14px;
}
.smartContractSolution{
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 100px;
}
.boxSection{
  background-color: #052646;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-radius: 3px;
  min-height: 100%;
  height: 100%;
}
.contentArea{
  text-align: center;
}
.imageDescription{
  margin-bottom: 30px;
}
.faqFormSectionStart{
/* background-color: #fafbfd; */
padding-bottom: 80px;
padding-top: 50px;
}
.btn-link:hover{
  text-decoration: none !important;
}
.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;
}
.red-border-center{
    margin: 0 auto;
    background: #de2101;
    height: 4px;
    width: 120px;
}
.red-border-left{
  margin: 0px;
  background: #de2101;
  height: 4px;
  width: 120px;
}
a:hover{
  text-decoration: none !important;
}
canvas.dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* .btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
} */
.row {
  margin-bottom: 1.1em;
}
/* New css start for supplyChain */

.headSection{
  margin: 180px auto;
}

.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;
  /* margin-top: 20px; */
}
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;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
} 
}
.supplyChain{
  background-color: #0c0c0c;
  padding-left: 50px;
  padding-top: 53px;
  background-clip: padding-box;
  padding-right: 70px;  
}
.img-suply{
  width: 521px;
  height: auto;
}
.inner_supply_chain #innersec2 .blockchain_img {
  background-color: #7823a673;
  text-align: center;
}
.inner_supply_chain #innersec2 .blockchain_two_sec {
  background: #0c0c0c;
  display: grid;
  align-items: center;
  position: relative;
  padding: 50px;
}
.innersectitle_fontsize{
  font-size: 31px;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
.weighted_txt_600 {
  font-weight: 600!important;
}
.big-title {
  font-size: 40px!important;
}
.blockchain_two_sec{
  display: flex;
  flex-direction: row;
}
.inner_supply_chain #innersec2 .blockchain_two_sec:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/blockchain-supply-chain-management-development/images/demo-bg.svg);
  content: '';
  background-position: left;
}
.para-text{
  margin-top: 10px;
  margin-top: 26px;
  font-size: 18px;
  line-height: 27px;
}
.supplyChainServices{

}
.figureborder{
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.figurepara{
  text-align: center;
    font-size: 17px;
    line-height: 21px;
    margin-top: -3px;
    color: #212567;
    padding: 17px;
}
.imageDetail{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}
.bitdealIsFortyFying{
  background-color: #111b2c;
  padding-bottom: 100px;
  padding-top: 27px;
}
.hyperAfter{
  position: relative;
}
.hyperAfter::after{
  content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #fff;
    top: 0;
    left: 50%;
}
.fortifying_list{
  padding-left: 80px;
}
.fortifying_listRight{
  padding-right: 80px;
}
.inner_supply_chain #innersec10 .hyper_img{
  display: block;
  margin: auto 0 0 auto;
}
.inner_para {
  font-size: 16px;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  line-height: 1.7;
  letter-spacing: .028rem;
}
.font_lexend {
  font-family: var(--lexend);
}
.color_white {
  color: #f7faff!important;
}
.inner_supply_chain #innersec10 .fortifying_list ul li {
  color: #fff;
}
.supplyChainChalaenged{

}
.inner_supply_chain #innersec3 .challenges_list {
  padding: 20px;
  text-align: justify;
}
.weighted_txt_700 {
  font-weight: 700!important;
}
.inner_heads {
  font-size: 30px;
  text-transform: capitalize;
}
.font_lexend {
  font-family: var(--lexend);
}
.color_white {
  color: #f7faff!important;
}
.color_lite{
  color: #d3d8e2;
}
.inner_supply_chain #innersec3 .col-md-3 {
  transition: 1s;
}
.zoom {
  
  transition: transform .8s;
}
.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
  z-index: 11;
}
.challenges_list{
  padding: 21px 10px 10px 10px;
  text-align: left;
}
.inner_supply_chain ul li:before {
  position: absolute;
  width: 14%;
  height: 2px;
  background-color: #232830;
  content: '';
  left: 0;
  top: 50%;
}
.inner_supply_chain #innersec5 {
  background: linear-gradient(236.44deg,rgba(0,1,17,1) 0%,rgba(2,4,20,1) 4.32%,rgba(13,22,38,1) 37.35%,rgba(17,28,45,1) 60.76%,rgba(22,33,50,1) 85.71%,rgba(27,39,56,1) 100%);
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

#innersec5{
  
    background: linear-gradient(236.44deg,rgba(0,1,17,1) 0%,rgba(2,4,20,1) 4.32%,rgba(13,22,38,1) 37.35%,rgba(17,28,45,1) 60.76%,rgba(22,33,50,1) 85.71%,rgba(27,39,56,1) 100%);
    padding: 80px 0;
    position: relative;
    z-index: 1;
}
.inner_supply_chain #innersec5 .reinforce_list:hover {
  box-shadow: 0 0 7px 0 #1b1a1a82;
  background: linear-gradient(236.44deg,rgba(0,1,17,1) 0%,rgba(2,4,20,1) 4.32%,rgba(13,22,38,1) 37.35%,rgba(17,28,45,1) 60.76%,rgba(22,33,50,1) 85.71%,rgba(27,39,56,1) 100%);
  transform: scale(1.1);
  z-index: 2;
}
.inner_supply_chain #innersec5 .reinforce_list {
  padding: 15px;
  margin-top: 30px;
  text-align: center;
  transition: 1s;
}
.inner_supply_chain .reinforce_icons {
  width: 50px;
  height: 50px;
  object-fit: none;
}
.weighted_txt_600 {
  font-weight: 600!important;
}

.weighted_txt_400 {
  font-weight: 400;
}
.imgCpation{
  display: flex;
    justify-content: center;
}
.benifitsOfBloackChain{
  background-image: url(/blockchain-supply-chain-management-development/images/bg-4.svg);
  background-position: right;
  background-repeat: no-repeat;
  padding: 90px 0;
  background-size: cover;
}
.captionDetail{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.blockChainForindustries{
  background-color: #20252e;
  padding-bottom: 70px;
}
.indsties{
  padding-top: 68px;
}
 #innersec9 .industry_list {
  border: 1px solid #fff;
  margin-top: 30px;
  text-align: center;
  position: relative;
}
 .industries_img {
  width: 306px;
  height: 250px;
  object-fit: none;
}
 #innersec9 .industries_design {
  position: absolute;
  background: #141f30a8;
  width: 100%;
  padding: 20px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  top: 0;
}
.weighted_txt_800 {
  font-weight: 800!important;
}
.blockchainPlateForm{
  background-color: #fafafa;
}
 #innersec8 .platform-image-box {
  text-align: center;
}
 #innersec8 .bd_sprite_holder img {
  width: 60px;
  height: 60px;
  object-fit: none;
}
/* For Vertical Line */

.row.vertical-divider {
  overflow: hidden;
}
.row.vertical-divider > div[class^="col-"] {
  text-align: center;
  padding-bottom: 100px;
  margin-bottom: -100px;
  border-left: 1px solid #14465a;
  border-right: 1px solid #14465a;
}
.row.vertical-divider div[class^="col-"]:first-child {
  border-left: none;
}
.row.vertical-divider div[class^="col-"]:last-child {
  border-right: none;
}
hr.new1 {
  border-top: 1px solid #fff;
}

/* 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;
}
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%;
}
.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%);
}