span.tgreen {
  color: #82bcaf;
}

h2.dgreen {
  color: #697d78;
}

.bg-lgreen {
  background: #74a3a9;
}

h2.ty {
  color: yellow;
}
span.m20 {
  display: block;
  margin-bottom: 20px;
}
img.qo,
img.qc {
  width:  85%;
  margin: 0 auto;
}
img.qo {
    top: 0;
    position: absolute;
    right: 0;
}
img.qc {
    bottom: 0px;
    position: absolute;
    left: 0;
}
p.ptitle {
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 0;
}
p.pposition {
  color: #ffffff;
}
.mfp-image-holder .mfp-content {
  max-width: 90% !important;
}

.bgreen {
  background: #74a3a9;
  padding: 30px !important;
}

.pb60 {
  padding-bottom: 60px;
}

.tup {
  text-transform: uppercase;
}

.bannerimg {
  animation: jumping 3s linear 0.55s infinite alternate;
}

span.tvalue {
  color: #ecbd7f;
  font-size: 13px;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.social-bar li a:hover,
.social-bar li a:active,
.social-bar li a:focus {
  background: #eec48b;
  color: #ffffff;
}

.scroll-down {
  display: block;
  bottom: 0;
  height: 100px;
  left: 0;
  margin: 50px auto 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.scroll-down-text {
  color: #d8d8d8;
  font-weight: bold;
}

.scroll-down-bar {
  background: #d8d8d8;
  bottom: 0;
  display: inline-block;
  height: 65px;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 2px;
}

.scroll-down-bar::before {
  animation: scrollDown 1.5s infinite;
  background: #ab987a;
  content: "";
  display: inline-block;
  height: 35px;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 1;
}

@-moz-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}

@-webkit-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}

@-o-keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}

@keyframes scrollDown {
  0% {
    transform: translate3d(0, -32px, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 65px, 0);
  }
}

.gbox {
  background: #4d8689;
  text-align: center;
  padding: 50px !important;
}

h1.ghead1,
h1.ghead2,
h3.ghead {
  color: #ffd166;
}

h2.gdate,
h2.gfigure {
  color: #ffffff;
}

h1.ghead2,
h3.ghead {
  font-size: 1.5rem;
}

h3.ghead {
  padding-bottom: 0;
  margin-bottom: 0;
}

h2.gfigure {
  font-weight: 800;
}

span.tgree {
  color: #77ac9f;
}

img.iconc {
  width: 10%;
  margin-bottom: 15px;
}

.bg-green {
  background: #296f74 !important;
}

a.flink:hover,
a.flink:focus,
a.flink:active {
  color: #eec48c !important;
}

img.footer {
  width: 80%;
}

body:-webkit-full-page-media {
  background: transparent !important;
}

.video-tab body:-webkit-full-page-media {
  background: transparent !important;
}

h3.video-title {
  margin: 20px auto 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

.video-tab .round,
.video-tab .token-stage {
  border-radius: 20px !important;
  /*border: 10px solid rgba(76,134,137,.1);*/
}

.video-tab .tab-nav li a {
  font-size: 16px;
  letter-spacing: 0;
  background: #eec48a;
  border-radius: 5px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.video-tab .tab-nav-s2 li { flex: 1; height: inherit; }

.video-tab .tab-nav-s2 li a:hover,
.video-tab .tab-nav-s2 li a.active {
  color: #ffd858;
  background: #4c8689;
}

p.fsmall {
  font-size: 12px;
  color: #ffffff;
  margin-top: 15px;
}

.bg-beige {
  background: #fceedf;
}

p.btext {
  font-weight: 500;
  line-height: initial;
  text-transform: uppercase;
}

.banner-socials .social-icon {
  background: #eec48a;
  color: #ffffff;
}

.banner-socials .social li a:hover .social-icon,
.banner-socials .social li a:focus .social-icon,
.banner-socials .social li a:active .social-icon {
  background: #4c8689;
  color: #ffffff;
}

.team-card {
  background: #e4f0ea;
  padding: 10px 20px 30px;
}

ul.infos {}

ul.infos em {
  padding-right: 5px;
}

.nk-footer .copyright-text {
  text-align: center;
}

.nk-footer hr {
  margin: 30px 0;
}

.bg-light-beige {
  background: #fceedf;
}

.chart {
  background: #ffffff;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgb(18 24 58 / 10%);
}

.single-chart h5 {
  margin-top: 25px;
}

h5.blog-title {
  color: #eec48b;
  font-size: 24px;
  font-weight: 600;
}

.cats .blog {
  min-height: 250px;
}

.blog-text,
.blog-action {
  display: block;
  width: 100%;
}

.blog-action a.link {
  color: #ffffff;
}

.blog-action a.link:hover,
.blog-action a.link:active,
.blog-action a.link:focus {
  color: #eec48a;
}

span.valuel,
span.valuer {
  font-size: 16px;
  vertical-align: middle;
  text-transform: uppercase;
}

span.valuel {
  margin-right: 2px;
}

span.valuer {
  margin-left: 2px;
}

span.pyear,
span.presult {
  display: block;
  color: #515e7e;
  text-transform: uppercase;
}

.cresultb {
  background: #fff6e9;
  padding: 25px 20px 0 20px;
  border-radius: 6px 0;
}

.pyearb {
  background: #f6fafd;
  padding: 10px 0;
  border-radius: 0 6px;
}

span.pyear {
  font-size: 13px;
  font-weight: 500;
}

span.presult {
  font-size: 17px;
  font-weight: 800;
}

img.chart {
  box-shadow: 0 3px 15px 0 rgb(18 24 58 / 10%);
  border-radius: 6px;
}

img.award {
  border-radius: 6px;
}

.jmobile {
  text-align: justify;
}

@media (min-width: 992px) {
  img.qo,
  img.qc {
    padding: 0 20px;
  }
  .video-tab .tab-nav-s2 li {
    padding:  0;
  }
  .video-tab .tab-nav li a {
    margin: 0 10px;
    padding: 20px 10px;
  }
  .full-cntr {
    top: 15px;
  }
  .full-nav-ul ul>li {
    margin-bottom: 15px;
  }
  /* for vertically aligning our menu */
  .full-nav-cntr {
    position: absolute;
    top: 55%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    transform: translate(0%, -50%);
  }
  .full-nav-ul {
    position: relative;
    height: 100%;
    margin: 0px auto 0px auto;
    padding: 0px;
    list-style-type: none;
  }
  .banner-bg-img {
    background-image: url(../../images/bg-banner-desktop.png);
    opacity: 0.8;
  }
  span.mnone {
    display: block;
    padding: 1px;
  }
}

@media (max-width: 991px) {
  img.qo,
  img.qc {
    padding: 0 10px;
  }
  .full-cntr {
    top: 5px;
  }
  img.ham {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .full-nav-ul ul>li {
    margin-bottom: 10px;
  }
  .full-nav-ul {
    position: relative;
    height: 100%;
    display: block;
    padding: 30px 0;
    list-style-type: none;
    width: 85%;
    overflow-x: auto;
    margin: 0 auto;
  }
  p.btext {
    font-size: 16px;
    letter-spacing: 0.05rem;
    font-weight: 600;
  }
  span.mnone {
    padding: 0 2px;
  }
  .nk-banner .cpn-head .title,
  .banner-socials h4,
  p.btext {
    text-shadow: 2px 4px 0 #fcefe0;
  }
  .banner-bg-img {
    background-image: url(../../images/bg-banner-mobile.png);
    opacity: 0.8;
  }
  .nk-banner .cpn-head .title {
    font-size: 2.75rem;
  }
  .banner-socials .social-icon {
    box-shadow: 0 4px 16px rgb(252 239 224);
  }
  img.footer {
    margin: 0 auto 20px;
    display: block;
    width: 50%;
  }
  .bannerimg {
    margin: auto;
    width: 40%;
  }
  .banner-gfx {
    text-align: center;
  }
  .tab-nav-s3 li a {
    padding: 10px;
  }
}

@media (min-width: 1024px) {
 
  .cresultb {
    min-height: 120px;
  }
  ul.infos {
    display: -webkit-inline-box;
    text-align: center;
    max-width: 70%;
  }
  ul.infos li {
    padding-right: 10px;
    display: -webkit-inline-box;
    letter-spacing: 0.05rem;
    font-size: 14px;
    font-weight: 400;
  }
  span.mhide {
    display: block;
  }
  .blog-text {
    min-height: 155px;
  }
  .token-sale-box {
    min-height: 188px;
  }
  .nk-block-screen {
    padding: 70px 50px 100px 0;
  }
  .jcenter {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    /* To compensate own width and height */
  }
  .bannerimg {
    width: 36%;
    margin: 280px 0 0 0;
  }
  .tab-nav-s2 li {
    padding: 15px;
  }
}

@media (max-width: 1023px) {
  .video-tab .tab-nav li a {
    font-size: 14px;
    font-weight: 400;
  }
  .video-tab .tab-nav-s2 li a {
    padding: 10px;
  }
  .tab-nav-s2 li {
    padding: 3px;
  }
  .nk-block-screen {
    padding: 0;
  }
  .jcenter {
    margin: 0;
  }
  br.mnone {}
}

@media (max-width: 767px) {
  .video-tab .tab-nav-center {
    margin: 0 20px;
  }
  .video-tab .tab-nav-s2 li {
    padding: 3px;
    display: grid;
    width: 33%;
    margin: 0 0px;
    text-align: center;
  }
  .video-tab .tab-nav li a {
    font-size: 13px;
    font-weight: 600;
  }
  ul.infos {
    padding: 0 15px;
  }
  ul.infos li {
    margin-bottom: 10px;
  }
  span.presult {
    font-size: 15px;
  }
  span.ts {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  span.ts {
    font-size: 15px;
  }
  .video-tab .tab-nav li a {
    font-weight: 800;
  }
}


/**hamburger**/


/* don't display the checkbox */

.full-chk {
  display: none;
}


/* container object for the hamburger */

.full-cntr {
  position: relative;
  width: 38px;
  height: 28px;
  top: 10px;
  border-radius: 4px;
  z-index: 300;
  cursor: pointer;
}

.full-chk:checked+.full-cntr {
  background-color: #009fab;
  border-color: #ffffff;
}


/* spans are the cntr that turn from a hamburger to an x */

.full-span {
  position: absolute;
  left: 4px;
  width: 30px;
  height: 3px;
  background-color: #009fab;
  z-index: 300;
  transform: rotate(0deg);
  transform-origin: left center;
  transition: background-color 0.3s ease-out 0s, opacity 0.3s ease-out 0.1s, transform 0.2s ease-out 0s, width 0.2s ease-out 0s, left 0.2s ease-out 0s;
}

.full-chk:checked+.full-cntr>.full-span {
  background-color: #ffffff;
}

.full-span:nth-child(1) {
  top: 4px;
}

.full-chk:checked+.full-cntr>.full-span:nth-child(1) {
  transform: rotate(45deg);
  width: 23px;
  left: 11px;
}

.full-span:nth-child(2) {
  top: 12px;
}

.full-chk:checked+.full-cntr>.full-span:nth-child(2) {
  opacity: 0;
  width: 30px;
  transition: opacity 0.1s ease-out 0s;
}

.full-span:nth-child(3) {
  top: 20px;
}

.full-chk:checked+.full-cntr>.full-span:nth-child(3) {
  transform: rotate(-45deg);
  width: 23px;
  left: 11px;
}


/* style for a nav element, the full-screen menu  */

.full-nav {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background-color: #fcf0e0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease-out 0s, z-index 0s ease-out 0.3s;
}

.full-nav-ul ul>li>a {
  font-weight: bold;
}

.full-chk:checked~.full-nav {
  opacity: 1;
  z-index: 200;
  visibility: visible;
  transition: opacity 0.3s ease-out 0s;
}


/* give the mouse cursor a signal */

.full-nav-hltd {
  padding: 5px 10px 5px 10px;
}

.full-nav-hltd:hover {
  background-color: #08737b;
}


/* undecorate links */

.full-nav-a,
.full-nav-a:visited,
.full-nav-a:active {
  text-decoration: none;
  color: #4c8689;
}


/* link text inside .full-nav-li */

.full-nav-p {
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 5px 0px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 700px) and (min-height: 450px) {
  .full-nav-p {
    font-size: 26px;
  }
}


/* main  area */

.full-main {
  width: 100%;
  margin: 10px 0px 20px 0px;
  padding: 0px;
  background-color: #ffffff;
  z-index: 0;
}


/* adjusted content area */

.full-content {
  width: 90%;
  max-width: 400px;
  margin: 30px auto 70px auto;
}

@media (min-width: 600px) {
  .full-content {
    width: 80%;
    max-width: 450px;
    margin: 50px auto 70px auto;
  }
}