/* media size */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn:active {
  transform: translateY(1px) !important;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a {
  text-decoration: none !important;
}

::-webkit-scrollbar {
  display: none;
}

body {
  color: #ffffff;
  background: #12111B;
  font-size: 16px;
  overflow-x: hidden;
  font-family: Arial;
}
@media screen and (max-width: 480px) {
  body {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 20px;
  }
}

@keyframes blink {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
.blink {
  animation-name: blink;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.rotate {
  animation: rotate 5s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#back-to-top {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position */
  bottom: 20px; /* Position 20px from the bottom */
  right: 20px; /* Position 20px from the right */
  z-index: 3; /* Make sure it stays on top */
  border: none; /* No border */
  cursor: pointer; /* Pointer/hand icon */
}

#back-to-top:hover {
  background-color: #0056b3; /* Darker blue on hover */
}

.img-logo {
  width: 200px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .img-logo {
    width: 125px;
  }
}

.text-highline {
  color: #F6921E !important;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: black;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-slider .slick-prev:focus, .slick-slider .slick-next:focus {
  outline: none;
}
.slick-slider .slick-prev.slick-disabled:before, .slick-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-prev {
  left: -25px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media (min-width: 320px) and (max-width: 479px) {
  .slick-slider .slick-prev {
    left: -5px;
    width: 30px;
    height: 30px;
  }
}
.slick-slider .slick-next {
  right: -25px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media (min-width: 320px) and (max-width: 479px) {
  .slick-slider .slick-next {
    right: -5px;
    width: 30px;
    height: 30px;
  }
}

:root, [data-bs-theme=light] {
  --bs-border-radius: 20px;
  --bs-border-color: #F37920;
}

.btn-start {
  background: #F37920;
  color: #ffffff;
  border: 1px solid #F37920;
}
.btn-start:hover {
  background: #ffffff !important;
  color: #F37920 !important;
  border: 1px solid #F37920;
}

.title {
  font-weight: 700;
  font-size: 40px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .title {
    font-size: 30px;
  }
}

.table-responsive {
  border: 6px solid #F6921E;
  background: white;
  min-height: 400px;
}
.table-responsive .table {
  font-size: 15px;
  font-family: Arial;
}

header {
  background: #12111B;
}
header .navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .navbar .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
}
header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #F6921E;
}
header .navbar .navbar-nav .nav-item .active {
  color: #F6921E;
}
header .navbar .dropdown-menu {
  background: #F6921E;
  min-width: 100% !important;
  border-radius: 10px;
}
header .navbar .dropdown-menu .dropdown-item {
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
header .navbar .dropdown-menu .dropdown-item:hover {
  color: #F6921E;
}
header .offcanvas {
  background: #12111B;
}

section {
  margin-top: 85px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section {
    margin-top: 60px;
  }
}
section .bg-grey {
  background: #1F1E1E;
}
section .banner {
  background: url(../images/banner-bg.png);
  background-size: 100% 100%;
  padding: 130px 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
  section .banner {
    background-size: auto 100%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 1024px) {
  section .banner {
    background-size: auto 100%;
    padding: 30px 0;
  }
}
section .banner .banner-title {
  font-size: 60px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .banner .banner-title {
    font-size: 35px;
  }
}
section .banner .banner-subtitle {
  font-size: 30px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .banner .banner-subtitle {
    font-size: 25px;
  }
}
section .earn {
  padding: 130px 0;
  font-size: 40px;
}
@media screen and (max-width: 480px) {
  section .earn {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  section .earn {
    padding: 50px 0;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  section .earn {
    font-size: 20px;
  }
}
section .evaluation {
  padding: 130px 0;
}
@media screen and (max-width: 480px) {
  section .evaluation {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  section .evaluation {
    padding: 50px 0;
  }
}
section .evaluation .title {
  color: #F6921E;
  position: relative;
}
section .evaluation .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #F6921E;
  transform: translateX(-50%);
}
section .evaluation .step-block .step-box {
  border-radius: 50%;
  background: #F6921E;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  color: #ffffff;
  font-family: Arial;
  font-weight: 700;
}
section .evaluation .step-block .step-title {
  font-size: 30px;
  text-align: center;
}
section .evaluation .step-block .phase-box {
  background: #F6921E;
  border-radius: 5px;
  font-size: 16px;
  color: #616060;
}
section .evaluation .step-block .phase-box .phase-header {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
}
section .evaluation .step-block .phase-box .phase-content {
  height: 410px;
}
section .your-challenge {
  padding: 130px 0;
}
@media screen and (max-width: 480px) {
  section .your-challenge {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  section .your-challenge {
    padding: 50px 0;
  }
}
section .your-challenge .title {
  color: #ffffff;
  position: relative;
}
section .your-challenge .title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80%;
  height: 1px;
  background: #ffffff;
  transform: translateX(-50%);
}
section .your-challenge .btn-check:checked + .btn, section .your-challenge .btn.active, section .your-challenge .btn.show, section .your-challenge .btn:first-child:active, section .your-challenge :not(.btn-check) + .btn:active {
  background: #ffffff;
  color: #F6921E;
  border-color: #ffffff;
}
section .key {
  padding: 90px 0;
}
@media screen and (max-width: 480px) {
  section .key {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  section .key {
    padding: 50px 0;
  }
}
section .key .challenge-key-box {
  height: 100%;
  border-radius: 10px;
}
section .key .challenge-key-box .box-head {
  border-radius: 10px 10px 0 0;
  background: white;
}
section .key .challenge-key-box .box-content {
  border-radius: 0 0 10px 10px;
  background: #F6921E;
  color: white;
  height: calc(100% - 46px);
}
section .why-choose {
  padding: 90px 0;
}
@media screen and (max-width: 480px) {
  section .why-choose {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  section .why-choose {
    padding: 50px 0;
  }
}
section .faq {
  padding: 130px 0;
}
@media screen and (max-width: 480px) {
  section .faq {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  section .faq {
    padding: 50px 0;
  }
}
section .faq .faq-title {
  border: 2px solid #F6921E;
  border-radius: 5px;
  padding: 90px 60px;
  background: white;
}
section .faq .accordion {
  background: transparent;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
section .faq .accordion .accordion-item {
  background: transparent;
  border: 0;
}
section .faq .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  color: white;
  border-bottom: 1px solid #F6921E;
  border-radius: 0;
}
section .faq .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
}
section .faq .accordion .accordion-item .accordion-body {
  color: white;
  font-size: 15px;
}
section .funding {
  padding: 130px 0;
}
@media screen and (max-width: 480px) {
  section .funding {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1024px) {
  section .funding {
    padding: 50px 0;
  }
}
section .funding .funding-box .funding-head .funding-icon {
  width: 40px;
}
section .login {
  background: url(../images/login_background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
@media screen and (max-width: 480px) {
  section .login {
    width: 100%;
    height: 100vh;
  }
}
@media screen and (max-width: 1024px) {
  section .login {
    width: 100%;
    height: 100vh;
  }
}
section .login .login-form {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .login .login-form {
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .login .login-form .login-main {
    height: 100px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  section .login .login-form {
    padding: 10px;
  }
}
section .login .login-form .form {
  background: #6c5d4f;
  border-radius: 10px;
}
section .login .login-form .form .form-title {
  font-size: 50px;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .login .login-form .form .form-title {
    font-size: 35px;
  }
}
section .login .login-form .form .form-title .form-text {
  text-align: center;
  font-size: 15px;
}
section .login .login-form .form .input-group .input-group-text {
  border-radius: 5px;
  border: none;
  background: #ffffff;
  color: #333333;
}
section .login .login-form .form .input-group .form-control {
  border-radius: 5px;
  border: none;
  background: #ffffff;
  color: #333333;
}
section .register {
  background: url(../images/login_background.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
section .register .register-form {
  height: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  section .register .register-form {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  section .register .register-form {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  section .register .register-form .login-main {
    height: 100px;
  }
}
@media screen and (max-width: 1024px) {
  section .register .register-form .login-main {
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  section .register .register-form {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  section .register .register-form {
    padding: 10px;
  }
}
section .register .register-form .form {
  background: #6c5d4f;
  border-radius: 10px;
  padding: 20px;
}
section .register .register-form .form .form-title {
  font-size: 50px;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .register .register-form .form .form-title {
    font-size: 26px;
  }
}
section .register .register-form .form .form-text {
  text-align: center;
  font-size: 15px;
  color: #ffffff;
}
section .register .register-form .form .input-group .input-group-text {
  border-radius: 5px;
  border: none;
  background: #ffffff;
  color: #333333;
}
section .register .register-form .form .input-group .form-control {
  border-radius: 5px;
  border: none;
  background: #ffffff;
  color: #333333;
}
section .register .form-check-label {
  color: #ffffff;
}
section .register .text-decoration-underline {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}
section .register .btn-cancel {
  background-color: #493830;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
section .register .btn-cancel:hover {
  background-color: #5a6268;
}
section .contact-us .contact-us-content {
  background-image: url(../images/banner-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
}
@media screen and (max-width: 480px) {
  section .contact-us .contact-us-content {
    height: 40vh;
  }
}
@media screen and (max-width: 1024px) {
  section .contact-us .contact-us-content {
    height: 40vh;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  section .contact-us {
    background-size: 100% 100%;
  }
}
section .contact-us .contact-form {
  background: #ffffff;
}
section .contact-us .contact-form .form-contact {
  background-color: black;
  text-align: center;
  border-radius: 10px;
  color: white;
}
section .contact-us .contact-form .form-contact .login-title-header {
  background-color: #2066b3;
  padding: 10px;
  margin-bottom: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
section .contact-us .contact-form .form-contact .form-input {
  padding: 10px;
}
section .contact-us .contact-form .form-contact .form-input .input-group .form-control {
  border-radius: 5px;
  border: none;
  background: #ffffff;
  color: #333333;
}
section .contact-us .contact-form .form-contact .form-input .input-group .form-control::placeholder {
  color: #F6921E;
}
section .contact-us .contact-form .contact-button .input-group .form-control {
  border-radius: 5px;
  border: none;
  background: #ffffff;
  color: #333333;
}
section .challenge-box {
  background: #ffffff;
}
section .challenge-box .challenge-content .challenge-lvl {
  background: #ffffff;
  backdrop-filter: blur(10px);
  color: #333333;
  border-radius: 10px;
  border: 1px solid #f5921e;
  width: 100%;
  height: 100%;
  padding: 15px;
}
section .challenge-box .challenge-content .challenge-lvl .card-body {
  text-align: center;
}
section .challenge-box .challenge-content .challenge-lvl:hover {
  background: #f5921e;
  backdrop-filter: blur(10px);
}
section .challenge-box .challenge-content .challenge-parter {
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #f5921e;
  padding: 20px;
}
section .challenge-box .challenge-content .challenge-parter .challenge-boder {
  background: #ede9e9;
  border-radius: 10px;
  border: none;
  padding: 10px;
}
section .challenge-box .challenge-img {
  width: 50%;
  height: auto;
}
section .blog {
  background: #ffffff;
}
section .blog .header-content {
  background-image: url(../images/banner-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 40vh;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .blog .header-content {
    height: 30vh;
  }
}
section .blog .header-content .contact-title {
  padding-top: 100px;
}
section .blog .blog-button {
  background: #ffffff;
  border-radius: 10px;
  color: #f5921e;
  width: 100%;
  border: 1px solid #2066b3;
}
section .blog .blog-colums .blog-images {
  position: relative;
  min-height: 70px;
}
section .blog .blog-colums .blog-images .blog-images-top {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
section .blog .blog-colums .blog-images .blog-date {
  position: absolute;
  background: #1acb4d;
  color: #ffffff;
  padding: 8px 16px;
  left: 10px;
  top: 10px;
  border-radius: 5px;
  font-size: 17px;
  text-transform: uppercase;
}
section .blog .blog-colums .blog-information {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  padding: 25px;
}
section .blog .blog-colums .blog-information .blog-text {
  font-size: 22px;
  font-weight: 700;
}
section .blog .blog-colums .blog-information .btn-blog {
  background: #f5921e;
  margin-top: 20px;
  width: 35%;
  border-radius: 10px;
  text-align: center;
  padding: 2px;
  align-items: center;
}
section .blog .blog-tags .nav-item .nav-link {
  color: #F6921E;
  border: 1px solid #F6921E;
  border-radius: 10px;
}
section .blog .blog-tags .nav-item .active {
  background: #F6921E;
  color: #fff;
}

footer {
  background: #101828;
}

.office {
  color: #000000;
}
.office section {
  min-height: 100%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .office section {
    margin-top: 30px;
  }
}
.office .menu {
  width: 300px;
  background: #0D1B2F;
  height: 100%;
}
.office .menu .nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 16px;
  width: 100%;
}
.office .menu .nav .nav-item .nav-link:hover {
  color: #F6921E;
}
.office .menu .nav .nav-item .active {
  color: #F6921E;
}
.office .office-main {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
}
.office .office-main .head-title .nav-item .nav-link {
  background: #F6921E;
  color: #ffffff;
}
.office .office-main .head-title .nav-item .active {
  background: #D9D9D9;
  color: #000000;
}
.office .office-main .head-bg {
  background: #F6921E;
}
.office .office-main .head-bg .text-border {
  border-left: 3px solid #ffffff;
  color: #ffffff;
}
.office .office-main .phase-tags {
  background: #000000;
  border-radius: 20px;
}
.office .office-main .phase-tags .nav-item .nav-link {
  color: #ffffff;
}
.office .office-main .phase-tags .nav-item .active {
  background: #F6921E;
  color: #ffffff;
}
.office .office-main .phase-block {
  border-radius: 11px;
  background: #0D1B2F;
}
.office .office-main .phase-block.custom-h-550 {
  min-height: 550px;
}
.office .office-main .phase-block .phase-head {
  border-radius: 11px 11px 0 0;
  background: #6A6A6A;
  color: #fff;
  font-size: 20px;
  text-align: center;
  min-height: 60px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (min-width: 320px) and (max-width: 479px) {
  .office .office-main .phase-block .phase-head {
    font-size: 16px;
  }
}
.office .office-main .phase-block .phase-content {
  padding: 20px;
}
.office .office-main .phase-block .phase-content .icon-check {
  color: #6A6A6A;
  width: 25px;
}
.office .office-main .phase-block .phase-content .btn-start {
  width: 100%;
  background: #6A6A6A;
  border-color: #6A6A6A;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 44px;
}
.office .office-main .phase-block .phase-content .btn-start:hover, .office .office-main .phase-block .phase-content .btn-start:focus {
  background: #F69120;
  border-color: #F69120;
}
.office .office-main .phase-block:hover .phase-head, .office .office-main .phase-block:focus .phase-head, .office .office-main .phase-block.active .phase-head {
  background: #F69120;
}
.office .office-main .phase-block:hover .phase-content .btn-start, .office .office-main .phase-block:focus .phase-content .btn-start, .office .office-main .phase-block.active .phase-content .btn-start {
  background: #F69120;
  border-color: #F69120;
}
.office .office-main .phase-block:hover .phase-content .icon-check, .office .office-main .phase-block:focus .phase-content .icon-check, .office .office-main .phase-block.active .phase-content .icon-check {
  color: #2BB673;
}
.office .office-main .btn-check:checked + .btn, .office .office-main .btn.active, .office .office-main .btn.show, .office .office-main .btn:first-child:active, .office .office-main :not(.btn-check) + .btn:active {
  background: #ffffff;
  color: #F6921E;
  border-color: #F6921E;
}
.office .office-main .btn-start:hover {
  border-color: #F6921E;
}
.office .office-main .card {
  border: 2px solid #F6921E;
  background-color: #F2F2F2;
  font-family: Arial;
}
.office .office-main .total-row {
  background: #F6921E;
  color: black;
}
.office .office-main .pay-method .method-block {
  background: #F6921E;
  border-radius: 10px;
}
.office .office-main .pay-method .method-block .method-title {
  border-bottom: 1px solid #ffffff;
}
.office .office-main .pay-method .method-block .method-img {
  height: 50px;
}
.office .office-main .tier-box {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #F6921E;
}
.office .office-main .tier-box .box-left {
  background: #F6921E;
}
.office .office-main .tier-box .box-right {
  background: #F2F2F2;
}
.office .office-main .icon-block {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  background: #F6921E;
  font-size: 2.5rem;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueLight/HelveticaNeueLight.svg#HelveticaNeueLight") format("svg"), url("../fonts/HelveticaNeueLight/HelveticaNeueLight.ttf") format("truetype"), url("../fonts/HelveticaNeueLight/HelveticaNeueLight.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueMedium/HelveticaNeueMedium.svg#HelveticaNeueMedium") format("svg"), url("../fonts/HelveticaNeueMedium/HelveticaNeueMedium.ttf") format("truetype"), url("../fonts/HelveticaNeueMedium/HelveticaNeueMedium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueCondensedBold/HelveticaNeue-CondensedBold.svg#HelveticaNeue-CondensedBold") format("svg"), url("../fonts/HelveticaNeueCondensedBold/HelveticaNeue-CondensedBold.ttf") format("truetype"), url("../fonts/HelveticaNeueCondensedBold/HelveticaNeue-CondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
body, html {
  font-family: "HelveticaNeue";
  font-size: 16px;
}

.office {
  background: #0D1B2F;
  color: #fff;
}
.office header {
  background: #0D1B2F;
  min-height: 90px;
  position: relative;
  z-index: 4;
  padding: 0 25px;
}
.office .offcanvas-header {
  min-height: 90px;
  padding: 25px 5px 0 25px;
}
.office .offcanvas-header .logo img {
  height: 54px;
}
.office .offcanvas-body .custom-line {
  margin: 75px 25px;
  border-bottom: 1px dashed #7A8595;
  height: 1px;
}
.office .office-main .btn.show {
  background: #18396a;
  color: #ffffff;
  border-color: #18396a;
}
.office .head-title {
  position: relative;
}
.office .head-title::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #F69120;
  left: 0;
  top: 0;
  border-radius: 100px;
}

.h-right-action {
  text-align: right;
  padding-top: 23px;
}
.h-right-action .dropdown .btn {
  border: 0;
  color: #fff;
  min-height: inherit;
  line-height: inherit;
  height: 52px;
  background: #172538;
  border-radius: 100px 0px 0px 100px;
  padding: 5px 45px 5px 5px;
}
.h-right-action .dropdown .btn .avatar {
  width: 42px;
  height: 42px;
  font-size: 16px;
  margin-right: 15px;
  border-radius: 100%;
  overflow: hidden;
}
.h-right-action .dropdown .btn .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h-right-action .dropdown .btn .name {
  font-size: 16px;
  font-weight: inherit;
  margin: 0;
  line-height: inherit;
}
.h-right-action .dropdown .dropdown-toggle::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  background: url(../images/office/down.svg) no-repeat center center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  border: 0;
}
.h-right-action .dropdown .dropdown-toggle[aria-expanded=true] .name {
  font-size: 16px;
  font-weight: inherit;
  margin: 0;
  line-height: inherit;
}
.h-right-action .dropdown .dropdown-toggle[aria-expanded=true] .dropdown-item {
  padding-left: 0;
}
.h-right-action .dropdown .dropdown-toggle[aria-expanded=true] .dropdown-item .icon {
  width: 24px;
  font-size: 18px;
  margin-right: 15px;
}
.h-right-action .dropdown .dropdown-toggle[aria-expanded=true] .dropdown-item:hover {
  background: transparent;
  color: #4930c1;
}
.h-right-action .dropdown .dropdown-menu {
  min-width: 290px;
  background: #18396a;
}
.h-right-action .dropdown .dropdown-menu li a {
  color: #fff;
  padding: 10px 10px 10px 20px;
}
.h-right-action .dropdown .dropdown-menu li a .icon {
  width: 35px;
}
.h-right-action .dropdown .dropdown-menu li a:hover, .h-right-action .dropdown .dropdown-menu li a:focus {
  background: #0f2e5c;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .h-right-action {
    position: absolute;
    top: 0;
    right: 80px;
    padding-top: 14px;
  }
}
@media screen and (max-width: 767px) {
  .h-right-action {
    right: 70px;
  }
  .h-right-action .user-id-main span {
    display: none;
  }
  .h-right-action .dropdown .btn {
    padding-right: 22px;
  }
}
.custom-menu-vp {
  z-index: 5;
}

.sec-content-main {
  background: #182538;
  border-top-left-radius: 18px;
  margin-top: 0;
  padding: 25px 0;
}

@media screen and (max-width: 992px) {
  .sec-content-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.form-default .custom-label {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 16px;
}
.form-default .block-input .form-control {
  height: 38px;
  border: 0;
  background: #2A3646;
  color: #fff;
}
.form-default .block-input .icon {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
  right: 10px;
  text-align: center;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
}
.form-default .block-input .icon img {
  max-width: 14px;
}
.form-default .form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-default .form-control::-moz-placeholder {
  color: #fff;
}
.form-default .form-control:-ms-input-placeholder {
  color: #fff;
}
.form-default .form-control:-moz-placeholder {
  color: #fff;
}

.item-card-main {
  min-height: 145px;
  border-radius: 11px;
  padding: 20px 10px 5px;
}
.item-card-main .icon {
  height: 48px;
}
.item-card-main .icon img {
  max-height: 38px;
  display: block;
  margin: auto;
}
.item-card-main .value {
  font-size: 30px;
  font-weight: bold;
}

.bg-gradient-1 {
  background: linear-gradient(120deg, #D383EB 0%, #B443B4 100%);
}

.bg-gradient-2 {
  background: linear-gradient(120deg, #EB83BB 0%, #B4436A 100%);
}

.bg-gradient-3 {
  background: linear-gradient(120deg, #8383EB 0%, #4C43B4 100%);
}

.bg-gradient-4 {
  background: linear-gradient(120deg, #83D3EB 0%, #43B4AB 100%);
}

.bg-gradient-5 {
  background: linear-gradient(120deg, #E7EB83 0%, #B49A43 100%);
}

.bg-gradient-6 {
  background: linear-gradient(120deg, #EBA783 0%, #B46643 100%);
}

.bg-gradient-7 {
  background: linear-gradient(120deg, #83EBB3 0%, #43B4A3 100%);
}

.block-referral-url {
  min-height: 120px;
  background: #0D1B2F;
  border-radius: 11px;
  padding: 10px;
}
.block-referral-url h3 {
  height: 24px;
  margin-bottom: 9px;
}
.block-referral-url .desc {
  margin-bottom: 5px;
}
.block-referral-url .block-url .form-control {
  height: 38px;
  border-radius: 11px;
  border: 0;
  background: #172538;
  color: #fff;
}
.block-referral-url .block-url .btn {
  border: 0;
  background: #F6911E;
  border-radius: 11px;
  min-width: 110px;
  margin-left: 10px;
}

.block-tier {
  min-height: 120px;
  background: #0D1B2F;
  border-radius: 11px;
  padding: 10px;
}
.block-tier .item-title {
  min-height: 100px;
  border-radius: 11px;
  background: #4FBAB7;
  min-width: 130px;
  margin-right: 15px;
  padding-top: 17px;
}
.block-tier .item-title .text {
  font-size: 24px;
  font-weight: bold;
}
.block-tier .content {
  width: 100%;
}

.link-blue {
  background: #554EBD;
  padding: 8px 10px;
  border-radius: 11px;
  color: #fff;
}
.link-blue:hover, .link-blue.active {
  background: #3e38a1;
  color: #fff;
}

.block-content-table {
  background: #0D1B2F;
  border-radius: 11px;
  overflow: hidden;
}
.block-content-table .filter-top {
  padding: 20px;
}
.block-content-table .filter-top .badge.custom {
  background: #F6911E !important;
  color: #fff !important;
  font-weight: inherit;
  padding: 9px 15px;
  margin-left: 15px;
}
.block-content-table .filter-top .form-control {
  max-width: 210px;
  margin-left: 35px;
  background: #2A3646;
  border: 0;
  color: #fff;
}
.block-content-table .table-responsive {
  border: 0;
  background: transparent;
  min-height: inherit;
  margin: 0;
}
.block-content-table .table {
  margin: 0;
  font-family: "HelveticaNeue";
  background: #0D1B2F;
}
.block-content-table .table thead tr th {
  color: #E8A15B;
  font-weight: inherit;
  background: #172538;
  padding-top: 14px;
  padding-bottom: 14px;
  border-color: #172538;
}
.block-content-table .table tbody tr td {
  background: #0D1B2F;
  color: #fff;
  border-color: #172538;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-content-payouts {
  background: #0D1B2F;
  border-radius: 11px;
  padding: 20px;
}

.list-circle .item {
  position: relative;
  padding-left: 20px;
}
.list-circle .item::after {
  width: 8px;
  height: 8px;
  background: #F6911E;
  border-radius: 100%;
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
}
.list-circle .item strong {
  color: #F6911E;
}

.block-form-type {
  background: #0D1B2F;
  border-radius: 11px;
  padding: 20px;
}
.block-form-type .btn-start {
  background: #2A3646;
  color: #969696;
  border-color: #2A3646;
}
.block-form-type .btn-start:hover, .block-form-type .btn-start.active {
  background: #F6911E !important;
  color: #FFFFFF !important;
}
.block-form-type .btn-primary {
  background: #2F22CC;
  border-color: #2F22CC;
}
.block-form-type .btn-primary:hover, .block-form-type .btn-primary.active {
  background: #4537e6;
  border-color: #4537e6;
}
.block-form-type .custom-bg-title {
  background: #172538;
  border-radius: 11px;
}
.block-form-type .custom-bg-title label.btn-primary {
  background: transparent;
  border: 0;
  color: #646464;
  border-radius: 11px;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}
.block-form-type .custom-bg-title label.btn-primary::after {
  width: 1px;
  height: 36px;
  background: #646464;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.block-form-type .custom-bg-title label.btn-primary:hover {
  color: #F6911E;
  background: #172538;
}
.block-form-type .custom-bg-title label.btn-primary:last-child::after {
  display: none;
}

.office .office-main .block-form-type .custom-btn .btn-check:checked + .btn {
  background: #F6911E !important;
  color: #FFFFFF !important;
}

.office .office-main .btn-check:checked + .btn, .office .office-main .btn.active, .office .office-main .btn.show, .office .office-main .btn:first-child:active, .office .office-main :not(.btn-check) + .btn:active {
  color: #F6911E;
  background: #172538;
}

.list-item-summary .item {
  background: #172538;
  border-radius: 11px;
  margin-bottom: 5px;
  min-height: 48px;
  padding: 5px 5px 5px 40px;
}
.list-item-summary .item .text {
  width: 50%;
}
.list-item-summary .item .value {
  padding-left: 10px;
}
.list-item-summary .item .main {
  color: #F69120;
}

@media screen and (max-width: 992px) {
  .list-item-summary .item {
    padding-left: 15px;
  }
}
.control-text-value {
  background: #FFD7AA;
  border: 0;
  text-align: center;
  color: #2A3646;
}

@media screen and (min-width: 992px) {
  .custom-h-750 {
    min-height: 750px;
    padding-bottom: 100px;
    position: relative;
  }
  .custom-h-750 .link-bottom {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 20px;
  }
  .custom-h-750 .link-bottom .btn-start {
    height: 58px;
    border-radius: 100px;
    background: #F69120;
    color: #fff;
  }
}
.page-login {
  min-height: 100vh;
  background: url(../images/office/bg-login.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.page-login .block-login .form-login {
  background: #0D1B2F;
  border-radius: 40px;
  width: 430px;
  padding-bottom: 25px;
}
.page-login .block-login .form-login .title-login {
  background: #13243C;
  border-radius: 40px;
  padding: 10px 5px;
  margin-bottom: 20px;
}
.page-login .block-login .form-login .title-login h1 {
  margin: 0;
  font-weight: bold;
  font-size: 30px;
}
.page-login .block-login .form-login .title-login .desc {
  font-size: 16px;
}
.page-login .block-login .form-login .form-default {
  max-width: 300px;
  margin: auto;
}
.page-login .block-login .form-login .link-bottom a {
  color: #fff;
}
.page-login .block-login .form-login .link-bottom a:hover {
  color: #F69120;
}

@media screen and (max-width: 767px) {
  .page-login .block-login .form-login {
    max-width: 400px;
    width: inherit;
    margin: auto;
  }
}
header.custom-header {
  background-color: rgba(255, 255, 255, 0.11);
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  border-top: 12px solid #000000;
}
header.custom-header .navbar {
  background: transparent;
}
header.custom-header .navbar .navbar-nav .nav-item .nav-link {
  color: #707070;
  font-weight: inherit;
  font-size: 16px;
}
header.custom-header .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #EDAC61;
}
header.custom-header .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header.custom-header .navbar .dropdown-menu {
  min-width: 200px !important;
  border: 0;
  padding: 0;
  overflow: hidden;
}
header.custom-header .navbar .dropdown-menu li .dropdown-item {
  padding: 13px 15px 13px 25px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-bottom: 1px solid #dc7c0c;
}
header.custom-header .navbar .dropdown-menu li .dropdown-item:hover {
  background: #dc7c0c;
  color: #fff;
}
header.custom-header .navbar .dropdown-menu li:last-child .dropdown-item {
  border-bottom: 0;
}
header.custom-header .action-right {
  background: #EFB066;
  border-radius: 100px;
  height: 38px;
  padding: 2px;
}
header.custom-header .action-right .link-client {
  background: #F69120;
  border-radius: 100px;
  height: 34px;
  min-width: 140px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
header.custom-header .action-right .link-client .icon {
  margin-right: 7px;
  vertical-align: top;
}
header.custom-header .action-right .link-client .icon img {
  height: 14px;
  vertical-align: text-top;
}
header.custom-header .action-right .dropdown-toggle {
  background: transparent;
  border: 0;
  font-weight: bold;
}
header.custom-header .action-right .dropdown-toggle .icon {
  margin-right: 7px;
}
header.custom-header .action-right .dropdown-toggle .icon img {
  height: 18px;
  vertical-align: sub;
}
header.custom-header .action-right .dropdown-toggle::after {
  display: none;
}
header.custom-header .navbar-toggler {
  background: #8a8a8a;
  border-radius: 11px;
  width: 40px;
  height: 36px;
  text-align: center;
  padding: 0;
}

@media screen and (max-width: 992px) {
  header.custom-header .offcanvas {
    min-height: 100vh;
  }
  header.custom-header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  header.custom-header .action-right {
    margin-right: 50px;
  }
  header.custom-header .action-right .link-client {
    min-width: 45px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  header.custom-header .action-right .link-client span {
    display: none;
  }
  header.custom-header .navbar-toggler {
    position: absolute;
    right: calc(var(--bs-gutter-x) * 0.5);
    z-index: 1;
  }
}
.custom-mb-vp .logo img {
  height: 54px;
}

.layout-main {
  margin: 0;
  background: #F4F5F9;
  color: #000000;
}
.layout-main .banner.custom-home {
  min-height: 100vh;
  background: url(../images/office/bg-login.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.layout-footer {
  padding-top: 25px;
  padding-bottom: 55px;
  border-radius: 9px;
}
.layout-footer .logo {
  max-width: 160px;
  margin-bottom: 20px;
}
.layout-footer .main-desc {
  margin-bottom: 20px;
}
.layout-footer .main-text {
  margin-bottom: 30px;
  font-size: 30px;
  color: #F69120;
}

.link-yellow {
  background: #F69120;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
  padding: 10px 30px;
  text-align: center;
}

.form-join-sm {
  height: 54px;
  background: #1E2D4B;
  color: #fff;
  border-radius: 100px;
  margin-bottom: 30px;
}
.form-join-sm .form-control {
  height: 54px;
  background: #1E2D4B;
  color: #fff;
  border-radius: 100px;
  border: 0;
  padding-left: 30px;
  padding-right: 140px;
  font-size: 20px;
}
.form-join-sm .form-control::-webkit-input-placeholder {
  color: #fff;
}
.form-join-sm .form-control::-moz-placeholder {
  color: #fff;
}
.form-join-sm .form-control:-ms-input-placeholder {
  color: #fff;
}
.form-join-sm .form-control:-moz-placeholder {
  color: #fff;
}
.form-join-sm .btn {
  color: #fff;
  background: #F69120;
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
  height: 44px;
  border-radius: 100px;
  min-width: 115px;
  font-size: 20px;
  border: 0;
}

.funding-box {
  color: #000;
  font-size: 16px;
}
.funding-box .thumb-sm {
  height: 160px;
}
.funding-box .thumb-sm img {
  max-height: 200px;
}
.funding-box .title-sm {
  font-size: 30px;
  font-weight: bold;
  color: #F69120;
  max-width: 330px;
  margin: auto;
}

.title-block-main h3 {
  margin: 0;
  font-weight: bold;
  font-size: 36px;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.title-block-main .bg img {
  height: 100px;
}

.block-tradingplatform .row {
  min-height: 310px;
}
.block-tradingplatform .content-main {
  background: #fff;
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.16);
  border-radius: 9px;
  min-height: 310px;
  overflow: hidden;
}
.block-tradingplatform .content-left {
  padding-left: 65px;
}
.block-tradingplatform .content-left .title-sm {
  color: #F69120;
  font-weight: inherit;
  font-size: 33px;
  margin-bottom: 20px;
}
.block-tradingplatform .content-left .banner-sm {
  margin-bottom: 15px;
  vertical-align: top;
}
.block-tradingplatform .content-left .banner-sm img {
  max-height: 80px;
}
.block-tradingplatform .content-left .link-bottom .link-yellow {
  min-width: 330px;
  font-size: 20px;
}
.block-tradingplatform .banner-lg {
  position: absolute;
  right: 0;
  top: 0;
}
.block-tradingplatform .banner-lg img {
  max-height: 310px;
}

.block-key-main {
  padding: 0 !important;
  min-height: 775px;
  color: #fff;
}
.block-key-main .title-block-main h3 {
  color: #F6911E;
}
.block-key-main .list-key-item {
  margin-bottom: 60px;
}
.block-key-main .key-item {
  background: #fff;
  border-radius: 12px;
  padding: 0 25px 10px;
  font-size: 18px;
  min-height: 300px;
  color: #000;
}
.block-key-main .key-item .icon {
  height: 115px;
}
.block-key-main .key-item .icon img {
  max-height: 142px;
}
.block-key-main .key-item .title-sm {
  color: #F6911E;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 10px;
}
.block-key-main .content-bottom .logo-sm img {
  max-width: 190px;
  margin: auto;
}
.block-key-main .content-bottom .title-sm {
  font-size: 30px;
  color: #F6911E;
  font-weight: bold;
}
.block-key-main .content-bottom .desc-sm {
  font-size: 20px;
}
.block-key-main .bg-main {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 445px;
}
.block-key-main .bg-main img {
  width: 100%;
}

.block-faq-main {
  min-height: 1100px;
  padding-top: 130px;
  padding-bottom: 110px;
}
.block-faq-main .banner-main {
  position: absolute;
  left: -25px;
}
.block-faq-main .banner-main img {
  height: 600px;
}
.block-faq-main .accordion .accordion-item {
  background: #E3E3E3;
  margin-bottom: 10px;
  border: 0;
  border-radius: 20px;
}
.block-faq-main .accordion .accordion-item .accordion-button {
  background: transparent;
  padding: 18px 20px 18px 35px;
  font-size: 16px;
}
.block-faq-main .accordion .accordion-item .accordion-button[aria-expanded=true] {
  border: 0;
  outline: none;
  box-shadow: none;
}
.block-faq-main .accordion .accordion-item .accordion-body {
  padding: 0 80px 20px 35px;
  border: 0;
}

.block-step-main {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
}
.block-step-main .list-step .col-lg-4 .item-step {
  background: url(../images/new/5-1-bg-step.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.block-become-main {
  margin-bottom: 100px;
}
.block-become-main .content {
  background: #fff;
  border-radius: 9px;
  min-height: 620px;
  padding-left: 435px;
  box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.16);
}
.block-become-main .content .banne-lg {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 9px;
  width: 435px;
}
.block-become-main .content .banne-lg img {
  height: 620px;
}
.block-become-main .content .content-left {
  min-height: 620px;
}
.block-become-main .content .content-left .max-w {
  max-width: 370px;
}
.block-become-main .content .content-left .bg-top {
  top: 0;
  left: 0;
}
.block-become-main .content .content-left .bg-top img {
  width: 125px;
}
.block-become-main .content .content-left .bg-bottom {
  bottom: 0;
  right: 0;
}
.block-become-main .content .content-left .bg-bottom img {
  width: 250px;
}
.block-become-main .content h3 {
  font-size: 36px;
  color: #48649E;
  font-weight: bold;
}
.block-become-main .content .desc {
  font-size: 18px;
}

/*# sourceMappingURL=style.css.map */
