/* Googlefont Poppins CDN Link */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  min-height: 100vh;
}

.container {
  max-width: 1300px !important;
}

.txt-color {
  color: #f17421;
}

.contact-arrow {
  display: none;
}

.ensure-mobile {
  display: none;
}

.ensure {
  display: none;
}

.section-three-developers-mobile {
  display: none;
}

.quest {
  display: none;
}

/* <<<<<<START SECTION TOP NAVBAR>>>>>> */
a {
  text-decoration: none !important;
  cursor: pointer;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 70px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.092);
  z-index: 99;
}
.navbar {
  justify-content: space-between;
}

nav .navbar {
  height: 100%;
  max-width: 1400px;
  width: 100%;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0 15px;
}
nav .navbar .nav-links {
  line-height: 70px;
  height: 100%;
}
nav .navbar .links {
  display: flex;
}
nav .navbar .links li {
  position: relative;
  /* display: flex; */
  align-items: center;
  list-style: none;
  padding: 0 15px;
}
nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  /* white-space: nowrap; */
  color: #254e9d;
  font-size: 18px;
  font-weight: 500;
}

.links li:hover .ic-products-arrow,
.links li:hover .ic-solutions-arrow,
.links li:hover .ic-features-arrow,
.links li:hover .ic-resources-arrow {
  transform: rotate(180deg);
}

nav .navbar .links li .arrow {
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #254e9d;
  transition: all 0.3s ease;
}
.sub-menu {
  width: 390px;
  position: absolute;
  top: 70px;
  /* left: 0; */
  line-height: 40px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .products-sub-menu,
nav .navbar .links li:hover .solutions-sub-menu,
nav .navbar .links li:hover .features-sub-menu,
nav .navbar .links li:hover .resources-sub-menu {
  display: block;
}
.navbar .links li .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .links li .sub-menu a {
  color: #254e9d;
  font-size: 15px;
  font-weight: 500;
}
.sub-menu li:hover {
  background: #f17421;
  cursor: pointer;
}
/* .navbar .links li .sub-menu .more-arrow {
  line-height: 40px;
} */
.links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}

.navbar .nav-links .sidebar-logo {
  display: none;
}
.navbar .bx-menu {
  display: none;
}
.logo img {
  width: 140px;
}
.logo-name img {
  width: 140px;
}
.top-contact {
  background: #f17421;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
}
.top-contact:hover {
  background: linear-gradient(to right, #0381d6, #006db6, #254e9d);
}
/* Nav-style */
.nav-left {
  display: grid;
  align-content: center;
}
.nav-ic {
  padding-right: 0px;
  font-size: 24px;
  width: 20px;
}
.nav-title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav-desc {
  font-size: 13px;
  line-height: 22px;
  margin-top: -8px;
  padding-bottom: 8px;
}
.sub-menu li:hover .nav-ic svg {
  filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg)
    brightness(306%) contrast(306%);
}
.sub-menu li:hover .nav-desc,
.sub-menu li:hover .nav-title {
  color: #fff;
}
/* Nav-style */
/* <<<<<<END SECTION TOP NAVBAR>>>>>> */

/* <<<<<<START SECTION FOOTER MENU>>>>>> */
.footer-menu {
  background: #140622;
  padding: 80px 0px;
  display: flex;
  justify-content: center;
}
.footer-content {
  width: 1400px;
}
.footer-desc {
  padding-top: 15px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
.footer-mail a {
  font-size: 14px;
  color: #fff !important;
  font-weight: 400;
}
.footer-mail a:hover {
  color: #254e9d !important;
  text-decoration: none;
}
.footer-title {
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
  font-weight: 500;
}
.footer-logo img {
  width: 65%;
}
.footer-list a {
  font-size: 11px;
  color: #fff;
}
.footer-list a:hover {
  color: #f17421;
  text-decoration: none;
}
/* <<<<<<END SECTION FOOTER MENU>>>>>> */

/* <<<<<<START SECTION THANKYOU>>>>>> */
.section-thankyou {
  text-align: center;
  min-height: 100vh;
}
.thankyou-image img {
  padding: 70px 15px 50px 15px;
  width: 50%;
}
.thankyou-title {
  font-size: 40px;
  color: #151515;
  font-weight: 600;
  font-family: Poppins;
}
.thankyou-desc {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  font-family: Poppins;
}
.thankyou-btn {
  padding-top: 50px;
  padding-bottom: 200px;
}
.thankyou-btn a {
  color: #fff;
  background-image: linear-gradient(to right, #0381d6, #006db6, #254e9d);
  padding: 15px 40px;
  border-radius: 50px;
  font-size: 16px;
}
.thankyou-btn a:hover {
  background: #f17421;
}
/* <<<<<<START SECTION THANKYOU>>>>>> */

/* <<<<<<START SECTION TESTIMONIAL>>>>>> */
.section-index-four {
  padding-top: 120px;
}
.testimonial-main-title {
  font-size: 36px;
  color: #254e9d;
  font-weight: 600;
  text-align: center;
  padding-bottom: 50px;
}
.item {
  margin: 0 20px;
  padding: 40px 30px 60px 30px;
  background: rgba(87, 163, 255, 0.1);
  border-radius: 10px;
}
.owl-image {
  width: 55px;
  padding-bottom: 20px;
  margin: auto;
}
.owl-text {
  color: #4b669d;
  font-weight: 300 !important;
}
.owl-name {
  font-size: 20px;
  font-weight: 600;
  padding-top: 20px;
  color: #254e9d;
}
/* <<<<<<END SECTION TESTIMONIAL>>>>>> */

/* <<<<<<START SECTION KEY>>>>>> */
.section-key {
  background-color: rgba(87, 163, 255, 0.1);
  margin-top: 200px;
}
.key {
  padding: 150px 0px;
  text-align: center;
}
.head-key {
  font-size: 40px;
  color: #254e9d;
  font-weight: 600;
}
.desc-key {
  font-size: 20px;
  color: #254e9d;
  padding: 20px 0px;
}
.btn-key {
  margin-top: 30px;
}
.key-btn {
  font-size: 20px;
  color: #fff;
  background-color: #e2792f;
  border-color: #e2792f;
  border-radius: 30px;
  padding: 10px 45px 10px 45px;
}
.key-btn:hover {
  opacity: 0.6;
  color: #fff;
}
/* <<<<<<END SECTION KEY>>>>>> */

/* <<<<<<START SECTION FOOTER>>>>>> */
.footer {
  background: #343a40;
  padding: 10px 0px;
}
.foot-text {
  color: #f8f9fa;
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 150% */
}
/* <<<<<<END SECTION FOOTER>>>>>> */

/* <<<<<<START SECTION CONTACT FORM>>>>>> */
/* Start section Form */
.section-contact-us {
  margin-top: 140px;
}
.section-index-one {
  margin-bottom: 180px;
  padding-left: 0px !important;
  padding-right: 20px !important;
}
.check {
  font-size: 18px;
  font-style: normal;
}
.form-page {
  margin-top: 50px;
}

.form-right {
  display: grid;
  align-content: center;
}

.form-left {
  padding-right: 30px;
  display: grid;
  padding-top: 140px;
  align-content: baseline;
}

.form-title {
  color: #254e9d;
  font-weight: 600;
  font-size: 36px;
}
.form-data {
  margin-top: 50px;
}

@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap");

.form-wrap {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  padding: 50px 30px;
  margin: 0 auto;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
/* .form-wrap:before {
  content: "";
  width: 90%;
  height: calc(100% + 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: -30px;
  background: #254e9d;
  z-index: -1;
  opacity: 0.8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
} */
.form-group {
  margin-bottom: 20px;
}
.form-group > label {
  display: block;
  font-size: 16px;
  color: #254e9d;
}
.custom-control-label {
  color: #000;
  font-size: 16px;
}
.form-control {
  height: 40px;
  background: #f5f7fa;
  border-color: transparent;
  padding: 0 15px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  border-color: #254e9d;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
textarea.form-control {
  height: 130px;
  padding-top: 15px;
  resize: none;
}

.btn {
  margin-top: 0px;
  padding: 10px 20px;
  font-size: 18px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #254e9d;
  border-color: #254e9d;
  border-radius: 50px;
}

.btn-primary:hover {
  color: #254e9d;
  background-color: #ffffff;
  border-color: #254e9d;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #254e9d;
  background-color: #ffffff;
  border-color: #254e9d;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #254e9d;
  background-color: #ffffff;
  border-color: #254e9d;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

/* End section Form */
/* <<<<<<END SECTION CONTACT FORM>>>>>> */

/* ======START PAGE HOME====== */
.hero-home-left {
  display: grid;
  align-content: center;
}
.hero-home-right {
  text-align: right;
}
.section-hero-home {
  margin-top: 70px;
  background: #eef6ff;
  padding: 80px 0px;
}
.hero-home-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}
.hero-home-desc {
  color: #4b669d;
  text-align: left;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding: 20px 0px;
  margin-bottom: 30px;
}
.home-btn {
  background-image: linear-gradient(to right, #0381d6, #006db6, #254e9d);
  padding: 10px 30px;
  border-radius: 50px;
  margin-right: 15px;
  color: #fff;
  border: none;
}
.home-btn a {
  color: #fff;
}
.home-btn:hover {
  background: #f17421;
}
.section-one-home {
  padding-top: 120px;
}
.one-home-label {
  color: #f17421;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.one-home-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; /* 125% */
}
.one-home-desc {
  padding: 20px 0px;
  color: #4b669d;
  text-align: left;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.one-home {
  padding-top: 20px;
}
.one-home-left {
  display: grid;
  align-content: center;
}

.one-home-left img {
  width: 80%;
}

.one-home-right {
  border-radius: 8px;
  background: #fafafa;
  padding: 25px;
}
.one-home-card-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.one-home-card-desc {
  padding: 10px 0px;
  color: #4b669d;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.one-home-card-btn a {
  color: #254e9d;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 33px; /* 165% */
}
.one-home-card-btn a:hover {
  color: #f17421;
}
.section-two-home {
  padding-top: 120px;
}
.two-home-label {
  text-align: center;
  color: #f17421;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.two-home-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px; /* 120% */
  padding-bottom: 50px;
}
.two-home-card-left,
.two-home-card-mid,
.two-home-card-right {
  padding-bottom: 30px;
}
.two-home-card-icon {
  display: grid;
  align-content: center;
}
.two-home-card {
  background-color: rgba(87, 163, 255, 0.1);
  padding: 40px 25px 40px 25px;
  border-radius: 8px;
}
.two-home-card-title {
  color: #254e9d;
  font-size: 22px;
  display: grid;
  font-weight: 600;
  align-content: center;
  min-height: 65px;
}
.two-home-card-desc {
  color: #4b669d;
  font-size: 18px;
  padding-top: 20px;
  min-height: 155px;
}
.two-home-card-button {
  margin-top: 40px;
}
.card-button {
  color: #254e9d !important;
  font-size: 18px;
  font-weight: 600;
}
.card-button:hover {
  color: #f17421 !important;
}
.ic-learn {
  font-weight: 600;
  font-size: 16px;
}
.section-three-home {
  padding-top: 120px;
}
.threethree-home-left {
  display: grid;
  align-content: center;
}

.threethree-home-left img {
  width: 80%;
}
.three-home-title {
  color: #254e9d;
  background: #eef6ff;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px; /* 120% */
  padding: 40px 0px;
}
.three-home {
  padding-top: 40px;
}

.three-home-right {
  padding-left: 25px;
  display: grid;
  align-content: center;
}
.three-home-card-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.three-home-card-desc {
  padding: 10px 0px;
  color: #4b669d;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

/* ======END PAGE HOME====== */

/* ======START PAGE PRODUCT PAYMENT====== */
.section-hero-payment {
  margin-top: 70px;
  background: #eef6ff;
  padding: 80px 0px 140px 0px;
}
.hero-payment-label {
  color: #f17421;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.hero-payment-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; /* 125% */
  padding: 20px 70px;
}
.hero-payment-desc {
  color: #4b669d;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  padding: 0px 350px;
}
.section-one-payment {
  margin-top: 120px;
}
.one-payment-left {
  display: grid;
  align-content: center;
}
.one-payment-card-left {
  text-align: center;
}
.one-payment-card-left img {
  width: 85%;
}
.one-payment-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px; /* 120% */
}
.one-payment-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.one-payment-card {
  padding-top: 50px;
}
.one-payment-card-title {
  text-align: center;
  min-height: 115px;
  padding: 30px 0px 20px 0px;
  color: #254e9d;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.one-payment-card-desc {
  color: #4b669d;
  text-align: left;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.one-payment-card-btn {
  margin-top: 50px;
  text-align: center;
}
.payment-card-btn a {
  background: #f17421;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
}
.payment-card-btn a:hover {
  opacity: 0.7;
}
.section-two-payment {
  margin-top: 120px;
  background: #eef6ff;
  padding: 80px 0px;
}
.two-payment-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; /* 125% */
  padding-bottom: 50px;
}
.two-payment-left {
  display: grid;
  align-content: center;
}
.two-payment-card-img img {
  width: 100%;
}
.two-payment-card {
  padding: 25px 0px;
}
.two-payment-card-text {
  display: grid;
  align-content: center;
}
.two-payment-card-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.section-three-payment {
  margin-top: 120px;
}
.three-payment-left {
  padding-right: 120px;
  display: grid;
  align-content: center;
}
.three-payment-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px; /* 120% */
  padding-bottom: 30px;
}
.three-payment-desc {
  color: #4b669d;
  text-align: left;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.three-payment-card-content {
  border-radius: 20px;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 25px;
}
.three-payment-card-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
  padding-bottom: 20px;
}
.three-payment-card-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px; /* 150% */
  min-height: 140px;
}
/* ======END PAGE PRODUCT PAYMENT====== */

/* ======START PAGE PRODUCT INTERNATIONAL====== */
.section-hero-international {
  margin-top: 70px;
  padding: 80px 0px;
}
.hero-international-label {
  color: #f17421;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.hero-international-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px; /* 150% */
  padding: 20px 0px;
}
.hero-international-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.hero-international-right {
  display: grid;
  align-content: center;
}
.section-one-international {
  margin-top: 120px;
  background: #eef6ff;
  padding: 80px 0px;
}
.one-international-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; /* 125% */
  padding: 0px 320px;
}
.one-international-image {
  text-align: center;
}
.one-international-img img {
  width: 10%;
  padding: 40px 10px;
}
.one-international-btn {
  text-align: center;
  padding-top: 20px;
}
.international-btn a {
  background: #f17421;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
}
.international-btn a:hover {
  opacity: 0.7;
}
.section-two-international {
  padding-top: 120px;
}
.two-international {
  margin-top: 20px;
}
.two-international-left {
  display: grid;
  align-content: center;
}
.two-international-left img {
  width: 80%;
}
.two-international-right {
  display: grid;
  align-content: center;
  border-radius: 20px;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 45px;
}
.two-international-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
/* ======END PAGE PRODUCT INTERNATIONAL====== */

/* ======START PAGE PRODUCT CRYPTOCURRENCY====== */
.section-hero-crypto {
  margin-top: 70px;
  padding: 80px 0px;
}
.hero-crypto-label {
  color: #f17421;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.hero-crypto-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; /* 125% */
  padding: 20px 40px;
}
.hero-crypto-desc {
  color: #4b669d;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  padding: 0px 155px;
}
.section-one-crypto {
  margin-top: 120px;
  background: #eef6ff;
  padding: 80px 0px;
}
.one-crypto-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; /* 125% */
  padding-bottom: 50px;
}
.one-crypto-image {
  text-align: center;
  padding-bottom: 20px;
}
.one-crypto-img img {
  width: 10%;
  padding: 10px;
}
.section-two-crypto {
  margin-top: 120px;
}
.two-crypto-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px; /* 156.25% */
  padding-bottom: 20px;
}
.two-crypto-card {
  padding-top: 30px;
}
.two-crypto-left {
  text-align: right;
}
.two-crypto-left img {
  width: 50%;
}
.two-crypto-card-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.two-crypto-card-desc {
  color: #4b669d;
  text-align: left;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}
/* ======END PAGE PRODUCT CRYPTOCURRENCY====== */

/* ======START PAGE SOLUTIONS COSTUMIZED====== */
.section-hero-costumized {
  margin-top: 70px;
  background: #eef6ff;
  padding: 80px 0px 320px 0px;
}
.hero-costumized-label {
  color: #f17421;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.hero-costumized-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px; /* 140% */
  padding: 20px 0px;
}
.hero-costumized-desc {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  padding: 0px 200px;
}
.one-costumized {
  margin-top: -200px;
}
.one-costumized-img {
  text-align: center;
}
.one-costumized-img img {
  width: 85%;
}
.one-costumized-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
  padding: 30px 0px 20px 0px;
}
.one-costumized-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.space-bg {
  margin-top: 180px;
  background: #eef6ff;
  padding: 10px 0px;
}
.section-two-costumized {
  margin-top: 180px;
}
.two-costumized-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; /* 125% */
}
.two-costumized-img img {
  width: 80%;
}
.two-costumized-sub-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
  padding-bottom: 10px;
}
.two-costumized-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.two-costumized-sub {
  padding-bottom: 30px;
}
/* ======END PAGE SOLUTIONS COSTUMIZED====== */

/* ======START PAGE SOLUTIONS FRAUD====== */
.section-hero-fraud {
  margin-top: 70px;
  background: #eef6ff;
  padding: 80px 0px 140px 0px;
}
.hero-fraud-label {
  color: #f17421;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.hero-fraud-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px; /* 140% */
  padding: 20px 0px;
}
.hero-fraud-desc {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  padding: 0px 180px;
}
.section-one-fraud {
  padding-top: 150px;
}
.one-fraud-content {
  padding-bottom: 50px;
}
.one-fraud-img img {
  width: 100%;
}
.one-fraud-title {
  padding-bottom: 20px;
  color: #254e9d;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.one-fraud-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
/* ======END PAGE SOLUTIONS FRAUD====== */

/* ======START PAGE SOLUTIONS REAL====== */
.section-hero-real {
  margin-top: 70px;
  padding: 80px 0px 0px 0px;
}
.hero-real-left {
  display: grid;
  align-content: center;
}
.hero-real-label {
  color: #f17421;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.hero-real-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px; /* 140% */
  padding: 20px 0px;
}
.hero-real-desc {
  color: #254e9d;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.hero-real-img img {
  width: 100%;
}
.section-one-real {
  padding-top: 140px;
}
.one-real-content {
  border-radius: 40px;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px;
  margin: 40px 15px 0px 15px !important;
}
.one-real-img img {
  width: 100%;
}
.one-real-right {
  display: grid;
  align-content: center;
}
.one-real-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
  padding-bottom: 20px;
}
.one-real-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.one-real-desc ul li {
  margin: 20px;
  line-height: 10px;
}
/* ======END PAGE SOLUTIONS REAL====== */

/* ======START PAGE SOLUTIONS CONSULTING====== */
.section-hero-consulting {
  margin-top: 70px;
  background: #eef6ff;
  padding: 80px 0px 320px 0px;
}
.hero-consulting-label {
  color: #f17421;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}
.hero-consulting-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px; /* 140% */
  padding: 20px 0px;
}
.hero-consulting-desc {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  padding: 0px 280px;
}
.section-hero-consulting-image {
  margin-top: -238px;
}
.hero-consulting-img {
  text-align: center;
}
.hero-consulting-img img {
  width: 40%;
}
.section-one-consulting {
  padding-top: 120px;
  padding-left: 150px;
  padding-right: 150px;
}
.one-consulting-content {
  border-radius: 40px;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px;
  margin: 20px 15px;
}
.one-consulting-img img {
  width: 20%;
}
.one-consulting-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px; /* 150% */
  padding: 20px 0px;
  min-height: 106px;
}
.one-consulting-desc {
  color: #4b669d;
  text-align: left;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  min-height: 196px;
}
.one-consulting-img2 {
  text-align: center;
  padding: 50px;
}
.one-consulting-img2 img {
  width: 100%;
}
.one-consulting-card {
  display: grid;
  align-content: center;
}
/* ======END PAGE SOLUTIONS CONSULTING====== */

/* ======START PAGE KEY-FEATURES COMPETITIVE====== */
.section-hero-competitive {
  margin-top: 70px;
  padding: 80px 0px 0px 0px;
}
.hero-competitive-left {
  padding-right: 130px;
  display: grid;
  align-content: center;
}
.hero-competitive-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px; /* 140% */
  padding-bottom: 20px;
}
.hero-competitive-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.hero-competitive-img img {
  width: 100%;
}
.section-one-competitive {
  margin-top: 120px;
  background: #eef6ff;
  padding: 80px 0px;
}
.one-competitive-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 600;
  line-height: 48px; /* 177.778% */
}
.one-competitive-btn {
  padding-top: 50px;
  text-align: center;
}
.section-two-competitive {
  padding-top: 120px;
}
.two-competitive-content {
  border-radius: 40px;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px;
}
.two-competitive-image {
  text-align: right;
}
.two-competitive-image img {
  width: 25%;
}
.two-competitive-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 35.5px; /* 131.481% */
  padding-top: 30px;
  padding-bottom: 20px;
  min-height: 120px;
}
.two-competitive-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  min-height: 170px;
}

/* ======END PAGE KEY-FEATURES COMPETITIVE====== */

/* ======START PAGE KEY-FEATURES SYSTEM====== */
.section-hero-system {
  margin-top: 70px;
  background: #eef6ff;
  padding: 80px 0px 0px 0px;
}
.hero-system-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px; /* 120% */
  padding: 0px 220px;
}
.hero-system-desc {
  color: #4b669d;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  padding: 50px 320px;
}
.hero-system-img {
  text-align: center;
}
.hero-system-img img {
  width: 30%;
}
.section-one-simple-system {
  padding-top: 120px;
}
.one-simple-system-left {
  display: grid;
  align-content: center;
}
.one-title-simple-system {
  color: #254e9d;
  font-family: Poppins;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px; /* 101.923% */
  padding: 0px 120px;
}

.one-image-simple-system {
  padding-top: 50px;
}

/* ++++START SECTION DOT LINE LIST++++ */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.timeline-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 33px; /* 150% */
}

.dot-line {
  width: 100%;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

.dot-line:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: #e2792f;
  z-index: 1;
}

.timeline-block {
  width: -webkit-calc(50% + 8px);
  width: -moz-calc(50% + 8px);
  width: calc(50% + 8px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  justify-content: space-between;
  clear: both;
}

.timeline-block-right {
  float: right;
}

.timeline-block-left {
  float: left;
  direction: rtl;
}

.marker {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #f5f7fa;
  background: #e2792f;
  z-index: 22;
  text-align: center;
  position: relative;
  left: 4px;
}

.timeline-content {
  width: 95%;
  padding: 0 15px;
  color: #666;
}
i.fa.fa-check {
  display: none;
}
i.fa.fa-check.active {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 50%;
  color: #fff;
}

.timeline-content p {
  font-size: 14px;
  line-height: 1.5em;
  word-spacing: 1px;
  color: #888;
}

.dot-line:before {
  left: 19px;
  width: 2px;
}
.timeline-block {
  width: 100%;
  margin-bottom: 70px;
}
.timeline-block-right {
  float: none;
}

.timeline-block-left {
  float: none;
  direction: ltr;
}
/* ++++START SECTION DOT LINE LIST++++ */

/* ======END PAGE KEY-FEATURES SYSTEM====== */

/* ======START PAGE KEY-FEATURES MAJOR====== */
.section-hero-major {
  margin-top: 140px;
}
.hero-major {
  border-radius: 45px;
  background: #eef6ff;
  padding: 100px 40px;
}
.hero-major-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; /* 156.25% */
  padding: 0px 80px 20px 80px;
}
.hero-major-desc {
  color: #4b669d;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px; /* 123.077% */
  padding: 0px 150px;
}
.section-one-major {
  padding-top: 120px;
}
.one-major-content {
  border-radius: 40px;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px;
  margin: 25px 0px;
}
.one-major-title {
  color: #254e9d;
  text-align: right;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px; /* 131.481% */
  padding: 0px 0px 20px 0px;
}
.one-major-desc {
  color: #4b669d;
  text-align: right;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.one-major-title2 {
  color: #254e9d;
  text-align: left;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px; /* 131.481% */
  padding: 0px 0px 20px 0px;
}
.one-major-desc2 {
  color: #4b669d;
  text-align: left;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.one-major-mid {
  display: grid;
  align-content: center;
}
.one-major-image {
  text-align: center;
}
.one-major-image img {
  width: 100%;
}
/* ======END PAGE KEY-FEATURES MAJOR====== */

/* ======START PAGE KEY-FEATURES ENSURING====== */
.section-hero-ensuring {
  margin-top: 70px;
  background: #eef6ff;
  padding: 80px 0px 320px 0px;
}
.hero-ensuring-left {
  display: grid;
  align-content: center;
}
.hero-ensuring-right {
  text-align: center;
}
.hero-ensuring-right img {
  width: 80%;
}
.hero-ensuring-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 62px;
  padding-right: 80px;
}
.section-one-ensuring {
  margin-top: -180px;
}
.one-ensuring-content {
  border-radius: 40px;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px;
  margin: 25px 80px;
}
.one-ensuring-right {
  display: grid;
  align-content: center;
}
.one-ensuring-left img {
  width: 80%;
}
.one-ensuring-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 35.5px; /* 131.481% */
  padding-bottom: 20px;
}
.one-ensuring-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}

/* ======END PAGE KEY-FEATURES ENSURING====== */

/* ======START PAGE KEY-FEATURES EASY====== */
.section-hero-easy {
  margin-top: 70px;
  padding: 80px 0px 220px 0px;
}
.hero-easy-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; /* 115.741% */
  padding: 0px 240px 20px 240px;
}
.hero-easy-desc {
  color: #4b669d;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  padding: 0px 300px;
}
.section-one-easy-content {
  border-radius: 45px;
  background: #eef6ff;
  padding: 70px 50px 130px 50px;
}
.one-easy-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px; /* 124.315% */
  padding: 0px 180px 20px 0px;
}
.one-easy-btn {
  margin-top: -180px;
}
.one-easy-btn a {
  background: #e2792f;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
}
.one-easy-btn a:hover {
  opacity: 0.7;
}
.one-easy-image {
  text-align: center;
}
.one-easy-image img {
  width: 90%;
}
.section-one-easy-content2 {
  margin-top: -487px;
  padding: 100px 50px;
}

.one-easy-left {
  display: grid;
  align-content: end;
}
.section-two-easy {
  padding-top: 120px;
}
.two-easy {
  padding: 0px 50px;
}
.two-easy-title {
  text-align: center;
  color: #254e9d;
  font-family: Poppins;
  font-size: 34px;
  font-weight: 600;
  line-height: 44px; /* 124.315% */
  padding-bottom: 50px;
}
.two-easy-image {
  text-align: center;
}
.two-easy-image img {
  width: 25%;
}
.two-easy-box {
  border-radius: 40px;
  background: #fff;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 80px 40px 40px 40px;
  margin-top: -40px;
}
.two-easy-box-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px; /* 131.481% */
  padding: 0px 0px 20px 0px;
  min-height: 85px;
}
.two-easy-box-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  min-height: 170px;
}
/* ======END PAGE KEY-FEATURES EASY====== */

/* ======START PAGE KEY-FEATURES CUSTOMER====== */

.section-hero-customer {
  margin-top: 140px;
}
.hero-customer {
  border-radius: 40px;
  background: #eef6ff;
  padding: 80px 40px;
}
.hero-customer-left {
  display: grid;
  align-content: center;
}
.hero-customer-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; /* 103.174% */
  padding-bottom: 20px;
}
.hero-customer-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.hero-customer-image img {
  width: 100%;
}
.section-one-customer {
  padding-top: 120px;
}
.one-customer-title {
  color: #254e9d;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px; /* 124.315% */
  padding-bottom: 20px;
}
.one-customer-desc {
  color: #4b669d;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
  padding: 0px 220px 50px 220px;
}
.one-customer-box {
  padding: 0px 200px;
}
.one-customer-box-image {
  text-align: center;
}
.one-customer-box-image img {
  width: 60%;
}
.one-customer-box-title {
  color: #254e9d;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 35.5px; /* 131.481% */
  padding: 20px 0px;
}
.one-customer-button {
  text-align: center;
  padding-top: 50px;
}
.one-customer-button a {
  color: #fff;
  background: #e2792f;
  padding: 15px 25px;
  border-radius: 50px;
}
.one-customer-button a:hover {
  opacity: 0.7;
}
/* ======END PAGE KEY-FEATURES CUSTOMER====== */

/* ======START PAGE DEVELOPERS====== */
.section-hero-developers {
  margin-top: 70px;
  padding: 80px 0px 0px 0px;
}
.hero-developers-left {
  display: grid;
  align-content: center;
}
.hero-developers-image {
  text-align: center;
}
.hero-developers-image img {
  width: 100%;
}
.hero-developers-title {
  color: #254e9d;
  font-family: Poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px; /* 103.174% */
  padding-bottom: 20px;
}
.hero-developers-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.one-developers2 {
  margin-top: 100px;
}
.section-one-developers {
  padding-top: 120px;
}
.one-developers-img {
  text-align: right;
}
.one-developers-img img {
  width: 100%;
}
.one-developers-title {
  color: #254e9d;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px; /* 124.315% */
  padding-bottom: 20px;
}
.one-developers-desc {
  color: #4b669d;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px; /* 140% */
}
.one-developers-content {
  padding-bottom: 20px;
  padding-right: 40px;
}

.section-two-developers {
  padding-top: 150px;
}
.two-developers-title {
  color: #254e9d;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px; /* 124.315% */
  padding-bottom: 20px;
}

/* accordion section */
.move {
  display: none;
}
.check {
  font-size: 20px;
  font-style: normal;
  color: #254e9d;
}
.desc-move {
  font-size: 20px;
  padding-bottom: 15px;
  color: #254e9d;
}
.two-developers-card-button {
  text-align: center;
}
.head-button-dev {
  border: 1px solid #ffffff;
  background-color: rgba(96, 130, 171, 0.052);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 4px;
  color: #254e9d;
  padding: 12px 35px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.head-button-dev:hover,
.head-button-dev:focus {
  background-image: linear-gradient(to right, #0381d6, #006db6, #254e9d);
  opacity: 0.8;
  color: #fff;
  border-color: #fff;
}
.move-card-box {
  padding: 60px;
  margin-top: 50px;
  background-color: rgba(96, 130, 171, 0.052);
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.move-card-left,
.move-card-right {
  display: grid;
  align-content: center;
}

.move-card-right img {
  width: 100%;
}

/* accordion section */
.section-three-developers {
  margin-top: 180px;
  background: #eef6ff;
  padding: 80px 0px;
}
/* ======END PAGE DEVELOPERS====== */

/* ======START PAGE FAQ====== */
.section-hero-faq {
  padding-top: 70px;
  min-height: 1100px;
}
.faq-title {
  color: #254e9d;
  font-weight: 600;
  font-size: 36px;
  padding: 50px 15px 20px 15px;
}
/* Start PG Resource */

.btn-side {
  color: #254e9d;
  font-weight: 600;
  font-size: 16px;
  border: none !important;
  background: rgba(87, 163, 255, 0.1);
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-side:hover {
  background: rgba(81, 157, 250, 0.158);
}

.sub-side-right {
  background: #fafafa;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #254e9d;
  font-size: 16px;
  line-height: 28px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.sub-side-right-title {
  padding-bottom: 20px;
  color: #254e9d;
  font-size: 22px;
  padding-left: 20px;
  padding-right: 20px;
}

.dev-section-two {
  padding-left: 15px;
  padding-right: 15px;
}
/* End PG Resource */

/* start accordion */
@import url("https://fonts.googleapis.com/css?family=Montserrat");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px 25px;
  height: auto; /* Should be removed. Only for demonstration */
}

.column img {
  width: 100%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.accordion {
  width: 98%;
  max-width: 1100px;
  margin: 2rem auto;
}
.accordion-item {
  background-color: #fafafa;
  color: #254e9d;
  font-size: 16px;
  margin: 30px 0;
  padding: 20px 10px;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.accordion-item-header {
  font-size: 16px;
  padding: 0.5rem 3rem 0.5rem 1rem;
  font-family: "Poppins", sans-serif;
  min-height: 3.5rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.accordion-item-header:hover {
  color: #e2792f;
}
.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}
.accordion-item-header.active::after {
  content: "\2212";
}
.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-item-body-content {
  font-family: "Helvetica", Sans-serif;
  color: #7a7a7a;
  font-size: 18px;
  text-align: left;
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #e2792f, transparent) 1;
}

.item-card {
  color: #4b669d;
  font-size: 16px;
}
/* end accordion */
/* ======END PAGE FAQ====== */

@media (max-width: 1445px) {
}

@media (max-width: 1024px) {
  /* <<<<<<START SECTION NAVIGASI TOP BAR>>>>>> */
  nav .navbar .links li a {
    font-size: 16px;
  }
  /* <<<<<<END SECTION NAVIGASI TOP BAR>>>>>> */

  /* <<<<<<START SECTION KEY>>>>>> */
  .key {
    padding: 100px 0px;
  }
  .head-key {
    font-size: 36px;
  }
  .desc-key {
    font-size: 18px;
  }
  .key-btn {
    font-size: 18px;
  }
  /* <<<<<<END SECTION KEY>>>>>> */

  /* ======START PAGE HOME====== */
  .hero-home-title {
    font-size: 36px;
    line-height: 48px;
  }
  .hero-home-desc {
    color: #4b669d;
    font-size: 18px;
    line-height: 28px;
  }
  .one-home-label {
    font-size: 18px;
    line-height: 33px;
  }
  .one-home-title {
    font-size: 36px;
    line-height: 46px;
  }
  .one-home-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .one-home-card-title {
    font-size: 20px;
    line-height: 30px;
  }
  .one-home-card-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .one-home-card-btn {
    font-size: 18px;
    line-height: 28px;
  }
  .two-home-title {
    font-size: 34px;
    line-height: 46px;
  }
  .two-home-card-title {
    color: #254e9d;
    font-size: 20px;
    min-height: 65px;
  }
  .two-home-card-desc {
    font-size: 18px;
    padding-top: 20px;
    min-height: 210px;
  }
  .three-home-title {
    font-size: 34px;
    line-height: 44px;
  }
  .three-home-card-title {
    font-size: 20px;
    line-height: 30px;
  }
  .three-home-card-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .testimonial-main-title {
    font-size: 34px;
    line-height: 44px;
  }
  /* ======END PAGE HOME====== */

  /* ======START PAGE PRODUCT PAYMENT====== */
  .hero-payment-label {
    font-size: 20px;
    line-height: 33px;
  }
  .hero-payment-title {
    font-size: 36px;
    line-height: 46px;
  }
  .hero-payment-desc {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 220px;
  }
  .one-payment-title {
    font-size: 34px;
    line-height: 44px;
  }
  .one-payment-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .one-payment-card-title {
    font-size: 20px;
    line-height: 30px;
  }
  .two-payment-title {
    font-size: 34px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .two-payment-card-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .three-payment-card-content {
    padding: 18px;
  }
  .three-payment-left {
    padding-right: 60px;
  }
  .three-payment-title {
    font-size: 34px;
    line-height: 44px;
  }
  .three-payment-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .three-payment-card-title {
    font-size: 20px;
    line-height: 30px;
  }
  .three-payment-card-desc {
    font-size: 16px;
    line-height: 27px;
    min-height: 162px;
  }

  /* ======END PAGE PRODUCT PAYMENT====== */

  /* ======START PAGE PRODUCT INTERNATIONAL====== */
  .hero-international-label {
    font-size: 20px;
    line-height: 30px;
  }
  .hero-international-title {
    font-size: 32px;
    line-height: 42px;
  }
  .hero-international-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .one-international-title {
    font-size: 36px;
    padding: 0px 180px;
  }
  /* ======END PAGE PRODUCT INTERNATIONAL====== */

  /* ======START PAGE PRODUCT CRYPTOCURRENCY====== */
  .hero-crypto-label {
    font-size: 20px;
    line-height: 30px;
  }
  .hero-crypto-title {
    font-size: 36px;
    line-height: 46px;
  }
  .hero-crypto-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .one-crypto-title {
    font-size: 36px;
    line-height: 46px;
  }
  .two-crypto-card-title {
    font-size: 20px;
    line-height: 30px;
  }
  /* ======END PAGE PRODUCT CRYPTOCURRENCY====== */

  /* ======START PAGE SOLUTIONS COSTUMIZED====== */
  .section-hero-costumized {
    background: #eef6ff;
    padding: 80px 0px 240px 0px;
  }
  .hero-costumized-label {
    font-size: 20px;
    line-height: 30px;
  }
  .hero-costumized-title {
    font-size: 36px;
    line-height: 46px;
  }
  .hero-costumized-desc {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 120px;
  }
  .one-costumized {
    margin-top: -140px;
  }
  .one-costumized-title {
    font-size: 20px;
    line-height: 30px;
  }
  .one-costumized-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .two-costumized-title {
    font-size: 36px;
    line-height: 46px;
  }
  .two-costumized-sub-title {
    font-size: 20px;
    line-height: 30px;
  }
  .two-costumized-desc {
    font-size: 18px;
    line-height: 28px;
  }
  /* ======END PAGE SOLUTIONS COSTUMIZED====== */

  /* ======START PAGE SOLUTIONS FRAUD====== */
  .hero-fraud-label {
    font-size: 20px;
    line-height: 30px;
  }
  .hero-fraud-title {
    font-size: 36px;
    line-height: 56px;
  }
  .hero-fraud-desc {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 80px;
  }
  .one-fraud-title {
    font-size: 20px;
    line-height: 30px;
  }
  .one-fraud-desc {
    font-size: 18px;
    line-height: 28px;
  }
  /* ======END PAGE SOLUTIONS FRAUD====== */

  /* ======START PAGE SOLUTIONS REAL====== */
  .hero-real-label {
    font-size: 20px;
    line-height: 30px;
  }
  .hero-real-title {
    font-size: 36px;
    line-height: 46px;
    padding: 20px 0px;
  }
  .hero-real-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .one-real-title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .one-real-desc {
    font-size: 18px;
    line-height: 28px;
  }
  /* ======END PAGE SOLUTIONS REAL====== */

  /* ======START PAGE SOLUTIONS CONSULTING====== */
  .section-hero-consulting {
    padding: 80px 0px 240px 0px;
  }
  .section-hero-consulting-image {
    margin-top: -190px;
  }
  .hero-consulting-label {
    font-size: 20px;
    line-height: 30px;
  }
  .hero-consulting-title {
    font-size: 36px;
    line-height: 46px;
    padding: 20px 0px;
  }
  .hero-consulting-desc {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 140px;
  }
  .section-one-consulting {
    padding-top: 120px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .one-consulting-title {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0px;
    min-height: 99px;
  }
  .one-consulting-desc {
    font-size: 18px;
    line-height: 28px;
    min-height: 225px;
  }
  /* ======END PAGE SOLUTIONS CONSULTING====== */

  /* ======START PAGE KEY-FEATURES COMPETITIVE====== */
  .hero-competitive-left {
    padding-right: 45px;
  }
  .hero-competitive-title {
    font-size: 36px;
    line-height: 46px;
    min-height: 157px;
  }
  .hero-competitive-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .two-competitive-title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 0px;
    min-height: 140px;
  }
  .two-competitive-desc {
    min-height: 225px;
  }
  /* ======END PAGE KEY-FEATURES COMPETITIVE====== */

  /* ======START PAGE KEY-FEATURES SYSTEM====== */
  .hero-system-title {
    font-size: 36px;
    line-height: 46px;
    padding: 0px 100px;
  }
  .hero-system-desc {
    color: #4b669d;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    padding: 50px 180px;
  }
  .one-title-simple-system {
    font-size: 34px;
    line-height: 44px;
    padding: 0px 20px;
  }
  .timeline-title {
    font-size: 18px;
    line-height: 28px;
  }
  /* ======END PAGE KEY-FEATURES SYSTEM====== */

  /* ======START PAGE KEY-FEATURES MAJOR====== */
  .hero-major-title {
    font-size: 36px;
    line-height: 46px;
    padding: 0px 0px 20px 0px;
  }
  .hero-major-desc {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 40px;
  }
  .one-major-content {
    padding: 25px;
  }
  .one-major-title {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 0px 20px 0px;
  }
  .one-major-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  .one-major-title2 {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 0px 20px 0px;
  }
  .one-major-desc2 {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    line-height: 28px;
  }
  /* ======END PAGE KEY-FEATURES MAJOR====== */

  /* ======START PAGE KEY-FEATURES ENSURING====== */
  .hero-ensuring-title {
    font-size: 36px;
    line-height: 46px;
    padding-right: 10px;
  }
  .one-ensuring-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .one-ensuring-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  /* ======END PAGE KEY-FEATURES ENSURING====== */

  /* ======START PAGE KEY-FEATURES EASY====== */
  .hero-easy-title {
    font-size: 36px;
    line-height: 46px;
    padding: 0px 80px 20px 80px;
  }
  .hero-easy-desc {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 200px;
  }
  .one-easy-title {
    font-size: 28px;
    line-height: 38px;
    padding: 0px 10px 20px 0px;
  }
  .section-one-easy-content {
    padding: 60px 50px 120px 50px;
  }
  .section-one-easy-content2 {
    margin-top: -417px;
    padding: 100px 50px;
  }
  .one-easy-btn {
    margin-top: -127px;
  }
  .two-easy {
    padding: 0px 15px;
  }
  .two-easy-image img {
    width: 30%;
  }
  .two-easy-box {
    padding: 80px 30px 40px 30px;
    margin-top: -40px;
  }
  .two-easy-box-title {
    font-size: 20px;
    line-height: 30px;
    padding: 0px 0px 20px 0px;
    min-height: 80px;
  }
  .two-easy-box-desc {
    min-height: 195px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  /* ======END PAGE KEY-FEATURES EASY====== */

  /* ======START PAGE KEY-FEATURES CUSTOMER====== */
  .hero-customer-title {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 20px;
  }
  .hero-customer-desc {
    font-size: 18px;
    line-height: 28px;
  }
  .one-customer-title {
    font-size: 34px;
    line-height: 44px;
    padding-bottom: 20px;
  }
  .one-customer-desc {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 140px 50px 140px;
  }
  .one-customer-box-image img {
    width: 70%;
  }
  /* ======END PAGE KEY-FEATURES CUSTOMER====== */

  /* ======START PAGE DEVELOPERS====== */
  .hero-developers-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
  }
  .hero-developers-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }
  .one-developers-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .two-developers-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 44px;
    padding-bottom: 20px;
  }
  /* accordion section */

  .check {
    font-size: 18px;
    font-style: normal;
    color: #254e9d;
  }
  .desc-move {
    font-size: 18px;
    padding-bottom: 15px;
    color: #254e9d;
  }
  .move-card-box {
    padding: 60px;
    margin: 50px 15px 0px 15px !important;
    background-color: rgba(96, 130, 171, 0.052);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  /* accordion section */
  /* ======END PAGE DEVELOPERS====== */
}

@media (max-width: 920px) {
  /* <<<<<<START SECTION NAVIGASI TOP BAR>>>>>> */
  .navbar {
    justify-content: space-between;
  }

  nav .navbar {
    max-width: 100%;
    padding: 0 25px;
  }
  nav .navbar .links li {
    padding: 0 10px;
  }
  nav .navbar .links li a {
    font-size: 15px;
  }
  /* <<<<<<END SECTION NAVIGASI TOP BAR>>>>>> */
}

@media (max-width: 800px) {
  /* <<<<<<START SECTION NAVIGASI TOP BAR>>>>>> */
  .contact-arrow {
    display: block;
  }

  .top-button {
    display: none;
  }

  .top-contact {
    font-size: 14px;
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
  }
  .navbar .bx-menu {
    display: block;
  }
  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 560px;
    width: 100%;
    background: #fff;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
    overflow: auto;
  }
  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 25px;
    color: #254e9d;
  }
  nav .navbar .links {
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow {
    line-height: 40px;
  }
  nav .navbar .links li {
    display: block;
  }
  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }

  .links li:hover .ic-products-arrow,
  .links li:hover .ic-solutions-arrow,
  .links li:hover .ic-features-arrow,
  .links li:hover .ic-resources-arrow {
    transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
  }
  .navbar .links li .sub-menu .more span {
    display: flex;
    align-items: center;
  }

  .links li .sub-menu .more:hover .more-sub-menu {
    display: none;
  }
  nav .navbar .links li:hover .products-sub-menu,
  nav .navbar .links li:hover .solutions-sub-menu,
  nav .navbar .links li:hover .features-sub-menu,
  nav .navbar .links li:hover .resources-sub-menu {
    display: none;
  }
  .navbar .nav-links.show1 .links .products-sub-menu,
  .navbar .nav-links.show2 .links .solutions-sub-menu,
  .navbar .nav-links.show3 .links .features-sub-menu,
  .navbar .nav-links.show4 .links .resources-sub-menu {
    display: block;
  }

  .navbar .nav-links.show1 .links .ic-products-arrow,
  .navbar .nav-links.show2 .links .ic-solutions-arrow,
  .navbar .nav-links.show3 .links .ic-features-arrow,
  .navbar .nav-links.show4 .links .ic-resources-arrow {
    transform: rotate(180deg);
  }
  /* <<<<<<END SECTION NAVIGASI TOP BAR>>>>>> */

  /* <<<<<<START SECTION FOOTER MENU>>>>>> */
  .footer-menu {
    background: #140622;
    padding: 80px 15px;
    display: flex;
    justify-content: center;
  }

  .footer-one,
  .footer-two {
    padding-top: 50px;
  }

  .footer-desc {
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
  }
  .footer-mail a {
    font-size: 14px;
    font-weight: 400;
  }
  .footer-mail a:hover {
    text-decoration: none;
  }
  .footer-title {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 5px;
    font-weight: 500;
  }
  .footer-logo img {
    width: 65%;
  }
  .footer-list a {
    font-size: 11px;
  }
  .footer-list a:hover {
    text-decoration: none;
  }
  /* <<<<<<END SECTION FOOTER MENU>>>>>> */

  /* <<<<<<START SECTION KEY>>>>>> */
  .section-key {
    margin-top: 150px;
  }
  .key {
    padding: 150px 15px;
    text-align: center;
  }
  .head-key {
    font-size: 34px;
  }
  /* <<<<<<END SECTION KEY>>>>>> */

  /* <<<<<<START SECTION TESTIMONIAL>>>>>> */
  .testimonial-main-title {
    font-size: 30px;
  }
  /* <<<<<<END SECTION TESTIMONIAL>>>>>> */

  /* ======START PAGE HOME====== */
  .one-home-label {
    padding: 0px 15px;
  }
  .one-home-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  .one-home-desc {
    padding-left: 15px;
    padding-right: 15px;
  }

  .one-home-left {
    align-content: baseline;
  }
  .one-home-left img {
    width: 90%;
  }
  .threethree-home-left {
    align-content: baseline;
  }
  .threethree-home-left img {
    width: 90%;
  }
  /* ======END PAGE HOME====== */

  /* ======START PAGE PRODUCT PAYMENT====== */
  .hero-payment-desc {
    padding: 0px 130px;
  }
  .three-payment-left {
    padding-right: 30px;
  }
  .three-payment-card-desc {
    font-size: 16px;
    min-height: 270px;
  }
  /* ======END PAGE PRODUCT PAYMENT====== */

  /* ======START PAGE PRODUCT INTERNATIONAL====== */
  .one-international-title {
    padding: 0px 90px;
  }
  .one-international-img img {
    width: 15%;
    padding: 40px 10px;
  }
  .two-international-left {
    display: grid;
    align-content: baseline;
  }
  .two-international-left img {
    width: 90%;
  }

  /* ======END PAGE PRODUCT INTERNATIONAL====== */

  /* ======START PAGE PRODUCT CRYPTOCURRENCY====== */
  .hero-crypto-desc {
    line-height: 28px;
    padding: 0px 60px;
  }
  .one-crypto-title {
    padding: 0px 80px 20px 80px;
  }
  .one-crypto-img img {
    width: 20%;
    padding: 10px;
  }
  .two-crypto-left img {
    width: 70%;
  }
  /* ======END PAGE PRODUCT CRYPTOCURRENCY====== */

  /* ======START PAGE SOLUTIONS COSTUMIZED====== */
  .one-costumized-title {
    min-height: 110px;
  }
  /* ======END PAGE SOLUTIONS COSTUMIZED====== */

  /* ======START PAGE SOLUTIONS FRAUD====== */
  .section-hero-fraud {
    padding: 80px 0px 80px 0px;
  }
  .hero-fraud-desc {
    padding: 0px 15px;
  }
  .section-one-fraud {
    padding-top: 110px;
  }
  /* ======END PAGE SOLUTIONS FRAUD====== */

  /* ======START PAGE SOLUTIONS REAL====== */
  .one-real-content {
    padding: 30px;
    margin: 40px 15px 0px 15px !important;
  }
  /* ======END PAGE SOLUTIONS REAL====== */

  /* ======START PAGE SOLUTIONS CONSULTING====== */
  .hero-consulting-desc {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 30px;
  }
  .section-hero-consulting-image {
    margin-top: -174px;
  }
  .hero-consulting-img img {
    width: 50%;
  }
  .section-one-consulting {
    padding-top: 120px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .one-consulting-content {
    border-radius: 40px;
    background: #fff;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 50px;
    margin: 20px 0px;
  }
  /* ======END PAGE SOLUTIONS CONSULTING====== */

  /* ======START PAGE KEY-FEATURES COMPETITIVE====== */
  .hero-competitive-left {
    padding-right: 0px;
  }
  .one-competitive-title {
    font-size: 24px;
    line-height: 34px;
    padding: 0px 15px;
  }
  .two-competitive-content {
    padding: 30px;
  }
  .two-competitive-image img {
    width: 35%;
  }
  .two-competitive-desc {
    min-height: 365px;
  }
  /* ======END PAGE KEY-FEATURES COMPETITIVE====== */

  /* ======START PAGE KEY-FEATURES EASY====== */
  .hero-easy-title {
    padding: 0px 40px 20px 40px;
  }
  .hero-easy-desc {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 200px;
    padding: 0px 115px;
  }
  .section-one-easy-content2 {
    margin-top: -380px;
  }
  .one-easy-btn {
    margin-top: -60px;
  }
  .two-easy-box {
    border-radius: 25px;
    padding: 80px 25px 40px 25px;
    margin-top: -30px;
  }
  .two-easy-box-title {
    min-height: 110px;
  }
  .two-easy-box-desc {
    min-height: 310px;
  }
  .two-easy-image img {
    width: 40%;
  }
  /* ======END PAGE KEY-FEATURES EASY====== */

  /* ======START PAGE KEY-FEATURES CUSTOMER====== */

  .hero-customer-title {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 20px;
  }
  .one-customer-desc {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 50px 50px 50px;
  }
  .one-customer-box {
    padding: 0px 70px;
  }
  /* ======END PAGE KEY-FEATURES CUSTOMER====== */

  /* ======START PAGE DEVELOPERS====== */
  /* accordion section */
  .move-card-box {
    padding: 30px;
    background-color: rgba(96, 130, 171, 0.052);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  }
  /* accordion section */
  /* ======END PAGE DEVELOPERS====== */
}

@media (max-width: 430px) {
  .section-index-one {
    padding-right: 0px !important;
  }
  .form-left {
    padding-top: 0px;
  }
  .btn-sub {
    text-align: center;
  }
  .one-major-title {
    text-align: left;
  }
  .one-major-desc {
    text-align: left;
  }
  /* <<<<<<START SECTION NAVIGASI TOP BAR>>>>>> */
  nav .navbar .nav-links {
    max-width: unset;
  }
  .sub-menu {
    width: 330px;
  }
  /* <<<<<<END SECTION NAVIGASI TOP BAR>>>>>> */

  /* <<<<<<START SECTION FOOTER MENU>>>>>> */
  .footer-menu {
    padding: 80px 15px;
    display: flex;
    justify-content: center;
  }

  .footer-one,
  .footer-two {
    padding-top: 50px;
  }

  .footer-desc {
    padding-top: 15px;
    font-size: 14px;
    font-weight: 400;
  }
  .footer-mail a {
    font-size: 14px;
    font-weight: 400;
  }
  .footer-mail a:hover {
    text-decoration: none;
  }
  .footer-title {
    font-size: 16px;
    padding-top: 14px;
    padding-bottom: 5px;
    font-weight: 500;
  }
  .footer-logo img {
    width: 80%;
  }
  .footer-list a {
    font-size: 11px;
  }
  .footer-list a:hover {
    text-decoration: none;
  }
  /* <<<<<<END SECTION FOOTER MENU>>>>>> */

  .section-three-developers-desktop {
    display: none;
  }
  .section-three-developers-mobile {
    display: block;
  }
  /* ======START PAGE HOME====== */

  .hero-home-btn {
    text-align: center;
    display: inline-grid;
  }
  .home-btn {
    margin-right: 0px;
    padding: 13px 90px;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .hero-home-btn a {
    margin-bottom: 40px;
  }
  .one-home-left {
    display: block;
    text-align: center;
  }
  .one-home-left img {
    width: 65%;
  }
  .hero-home-right {
    margin-top: 50px;
    text-align: center;
  }
  .one-home-right {
    margin: 30px 0px;
  }
  .two-home-card-desc {
    min-height: 0px;
  }
  .three-home-title {
    padding: 40px 15px;
  }
  .three-home-card-title {
    margin-top: 30px;
  }
  .threethree-home-left {
    display: block;
    text-align: center;
  }
  .threethree-home-left img {
    width: 65%;
  }
  /* ======END PAGE HOME====== */

  /* ======START PAGE PRODUCT PAYMENT====== */
  .section-one-crypto {
    margin-top: 0px;
  }
  .section-hero-payment {
    padding: 80px 0px 80px 0px;
  }
  .hero-payment-title {
    padding: 20px 0px;
  }
  .hero-payment-desc {
    padding: 0px 0px;
  }
  .one-payment-title {
    font-size: 34px;
    line-height: 44px;
    padding-bottom: 20px;
  }
  .one-payment-card-left img {
    width: 65%;
  }
  .one-payment-card-title {
    min-height: 0px;
  }
  .one-payment-card-desc {
    padding-bottom: 50px;
  }
  .two-payment-card-img img {
    width: 40%;
  }
  .two-payment-card-img {
    text-align: center;
  }
  .two-payment-right {
    margin-top: 30px;
  }
  .three-payment-card-box {
    margin-top: 30px;
  }
  .three-payment-card-desc {
    min-height: 0px;
  }
  /* ======END PAGE PRODUCT PAYMENT====== */

  /* ======START PAGE PRODUCT INTERNATIONAL====== */
  .hero-international-right {
    padding-top: 50px;
  }
  .one-international-title {
    padding: 0px 0px;
  }
  .one-international-img img {
    width: 30%;
    padding: 40px 5px;
  }
  .two-international-left {
    display: block;
    text-align: center;
  }
  .two-international-left img {
    width: 65%;
  }
  .two-international-right {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 30px;
  }
  /* ======END PAGE PRODUCT INTERNATIONAL====== */

  /* ======START PAGE PRODUCT CRYPTOCURRENCY====== */
  .hero-crypto-label {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-crypto-title {
    text-align: left;
    padding: 20px 15px;
  }
  .hero-crypto-desc {
    text-align: left;
    padding: 0px 15px;
  }
  .one-crypto-title {
    padding: 0px 0px 20px 0px;
  }
  .one-crypto-img img {
    width: 22%;
    padding: 5px;
  }
  .two-crypto-left {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .two-crypto-left img {
    width: 40%;
  }
  .two-crypto-title {
    text-align: left;
    padding: 0px 15px;
  }

  /* ======END PAGE PRODUCT CRYPTOCURRENCY====== */

  /* ======START PAGE SOLUTIONS COSTUMIZED====== */
  .hero-costumized-desc {
    padding: 0px 0px;
  }
  .one-costumized {
    margin-top: -230px;
  }
  .one-costumized-title {
    min-height: 0px;
  }
  .one-costumized-img img {
    padding-top: 50px;
  }
  .two-costumized-img {
    text-align: center;
    padding-top: 50px;
  }
  .two-costumized-img img {
    width: 40%;
  }
  .two-costumized-sub-title {
    padding-top: 10px;
  }
  /* ======END PAGE SOLUTIONS COSTUMIZED====== */

  /* ======START PAGE SOLUTIONS REAL====== */
  .hero-real-img img {
    width: 100%;
    padding-top: 40px;
  }

  .one-real-content {
    padding: 40px 20px;
    margin: 30px 15px 0px 15px !important;
  }
  .one-real-title {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .one-real-img {
    text-align: center;
  }
  .one-real-img img {
    width: 65%;
  }
  /* ======END PAGE SOLUTIONS REAL====== */

  /* ======START PAGE SOLUTIONS CONSULTING====== */
  .hero-consulting-img img {
    width: 80%;
  }
  .hero-consulting-desc {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 5px;
  }
  /* ======END PAGE SOLUTIONS CONSULTING====== */

  /* ======START PAGE KEY-FEATURES COMPETITIVE====== */

  .hero-competitive-desc {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 40px !important;
  }
  .two-competitive-content {
    padding: 35px;
  }
  .two-competitive-content {
    margin: 20px 0px;
  }
  .two-competitive-title {
    padding-bottom: 20px;
    min-height: 0px;
  }
  .two-competitive-desc {
    min-height: 0px;
  }
  /* ======END PAGE KEY-FEATURES COMPETITIVE====== */

  /* ======START PAGE KEY-FEATURES SYSTEM====== */
  .hero-system-title {
    font-size: 36px;
    line-height: 46px;
    padding: 0px 15px;
  }
  .hero-system-desc {
    font-size: 20px;
    line-height: 28px;
    padding: 50px 15px;
  }
  .hero-system-img img {
    width: 80%;
  }
  .one-title-simple-system {
    padding: 0px 15px;
  }

  .one-image-simple-system {
    padding: 50px 0px;
  }
  /* ======END PAGE KEY-FEATURES SYSTEM====== */

  /* ======START PAGE KEY-FEATURES MAJOR====== */
  .hero-major {
    border-radius: 45px;
    background: #eef6ff;
    padding: 100px 15px;
  }
  .hero-major-title {
    text-align: left;
  }
  .hero-major-desc {
    font-size: 18px;
    text-align: left;
    line-height: 28px;
    padding: 0px 0px;
  }
  /* ======END PAGE KEY-FEATURES MAJOR====== */

  /* ======START PAGE KEY-FEATURES ENSURING====== */
  .hero-ensuring-right {
    padding-top: 50px;
  }
  .one-ensuring-content {
    padding: 40px 30px;
    margin: 25px 15px;
  }
  .one-ensuring-left {
    text-align: center;
  }

  .one-ensuring-left img {
    width: 65%;
  }
  .one-ensuring-title {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  /* ======END PAGE KEY-FEATURES ENSURING====== */

  /* ======START PAGE KEY-FEATURES EASY====== */
  .hero-easy-title {
    padding: 0px 15px 20px 15px;
  }
  .section-one-easy-content {
    padding: 80px 25px 220px 25px;
  }
  .one-easy-title {
    font-size: 28px;
    line-height: 38px;
    padding: 0px 15px 20px 15px;
    text-align: center;
  }
  .hero-easy-desc {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 15px;
  }
  .section-one-easy-content2 {
    margin-top: -230px;
  }
  .one-easy-button {
    text-align: center;
  }
  .two-easy-box-title {
    min-height: 0px;
  }
  .two-easy-box-desc {
    min-height: 0px;
  }
  .two-easy-image {
    padding-top: 50px;
  }
  .two-easy-box {
    margin-top: -60px;
  }
  .section-hero-easy {
    padding: 80px 0px 80px 0px;
  }
  .section-two-easy {
    padding-top: 0px;
  }
  /* ======END PAGE KEY-FEATURES EASY====== */

  /* ======START PAGE KEY-FEATURES CUSTOMER====== */

  .hero-customer-title {
    padding-right: 0px;
  }
  .hero-customer-image {
    margin-top: 50px;
    text-align: center;
  }
  .hero-customer-image img {
    width: 100%;
  }

  .one-customer-desc {
    font-size: 18px;
    line-height: 28px;
    padding: 0px 15px 50px 15px;
  }
  .one-customer-box {
    padding: 0px 15px;
  }
  .one-customer-box-title {
    color: #254e9d;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-weight: 600;
    line-height: 35.5px;
    padding: 20px 0px 50px 0px;
  }
  .one-customer-box-image img {
    width: 65%;
  }

  /* ======END PAGE KEY-FEATURES CUSTOMER====== */

  /* ======START PAGE DEVELOPERS====== */
  .hero-developers-image {
    padding-top: 50px;
  }
  .one-developers-img img {
    padding-bottom: 40px;
  }
  /* accordion section */
  .move-card-left,
  .move-card-right {
    padding-top: 50px;
  }
  .three-developers-content {
    padding-left: 20%;
  }
  /* accordion section */
  /* ======END PAGE DEVELOPERS====== */

  /* <<<<<<START SECTION THANKYOU>>>>>> */
  .thankyou-image img {
    padding: 70px 15px 50px 15px;
    width: 85%;
  }
  .thankyou-title {
    font-size: 40px;
    color: #151515;
    font-weight: 600;
    font-family: Poppins;
  }
  .thankyou-desc {
    font-size: 20px;
    color: #333333;
    font-weight: 400;
    font-family: Poppins;
  }
  .thankyou-btn {
    padding-top: 50px;
    padding-bottom: 200px;
  }
  /* <<<<<<START SECTION THANKYOU>>>>>> */

  /* ======START PAGE FAQ====== */
  .sub-side-right-title {
    padding-top: 50px;
    padding-bottom: 20px;
    color: #254e9d;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* ======END PAGE FAQ====== */
}

@media (max-width: 330px) {
  .home-btn {
    padding: 13px 70px;
  }
}
