@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Muli|Satisfy&display=swap');

body, html {
  height: 100%;
	width: 100%;
	padding: 0;
  margin: 0;
  font-size: 14px;
}
html {
  scroll-behavior: smooth;
}
.skiptranslate {
  display: none !important;
}
body {
  top: 0 !important;
}
a {
  color: #268AC7;
}
.icon-size-50 img {
  height: 50px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	color: #0E2E45;
}
.bg-dark {
  background: #0B172C !important;
  color: #839EC6;
}
body {
  font-family: "Roboto","Helvetica Neue","Helvetica",Arial,sans-serif;
  background: #F9F9F9;
}
img { max-width: 100%;}
button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.text-orange { color: #FCB116; }
.btn-blue, .bg-blue { background: #007BFF; color: #fff; }
.btcwdgt.btcwdgt-text-ticker.btcwdgt-s-price {
  margin-top: -3px !important;
  min-width: initial !important;
  box-shadow: none !important;
  margin: 0 !important;
  background-color: transparent !important;
}
.btcwdgt.btcwdgt-s-price .btcwdgt-body {
  padding: 0!important;
  margin: 0 !important;
  color: #FCB116 !important;
  font-size: 10px !important;
  line-height: 0 !important;
  height: 10px !important;
  text-align: center !important;
}
.btcwdgt.btcwdgt-s-price .btcwdgt-body span, .btcwdgt.btcwdgt-text-ticker .btcwdgt-footer, .btcwdgt.btcwdgt-text-ticker .btcwdgt-edge {
  display: none !important;
}

.btcwdgt-body ul{
  margin: 0 !important;
  padding: 0 !important;
}

.btc-price {
  font-size: 10px;
  padding: 2px 22px;
  border-left: 1px solid #888888;
  margin: 10px;
  height: 40px;
}


div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

div.scrollmenu::-webkit-scrollbar {
  display: none;
}
div.scrollmenu div {
  display: inline-block;
}
ul.top-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}
ul.top-list li{
  padding: 2px 8px;
  display: inline;
  display: inline-block;
  border-right: 1px solid #192F4F;
}
ul.top-list li i {
  font-size: 14px;
  color: #839EC6;
}
ul.top-list li a {
  font-size: 12px;
  color: #56729B !important;
}
ul.top-list li:last-child{
  border-right: none;
}
ul.top-list li select{
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  font-size: 12px;
  color: #56729B !important;
  width: 80px;
}
ul.top-list li select::-ms-expand {
  display: none;
}

.fixed-top .navbar {
  transition:  0.5s all;
  background-image: linear-gradient(rgb(11, 23, 44), rgba(11, 23, 44, 0));
}

.navbar .nav-item a.nav-link {
  line-height: 42px;
  padding-left: 16px;
  padding-right: 16px;
}
.navbar .nav-item .nav-link {
  font-size: 12px;
  line-height: 1.2;
  position: relative;
}
.navbar.bg-dark .nav-item .nav-link {
  color: #f1f1f1;
}
.navbar.bg-light .nav-item .nav-link {
  color: #333;
}

.navbar .nav-item .nav-link.btn {
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 700;
  margin: 0 6px;
}
.dropdown-menu { 
  border-radius: 0;
}
@media (max-width: 768px){
  .navbar-collapse {
    background: #0B172C;
    width: 100%;
  }
  .navbar-collapse .nav-item a.nav-link{
    height: auto !important;
    line-height: 20px;
  }
  .navbar {
    padding-top: 0;
  }
}
.btn-default {
  color: #268AC7 !important;
  border: 2px solid #268AC7;
  background: transparent;
}
.btn {
  border-radius: 0;
  min-width: 200px;
  padding: 8px 20px;
}
.btn-primary {
  color: #ffffff;
  background: #268AC7;
}

button.navbar-toggler {
  border: none;
}
.navbar .nav-item .nav-link:hover {
  color: #268AC7;
}

.navbar .nav-item .nav-link:hover::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #268AC7;
}

.ccc-widge {
  background: #fff;
  color: #071026;
  padding: 20px;
  position: relative;
  top: -60px;
  z-index: 200;
  right: 0;
  left: 0;
}
.hero-object img {
  width: 60px !important;
}
.hero-object h3 {
  font-size: 18px;
  color: #fff;
}
.hero-object p {
  font-size: 12px;
  color: #839EC6;
  margin: 0 !important;
}

.section-heading {
  font-size: 40px;
  text-transform: capitalize;
}
.section-subheading {
  color: #8c8c8c;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-transform: capitalize;
}
.list-object img {
  width: 70px;
}
.list-object h3 {
  color: #0e0e22;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
.list-object p {
  color: #929ca9;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px; 
}

@media (min-width: 1200px){
  .container.resize {
    max-width: 650px;
    margin-left: 0;
  }
}

.card {
  border: 0;box-shadow: 1px 1px 25px 5px rgba(76,174,221,0.15);
  overflow: hidden;
  border-radius: 0 !important;
}
.card a {
  min-width: auto;
  border-radius: 4px;
}
.card-header {
    color: #F4F4F4;
    background-color: #014076;
    border-bottom: 4px solid #240d5b;
}
.card-header h3 {
    color: #ffffff;
}
.card-header p {
  font-size: 12px !important;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.card-body {
	background: #fff;
    color: #333;
}
ul.checkmark {
  margin-top: 0;
  padding: 0;
  list-style-type: none!important;
}

ul.checkmark li:before {
	vertical-align: middle;
	color: #4CAF50;
	content: "\f00c";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
	margin-left: -26px;
	width: 26px;
}

ul.checkmark li {
	line-height: 1;	
	padding: 8px 0 8px 36px;
}

.testimonials img {
  width: 50px;
}
.testimonials .author {
  font-size: 32px;
  font-family: 'Satisfy', cursive;
}
.comment p {
  font-style: italic;
  font-size: 16px;
}

.sec3 {
  background: #57bf95 url(../images/bg-2.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}


.shine-icon img {
  display:block;
  position:absolute;
  top:0;
  height:200%;
  z-index:2;
}
.icon{
  width:130px;
  height:62px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:22px;
  position:relative;
  overflow:hidden;
}
.icon img {
  max-width: none !important;
}
.icon.yen img{
  top:0;
  left:0;
}
.icon.mobile img{
  left:-100%;
  top:0;
}
.icon.two-fold img{
  left:-203%;
  top:0;
}
.icon.safe img{
  left:-300%;
  top:0;
}
.icon.support img{
  left:-400%;
  top:0;
}
.icon.aus img{
  left:-500%;
  top:0;
}
.icon.cashback-idr img{
  left:-600%;top:0;
}
.icon.cashback-idr:before{
  width:100%;left:0;
}
.icon.expert img{
  left:-699%;top:0;
}

.shine h3{
  font-size: 18px;
  font-weight: 100;
}
.shine p{
  font-size: 12px;
  font-weight: 100;
}


.show-back-to-top {
  display: block;
  right: 20px;
  visibility: visible;
}

.back-to-top {
  position: fixed;
  bottom: 40%;
  height: 45px;
  width: 45px;
  line-height: 44px;
  font-size: 16px;
  opacity: 1;
  z-index: 1111;
  display: none;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background: #2d2d2d;
  color: #999;
}

footer {
  background: #0d1d3a;
  color: #717c9c;
}
footer h3 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
footer ul li a {
  text-transform: capitalize;
  padding: 6px 0;
  display: inline-block;
  font-weight: 500;
}
.tlt {
  font-size: 46px;
  line-height: 56px;
  font-weight: 300;
  font-family: "Roboto",Arial,sans-serif;
  margin-top: 45px;
  margin-bottom: 30px;
  color: #0e0e22;
}

.auth-body {
  background: #091c2b;
  color: #fff;
  padding: 30px 0;
}

.auth-body .container {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 600px){
  .auth-body {
    padding: 20px;
    margin: 0;
  }

}


.validate input, .validate textarea, .validate select {
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
}
.validate input:focus, .validate textarea:focus, .validate select:focus {
  -moz-box-shadow: 0 0 3px #aaa; 
  -webkit-box-shadow: 0 0 3px #aaa; 
  box-shadow: 0 0 3px #aaa; 
}
.validate, .validate textarea { /* add this to the already existing style */
  -moz-transition: padding .25s; 
  -webkit-transition: padding .25s; 
  -o-transition: padding .25s;
  transition: padding .25s;
}
/* Button Style */
::-webkit-validation-bubble-message {
  padding: 0;
}
.validate input:focus:invalid, .validate textarea:focus:invalid, .invalid { /* when a field is considered invalid by the browser */
  border-color: #b03535
}
.validate input:required:valid, .validate textarea:required:valid { /* when a field is considered valid by the browser */
  border-color: #28921f;
}
.validate2 input, .validate2 textarea, .validate2 select { 
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  border-radius:2px;
}
.validate2 input:focus, .validate2 textarea:focus, .validate2 select:focus {
  border:1px solid #555;
}
.validate2 input:focus, .validate textarea:focus { /* add this to the already existing style */
  padding-right:70px;
}
.validate2, .validate2 textarea { /* add this to the already existing style */
  -moz-transition: padding .25s; 
  -webkit-transition: padding .25s; 
  -o-transition: padding .25s;
  transition: padding .25s;
}
.validate2 input, .validate2 textarea {
  padding-right:30px;
}
.form_hint {
  background: #333;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  color: white;
  margin-left:8px;
  padding: 1px 6px;
  z-index: 999; /* hints stay above all other elements */
  position: absolute; /* allows proper formatting if hint is two lines */
display:none;
}
.form_hint::before {
  content: "\25B2"; /* left point triangle in escaped unicode */
  color:#333;
  position: absolute;
  bottom:73%;
  left: 5%;
}
.validate input:focus + .form_hint {display: block;}
.validate input:required:valid + .form_hint {background: #333;} /* change form hint color when valid */
.validate input:required:valid + .form_hint::before {color:#333;} /* change form hint arrow color when valid */


.bg-about {
  background: #ddd url(../images/Icon-Background.jpg) no-repeat;
  background-size: cover;
  color: #f1f1f1;
  padding: 150px 0 90px 0;
  font-size: 18px;
}
.bg-about h1 {
  color: #fff;
  font-weight: 100;
}
@media (max-width: 600px){
  .bg-about {
    padding: 80px 0 40px 0;
  }
}
.text-primary {
  color: #268AC7 !important;
}
.bg-primary {
  background: #268AC7 !important;
}
.text-blue { color: #007BFF; }
.bg-blue { background: #007BFF; }



/* The hero image */
.hero-image {
  /* Set a specific height */
  height: 90%;
  position: relative;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
position: absolute;
width: 100%;
height: 100%;
}
.slide1 {
background: url("../images/bg3.jpg") no-repeat fixed center;
    background-size: cover;
  animation:fading 30s infinite;
-webkit-animation:fading 30s infinite;

} 
.slide2 {
background: url("../images/bg4.jpg") no-repeat fixed center;
    background-size: cover;
  animation:fading2 30s infinite;
-webkit-animation:fading2 30s infinite;
}
@keyframes fading
{
0%   {opacity:1}
33.333% { opacity: 0}
66.666% { opacity: 0}
100% { opacity: 1}
}
@keyframes fading2
{
0%   {opacity:0}
33.333% { opacity: 1}
66.666% { opacity: 1 }
100% { opacity: 0}
}
@keyframes fading3
{
0%   {opacity:0}
33.333% { opacity: 0}
66.666% { opacity: 1}
100% { opacity: 0}
}
.hero-image::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 80%,rgba(0,0,0,.5) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 80%,rgba(0,0,0,.5) 100%);
  z-index:0;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  width:95%;
  max-width: 600px;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  z-index:10;
}

.jumbo {
  position: relative;
  padding: 3em 0;
  text-align: center;
}

.jumbo h1 {
  color: #fff;
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  text-shadow: 0.025em 0.025em 0.025em rgba(0, 0, 0, 0.8);
  line-height:1.0;
}

.jumbo h1 .char4, h1 .char5 {
  color: #57BF95;
}


.jumbo p {
  letter-spacing: 0.15em;
  color: #fff;
  font-size: 1.25em;
  font-weight: 100;
  text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.8);
  text-align: center;
}

/* EFFECTS
***************/

.glow {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: text-shadow 1s linear;
       -moz-transition: text-shadow 1s linear;
         -o-transition: text-shadow 1s linear;
            transition: text-shadow 1s linear;
}

.glow.in {
  text-shadow: 
    0.025em 0.025em 0.025em rgba(255, 255, 255, 0.8),
    0 0 0.5em rgba(255, 255, 255, 0.8);
}

.fading {
  opacity: 0;
    -webkit-transition: opacity 1s linear;
       -moz-transition: opacity 1s linear;
         -o-transition: opacity 1s linear;
            transition: opacity 1s linear;
}

.fading.in {
  opacity: 1;
}



ul.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul.steps li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 32.333%;
}
@media (max-width: 600px){
  ul.steps li + li {
    padding-left: 0;
    width: 100%;
  }
  ul.steps li {
    width: 100%;
  }
}

ul.steps img {
  margin: 10px auto;
  display: block;
  height: 100px
}
ul.steps h4 {
  color: #333;
}

.line-break {
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #57BF95;
}

.testimony-bg {
  background: url(../images/cover-image.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}