@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body, html {
  height: 100%;
	width: 100%;
	padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}
html {
  scroll-behavior: smooth;
}
a {
  color: #EC941E;
}
body {
  background: #F2F3F5;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #121D33;
}
label {
  color: #353F62;
  font-weight: 600;
  font-size: 14px;
}
.form-control, .btn, .custom-select{
  height: 48px;
  font-weight: 600;
  padding: .575rem .75rem;
}
img { max-width: 100%;}
button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.text-orange { color: #EC941E; }
.text-blue { color: #007BFF !important; }
.text-secondary { color: #d8d5aa !important; }

.btn-blue { background: #007BFF; color: #fff; }
.btn-warning {
  background-color: #F28B24;
  color: #fff;
  border-color: #F28B24;
}

.btn-primary {
  color: #ffffff;
  border-color: #EC941E;
  background: #EC941E;
}
.btn-primary:hover {
  border-color: #ac2d3a;
  background: #ac2d3a;
}

button.navbar-toggler {
  border: none;
}
.card {
	box-shadow: 2px 2px 0 0 #ccc !important;
	border: 0;
}
.card:hover {
	box-shadow: 4px 4px 0 0 #ccc !important;
	border: 0;
}
.card-header {
    color: #fff;
    background-color: #333;
    border-bottom: 0px;
    position: relative;
    padding: 1.25rem 1.25rem;
    font-size: 16px;
}
.card-header a{
  color: #fff;
}
.card-body {
	background: #fff;
    color: #333;
}
.list-group .list-group-item {
	background-color: transparent !important;
}
.card-body input {
  color: #333;
}


.auth-body {
  background: url(../assets/img/index.png) no-repeat fixed;
  background-size: cover;
  color: rgba(255, 255, 255, 0.6);
  height: 100%;
}
.auth-body a {
  color: #fff;
}
.auth-container {
  color: #333;
  margin: 12px auto;
  padding: 32px;
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.21) 0px 2px 8px 0px;
  max-width: 480px;
}
.section_container a:not(.btn) {
  color: #EC941E;
}
.auth-body a {
  color: #FFF;
}
.auth-container a {
  color: #EC941E;
}



.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: #EC941E;;
}
.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-dot {
  background: #ddd url(../images/education-bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  padding: 70px 0;
}
.bg-about {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 50px 0px;
  color: #333;
  margin-bottom: 30px;
  text-align: center;
  font-size: 17px;
}
.bg-about h1 {
  font-size: 38px;
  color: #333;
  text-transform: capitalize;
  position: relative;
  font-weight: 600;
}

.text-primary {
  color: #0C6DF3 !important;
}
.bg-primary {
  background: #0C6DF3 !important;
}
.text-blue { color: #007BFF; }
.bg-blue { background: #007BFF; }

.account-sidebar {
  background: #091c2b;
  width: 200px;
  height: 100%;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: none;
}
.account-sidebar .flex-column a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  padding: 12px;
}
.account-sidebar .flex-column a:hover {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  padding: 12px;
}





.work_step .work_icon i::before {
  font-size: 90px;
  color: #EC941E;
  line-height: 90px;
}
.work_step {
  position: relative;
}
.work_step .work_icon {
  position: relative;
  z-index: 1;
}
@media (min-width: 600px){
  .work_step.work_first::after {
    content: '';
    position: absolute;
    top: 20px;
    right: -140px;
    width: 240px;
    height: 30px;
    background: url(../images/arrow.png) center center no-repeat;
  }
  .work_step.work_middle::after {
    content: '';
    position: absolute;
    top: 37px;
    right: -136px;
    width: 240px;
    height: 30px;
    background: url(../images/arrow2.png) center center no-repeat;
  }
}
.work_step .work_icon::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: 60%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #e5e5e5;
  position: absolute;
  z-index: -1;
}
.work_step h2 {
  font: 600 22px/30px "Poppins", sans-serif;
  color: #242424;
  padding: 30px 0px 14px;
}


.section_title h2 {
  font: 600 35px/40px "Poppins", sans-serif;
  color: #242424;
  margin-bottom: 0px;
}
.section_title .title_p {
  margin-bottom: 0px;
  padding-top: 5px;
}
.title_p {
  font: 400 20px/26px "Lora", serif;
      font-style: normal;
  font-style: italic;
  color: #797979;
}



.about_info {
  background-color: #144699;
  color: #fff;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about_item i::before {
  font-size: 50px;
  line-height: 55px;
  color: #BCD1E5;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.about_item .media-body h3 {
  color:#fff;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}
.about_item .media-body p {
  color:#BCD1E5;
}
.about_item i {
  color: #EC941E;
  padding-right: 20px;
}




/* Start currency_converter_area css
================================================*/
.currency_converter_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.currency_converter_area .converter_left {
  width: calc(50% - 208px);
}

.currency_converter_area .converter_right {
  width: calc(50% + 208px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 100px;
  padding-top: 90px;
}

.currency_converter_area .converter_right .converter_info {
  max-width: 710px;
  margin-left: 0;
  margin-right: auto;
}

.currency_converter_area .converter_right .converter_info .section_title h2 {
  color: #fff;
}

.currency_converter_area .converter_right .converter_info .section_title p {
  color: #fff;
  opacity: 0.50;
}

.currency_converter_area .converter_right .converter_info .coin_calculator {
  position: relative;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr {
  position: relative;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td {
  font: 500 30px/36px "Poppins", sans-serif;
  color: #fff;
  height: 64px;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td.HS1label {
  display: none;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(2) {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 23.5%;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(2) .HS1selectBox {
  height: 100%;
  width: 100%;
  background: transparent;
  border: 1px solid #51505a;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font: 500 30px/36px "Poppins", sans-serif;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(2) .HS1selectBox.nice-select:after {
  border-color: #fff;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(2) .HS1selectBox.nice-select .current {
  line-height: 64px;
  width: 100%;
  display: block;
  text-align: center;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(2) .HS1selectBox.nice-select .list {
  background: #242424;
  width: 230px;
  max-height: 500px;
  overflow-y: scroll;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(2) .HS1selectBox.nice-select .list li {
  font-size: 15px;
  font-weight: 400;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(2) .HS1selectBox.nice-select .list li:hover, .currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(2) .HS1selectBox.nice-select .list li:focus {
  background: #0C6DF3 !important;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(2) .HS1selectBox.nice-select .list li.option.selected.focus {
  background: #0C6DF3 !important;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(3) {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 10%;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(3) .HS1textarea {
  background: transparent;
  border: 1px solid #51505a;
  border-radius: 3px;
  text-align: center;
  width: 100% !important;
  color: #fff;
  display: block;
  height: 64px;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(3) .HS1textarea:focus {
  outline: none;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(4) {
  position: absolute;
  left: 34.6%;
  top: 0px;
  width: 4%;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(4):before {
  content: "=";
  color: #fff;
  position: relative;
  top: 8px;
  font-size: 20px;
  font-weight: 300;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(4) .HS1label {
  display: none;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(5) {
  position: absolute;
  top: 0;
  left: 43%;
  width: 30%;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(5) textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #51505a;
  text-align: center;
  font: 500 30px/64px "Poppins", sans-serif;
  height: 100%;
  color: #fff !important;
  resize: none;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(5) textarea:focus {
  outline: none;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(6) {
  position: absolute;
  left: 80px;
  top: 0;
  width: 18.5%;
  border: 1px solid #51505a;
  border-radius: 3px;
  color: #fff;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(6):before {
  content: "BTC";
  position: absolute;
  top: 0;
  left: 0;
  font: 500 30px/64px "Poppins", sans-serif;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr td:nth-child(6) span {
  display: none !important;
}

.currency_converter_area .converter_right .converter_info .HS1mainContainer tbody tr:last-child {
  display: none;
}
.currency_converter_area .converter_left img {
  max-width: none;
}
.mb_60 {
  margin-bottom: 60px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============= currency_price_area css ===============*/
.currency_price_area {
  background: #f3f3f3;
  padding: 100px 0px;
}

.w_bg {
  background: #fff;
}

.crypto-prices-item .coinmarketcap-currency-widget {
  max-width: 100%;
}

.crypto-prices-item .coinmarketcap-currency-widget > div {
  min-width: 100% !important;
  color: #9e9e9e; 
  background-color: #363636;
  border: 4px solid #363636 !important;
  border-radius: 0px !important;
  padding: 15px 0px 0px 0px;
}
.crypto-prices-item .coinmarketcap-currency-widget > div {
	box-shadow: 2px 2px 0 0 #2b2b2b;
	border: 0;
}
.crypto-prices-item .coinmarketcap-currency-widget > div:hover {
  top: -2px;
  background-color: #3b3b3b;
  border: 4px solid #3b3b3b !important;
  box-shadow: 5px 5px 0 0 #2b2b2b;
	border: 0;
}
.crypto-prices-item .coinmarketcap-currency-widget > div > div:last-child {
  padding: 4px !important;
}

.crypto-prices-item .coinmarketcap-currency-widget div span a {
  color: #0C6DF3 !important;
}

.crypto-prices-item .coinmarketcap-currency-widget div span > span {
  display: none;
}

.crypto-prices-item .coinmarketcap-currency-widget div img {
  max-width: 100%;
  width: 35px;
}

.crypto-prices-item .coinmarketcap-currency-widget div div:last-of-type a {
  display: none;
}

.price_table {
  margin-bottom: 0px;
  margin-top: 50px;
  border-right: 1px solid #e8e8e8;
}

.price_table thead tr th {
  border: 0px;
  background: #3a3bf3;
  padding: 7px 30px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
}

.price_table tbody tr td {
  padding: 7px 30px;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  font: 500 16px/25px "Poppins", sans-serif;
  color: #3a3a3a;
  text-align: center;
}

.price_table tbody tr:nth-child(odd) {
  background: #f7f7f7;
}



#confirm {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 10000000;
  background: rgba(0,0,0,.5);
  transition: all 0.5s ease;
  text-align: center;
  padding: 20px;
}
#confirm .container {
  background-color: #fff;
  width: 350px;
  top: 20%;
  padding: 0px;
  max-height: 95%;
  overflow: auto;
}
#confirm button {
  cursor: pointer;
}
#confirm .message {
  max-height: 50%;
  font-size: 16px;
}
@media (max-width: 768px){
  #confirm .container {
    width: 90%;
    margin-top: 0;
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}




.network_area::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../images/network-bg.png") no-repeat scroll left 0;
  opacity: 0.94;
  background-size: cover;
}
.network_area {
  background: #2B2B2B url("../images/network-bg.jpg") no-repeat scroll center 0/cover;
  padding: 40px 0px;
  position: relative;
  z-index: 1;
}
.network_content {
  padding-top: 55px;
}
.network_content .about_title::after {
  background:#45ae7d;
}
.about_title::after {
  content: "";
  width: 55px;
  height: 2px;
  background: #d1d1d1;
  display: inline-block;
  margin-left: 30px;
}
.network_content h3 {
  font: 400 26px/38px "Poppins", sans-serif;
  color: #fff;
  padding-bottom: 45px;
}
.network_content .count_item {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  margin-right: 70px;
}

.network_content .about_title {
  font-size: 22px;
  color:#fff;
  font-weight: 400;
  padding-bottom: 28px;
}
.network_content .count_item h2 {
  font-size: 80px;
  line-height: 85px;
  font-weight: 400;
}

.about_title {
  font: 400 20px/28px "Playfair Display", serif;
  color: #171297;
  font-style: italic;
}
.about_title::after {
  content: "";
  width: 55px;
  height: 2px;
  background: #d1d1d1;
  display: inline-block;
  margin-left: 30px;
}

.growing_facts {
  background: #EC941E;
  color: #fff;
  padding: 48px;
}
.list_style {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.growing_facts ul li p {
  font: 400 18px/28px "Lora", serif;
  font-style: italic;
}


#particles-js{
	position:absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 0;
}

blockquote {
  border: 2px dotted #b03535;
  padding: 12px;
  border-radius: 10px;
  margin: 10px 0;
}


ul.contact_list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
}
ul.contact_list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 10px;
  position: relative;
}
ul.contact_list li h2 {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
}
ul.contact_list li:last-child {
  border: 0;
}
ul.contact_list li div {
  padding-left: 60px;
}
ul.contact_list li i {
  position: absolute;
  left: 24px;
  top: 30px;
  font-size: 22px;
}



.no-select {
  border:none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
}

#language option {
  color: #333;
}





.reasons {
  text-align: center;
}

.reasons .reason .content .default img {
max-width: none;
}
@media (max-width: 767px){
  .reasons .section-heading {
    line-height: 24px;
  }
}

@media (max-width: 991px){
  .reasons .section-heading {
    margin-bottom: 49px;
    position: relative;
  }
}
.reasons .section-heading {
  margin-bottom: 62px;
  position: relative;
}
.shine-icon-container{
	position:relative;
	-webkit-transition:all .125s ease;
	-o-transition:all .125s ease;
	transition:all .125s ease;
}
.shine-icon-container .shine-icon{position:relative}
.shine-icon-container .shine-icon .default,.shine-icon-container .shine-icon .hover{
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  overflow:hidden;
}


.shine-icon-container .shine-icon .default img,
.shine-icon-container .shine-icon .hover img{
  display:block;
  position:absolute;
  top:0;
  height:200%;
  z-index:2;
}
.shine-icon-container .shine-icon .default{
  z-index:1;
  opacity:1;
  filter:alpha(opacity=100);
  -webkit-transition:all .125s ease;
  -o-transition:all .125s ease;
  transition:all .125s ease;
}
.shine-icon-container .shine-icon .hover{
  z-index:2;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:all .125s ease;
  -o-transition:all .125s ease;
  transition:all .125s ease;
}
.shine-icon-container .shine-icon .hover img{top:-100%}
.shine-icon-container .shine-icon .shine{
  display:block;
  content:"";
  width:15px;
  height:100%;
  left:0;
  z-index:1;
  position:absolute;
  background-color:#fff;
  opacity:.65;
  filter:alpha(opacity=65);
}
.type-writer-no-script-content{display:none}
.type-writer-content-sizer{
  display:block;
  position:absolute;
  left:-5000px;
  z-index:0;
}


.reasons{
  background-color:#303030;
  padding-top:90px;
  padding-bottom:40px;
  text-align:center;
  z-index:0;
  position:relative
}
@media (max-width:1170px){
  .reasons{z-index:1}
}
@media (max-width:991px){
  .reasons{padding-top:67px;padding-bottom:54px}
}
.reasons .section-heading{
  margin-bottom:62px;
  position:relative
}
.reasons .section-heading img{
  max-height:18px
}
@media (max-width:991px){
  .reasons .section-heading{
    margin-bottom:49px;
    position:relative
  }
}
@media (max-width:767px){
  .reasons .section-heading{line-height:24px}
}
.reasons .reason{
  background-color:#363636;
  height:0;
  padding-bottom:113%;
  margin-bottom:13%;
  position:relative;
  width:100%;
  box-shadow:2px 2px 0 0 #2b2b2b;
  top:0;
  left:0;
  -webkit-transition:top .15s ease,left .15s ease,box-shadow .15s ease,background-color .15s ease;
  -o-transition:top .15s ease,left .15s ease,box-shadow .15s ease,background-color .15s ease;
  transition:top .15s ease,left .15s ease,box-shadow .15s ease,background-color .15s ease
}
.reasons .reason .content{
  top:16%;
  left:0;
  width:100%;
  position:absolute;
  height:84%;
  padding:0 13px
}
.reasons .reason .content .icon{
  width:130px;
  height:62px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:22px;
  position:relative;
  overflow:hidden
}
.reasons .reason .content .icon.yen .default img{
  top:0;
  left:0
}
.reasons .reason .content .icon.yen .hover img{
  left:0;
  top:-100%
}
.reasons .reason .content .icon.mobile .default img{
  left:-100%;
  top:0
}
.reasons .reason .content .icon.mobile .hover img{
  left:-100%;
  top:-100%
}
.reasons .reason .content .icon.two-fold .default img{
  left:-203%;
  top:0
}
.reasons .reason .content .icon.two-fold .hover img{
  left:-203%;
  top:-100%
}
.reasons .reason .content .icon.safe .default img{
  left:-300%;
  top:0
}
.reasons .reason .content .icon.safe .hover img{
  left:-300%;
  top:-100%
}
.reasons .reason .content .icon.support .default img{
  left:-400%;
  top:0
}
.reasons .reason .content .icon.support .hover img{
  left:-400%;
  top:-100%
}
.reasons .reason .content .icon.aus .default img{
  left:-500%;
  top:0
}
.reasons .reason .content .icon.aus .hover img{
  left:-500%;
  top:-100%
}
.reasons .reason .content .icon.five-k .default img{
  left:-600%;
  top:0
}
.reasons .reason .content .icon.five-k .hover img{
  left:-600%;
  top:-100%
}
.reasons .reason .content .icon.cashback-idr .default img{
  left:-600%;
  top:0
}
.reasons .reason .content .icon.cashback-idr .hover img{
  left:-600%;
  top:-100%
}
.reasons .reason .content .icon.cashback-idr .default:before,
.reasons .reason .content .icon.cashback-idr .hover:before{
  width:100%;
  left:0
}
.reasons .reason .content .icon.expert .default img{
  
  left:-699%;
  top:0
}.reasons .reason .content .icon.expert .hover img{
  left:-699%;
  top:-100%
}
.reasons .reason .content .heading{
  font-size:16px;
  margin-bottom:12px;
  line-height:24px;
  font-weight:bold;
  color:white;
  letter-spacing:.01em
}
.reasons .reason .content p{
  padding:0 15px;
  font-size:16px;
  font-weight:300;
  line-height:24px;
  color:#9e9e9e
}
.reasons .reason:hover{
  top:-2px;
  background-color:#3b3b3b;
  box-shadow:5px 5px 0 0 #2b2b2b
}
.reasons .reason:hover .content .icon.yen .shine{
  -webkit-animation-duration:2.45s;
  animation-duration:2.45s
}
.reasons .reason:hover .content .icon.two-fold .shine{
  -webkit-animation-duration:2.15s;
  animation-duration:2.15s
}
.reasons .reason:hover .content .icon.safe .shine{
  -webkit-animation-duration:2.75s;
  animation-duration:2.75s
}
.reasons .reason:hover .content .icon.support .shine{
  -webkit-animation-duration:2.35s;
  animation-duration:2.35s
}
.reasons .reason:hover .content .icon.aus .shine{
  -webkit-animation-duration:2.35s;
  animation-duration:2.35s
}
.reasons .reason:hover .content .icon.five-k .shine{
  -webkit-animation-duration:2.25s;
  animation-duration:2.25s
}
.reasons .reason:hover .content .icon.expert .shine{
  -webkit-animation-duration:2.35s;
  animation-duration:2.35s
}
@media (max-width:1199px){
  .reasons .reason{
    height:auto;
    padding:0;
    margin-bottom:30px
  }
  .reasons .reason .content{
    padding:30px;
    padding-left:132px;
    position:relative;
    height:192px;
    padding-right:15px;
    text-align:left
  }
  .reasons .reason .content .icon{
    position:absolute;
    left:16px;
    width:97px;
    height:46px;
    top:30px
  }
  .reasons .reason .content p{
    max-width:19em;
    padding:0
  }
}
@media (max-width:880px){
  .reasons .reason{
    max-width:563px;
    margin-right:auto;
    margin-left:auto;
    margin-bottom:15px
  }
  .reasons .reason .content{
    height:auto;
    padding-left:132px;
    padding-right:30px
  }
  .reasons .reason .content p{
    max-width:29em
  }
}
@media (max-width:767px){
  .reasons .reason{max-width:400px}
}
@media (max-width:880px){
  .reasons .reason-wrapper{width:100%}
}
@media (max-width:420px){
  .reasons{
    padding-top:62px;
    padding-bottom:50px
  }
  .reasons .section-heading{margin-bottom:40px}
  .reasons h2.heading{margin-bottom:38px}
  .reasons h2.heading .word{
    width:100%;
    white-space:normal
  }
  .reasons h2.heading .word .g-text{height:30px}
  .reasons h2.heading .hand-drawn-arrow{
    margin-left:-102px;
    margin-top:-39px;
    width:25px
  }
  .reasons h2.heading .hand-written-text{
    margin-left:-66px;
    margin-top:-60px;
    width:138px
  }
  .reasons h2.heading .hand-written-text .g-text{
    max-width:100%;
    height:auto
  }
  .reasons .reason .content{
    text-align:center;
    padding-left:30px
  }
  .reasons .reason .content .icon{
    width:130px;
    height:62px;
    margin-bottom:0;
    position:relative;
    left:auto;
    top:auto;
    display:inline-block
  }
  .reasons .reason .content p{
    max-width:19em;
    padding:0;
    margin-bottom:0;
    margin-left:auto;
    margin-right:auto
  }
}
.ja .reasons .reason .content .heading{font-size:14px}
.ja .reasons .reason .content p{
  font-size:14px;
  padding:0
}


.why_area {
  background: #EEEFF1 url('../images/1568997483.jpg') no-repeat center;
  background-size: cover;
  font-size: 16px;
}
@media (max-width: 600px){
  .why_area {
    background: #EEEFF1;
  }
}
.why_area ul {
  list-style: none;
  color: rgba(0,0,0,.5);
  margin: 0;
  padding: 0;
}
.why_area ul li {
  position: relative;
  padding: 10px 0 0 30px;
}
.why_area ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  top: calc(50% + 3px);
  height: 3px;
  width: 8px;
  background-color: #EC941E;;
}

.skiptranslate {
  display: none !important;
}
body {
  top: 0 !important;
}



.pricing {
	background: #fff;
  border-radius: 12px;
  box-shadow: 0px 90px 160px 0px rgba(0,0,0,0.06);
}
.pricing_header {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.pricing_header h4 {
  margin: 0;
}
.pricing_body {
  padding: 20px 30px;
}
.pricing_amount {
  font-size: 26px;
  color: #333;
  font-weight: 600 !important;
}



ul.list-folder {
  margin: 0;
  padding: 0 0 0 20px;
}
ul.list-success li::marker {
  color: #29cf8d;
}
ul.list-warning li::marker {
  color: #ff8f00;
}
ul.list-primary li::marker {
  color: #2970fa;
}
ul.list-folder li {
  padding: 10px 0 10px 10px;
  color: #666;
}

ul.icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.icon-list li {
  position: relative;
  padding-bottom: 20px;
}
ul.icon-list li img {
  position: absolute;
  left: 0;
  width: 70px;
}
ul.icon-list li div {
  padding-left: 80px;
}
ul.icon-list li div h3 {
  font-size: 18px;
  color: #333;
}
ul.icon-list li div p {
  font-size: 13px;
}


.page-item.active .page-link {
  background-color: #EC941E;
  border-color: #EC941E;
}
.page-link {
  color: #EC941E;
}
.page-link:hover {
  color: #045fdf;
}