html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
.contactus {
    color: #fff;
    font-size: 20px;
    margin: 0 40px;
}
.sectionHeader {
  background-image: url(/smart-contract-and-dapp-development/images/developmentSectios.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 280px;
}
.connectWhatsaap {
    margin: 0 40px;
    margin-top: 500px;
    font-size: 22px;
    padding: 3px;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid red;
    width: 330px;
    opacity: 0;
}
.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;
}

.para-txt {
    font-size: 24px;
    line-height: 27px;
    color: #ababab;
    font-weight: 200;
    margin-top: -5px;
}

.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;
  }
  .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: 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{
    
  }
  .graphSection{
    background-color: #fff;
    padding-left: 26px;
    padding-top: 19px;
    padding-right: 33px;
    /* min-height: 300px; */
    /* height: 100%; */
    padding-bottom: 10px;
  }
  .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: 0;
  background: #de2101;
  height: 4px;
  width: 120px;
}
.red-border-fullPage{
  margin: 0 auto;
  background: #052646;
  height: 4px;
  width: 100%;
}
a:hover{
  text-decoration: none !important;
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.row {
  margin-bottom: 1.1em;
}

/* 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;
}
.connectWhatsaap {
    padding: 3px;
}
.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;
}
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%);
}