body {
    font-family: 'Work Sans', sans-serif;!important
    color: #515151;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Work Sans', sans-serif;!important
}


a {
    color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover, a:active {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

ul, ol, dl, p {
    font-size: 1.4rem;
}

p {
    line-height: 2;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

ul li ul, ul li ul li {
    margin: 0;
    padding: 0;
}

.row {
  width: 1180px;
  margin: 20px auto;
  display: block;
}

@media (max-width: 768px) {
  .row {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .row {
    width: 100%;
  }
}

.contents-box{
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

.tw600{
  font-weight: 600;
}

.twb{
  font-size: 1.4em;
}


/***********************************************************/
header {
  background-color: #ffffff;
  color: #ffffff;
  height: 110px;
  line-height: 0;
  padding: 0;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.32);
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  z-index:24;
}

.header-area{
  max-width: 1180px;
  margin: 0 auto;
  background: #ccc;
  position:relative;
}

@media (max-width: 768px) {
  header{
    background-color: rgba(255, 255, 255, 0.98);
    height: 70px;
    position: fixed;
    z-index:8000;
  }
  
  .header-area {
    width: 100%;
  }
}

header .top-logo{
  position: absolute;
  top:10px;
  left:30px;
  margin: 0;
  background-image: url('../img/ais-logo-y.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  width: 200px;
  height: 85px;
}

header .top-logo a{
  display: block;
  width:80px;
  height: 90px;
}

@media (max-width: 768px) {
  header .sub-menu {
    display: none;
    /*width: 100%;
    display: table;
    table-layout:fixed;*/
  }
}

header .sub-menu{
  position: absolute;
  top:0;
  right: 0;
  width: 450px;
  height: 30px;
  margin: 0;
  padding: 0;
}

header .sub-menu ul li.sp{
  display: none;
}

@media (max-width: 768px) {
  header .top-logo{
    position: absolute;
    top:10px;
    left:10px;
    margin: 0;
    background-image: url('../img/ais-logo-y.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    width: 200px;
    height: 55px;
  }

  header .top-logo a{
    display: block;
    width:150px;
    height: 50px;
  }
}

header .sub-menu ul, header .sub-menu ul li{
  margin: 0;
  padding: 0;
}

header .sub-menu ul li{
  width: 160px;
  height: 30px;
  text-align: center;
  display:table-cell;
  vertical-align: middle;
}

/*
@media (max-width: 768px) {
  header .sub-menu ul li, header .sub-menu ul li.sp {
    width: 150px;
    height: 30px;
    text-align: center;
    display:table-cell;
    vertical-align: middle;
  }
  
  header .sub-menu ul li.pc{
    display: none;
  }
}
*/
header .sub-menu ul li i{
  font-size: 0.5em;
  padding-right: 7px;
}

.ex{
  background:#E60012;
}

.wp{
  background:#036EB8;
}

.ap{
  background:#FABD00;
}

.si{
  background:#8EC31F;
}

.main-menu{
  position: absolute;
  top:50px;
  right: 0;
}

.main-menu li select.input_sele{
  padding-right: 20px;
  /*height: 50px;*/
}

@media (max-width: 768px) {
  .main-menu{
    display: none;
  }
}

.main-menu li{
  display: inline-block;
  padding: 0 20px;
}

.main-menu li a{
  color: #515151;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.main-menu li a:hover, .main-menu li a:active {
  color: #d4d4d4;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.main-menu li.ico{
  width: 40px;
}

.no-link{
  color:#ccc;
}

.main-menu li.ico a.c-tw{
  color:#1DA1F2;
}

.main-menu ul li.ico a.c-tl{
  color:#44b1d8;
}

.main-menu ul li.ico a.c-fa{
  color:#315096;
}

.main-menu ul li.ico a.c-ld{
  color:#0e76a8;
}

.main-menu li.ico i{
  font-size: 1.6em;
  padding-top: 5px;
}

#nav-drawer {
    display:none;
  }

.nav-unshown {
    display:none;
  }

@media (max-width: 768px) {
  #nav-drawer {
    position: absolute;
    display:inline-block;
    right: 20px;
    top:25px;
  }

  .nav-unshown {
    display:none;
  }
  
  input[type='checkbox'].nav-unshown {
    display:none;
  }
  
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }


  #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  #nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 90%;
    max-width: 230px;
    height: 100%;
    background: #fff;/
    transition: .3s ease-in-out;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
  }
  
  .s-menu ul{
    font-size: 0.9em;!important
  }
  
  .s-menu ul li{
    padding: 10px 20px;
    color:#fff;
  }

  .s-menu ul li a{
    color: #515151;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .s-menu ul li a:hover, .s-menu ul li a:active {
    color: #d4d4d4;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  
  .s-menu ul li i{
    padding-right: 5px;
  }
  
  .s-menu ul li.l-img{
    text-align: center;
  }
  
  .s-menu ul li.l-img img{
    width:30px;
  }
  
  .s-menu ul li.tw{
    padding: 15px 20px;
  }
  
  .s-menu ul li.tw a{
    color: #fff;
  }

  .s-menu ul li.ico{
    width: 30px;
    display: inline-block;
  }

  .s-menu ul li.ico.no-link{
    color:#ccc;
  }
  
  .s-menu ul li.ico a.c-tw{
    color:#1DA1F2;
  }
  
  .s-menu ul li.ico a.c-tl{
    color:#44b1d8;
  }
  
  .s-menu ul li.ico a.c-fa{
    color:#315096;
  }
  
  .s-menu ul li.ico a.c-ld{
    color:#0e76a8;
  }

  .s-menu ul li.ico i{
    font-size: 1.6em;
    padding-top: 5px;
  }

  #nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
  }

  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }
}

/***********************************************************/

.intro{
  padding-top: 60px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden !important;
  /*background: url(../img/main-bk2.png) no-repeat, -webkit-linear-gradient(45deg, #000029 50%, #036EB8 90%);
  background: url(../img/main-bk2.png) no-repeat, -moz-linear-gradient(45deg, #000029 50%, #036EB8 90%);
  background: url(../img/main-bk2.png) no-repeat, -ms-linear-gradient(45deg, #000029 50%, #036EB8 90%);
  background: url(../img/main-bk2.png) no-repeat, -o-linear-gradient(45deg, #000029 50%, #036EB8 90%);
  background: url(../img/main-bk2.png) no-repeat, linear-gradient(45deg, #000029 50%, #036EB8 90%);
  background-size: contain;
  background-position: 70% 50%;*/
  background: linear-gradient(-45deg, #E60012, #F39700, #FCC700, #8EC31F, #00A0E9, #0068B6, #601886);
	 background-size: 400% 400%;
  animation: Gradient 15s ease infinite;
  position: relative;
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

.introimg{
  width: 100%;
  height: 540px;
  background: url(../img/main-bk2.png) no-repeat;
  background-size: contain;
  background-position: 70% top;
  margin: -20px auto 0;
  padding: 0;
}

.intro h2{
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  letter-spacing: 3px;
  font-size: 2.0em;
  margin-top: 100px;
  margin-left: 40px;
  line-height: 1.4em;
  text-align: left;
  display: block;
  width: 500px;
  text-shadow: 0 0 15px #4e4e4e, 0 0 10px #585858,0 0 5px #fff;
}

.intro h2.tmain{
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 2rem;
  margin-top: 100px;
  margin-left: 40px;
  line-height: 1.4em;
  text-align: left;
  display: block;
  width: 600px;
  text-shadow: none;
  font-weight: 400;
}

.intro h3.tsub{
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  letter-spacing: 0.5px;
  font-size: 1.8rem;
  margin-top: 10px;
  margin-left: 40px;
  line-height: 1.4em;
  text-align: left;
  display: block;
  width: 600px;
  text-shadow: none;
}

p.tbox_s{
  font-family: 'Work Sans', sans-serif;
  color: #fff;
  margin-left: 40px;
  padding-top: 5px;
  margin-top: 5px;
  font-size: 1.6rem;
  line-height: 1.2em;
  text-align: left;
  display: block;
  width: 400px;
}

.linkbtnbox{
  margin-top: 40px;
  margin-left: 40px;
  display: block;
  width: 600px;
}

.dlbtn{
  color:#140660;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 5px;
  border-radius: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.32);
}

.dlbtn:hover{
  color:#140660;
  opacity: 0.7;
}

.dlbtn:before {
  font-family: "Font Awesome 5 Free";
  content: '\f13a';
  font-weight: 900;
  padding-right: 10px;
}

.dl-b{
  width: 150px;
  height: 60px;
  padding-top: 10px;
  background: linear-gradient(0deg, #0068B6, #00A0E9);
  text-shadow: 2px 2px 3px rgba(255,255,255,0.2);
}

p.dname{
  color:#fff;
  font-size: 0.6em;
  padding-top: -10px;
  margin-top: -10px;
}

.itext{
  padding-left: 10px;
}

span.stext{
  font-size: 0.8em;
}

@media (max-width: 768px) {
  .intro{
    padding-top: 100px;
    height: 850px;
  }

  .introimg{
    width: 100%;
    height: 660px;
    background: url(../img/main-bk2.png) no-repeat;
    background-size: contain;
    background-position: 70% top;
    margin: -20px auto 0;
    padding: 0;
  }
  
  .intro h2{
    font-size: 2rem;
    margin-top: 50px;
    margin-left: 45px;
    letter-spacing: 3px;
    line-height: 1.3em;
    width: 100%;
  }
  
  .intro h2.tmain{
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 2rem;
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.4em;
    text-align: left;
    display: block;
    width: 100%;
    text-shadow: none;
  }

  .intro h3.tsub{
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    letter-spacing: 0.2px;
    font-size: 1.6rem;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    line-height: 1.4em;
    text-align: left;
    display: block;
    width: 100%;
    text-shadow: none;
    word-break: break-all;
  }
  
  p.tbox_s{
    font-family: 'Work Sans', sans-serif;
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 5px;
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.2em;
    text-align: left;
    display: block;
    width: 90%;
    word-break: break-all;
  }
  
  .linkbtnbox{
    margin-top: 10px;
    margin-left: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
  }
  
  .dl-b{
    width: 30%;
    height: 60px;
    padding-top: 10px;
    margin-bottom: 10px;
    background: linear-gradient(0deg, #0068B6, #00A0E9);
    text-shadow: 2px 2px 3px rgba(255,255,255,0.2);
  }
  
  p.dname{
    color:#fff;
    font-size: 0.7em;
    padding-top: 10px;
    margin-top: -10px;
  }
  
  .twb{
    font-size: 1.3em;
  }
  
  .itext{
    padding-left: 5px;
  }
}

.btn-area{
  margin: 10px auto;
  text-align: center;
}

.tbtn{
  display: inline-block;
  vertical-align: middle;
  padding: 10px 30px;
  border-radius: 10px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.32);
}

.tbtn:hover{
  opacity: 0.7;
}

.y-b{
  width: 350px;
  height: 60px;
  background: linear-gradient(-45deg, #F39700, #FCC700);
  margin-right: 50px;
}

.y-b::before{
  content:"";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px 0 0;
  background:  url(../img/coin-logo-s.svg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.b-b{
  width: 250px;
  height: 60px;
  padding-top: 18px;
  background: linear-gradient(-45deg, #0068B6, #00A0E9);
}

.r-b{
  width: 350px;
  height: 60px;
  padding-top: 18px;
  background: linear-gradient(-45deg, #E60012, #ff3b4b);
}

.newpoint{
  font-size: 0.6em;
  margin-left: 10px;
  border: 1px solid #E60012;
  color:#E60012;
  padding: 2px 5px;
  background-color: #fff;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .tbtn{
    padding: 10px 10px;
  }
  
  .y-b{
    /*margin: 0 auto;*/
    width: 300px;
    margin: 0 auto;
  }
  
  .b-b{
    width: 300px;
    height: 50px;
    margin: 15px auto;
    padding-top: 10px;
  }
  
  .r-b{
    width: 300px;
    height: 50px;
    margin: 15px auto;
    padding-top: 10px;
  }
  
  .newpoint{
    font-size: 0.5em;
    margin-left: 10px;
    border: 1px solid #E60012;
    color:#E60012;
    padding: 2px 5px;
    background-color: #fff;
    border-radius: 10px;
  }
}

/*--Movie--*/

/*.movie-wrap {
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid #666;
  background: #ccc;
  width: 50%;
}
 
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
}*/

.movie-wrap {
  margin: 0 auto;
  float: left;
  width: 50%;
  padding: 20px;
}

@media (max-width: 768px) {
  .movie-wrap {
    margin: 0 auto;
    float: none;
    width: 100%;
    padding: 20px;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/*************************************************************************/

/*PROJECT*/

.project{
  /*background: #f0f0f0;*/
  background: url(../img/mongolia-bg.jpg) no-repeat center bottom;
  background-size: auto, 100%;
  padding: 30px 0;
  /*position: relative;
  overflow: hidden;*/
}

.c-text{
  text-align: center;
  padding: 20px 0;
}

.c-box{
  padding: 20px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

   .c-box.delighter {
      transition: all .3s ease-out;
      transform: translatex(-100%);
      opacity: 0;
   }

   .c-box.delighter.started {
      transform: none;
      opacity: 1;
   }

.c-box p{
  font-size: 0.8em;
}

.t-box{
  display: inline-block;
  width: 300px;
  color:#036EB8;
  font-size: 1.2em;
}

.mes{
  font-size: 1.2em;
}

.mfl{
  padding-bottom: 30px;
}

.mfl img{
  width: 200px;
}

@media (max-width: 768px) {
  .project{
    /*background: #f0f0f0;*/
    background: url(../img/mongolia-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 30px 0;
    /*position: relative;
    overflow: hidden;*/
  }
  
  .c-box{
    padding: 20px;
    margin: 10px 10px 20px;
  }
  
  .c-box p{
    font-size: 1.0em;
    line-height: 1.2em;
  }
  
  .mes{
    line-height: 1.4em;
  }
  
  .t-box{
    width: 100%;
    font-weight: 600;
  }
  
  .mfl img{
    width: 150px;
  }
}


/*************************************************************************/

/*FEATIRES*/

.f-box{
  display: inline-block;
  width: 230px;
  height: 260px;
  text-align: center;
  margin: 40px;
  vertical-align: middle;
  position: relative;
}

.f-box::before{
  content: "";
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 2px rgba(118, 118, 118, 0.2);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 25%;
  /* border: dashed 1px white; */
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}

   .f-box.delighter {
      transition: all .3s ease-out;
      transform: translateY(-100%);
      opacity: 0;
   }

   .f-box.delighter.started {
      transform: none;
      opacity: 1;
   }

.box-title{
  color: #036EB8;
  font-size: 1.2em;
  line-height: 1.0em;
}

.infotx{
  color: #6a6a6a;
  font-size: 0.8em;!important
}

.tp{
  padding-top: 30px;
}

@media (max-width: 768px) {
  .f-box{
    width: 250px;
    height: auto;
    margin: 20px;
  }
  
  .f-box::before{
    content: "";
    position: absolute;
    background: #fff;
    box-shadow: 0 2px 2px rgba(118, 118, 118, 0.2);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 20%;
    /* border: dashed 1px white; */
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
  }
  
  .tp{
    padding-top: 0;
  }
  
  .infotx{
    font-size: 1.0em;!important
  }
}

/*************************************************************************/

/*TOKEN SALE*/

.token{
  background: #f0f0f0;
  padding: 30px 0;
  /*position: relative;
  overflow: hidden;*/
}
/*
.token::before{
  content: "";
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 120%;
  margin: 0 -10% 0;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  z-index: -1;
}*/

h4.title{
  width: 300px;
  margin: 0 auto 30px;
  font-size: 1.2em;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  color: #FABD00;
}

h4.title{
     position: relative;
     display: inline-block;
     padding-bottom:0.5em;
     border-bottom: 1px solid #FABD00;
}
      
h4.title::before,
h4.title::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 10px solid transparent;
}
 
h4.title::before {
     border-top: 10px solid #FABD00;
}
 
h4.title::after {
     margin-top: -1px;
     border-top: 10px solid #f0f0f0;
}

h5.title{
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: #FABD00;
}

h5.title:before, h5.title:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #FABD00;
}

h5.title:before {left:0;}
h5.title:after {right: 0;}

.tp{
  padding: 20px 0 40px;
}

div.sc, div.hc{
  display: inline-block;
  text-align: center;
  width: 30%;
  padding: 30px 0;
  margin-bottom: 40px;
  background: rgba(3, 110, 184, 0.08);
}

@media (max-width: 768px) {
  div.sc, div.hc{
   width: 45%;
  }
}

.per-box{
  width: 800px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

ul.tall li{
  width: 30%;
  display: inline-block;
  text-align: center;
  padding: 10px 0px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  font-size: 1.1em;
  vertical-align: middle;
}

ul.fuse li{
  width: 18%;
  display: inline-block;
  text-align: center;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 40px;
  font-size: 1.1em;
  vertical-align: middle;
}

.b-triangle{
/*  width: 0;
	height: 0;
	border-top: 16vw solid transparent;
	border-left: 50vw solid #036EB8;
	border-bottom: 16vw solid transparent;*/
  width: 100%;
  height: 400px;
  background:linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #036EB8 50.5%) no-repeat top left/100% 50%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #036EB8 50.5%) no-repeat bottom right/100% 50%;
}

.total-tx{
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  color:#fff;
  margin-top: 30px;
  padding: 0 0 0 0;
  text-align: center;
}

.y-triangle{
  width: 100%;
  height: 400px;
  background:linear-gradient(to top right, rgba(255,255,255,0) 50%, #FABD00 50.5%) no-repeat bottom left/100% 50%,
      linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #FABD00 50.5%) no-repeat top right/100% 50%;
  text-align: left;
}

.all-tx{
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  color:#fff;
  margin-top: 0px;
  padding: 0 0 0 0;
  text-align: center;
}

.cyclearea{
  display: inline-block;
  width: 40%;
  text-align: left;
  padding-left: 20px;
}

.cyclearea-r{
  display: inline-block;
  width: 50%;
  text-align: right;
}

.spt{
  display: none;
}

.sp_br{
  display: none;
}

@media (max-width: 768px) {
  .per-box{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
  
  ul.tall li{
    width: 30%;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    font-size: 1.1em;
    vertical-align: middle;
    line-height: 1.0em;
  }
  
  .sp_br{
    display: block;
    margin: 0;
    padding: 0;
  }
  
  .pc_space{
    display: none;
  }
  
  ul.fuse li{
    width: 40%;
    height: 100px;
    display: inline-block;
    text-align: center;
    padding: 10px 10px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    font-size: 1.1em;
    vertical-align: middle;
  }
  
  ul.fuse li.tpset{
    padding-top: 25px;
  }
  
  .b-triangle{
   height: 400px;
    margin-bottom: 60px;
  }
  
  .total-tx{
    display: none;
    width: 100%;
    background:rgba(0, 0, 0, 0.58);
    margin: 5px 0 20px;
  }
  
  .y-triangle{
    text-align: center;
   height: 400px;
    margin-bottom: 60px;
  }
  
  .all-tx{
    display: none;
    width: 100%;
    background:rgba(0, 0, 0, 0.58);
  }
  
  .cyclearea{
    width: 93%;
    margin: 0 auto;
    text-align: center;
    padding-left: 0px;
    padding-top: 10px;
  }
  
  .cyclearea-r{
    width: 93%;
    margin: 10px auto 0;
    text-align: center;
  }
  
  .spt{
    display: block;
    margin-bottom: 30px;
  }
}

/*************************************************************************/

/*RORDMAP*/

#RoadMap{
  background:url(../img/bg_kika.svg) repeat-y;
  background-position: center;
  background-size: contain;
}

.roadmap{
  text-align: center;
}

.timeline{
}

.montharea{
  width: 10%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8em;
  color:#036EB8;
  font-weight: 600;
}

@media (max-width: 768px) {
  #RoadMap{
    background:url(../img/bg_kika.svg) repeat-y;
    background-position: left center;
    background-size: contain;
  }
  .montharea{
    width: 20%;
  }
}

.cp_timeline {
  position: relative;
  margin: 3em auto;
  padding-bottom: 2em;
  width: 70%;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.cp_timeline:before {
  position: absolute;
  top: 0px;
  left: 45px;
  width: 3px;
  height: 100%;
  content: '';
  background: linear-gradient(#E60012, #F39700, #FCC700, #8EC31F, #00A0E9, #0068B6, #601886);
}
.cp_timeline .timeline_item {
  margin: 0px 0px 0px 80px;
}
.cp_timeline .timeline_item .time_date .time {
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
  margin: 0;
  letter-spacing: 3px;
  color: rgba(3, 110, 184, 0.2);
}
.cp_timeline .timeline_item .time_date .time:before {
  position: absolute;
  top: 50%;
  left: -42px;
  width: 10px;
  height: 10px;
  content: '';
}
.cp_timeline .timeline_item .time_date .flag {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0;
  margin-top: -60px;
  color: #880e4f;
}
.cp_timeline .timeline_item .desc {
  line-height: 3px;
  margin-top: 2px;
  padding-left: 5px;
  border-bottom: 1px dotted rgba(3, 110, 184, 0.5);
  text-align: left;
}

.cp_timeline .timeline_item .desc p{
  font-size: 0.8em;
}

   .cp_timeline.delighter {
      transition: all .3s ease-out;
      transform: translateX(100%);
      opacity: 0;
   }

   .cp_timeline.delighter.started {
      transform: none;
      opacity: 1;
   }

@media only screen and (max-width: 767px) {
  .cp_timeline:before {
    left: 15px;
  }
  .cp_timeline .timeline_item .time_date .time:before {
    left: -32px;
  }
  .cp_timeline .timeline_item {
    margin: 0px 0px 0px 40px;
  }
  .cp_timeline .timeline_item .desc {
    padding-left: 0px;
    border-top: 1px solid #036EB8;
    border-left: none;
  }
  
  .cp_timeline .timeline_item .desc p{
    padding-top: 15px;
  line-height: 1.4em;
    font-size: 0.9em;
  }
  
}

/*************************************************************************/

/*TEAM*/

#Team{
  background: rgba(3, 110, 184, 0.16);
}

.team{
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  background: url(../img/bg_gray.svg) no-repeat;
  background-position: center center;
}

.bkRGBA{
  height: 100%;
  /*background: rgba(3, 110, 184, 0.16);*/
}

.flex-box {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
}

.team-box{
  display:table-cell;
  width: 250px;
  height: 300px;
  box-shadow: 0 0 5px rgba(118, 118, 118, 0.2);
  text-align: center;
  vertical-align: middle;
  margin: 30px;
  background: rgba(255, 255, 255, 0.9);
}

.photo{
  width: 150px;
  height: 150px;
  background: #f0f0f0;
  border-radius: 50%;
  margin: 30px auto 0;
}

.photo img {
  width: 150px;
  height: 150px;
}

.subn{
  font-size: 0.8em;
}

p.name{
  font-size: 0.9em;
  text-align: center;
  margin: 10px auto;
  padding-bottom: 3px;
  background: url(../img/b_rainbow.svg) no-repeat bottom;
  font-weight: 600;
  color:#036EB8;
}

p.linkedin{
  font-size: 1.2em;
  margin-top: -10px;
}

p.linkedin a{
  color: #036EB8;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

p.linkedin a:hover, p.linkedin a:active {
  color: #007dd3;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 768px) {
  .team{
    width: 100%;
    padding: 20px 2px;
  }
  
  .team-box{
    width: calc(50% - 30px);
    height: 230px;
    margin: 30px 5px;
  }
  
  .photo{
  width: 80px;
  height: 80px;
  }
  
  .photo img {
    width: 80px;
    height: 80px;
  }
  
  p.name{
    line-height: 1.4em;
  }
}

/*************************************************************************/

.footer{
  height: 300px;
  background: linear-gradient(-45deg, #525252, #1c1c1c);
  text-align: center;
  position: relative;
}

p.copyright{
  width: 100%;
  position: absolute;
  bottom: 0;
  color:#fff;
  text-align: center;
}

.follow{
  color: #fff;
  padding: 40px 0 0;
  font-size: 1.4em;
}

ul.social{
  padding-top: 20px;
}

ul.social li{
  display: inline-block;
  padding: 30px;
}

ul.social li i{
  font-size: 2.8em;
}

ul.social li.ico a.c-tw{
  color:#1DA1F2;
}

ul.social li.ico a.c-tl{
  color:#44b1d8;
}

ul.social li.ico a.c-fa{
  color:#315096;
}

ul.social li.ico a.c-ld{
  color:#0e76a8;
}

@media (max-width: 768px) {
  ul.social li{
    padding: 10px;
  }
  
  ul.social{
    padding-top: 30px;
  }
}

/*************************************************************************/


.sa {
  opacity: 0;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 100px);
}

/*************************************************************************/

.ft14{
  font-size: 1.4em;
}

.ft16{
  font-size: 1.4em;
}

h4{
  font-family: 'Work Sans', sans-serif;
}

h3.title{
  position:relative;
  font-family: 'Work Sans', sans-serif;
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 1em;
  text-align: center;
  line-height: 30px;
  color: #036EB8;
  font-size: 2.0em;
}

h3.title:before{
  content:url(../img/title-line.svg);
  position:absolute;
  bottom:-8px;
  display: inline-block;
  width: 60px;
  height:8px;
  left:50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.point-r{
  color:#E60012;
}

.point-y{
  color:#F39700;
}

.point-b{
  color:#036EB8;
}

.hr_a{
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.32);
  margin-bottom: 2px;
}

h3, h4 {
    font-size: 27px;
    line-height: 30px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .columns {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 992px) {
    header.row {
        max-width: 940px;
    }
}

.timecountarea{
  padding: 180px 0 0;
}

p.timesub{
  font-size: 1.4em;
  color:#fff;
  padding-bottom: 0;
  margin: 0;
  border-bottom: 1px solid #fff;
}

.timecount{
  color:#fff;
  font-weight: bold;
}
.yycountdown-box{
  text-align:center;
  margin:0;
  color:#000000;
  text-shadow:2px 2px 5px #ffffff;
}

#timer .yycountdown-box .yyc-day{
  font-size:2.0em;
  color:#0068B6;
}
#timer .yycountdown-box .yyc-hou{
  font-size:2.0em;
  color:#E60012;
}
#timer .yycountdown-box .yyc-min{
  font-size:2.0em;
  color:#8EC31F;
}
#timer .yycountdown-box .yyc-sec{
  font-size:2.0em;
  color:#F39700;
}

#timer .yycountdown-box .yyc-day-text,
#timer .yycountdown-box .yyc-hou-text,
#timer .yycountdown-box .yyc-min-text,
#timer .yycountdown-box .yyc-sec-text{
  font-size:0.8em;
}

.col8 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 65%;
    flex: 0 0 20%;
    float: left;
}

.col4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 30%;
    flex: 0 0 20%;
    float: left;
}

@media (min-width: 768px) {
  .stime{
    display: none;
  }
}

@media (max-width: 768px) {
  /*.stime{
    margin-top: 10px;
    margin-left: 0;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0.8em;
  }*/
  
  .stime{
    padding: 0.5em;
    margin: 20px;
    color: #E60012;
    border-top: solid 5px #E60012;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  text-align: center;
    background: rgba(255, 255, 255, 0.8);
  }
  
  .timecountarea{
    padding: 0;
  }

  p.timesub{
    font-size: 1.4em;
    color:#fff;
    padding-bottom: 0;
    margin: 0;
    border-bottom: 1px solid #fff;
  }

  .timecount{
    color:#fff;
    font-weight: bold;
  }
  .yycountdown-box{
    text-align:center;
    margin:0;
    color:#000000;
    text-shadow:2px 2px 5px #ffffff;
  }

  #timer1 .yycountdown-box .yyc-day{
    font-size:2.0em;
    color:#0068B6;
  }
  #timer1 .yycountdown-box .yyc-hou{
    font-size:2.0em;
    color:#E60012;
  }
  #timer1 .yycountdown-box .yyc-min{
    font-size:2.0em;
    color:#8EC31F;
  }
  #timer1 .yycountdown-box .yyc-sec{
    font-size:2.0em;
    color:#F39700;
  }

  #timer1 .yycountdown-box .yyc-day-text,
  #timer1 .yycountdown-box .yyc-hou-text,
  #timer1 .yycountdown-box .yyc-min-text,
  #timer1 .yycountdown-box .yyc-sec-text{
    font-size:0.8em;
  }
  .col8 {
    position:static;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    flex: 0 0 0;
    float: none;
  }
  .col4 {
    display: none;
    width: 100%;
  }
}
/*
.crowdendbox{
  margin-top: 180px;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  border: 5px solid #F39700;
  background: rgba(243, 151, 0, 0.9);
  text-align: center;
}*/
.crowdendbox{
    margin-top: 130px;
    padding: 0.5em;
    color: #E60012;
    background: rgba(255, 255, 255, 0.8);
    border-top: solid 5px #E60012;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  text-align: center;
  background: -webkit-repeating-linear-gradient(-45deg, rgba(255, 235, 204, 0.8), rgba(255, 235, 204, 0.8) 3px,#ffffff 3px, #ffffff 7px);
  background: repeating-linear-gradient(-45deg, rgba(255, 235, 204, 0.8), rgba(255, 235, 204, 0.8) 3px,#ffffff 3px, #ffffff 7px);
}

i.cmark{
  font-size: 2.0em;
  color: #F39700;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.crowdend{
  font-size: 1.05em;
  padding: 0;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.crowdendb{
  font-size: 1.1em;
  padding: 0;
  margin: 0;
  font-weight: bold;
  color: #0068B6;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}

.fontb13{
  font-size: 2.3em;
  line-height: 1.2em;
}


.toploginbox{
  margin-top: 80px;
  padding: 0.5em;
  color: #E60012;
  background: rgba(255, 255, 255, 0.8);
  border-top: solid 5px #E60012;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.login {
  padding-top: 150px;
  padding-bottom: 50px;
  width: 500px;
  margin: 0 auto;
}

.psreset {
  width: 500px;
  margin: 30px auto;
  padding-top: 150px;
}

@media (max-width: 768px) {
  .login {
    width: 100%;
  }
  .psreset {
    width: 100%;
    margin: 30px auto;
    padding-top: 80px;
  }
}

.s-btn{
  display: inline-block;
  background-color: #0068B6;
  color: #FFF;
  font-size: 0.8em;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;
  padding: 10px;
  margin: 10px 0;
  border-radius: 3px;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
}

.back_btn {
  display: block;
  padding: 2rem 0;
  letter-spacing: 0.2rem;
  color: #666;
}

.back_btn:hover {
  color: #000;
}

.atten-txt {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  border: 2px solid #cc1f1a;
  color: #cc1f1a;
  padding: 2rem 2rem;
  margin: 2rem 0;
  border-radius: 0 10px 10px 10px;
}

.atten-txt::before {
  font-size: 1.2rem;
  position: absolute;
  top: -14px;
  left: -2px;
  height: 24px;
  padding: 0 2rem;
  content: 'Messeage';
  color: #fff;
  border-radius: 10px 10px 10px 0;
  background: #cc1f1a;
}

.h_adjust {
  margin-top: 15rem;
}

/* Flash messages */
.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
}
.message.hidden {
    display: none;
}
.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}
.message.warning {
    background: #fffabc;
    color: #8d7b00;
    border-color: #d3b800;
}
.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}

.error-message {
  color: #e60012;
}