@font-face {
  font-family: Syne-Regular;
  src: url(/about-us/fonts/Syne-Regular.ttf);
}
@font-face {
  font-family: Syne-SemiBold;
  src: url(/about-us/fonts/Syne-SemiBold.ttf);
}
@font-face {
  font-family: Syne-Bold;
  src: url(/about-us/fonts/Syne-Bold.ttf);
}

.contactus {
    color: #fff;
    font-size: 20px;
    margin: 0 40px;
}
.sectionHeader {
    background-image: url(/about-us/images/bg-blur-circle-02.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #111E36;
}
.aboutImage img{
    border-radius: 10px;
}
.aboutSection{
  background-color: #111E36;
  padding-bottom: 50px;
}
.connectWhatsaap{
    margin: 430px -22px;
    font-size: 24px;
    border: 1px solid red;
    width: 344px;
    cursor: pointer;
    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;
}

.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: -30px;
    font-size: 16px;
  }
  .textIndent1{
    text-indent: -10px;
    /* margin-left: -42px; */
  }
  .li:hover{
    color: #00bcd4;
    cursor: pointer;
  }
  .addInfo{
    font-size: 14px;
  }
.firstFloor{
    text-indent: -30px;
    margin-left: 30px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom: 570px;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.bottomRow{
    background-color: #e9e9e9;
    height: 50px;
}
.bottomRow{
    box-shadow: 10px 10px 10px 10px grey;
}

/* 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;
  }
  .aboutUs {
    max-width: 820px;
    margin: 50px auto;
    /* background: #FFFFFF 0% 0% no-repeat padding-box; */
    box-shadow: 0px 1px 8px #00000029;
    border-radius: 10px;
    opacity: 1;
    padding: 35px 20px 26px;
    font-family: Syne-Bold;
}
.red-border-center {
  margin: 0 auto;
  background: #1db0ff;
  height: 4px;
  width: 120px;
}
.text-center {
  text-align: center!important;
}
 .elementor-widget-container {
  padding: 12px 12px 12px 12px;
  /* background-color: #122F5B; */
  border-radius: 8px 8px 8px 8px;
}
.elementor .elementor-custom-embed {
  line-height: 0;
}
.elementor-widget-wrap>.elementor-element {
  width: 100%;
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
  padding: 10px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
@media (min-width: 768px){
.elementor-140 .elementor-element.elementor-element-a104534 {
    width: 44.958%;
}
}
@media (min-width: 768px){
.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 50%;
}
}
.elementor-widget-container .elementor-custom-embed iframe{
  width: 100%;
  height: 550px;
}
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 */
      }

.accelerateThe{
  background-color: #111e36;
  padding-bottom: 50px;
}
.accelerateThea{
  background-color: #0b8bfe;
  padding: 50px;
  border-radius: 10px;
  margin-left: 47px;
  margin-top: -180px;
}
.elementor-icon-list-text{
    color: #fff;
    padding-left: 8px;
    font-family:Syne-SemiBold;
}
.elementor-widget .elementor-icon-list-icon i {
  width: 1.25em;
  font-size: 20px;
}
.elementor-icon-list-item{
  color: #007bb5;
}
.fa-check:before {
  content: "\f00c";
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#ourVision{
  background-color: #111e36;
  padding-bottom: 50px;
}
/* Section Here */
.elementor-3985 .elementor-element.elementor-element-3e4dd30e {
  padding: 0em 0em 0em 0em;
}
.elementor-widget-wrap>.elementor-element {
  width: 100%;
}
.elementor-section {
  position: relative;
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
} 
.elementor-section .elementor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media (min-width: 768px){
.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 25%;
}
}
.elementor-column, .elementor-column-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-column {
  min-height: 1px;
}
.elementor-3985 .elementor-element.elementor-element-4093ee6.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
  align-content: center;
  align-items: center;
}
.elementor-3985 .elementor-element.elementor-element-4093ee6 > .elementor-element-populated {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: var( --e-global-color-eed2a1c );
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 1em 0em 1em 0em;
  --e-column-margin-right: 0em;
  --e-column-margin-left: 0em;
  padding: 0em 0em 0em 0em;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 10px;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.elementor-3985 .elementor-element.elementor-element-4093ee6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: -1px;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 20px;
}
.elementor-element .elementor-widget-container {
  -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
}
.elementor *, .elementor :after, .elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.elementor-counter .elementor-counter-number-prefix {
  text-align: right;
}
.elementor-counter .elementor-counter-number-prefix, .elementor-counter .elementor-counter-number-suffix {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  white-space: pre-wrap;
}
.elementor *, .elementor :after, .elementor :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.elementor-counter .elementor-counter-number-suffix {
  text-align: left;
}

.elementor-3985 .elementor-element.elementor-element-3235878f {
  text-align: center;
}
.elementor-widget-wrap>.elementor-element {
  width: 100%;
}
.elementor-widget {
  position: relative;
}
.elementor-3985 .elementor-element.elementor-element-3235878f > .elementor-widget-container {
  margin: 0px 0px 0px 0px;
}
.elementor-element .elementor-widget-container {
  -webkit-transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
}
.elementor-heading-title {
  padding: 0;
  margin: 0;
  line-height: 1;
}
#two{
  background-color: #111e36;
  padding-top: 30px;
  padding-bottom: 50px;
}
#blockChainSolutions{
  background-color: #111e36;
  padding-bottom: 50px;
}
p.text-para{
  color: #A1ACB2;
  font-family: Syne-Regular;
  font-size: 18px;
}
.imagesection{
  display: flex;
  justify-content: center;
}
.safeSecure{
  background-color: #172a4b;
  padding: 20px;
  height: 270px;
}
.safeSecure:hover{
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1.1, 1.1);
}
#coinBase{
  background-color:#111e36;
  padding-bottom: 50px;
}
.backImg{
width: 180px;
opacity: 0.5;
filter: brightness( 190% ) contrast( 90% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
transition-duration: 0.3s;
}
.backImg:hover{
  opacity: 1;
  width: 180px;
  filter: brightness( 300% );
  transition-duration: 0.3s;
}
.joinUs{
max-width: 820px;
margin: 50px auto;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 1px 8px #00000029;
border-radius: 10px;
opacity: 1;
padding: 35px 20px 26px;
font-family: Syne-Bold;
background-color:#111e36;;
}
#joinOurTeam {
  background-image: url(/about-us/images/bg-blur-circle-02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #111E36;
}
.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%);
}

.backImg0{
  width: 200px;
  opacity: 0.5;
  filter: brightness( 100% ) contrast( 10% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
  transition-duration: 0.3s;
  }
.backImg0:hover{
    opacity: 1;
    width: 200px;
    filter: brightness( 90% );
    transition-duration: 0.3s;
  }

.backImg1{
  width: 300px;
  opacity: 0.5;
  filter: brightness( 100% ) contrast( 10% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
  transition-duration: 0.3s;
  }
.backImg1:hover{
    opacity: 1;
    width: 300px;
    filter: brightness( 90% );
    transition-duration: 0.3s;
}