body {
  background-color: #1e1e1e;
  background-image: url("../images/bodypattern3.png");
  background-repeat: repeat;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #dbd9d9;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

a {
  color: #f3aa42;
}

.flipBox a {
  color: #000;
  text-decoration: underline;
}

a,
img,
input,
textarea,
select {
  outline: none;
}

a:focus,
img:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

::-moz-selection {
  /* Code for Firefox */
  color: #1e1e1e;
  background: #f3aa42;
}

::selection {
  color: #1e1e1e;
  background: #f3aa42;
}

#wpcom-launch-banner-wrapper {
  display: none !important;
}

.container {
  width: 1440px;
  max-width: 100%;
  margin: auto;
  padding: 0 20px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  margin: 0 0 30px;
}

.headerCon {
  padding: 60px 15px;
  width: 100%;
  -webkit-transition: ease all .3s;
  transition: ease all .3s;
}

.headerCon.stickHeader {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #1e1e1e;
  z-index: 9;
  padding: 30px 15px;
  box-shadow: 5px 5px 17px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 17px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 17px rgba(0, 0, 0, 0.2);
}

.headerCon.Fixed01 {
  background-color: #1e1e1e;
}

.headerCon .headerInn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.headerCon .headerInn .logoCon {
  width: 120px;
  margin-right: 50px;
}

.headerCon .headerInn nav {
  margin-left: auto;
}

.headerCon .headerInn nav ul {
  display: block;
  margin: 0 -15px;
  list-style: none;
  padding: 0;
}

.headerCon .headerInn nav ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 17px;
}

.headerCon .headerInn nav ul li a {
  color: #dbd9d9;
  text-decoration: none;
  outline: none;
}

.headerCon .headerInn nav ul li a:hover {
  color: #f3aa42;
}

.heroSec {
  margin: 0 0 150px;
  position: relative;
}

.heroSec:before {
  content: '';
  position: absolute;
  left: 0;
  top: 150px;
  background-image: url(../images/wave02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  opacity: .3;
  z-index: -1;
  -webkit-animation: swell 7s ease -1.25s infinite;
          animation: swell 7s ease -1.25s infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.heroSec .heroSecInn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #dbd9d9;
  padding-top: 70px;
}

.heroSec .heroSecInn h1 {
  font-size: 70px;
  line-height: 90px;
  font-weight: normal;
  margin-top: 0;
}

.heroSec .heroSecInn .heroContent {
  width: 50%;
}

.heroSec .heroSecInn .heroImg {
  width: 50%;
  padding-left: 100px;
}

.heroSec .heroButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 80px 0 0;
}

.siteButton01 {
  display: inline-block;
  border: solid 3px #f3aa42;
  color: #f3aa42;
  padding: 15px 60px;
  border-radius: 60px;
  font-size: 23px;
  text-decoration: none;
  font-weight: normal;
}

.siteButton01:hover, .siteButton01:active, .siteButton01:focus {
  background-color: #f3aa42;
  color: #dbd9d9;
}

.siteButton02 {
  display: inline-block;
  border: solid 3px #f3aa42;
  background-color: #f3aa42;
  color: #1e1e1e !important;
  padding: 12px 40px;
  border-radius: 60px;
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  line-height: 25px;
}

.siteButton02:hover, .siteButton02:active, .siteButton02:focus {
  background-color: transparent;
  color: #f3aa42 !important;
}

.submitField,
input[type="submit"],
.eael-contact-form input[type=submit] {
  display: inline-block;
  border: solid 3px #f3aa42;
  background-color: #f3aa42;
  color: #1e1e1e !important;
  padding: 9px 40px 12px;
  border-radius: 60px;
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;
  line-height: 25px;
  cursor: pointer;
}

.submitField:hover, .submitField:active, .submitField:focus,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
.eael-contact-form input[type=submit]:hover,
.eael-contact-form input[type=submit]:active,
.eael-contact-form input[type=submit]:focus {
  background-color: transparent;
  color: #f3aa42 !important;
  border-color: #f3aa42;
}

h2 {
  font-size: 45px;
  line-height: 45px;
  margin: 0 0 30px;
  font-weight: normal;
  color: #f3aa42;
}

h3 {
  color: #f3aa42;
  font-size: 22px;
  margin: 0 0 25px;
}

.aboutSec {
  margin-bottom: 150px;
}

.aboutSec .aboutSecInn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutSec .aboutSecInn .aboutImg {
  min-width: 50%;
}

.aboutSec .aboutSecInn .aboutContent {
  padding: 0 40px 0 70px;
}

.exchangesSec {
  text-align: center;
  margin-bottom: 150px;
}

.exchangesSec .exchangesHead {
  max-width: 70%;
  margin: auto;
}

.exchangesSec .exchangeBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  width: 100%;
}

.exchangesSec .exchangeBlocks .Block01 {
  width: calc(100% / 3);
  padding: 20px;
}

.exchangesSec .exchangeBlocks .Block01 h3 {
  color: #dbd9d9;
  margin: 25px 0;
}

.exchangesSec .exchangeBlocks .Block01.higLight > div {
  -webkit-box-shadow: 0 0 15px rgba(243, 170, 66, 0.3);
          box-shadow: 0 0 15px rgba(243, 170, 66, 0.3);
  border-top-width: 5px;
  border-color: #00ce7d;
}

.exchangesSec .exchangeBlocks .Block01.higLight > div a {
  color: #00ce7d;
}

.exchangesSec .exchangeBlocks .Block01 > div {
  padding: 30px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 1px #f3aa42;
  height: 100%;
}

.exchangesSec .exchangeBlocks .Block01 > div .blockContent a {
  text-decoration: none;
  color: #f3aa42;
  font-size: 18px;
  display: inline-block;
  padding: 0 5px;
}

.exchangesSec .exchangeBlocks .Block01 > div .blockContent a:hover {
  text-decoration: underline;
}

.exchangesSec .exchangeBlocks .Block01 > div .blockImg img {
  height: 130px;
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}

.communitySecOuter {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 150px;
}

.communitySec {
  position: relative;
}

.communitySec:after {
  content: '';
  position: absolute;
  width: 80%;
  max-width: 800px;
  height: 2px;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: .2;
}

.communitySec:last-child::after {
  display: none;
}

.communitySec .communityInn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.communitySec .communityInn .communityHead {
  width: 100%;
  margin: 0 0 30px;
  text-align: center;
}

.communitySec .communityInn .communityImage {
  min-width: 50%;
  width: 50%;
  padding: 0 100px;
}

.communitySec .communityInn .communityImage img {
  width: 100%;
  max-height: 550px;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.communitySec .communityInn .communityContent {
  width: 50%;
  padding: 0 100px;
}

.communitySec .communityInn .communityContent h2 {
  color: #f3aa42;
  font-size: 35px;
}

.communitySec:nth-child(odd) .communityInn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.logsBfiresec {
  margin-bottom: 150px;
  position: relative;
}

.logsBfiresec:before {
  content: '';
  position: absolute;
  left: 0;
  top: 150px;
  background-image: url(../images/wave02.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  opacity: .3;
  z-index: -1;
  -webkit-animation: swell 7s ease -1.25s infinite;
          animation: swell 7s ease -1.25s infinite;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.logsBfiresec .secHead {
  text-align: center;
}

.logsBfiresec .secHead h2 {
  color: #f3aa42;
}

.logsBfiresec .logsBfire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.logsBfiresec .logsBfire .logsBfireinn {
  width: calc(100% / 4);
  padding: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  margin: auto;
}

.logsBfiresec .logsBfire .logsBfireinn > div {
  width: 100%;
  padding: 0;
  position: relative;
}

.logsBfiresec .logsBfire .logsBfireinn > div:before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.logsBfiresec .logsBfire .logsBfireinn > div .phoneFrame {
  width: 100%;
  position: relative;
  z-index: 1;
}

.logsBfiresec .logsBfire .logsBfireinn > div iframe {
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  border-radius: 46px;
  padding-top: 0;
  background-color: #dbd9d9;
  position: absolute;
  left: 0;
  top: 0;
  border: solid #1e1e1e 14px !important;
}

.whitepaper_developer_sec {
  margin-bottom: 150px;
}

.whitepaper_developer_sec .whitepaper_sec_inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 90px 70px 70px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border: solid 1px #f3aa42;
}

.whitepaper_developer_sec .whitepaper_sec_inn > div {
  width: 40%;
  text-align: center;
}

.tokens_sec {
  margin-bottom: 150px;
}

.tokens_sec h2 {
  color: #dbd9d9;
  margin: 0 0 20px;
  font-size: 35px;
}

.tokens_sec h3 {
  margin: 0;
}

.tokens_sec .secInn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tokens_sec .secInn .secInnLogo {
  min-width: 120px;
  margin-left: 30px;
  width: 120px;
}

.tokens_sec .secInn > div {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-word;
}

.tokens_sec .secInn > div.rightContent {
  padding: 40px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  border: solid 1px #f3aa42;
}

.footerInn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 50px;
}

.footerInn > div {
  width: 25%;
  word-break: break-all;
}

.footerInn > div.socialMedia ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footerInn > div.socialMedia ul li {
  display: inline-block;
  margin-right: 25px;
}

.footerInn > div.socialMedia ul li img {
  width: 35px;
}

.services_sec {
  margin-bottom: 100px;
  text-align: center;
}

.services_sec a {
  color: #f3aa42;
}

.services_sec a:hover {
  text-decoration: none;
}

.services_sec .secInn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services_sec .secInn .serviceBlock {
  width: 45%;
  margin: 25px 0 50px;
}

.services_sec .secInn .serviceBlock h3 {
  color: #dbd9d9;
}

.services_sec .secInn .serviceBlock .serviceBlockIcon {
  margin-bottom: 30px;
}

.services_sec .secInn .serviceBlock .serviceBlockIcon img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact_sec {
  margin-bottom: 150px;
  position: relative;
}

.contact_sec:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  z-index: -1;
  opacity: .05;
  background-image: url(../images/world_map.svg);
}

.contact_sec .secInn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_sec .secInn h3 {
  margin: 0 0 10px;
}

.contact_sec .secInn .leftContent {
  width: 45%;
}

.contact_sec .secInn .leftContent .inputFieldOuter {
  width: 100%;
  padding: 15px 0;
}

.contact_sec .secInn .leftContent .inputFieldOuter .inputField {
  width: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #dbd9d9;
  border: solid 1px #000;
}

.contact_sec .secInn .leftContent .inputFieldOuter textarea {
  height: 150px;
}

.contact_sec .secInn .wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
}

.contact_sec .secInn .wpcf7 form.sent .wpcf7-response-output {
  color: #00ce7d;
}

.contact_sec .secInn .rightContent {
  width: 45%;
  text-align: center;
}

.contact_sec .secInn .rightContent img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 300px;
}

.country_sec {
  text-align: center;
  margin: 0 0 100px;
}

.country_sec .container {
  max-width: 700px;
}

.country_sec .container .secInn {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding-bottom: 100px;
}

.country_sec .container .secInn h3 {
  margin: 0 0 5px;
}

.country_sec .container .secInn h2 {
  color: #dbd9d9;
  margin: 0 0 50px;
}

.country_sec .container .secInn a {
  color: #f3aa42;
  text-decoration: underline;
}

.country_sec .container .secInn a:hover {
  text-decoration: none;
}

.td_sec {
  text-align: center;
  margin: 0 0 150px;
}

.td_sec .container {
  max-width: 700px;
}

.td_sec a {
  color: #f3aa42;
  text-decoration: underline;
}

.td_sec a:hover {
  text-decoration: none;
}

.chatRoom {
  margin: 0 0 150px;
}

.americanLogo {
  width: 160px;
  margin-bottom: 40px;
}

body #chatroom .wcContainer.wcColddarkTheme .wcClassic {
  background-color: rgba(0, 0, 0, 0.5);
  color: #dbd9d9;
}

body #chatroom .wcContainer.wcColddarkTheme .wcClassic a,
body #chatroom .wcContainer.wcColddarkTheme .wcClassic span {
  color: #dbd9d9;
}

body #chatroom .wcContainer.wcColddarkTheme .wcClassic a.wcLabel,
body #chatroom .wcContainer.wcColddarkTheme .wcClassic span.wcLabel {
  color: #f3aa42;
}

body #chatroom .wcContainer.wcColddarkTheme .wcClassic a:hover {
  color: #f3aa42;
  background: transparent;
}

body #chatroom .wcContainer.wcColddarkTheme .wcClassic a:hover span {
  color: #f3aa42;
}

body #chatroom .wcContainer.wcColddarkTheme .wcClassic .wcTitle {
  color: #f3aa42;
}

body #chatroom .wcChannelInput,
body #chatroom .wcBody .wcBrowserArea,
body #chatroom .wcBody .wcMessagesArea .wcTabsContainer,
body #chatroom .wcContainer.wcColddarkTheme .wcClassic .wcTitle,
body #chatroom .wcDesktop .wcBrowser {
  background-color: transparent;
}

body #chatroom .wcContainer.wcColddarkTheme .wcClassic.wcDesktop .wcBody .wcMessagesArea .wcTabsContainer .wcTabs .wcTab.wcCurrent,
body #chatroom .wcChannel .wcMessages {
  background-color: #322f2f;
}

body #chatroom .wcContainer.wcColddarkTheme .wcClassic {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

body #chatroom .wcChannelInput button.wcSubmit {
  background: #f3aa42 !important;
  color: #1e1e1e !important;
  border-radius: 60px !important;
  cursor: pointer;
}

body #chatroom .wcContainer.wcColddarkTheme * {
  color: #dbd9d9;
}

body #chatroom .wcContainer.wcColddarkTheme * .wcInput {
  color: #1e1e1e;
}

.page_404 {
  margin: 150px 0;
  text-align: center;
}

.page_404 .logo404 img {
  width: 200px;
}

.page_404 h1 {
  font-size: 100px;
  line-height: 100px;
  font-weight: bold;
  margin: 0 0 20px;
  color: #f3aa42;
}

.page_404 a {
  color: #f3aa42;
}

.page_404 a:hover {
  text-decoration: none;
}

@-webkit-keyframes swell {
  0%,
  100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}

@keyframes swell {
  0%,
  100% {
    -webkit-transform: translate3d(0, -25px, 0);
            transform: translate3d(0, -25px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
}

.burgerMenu {
  display: none;
}

@media (max-width: 1024px) {
  .headerCon {
    padding: 20px 0;
  }
  .headerCon.stickHeader {
    padding: 20px 0;
  }
  .headerCon .headerInn .burgerMenu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 35px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    color: transparent;
    margin-left: auto;
    right: 0;
  }
  .headerCon .headerInn .burgerMenu.active01 {
    right: 220px;
  }
  .headerCon .headerInn .burgerMenu.active01:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
  }
  .headerCon .headerInn .burgerMenu.active01:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
  }
  .headerCon .headerInn .burgerMenu.active01 i {
    display: none;
  }
  .headerCon .headerInn .burgerMenu::before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 0;
    left: 0;
    position: absolute;
  }
  .headerCon .headerInn .burgerMenu:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: 0;
    position: absolute;
    left: 0;
  }
  .headerCon .headerInn .burgerMenu i {
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  .headerCon .headerInn .menu-menu-container {
    position: fixed;
    display: none;
    overflow: auto !important;
    right: 0;
    top: 0;
    background: #322f2f;
    z-index: 9;
    height: 100%;
  }
  .headerCon .headerInn .menu-menu-container ul {
    margin: 0;
    width: 220px;
    padding: 30px;
  }
  .headerCon .headerInn .menu-menu-container ul li {
    display: block;
    padding: 5px 0;
  }
  .heroSec {
    margin-bottom: 90px;
  }
  .heroSec .heroSecInn {
    padding-top: 40px;
  }
  .heroSec .heroSecInn h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .heroSec .heroSecInn .heroImg {
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .heroSec .heroSecInn .heroImg img {
    max-height: 300px;
  }
  .aboutSec {
    text-align: center;
    margin-bottom: 90px;
  }
  .aboutSec p:last-child {
    margin: 0;
  }
  .aboutSec .aboutSecInn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .aboutSec .aboutSecInn .aboutImg {
    margin-bottom: 30px;
    width: 100%;
  }
  .aboutSec .aboutSecInn .aboutImg img {
    max-height: 250px;
  }
  .aboutSec .aboutSecInn .aboutContent {
    width: 100%;
    padding: 0;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .exchangesSec {
    margin-bottom: 30px;
  }
  .exchangesSec .exchangesHead {
    max-width: 100%;
  }
  .exchangesSec .exchangeBlocks {
    margin: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .exchangesSec .exchangeBlocks .Block01 {
    width: 100%;
    max-width: 350px;
    padding: 20px 15px;
  }
  .exchangesSec .exchangeBlocks .Block01 > div .blockImg img {
    height: 100px;
    max-width: 100%;
  }
  .communitySecOuter {
    margin: 0 0 50px;
    text-align: center;
  }
  .communitySecOuter .communityInn {
    padding: 40px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .communitySecOuter .communityInn .communityImage {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .communitySecOuter .communityInn .communityImage img {
    max-height: 250px;
  }
  .communitySecOuter .communityInn .communityContent {
    width: 100%;
    padding: 0;
  }
  .communitySecOuter .communityInn .communityContent h2 {
    font-size: 30px;
  }
  .logsBfiresec {
    margin-bottom: 60px;
  }
  .logsBfiresec .logsBfire .logsBfireinn {
    width: 100%;
  }
  .whitepaper_developer_sec {
    margin-bottom: 90px;
  }
  .whitepaper_developer_sec .whitepaper_sec_inn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px;
  }
  .tokens_sec {
    margin-bottom: 90px;
  }
  .tokens_sec .secInn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tokens_sec .secInn > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tokens_sec .secInn > div .secInnLogo {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .tokens_sec .secInn > div .secInnLogo img {
    max-height: 100px;
  }
  .services_sec {
    margin-bottom: 40px;
  }
  .services_sec .secHead br {
    display: none;
  }
  .services_sec .secInn .serviceBlock {
    width: 100%;
  }
  .contact_sec {
    margin-bottom: 80px;
  }
  .contact_sec .secInn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact_sec .secInn .leftContent {
    width: 100%;
    max-width: 500px;
  }
  .contact_sec .secInn .rightContent {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact_sec .secInn .rightContent img {
    max-height: 200px;
  }
  .country_sec {
    margin-bottom: 40px;
  }
  .country_sec .container {
    max-width: 100%;
  }
  .country_sec .container .secInn {
    padding-bottom: 40px;
  }
  .td_sec {
    margin-bottom: 90px;
  }
  .td_sec .container {
    max-width: 100%;
  }
  .chatRoom {
    margin: 0 0 90px;
  }
}

@media (max-width: 767px) {
  .whitepaper_developer_sec .whitepaper_sec_inn {
    max-width: 500px;
    margin: auto;
  }
  .whitepaper_developer_sec .whitepaper_sec_inn > div {
    width: 100%;
  }
  .whitepaper_developer_sec .whitepaper_sec_inn > div.leftContent {
    margin-bottom: 50px;
  }
  .tokens_sec {
    text-align: center;
  }
  .tokens_sec .secInn {
    max-width: 500px;
    margin: auto;
  }
  .tokens_sec .secInn > div {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tokens_sec .secInn > div .secInnLogo {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .tokens_sec .secInn > div .secInnLogo img {
    max-height: 150px;
  }
  .heroSec .heroSecInn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 550px;
    margin: auto;
  }
  .heroSec .heroSecInn .heroContent {
    width: 100%;
  }
  .heroSec .heroSecInn .heroImg {
    width: 100%;
  }
  .heroSec .heroButton {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px 0 0;
  }
  .footerCon .footerInn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footerCon .footerInn > div {
    width: 100%;
    margin-bottom: 30px;
  }
  .footerCon .footerInn > div:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=custom.css.map */