/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #0c0b30;
  font-family: "Rajdhani", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  color: #b1c5e9;
}

a {
  display: inline-block;
}

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

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.8em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: none;
  cursor: pointer;
}

input, textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: linear-gradient(to bottom, #01002f 0%, #0b245e 50%, #9d5d5f 90%, #e38f78 100%);
  padding: 20px;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
blockquote .quote-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  opacity: .1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mt-10-none {
  margin-top: -10px;
}

.mt-20-none {
  margin-top: -20px;
}

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mb-50-none {
  margin-bottom: -50px;
}

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #868e96;
}

.bg--success {
  background-color: #28c76f;
}

.bg--danger {
  background-color: #ea5455;
}

.bg--warning {
  background-color: #ff9f43;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: #3875fe !important;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: #868e96;
}

.text--success {
  color: #28c76f;
}

.text--danger {
  color: #ea5455;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163A;
}

.text--base {
  color: #3875fe !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.border--base {
  border: 1px solid #e5e5e5 !important;
}

.section--bg {
  background-color: #131342 !important;
}

.bg--gray {
  background-color: linear-gradient(to bottom, #01002f 0%, #0b245e 50%, #9d5d5f 90%, #e38f78 100%);
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #eaf7e4;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #3875fe;
}

*::-webkit-scrollbar-thumb {
  background-color: #3875fe;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  padding: 10px 6px;
  background-color: #3875fe;
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 25px;
  z-index: 99;
  cursor: pointer;
  transition: all 1s;
  transform: translateY(100%);
}
.scrollToTop i {
  -webkit-animation: scroll-down 1s infinite;
  -moz-animation: scroll-down 1s infinite;
  -o-animation: scroll-down 1s infinite;
  animation: scroll-down 1s infinite;
  font-size: 15px;
  margin-bottom: 10px;
}
.scrollToTop span {
  display: block;
}

.scrollToTop.active {
  bottom: 30px;
  transform: translateY(0%);
}

.scrollToTop:hover, .scrollToTop:focus {
  color: #fff;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-area {
  margin-top: -30px;
}

.custom-table {
  width: 100%;
  border-spacing: 0 15px;
  border-collapse: separate;
}
@media only screen and (max-width: 991px) {
  .custom-table thead {
    display: none;
  }
}
.custom-table thead tr {
  background-color: #3875fe;
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  padding: 13px 30px;
}
.custom-table thead tr th:first-child {
  border-radius: 5px 0 0 5px;
  text-align: left;
}
.custom-table thead tr th:last-child {
  border-radius: 0 5px 5px 0;
  text-align: right;
}
.custom-table tbody tr {
  background-color: #131342;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  transition: all 0.5s;
}
.custom-table tbody tr:hover {
  transform: translateY(-7px);
}
.custom-table tbody tr td {
  border: none;
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  padding: 13px 30px;
}
.custom-table tbody tr td:first-child {
  text-align: left;
}
.custom-table tbody tr td:last-child {
  text-align: right;
}
.custom-table tbody tr td .author-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.custom-table tbody tr td .author-info .thumb {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}
.custom-table tbody tr td .author-info .thumb img {
  width: inherit;
  height: inherit;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}
.custom-table tbody tr td .author-info .content {
  padding-left: 15px;
  width: calc(100% - 45px);
}
.custom-table tbody tr td a {
  font-weight: 700;
  font-size: 10px;
  padding: 1px 10px;
}
.custom-table tbody tr td .btn {
  border-radius: 3px;
}
.custom-table tbody tr td:first-child {
  border-radius: 5px 0 0 5px;
}
.custom-table tbody tr td:last-child {
  border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 991px) {
  .custom-table tbody tr td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .custom-table tbody tr td:last-child {
    border: none;
  }
  .custom-table tbody tr td::before {
    content: attr(data-label);
    margin-right: auto;
    color: #3875fe;
    width: 50%;
    text-align: left;
  }
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 3px;
  width: 25px;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #3875fe;
}

.slider-next, .slider-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #b1c5e9;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateX(-100%);
  cursor: pointer;
  margin-top: 60px;
  transition: all 0.3s;
}
.slider-next:hover, .slider-prev:hover {
  background-color: #3875fe;
  color: #fff;
}

.slider-next {
  margin-left: 10px;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  flex-wrap: wrap;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: 0;
  font-weight: 700;
  line-height: 30px;
  display: block;
  margin: 0;
}
.pagination .page-item.disabled span {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.pagination .page-item .page-link {
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: #3875fe;
  border-color: transparent;
  color: #fff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
  margin-bottom: 50px;
  justify-content: center;
}
.nav-tabs .nav-link {
  padding: 8px 20px;
  border: none;
  font-weight: 700;
  font-size: 12px;
  background-color: linear-gradient(to bottom, #01002f 0%, #0b245e 50%, #9d5d5f 90%, #e38f78 100%);
  border-radius: 3px;
  font-family: "Rajdhani", sans-serif;
  transition: all 0.3s;
}
.nav-tabs .nav-link:hover {
  background-color: #3875fe;
  color: #fff;
}
.nav-tabs .nav-link.active {
  background-color: #3875fe;
  color: #fff;
}
.nav-tabs .nav-link:not(:last-child) {
  margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 5px;
  }
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom--card {
  background-color: #131342;
  border: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}
.custom--card .card-header {
  background-color: #3875fe;
  padding: 10px 20px;
}
.custom--card .card-header .card-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
.custom--card .card-header .card-title i {
  margin-right: 5px;
}
.custom--card .card-header .card-btn a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.custom--card .card-header .card-btn a i {
  margin-right: 5px;
}
.custom--card .card-body {
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .custom--card .card-body {
    padding: 20px;
  }
}
.custom--card .card-body .card-form-wrapper .card-label {
  text-transform: uppercase;
}
.custom--card .card-body .card-form-wrapper input {
  border-radius: 3px;
  padding: 10px 20px;
  height: 55px;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
}
.custom--card .card-body .card-form-wrapper input::placeholder {
  color: #fff;
}
.custom--card .card-body .card-form-wrapper textarea {
  height: auto;
  min-height: 120px;
  color: #b1c5e9;
}
.custom--card .card-body .card-form-wrapper .submit-btn {
  margin-top: 10px;
  padding: 12px 30px;
}

.custom--card .card-footer {
  border-top: 1px solid #ffffff2e;
}

.custom--card .card-footer {
  background: rgba(0,0,0,.03) !important;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2em;
  color: #fff;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  font-family: "Rajdhani", sans-serif;
}

h1 {
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header {
  margin-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .section-header {
    margin-bottom: 50px;
  }
}
.section-header.left {
  margin-bottom: 40px;
}
.section-header.left .horizontal-gradient {
  margin: 15px 0;
}
.section-header .section-title {
  margin-bottom: 0;
  position: relative;
}
.section-header .horizontal-gradient {
  background: linear-gradient(to right, #ffcd6f 0%, #e75cde 51%, #4b39ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd6f', endColorstr='#4b39ee', GradientType=1 );
  height: 4px;
  border-radius: 4px;
  display: block;
  width: 150px;
  margin: 15px auto;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type="submit"]:hover {
  color: #fff;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn:active,
.btn:focus {
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

.btn-rounded {
  border-radius: 3px;
}

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
}

.badge--primary {
  background-color: #7367f0;
}

.badge--secondary {
  background-color: #868e96;
}

.badge--success {
  background-color: #28c76f;
}

.badge--danger {
  background-color: #ea5455;
}

.badge--warning {
  background-color: #ff9f43;
}

.badge--info {
  background-color: #1e9ff2;
}

.badge--dark {
  background-color: #10163A;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  font-weight: 700;
  border-radius: 999px;
  padding: 7px 10px;
}

.btn--base {
  position: relative;
  background: #3875fe;
  border: 1px solid transparent;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn-sm {
  padding: 6px 15px !important;
}
.btn--base.active {
  background: #0c0b30;
  position: relative;
  color: #fff;
}
.btn--base.active::after {
  content: '';
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  margin: -3px;
  border-radius: inherit;
  background: linear-gradient(to right, #ffcd6f 0%, #e75cde 50%, #4b39ee 100%);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base.active:focus, .btn--base.active:hover {
  background: linear-gradient(to right, #ffcd6f 0%, #e75cde 50%, #4b39ee 100%);
  color: #fff;
}
.btn--base:focus, .btn--base:hover {
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .btn--base {
    padding: 6px 20px;
    font-size: 14px;
  }
}

.custom-btn {
  color: #3875fe !important;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 12px;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  outline: none;
}

input:not([type="checkbox"]), textarea {
  padding: 12px 20px;
}
input::placeholder, textarea::placeholder {
  color: #cbcbcb;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
}

input,
select,
textarea {
  border: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: baseline;
  font-size: 100%;
  color: #fff;
}

label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: #fff;
}

.input-group {
  flex-wrap: unset;
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}

.input-group-text {
  border: none;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.custom-check-group {
  display: block;
  margin-bottom: 12px;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background-color: #3875fe;
}
.custom-check-group input:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
}
.custom-check-group label::before {
  content: '';
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -2px;
}

.form-group {
  margin-bottom: 20px;
}


.form-group .list-group {
  margin-top: 10px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}
.form-group .list-group li {
  font-size: 15px;
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.form-group .list-group li:last-child {
  border-bottom: none;
}

.form-control {
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  height: 50px;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.form--control {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.19);
  box-shadow: none;
  height: 45px;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
  width: 100%;
}
.form--control:focus {
  background-color: transparent;
  border: 1px solid #3875fe;
  box-shadow: none;
  color: #fff;
}
.form--control::placeholder {
  color: #cbcbcb;
}

.radio-item {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  padding: 15px 20px;
}

.radio-item [type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.radio-item [type="radio"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  margin: 0;
}

.radio-item [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
  margin: 0;
}

.radio-item [type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  background: #fff;
}

.radio-item [type="radio"]:checked + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #3875fe;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-item [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  background: #fff;
}

.radio-item [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #3875fe;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-item [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.submit-btn {
  padding: 12px 25px;
  color: #fff;
  background-color: #3875fe;
  font-weight: 600;
  font-size: 14px;
  border-radius: 999px;
  font-family: "Rajdhani", sans-serif;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-black {
  position: relative;
}

.bg-overlay-black:before {
  content: "";
  position: absolute;
  background-color: #0c0b30;
  opacity: .5;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-black > div {
  position: relative;
  z-index: 2;
}

@keyframes scroll-down {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}
@keyframes building-move {
  0% {
    transform: translateY(740px);
  }

  100% {
    transform: none;
  }
}
@keyframes big-ben-move {
  0% {
    transform: translateY(740px);
  }

  20% {
    transform: translateY(740px);
  }

  100% {
    transform: none;
  }
}
@keyframes train-move {
  0% {
    transform: translateX(1200px);
  }

  100% {
    transform: translateX(-5000px);
  }
}
@keyframes horizontal-move {
  0% {
    transform: rotateZ(5deg);
  }

  50% {
    transform: rotateZ(-5deg);
  }

  100% {
    transform: rotateZ(5deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  background-color: #0c0b30 !important;
}

.preloader.loaded {
  opacity: 0;
  visibility: hidden;
}

.preloader.loaded .triangle,
.preloader.loaded .pen {
  animation: none;
}

.preloader-body {
  text-align: center;
}

.preloader-body p {
  position: relative;
  right: -8px;
}

.wrapper-triangle {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  width: 304px;
  height: 250px;
  transform: translate(-50%, -50%);
}

.line-triangle {
  position: absolute;
  width: 250px;
  height: 54px;
  border: 1px solid transparent;
  transform-origin: 0 100%;
}

.line-triangle:nth-last-of-type(1) {
  left: 313px;
  bottom: -21px;
  transform: rotate(-120deg);
  transform-origin: 0 100%;
}

.line-triangle:nth-last-of-type(2) {
  left: 156px;
  top: -54px;
  transform: rotate(120deg);
  transform-origin: 0 100%;
}

.line-triangle:nth-last-of-type(3) {
  top: 217px;
  left: 0;
}

.triangle:nth-of-type(1) {
  animation: tri1 1.5s linear infinite;
}

@keyframes tri1 {
  0% {
    opacity: 0;
  }

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.triangle:nth-of-type(2) {
  animation: tri2 1.5s linear infinite;
}

@keyframes tri2 {
  0% {
    opacity: 0;
  }

  14.28571% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.triangle:nth-of-type(3) {
  animation: tri3 1.5s linear infinite;
}

@keyframes tri3 {
  0% {
    opacity: 0;
  }

  28.57143% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.triangle:nth-of-type(4) {
  animation: tri4 1.5s linear infinite;
}

@keyframes tri4 {
  0% {
    opacity: 0;
  }

  42.85714% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.triangle:nth-of-type(5) {
  animation: tri5 1.5s linear infinite;
}

@keyframes tri5 {
  0% {
    opacity: 0;
  }

  57.14286% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.triangle:nth-of-type(6) {
  animation: tri6 1.5s linear infinite;
}

@keyframes tri6 {
  0% {
    opacity: 0;
  }

  71.42857% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.triangle:nth-of-type(7) {
  animation: tri7 1.5s linear infinite;
}

@keyframes tri7 {
  0% {
    opacity: 0;
  }

  85.71429% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.triangle {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 31px solid transparent;
  border-bottom: 54px solid #3875fe;
  animation: tri 1.5s linear infinite;
}

.triangle:nth-of-type(1) {
  left: 0px;
}

.triangle:nth-of-type(2) {
  left: 31px;
}

.triangle:nth-of-type(3) {
  left: 63px;
}

.triangle:nth-of-type(4) {
  left: 94px;
}

.triangle:nth-of-type(5) {
  left: 125px;
}

.triangle:nth-of-type(6) {
  left: 156px;
}

.triangle:nth-of-type(7) {
  left: 188px;
}

.triangle:nth-child(even) {
  transform: rotate(180deg);
  top: 0;
}

.triangle:nth-child(1) {
  animation: none;
}

.line:nth-child(2) .triangle:nth-child(1):before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: -22px;
  bottom: -77px;
  background: transparent;
  border: 13px solid transparent;
  border-bottom: 21px solid #F1ECDB;
  animation: tri 1.5s linear infinite;
}

.pen {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 312.5px;
  transform-origin: 50% 0;
  animation: move 1.5s cubic-bezier(0, 0, 0.5, 0.85) infinite;
}

@keyframes tri {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes move {
  0% {
    transform: scale(2.45);
  }

  100% {
    transform: scale(0.5);
  }
}
.row > * {
  position: relative;
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 575px) {
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 575px) and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
}

::selection {
  background-color: #3875fe;
  color: #fff;
}

/*-------------------------------------------------
    [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .header-section {
    background-color: #131342;
  }
  .header-section .header-top-area .container {
    max-width: 100%;
  }
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 9;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.header.active {
  transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  animation-name: fadeInDown;
  animation-duration: 1s;
  transition: all 1s;
}
.header-section .header-bottom-area {
  padding: 15px 0;
}
@media (max-width: 991px) {
  .header-section .header-bottom-area {
    padding: 5px 0;
  }
}
.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #131342;
}
.header-section.header-fixed .header-bottom-area {
  padding: 10px 0;
}

.header-section.header-fixed .navbar-collapse {
  background-color: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}


@media only screen and (max-width: 991px) {
  .header-top-content-area {
    width: 100%;
  }
}

.main-menu {
  margin-right: 30px;
}

.header-bottom-area {
  position: relative;
  background-color: transparent;
}
.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .header-bottom-area .navbar-collapse {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    background-color: transparent !important;
    padding: 0 !important;
    padding-bottom: 20px !important;
  }
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }
  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }
  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: flex !important;
    flex-wrap: wrap;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 35px;
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 18px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 12px 0 12px 0;
  font-weight: 600;
  align-items: center;
  display: inline-block;
  font-size: 15px;
  color: #fff;
  transition: all 0.9s;
  z-index: 9;
}
@media only screen and (max-width: 1400px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    font-size: 14px;
  }
}
.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
    display: block;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 105%;
  left: 0;
  width: 170px;
  background-color: #131342;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-top: 2px solid #3875fe;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -9;
  margin-left: 0;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-right: 0;
  padding-right: 0;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #fff;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  color: #fff;
  width: 100%;
  padding: 5px 20px;
  font-size: 12px;
  display: block;
  transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::after {
  position: unset;
  content: none;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.site-logo {
  max-width: 200px;
}
@media only screen and (max-width: 991px) {
  .site-logo {
    max-width: 160px;
  }
}

@media only screen and (max-width: 991px) {
  .header-social {
    margin-left: 12px;
    margin-bottom: 20px;
  }
}
.header-social li {
  display: inline-block;
}
.header-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  border-radius: 5px;
  transition: all 0.5s;
}
.header-social li a:hover, .header-social li a.active {
  background: linear-gradient(to right, #ffcd6f 0%, #e75cde 50%, #4b39ee 100%);
  color: #fff;
}
.header-social li + li {
  margin-left: 5px;
}

.header-action {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
  margin-left: 0;
}
@media only screen and (max-width: 991px) {
  .header-action {
    margin-left: 12px;
  }
}
.header-action a {
  padding: 3px 20px;
  margin: 5px;
  display: flex;
  align-items: center;
}

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

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 30px;
}
@media only screen and (max-width: 1199px) {
  .navbar-toggler span {
    font-size: 22px;
  }
}

.header-right {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .header-right {
    margin-bottom: 20px;
  }
}
.header-right button, .header-right input[type="button"], .header-right input[type="reset"], .header-right input[type="submit"] {
  background-color: transparent;
  padding: 0;
}

.header-user-thumb {
  width: 35px;
}
.header-user-thumb img {
  width: 35px;
  height: 35px;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.header-user-content {
  padding-left: 10px;
}
.header-user-content span {
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.header-user-icon {
  padding-left: 7px;
  color: #fff;
}

.dropdown-menu.dropdown-menu--sm {
  min-width: 12rem;
}

.dropdown-menu {
  pointer-events: none;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: none;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}

.dropdown-menu.show {
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
  visibility: visible;
}

.dropdown-menu__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dropdown-menu__item:last-child {
  border: none;
}
.dropdown-menu__item .dropdown-menu__icon {
  color: #fff;
}
.dropdown-menu__item .dropdown-menu__caption {
  padding-left: 10px;
  font-size: 12px;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1199px) {
  .banner-section {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .banner-section {
    padding-top: 150px;
  }
}
.banner-section .stars {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-section .planet-big {
  position: absolute;
  left: 190px;
  top: 220px;
}
.banner-section .planet-small {
  position: absolute;
  right: 70px;
  top: 280px;
}
.banner-section .banner-content {
  position: relative;
  z-index: 9;
}
.banner-section .banner-content .title {
  color: #fff;
  margin-bottom: 20px;
  font-size: 44px;
}
@media (max-width: 991px) {
  .banner-section .banner-content .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .banner-section .banner-content .title {
    font-size: 32px;
  }
}
.banner-section .banner-content .banner-btn {
  margin: -7px;
  margin-top: 40px;
}
.banner-section .banner-content .banner-btn a {
  margin: 7px;
}

.city-scene {
  position: relative;
  width: 856px;
  height: 800px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .city-scene {
    height: 600px;
  }
  .banner-section .banner-content .banner-btn {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .city-scene {
    height: 475px;
  }
}
@media (max-width: 767px) {
  .city-scene {
    height: 195px;
    opacity: 0.5;
  }
}
@media (max-width: 575px) {
  .city-scene {
    height: 130px;
  }
}
.city-scene .building-1 {
  position: absolute;
  left: 28px;
  bottom: 0px;
  z-index: 40;
  animation: building-move 1.7s ease;
}
.city-scene .building-2 {
  position: absolute;
  left: 128px;
  bottom: 0px;
  z-index: 41;
  animation: building-move 1.6s ease;
}
.city-scene .building-3 {
  position: absolute;
  left: 370px;
  bottom: 0px;
  z-index: 43;
  animation: building-move 1.8s ease;
}
.city-scene .building-4 {
  position: absolute;
  left: 467px;
  bottom: 0px;
  z-index: 44;
  animation: building-move 1.5s ease;
}
.city-scene .building-5 {
  position: absolute;
  right: 280px;
  bottom: 0px;
  z-index: 50;
  animation: building-move 1.8s ease;
}
.city-scene .building-6 {
  position: absolute;
  right: 174px;
  bottom: 0px;
  z-index: 51;
  animation: building-move 1.6s ease;
}
.city-scene .building-7 {
  position: absolute;
  right: 27px;
  bottom: 0px;
  z-index: 52;
  animation: building-move 1.5s ease;
}
.city-scene .building-8 {
  position: absolute;
  left: 80px;
  bottom: 85px;
  z-index: 30;
  animation: building-move 1.8s ease;
}
.city-scene .building-9 {
  position: absolute;
  left: 390px;
  bottom: 65px;
  z-index: 42;
  animation: building-move 1.85s ease;
}
.city-scene .building-10 {
  position: absolute;
  right: 150px;
  bottom: 120px;
  z-index: 30;
  animation: building-move 1s ease;
}
.city-scene .building-11 {
  position: absolute;
  right: 217px;
  bottom: 123px;
  z-index: 29;
  animation: building-move 2.1s ease;
}
.city-scene .building-12 {
  position: absolute;
  left: 155px;
  bottom: 144px;
  z-index: 20;
  animation: building-move 2.3s ease;
}
.city-scene .building-13 {
  position: absolute;
  right: 95px;
  bottom: 180px;
  z-index: 19;
  animation: building-move 2.4s ease;
}
.city-scene .building-14 {
  position: absolute;
  right: 115px;
  bottom: 175px;
  z-index: 18;
  animation: building-move 2.6s ease;
}
.city-scene .london-bridge {
  position: absolute;
  right: 130px;
  bottom: 255px;
  z-index: 10;
}
.city-scene .big-ben {
  position: absolute;
  left: 485px;
  bottom: 260px;
  z-index: 18;
  animation: big-ben-move 4s ease;
}
.city-scene .building-15 {
  position: absolute;
  right: 300px;
  bottom: 160px;
  z-index: 9;
  animation: building-move 3.1s ease;
}
.city-scene .building-16 {
  position: absolute;
  right: 375px;
  bottom: 260px;
  z-index: 8;
  animation: building-move 3.15s ease;
}
.city-scene .building-17 {
  position: absolute;
  right: 505px;
  bottom: 260px;
  z-index: 7;
  animation: building-move 3.3s ease;
}
.city-scene .building-18 {
  position: absolute;
  left: 395px;
  bottom: 285px;
  z-index: 7;
  animation: building-move 3.2s ease;
}
.city-scene .building-19 {
  position: absolute;
  left: 290px;
  bottom: 255px;
  z-index: 6;
  animation: building-move 3.1s ease;
}
.city-scene .london-eye-scene {
  position: absolute;
  left: 140px;
  bottom: 140px;
  z-index: 1;
  animation: building-move 3.6s ease;
}
.city-scene .london-eye-scene .wheel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.city-scene .london-eye-scene .prop {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.train-section {
  width: 100%;
  height: 75px;
  position: relative;
  z-index: 555;
  margin-top: -70px;
  overflow: hidden;
}

.train-wrapper {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  transform: translateX(1200px);
  animation: train-move 12s linear infinite;
  animation-delay: 1s;
}

.train {
  position: relative;
}
.train::before {
  content: '';
  position: absolute;
  width: 160px;
  height: 28px;
  bottom: -2px;
  left: -158px;
  background: url(../images/train/train-light.png) no-repeat center;
  background-size: 160px;
  animation: 0.5s train-light ease-in-out infinite;
}

.railway {
  width: 100%;
  height: 5px;
  background: #283165;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.inner-banner-section {
  padding-top: 150px;
  padding-bottom: 90px;
}
.inner-banner-section .banner-content .title {
  margin-bottom: 10px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.breadcrumb li {
  color: #fff;
  font-family: "Rajdhani", sans-serif;
}

.breadcrumb-item a {
  font-weight: 700;
  font-size: 12px;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item a {
    font-size: 12px;
  }
}

.breadcrumb-item.active {
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-item.active {
    font-size: 12px;
  }
}

.breadcrumb-item.active::before {
  content: "\f101";
  font-family: 'Line Awesome Free';
  font-weight: 600;
  color: #fff;
  font-size: 12px;
  left: 0;
  top: 1px;
  position: relative;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  border-top: 1px solid rgba(56, 117, 254, 0.2);
}

.footer-widget .widget-title {
  color: #fff;
  margin-bottom: 60px;
  position: relative;
}

.footer-widget .widget-title::after {
  position: absolute;
  content: '';
  top: 46px;
  left: 0;
  width: 80%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
}

.footer-list {
  margin-bottom: -8px;
}
.footer-list li {
  color: #fff;
  font-size: 15px;
  margin-bottom: 8px;
}

.footer-social {
  margin-top: 30px;
}
.footer-social li {
  display: inline-block;
}
.footer-social li a {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 16px;
  border-radius: 5px;
  transition: all 0.5s;
  color: #fff;
}
.footer-social li a:hover, .footer-social li a.active {
  background: linear-gradient(to right, #ffcd6f 0%, #e75cde 50%, #4b39ee 100%);
  color: #fff;
}
.footer-social li + li {
  margin-left: 5px;
}

.accepted-processors {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0px 40px 0px;
}
.accepted-processors span {
  position: absolute;
  font-size: 90px;
  color: #131748;
  font-weight: 800;
  top: -50px;
  line-height: 100px;
}
.accepted-processors a {
  display: inline-block;
  height: 55px;
  position: relative;
  z-index: 101;
}
.accepted-processors a img {
  display: block;
}

.copyright-area {
  background-color: #131342;
  padding: 10px 0;
  margin-top: 80px;
}
.copyright-area p {
  font-size: 16px;
  color: #fff;
}

/*-------------------------------------------------
    [ ### plan block ]
*/
.plan-section {
  position: relative;
  background-repeat: inherit !important;
  background-size: unset !important;
  overflow: hidden;
}

/*-------------------------------------------------
    [ ### investment block ]
*/
.investment-section {
  position: relative;
  background-repeat: inherit !important;
  background-size: unset !important;
  overflow: hidden;
}
.investment-section::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 75px;
  background: url(../images/bg/room-floor.png) no-repeat center;
  background-size: 1920px;
  z-index: 50;
}

.investment-inner {
  position: relative;
  padding: 80px 0 180px 0;
}
@media only screen and (max-width: 991px) {
  .investment-inner {
    padding: 80px 0 150px 0;
  }
}
.investment-inner .plan-crescent {
  position: absolute;
  left: 50px;
  top: -150px;
  z-index: 1;
  animation: horizontal-move 3s ease-in-out infinite;
  animation-delay: 1s;
}
@media only screen and (max-width: 991px) {
  .investment-inner .plan-crescent {
    display: none;
  }
}
.investment-inner .plan-planet {
  position: absolute;
  top: -180px;
  right: 0;
  z-index: 1;
  animation: horizontal-move 3s ease-in-out infinite;
}
@media only screen and (max-width: 991px) {
  .investment-inner .plan-planet {
    display: none;
  }
}
.investment-inner .window-scene {
  position: relative;
  z-index: 100;
  left: 105%;
  bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .investment-inner .window-scene {
    display: none;
  }
}
.investment-inner .window-scene .window {
  left: 0px;
  top: 0px;
  z-index: 105;
  position: absolute;
}
.investment-inner .window-scene .window-glass {
  position: absolute;
  left: 12px;
  top: 15px;
  overflow: hidden;
  z-index: 100;
}
.investment-inner .window-scene .window-city-scene {
  background: linear-gradient(to bottom, #01002f 0%, #0b245e 50%, #9d5d5f 90%, #e38f78 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01002f', endColorstr='#e38f78', GradientType=0 );
  left: 12px;
  top: 15px;
  position: absolute;
  overflow: hidden;
}
.investment-inner .window-scene .window-city-scene .window-city {
  position: absolute;
  left: -10px;
  bottom: -10px;
  z-index: 50;
}
.investment-inner .room-table {
  position: absolute;
  bottom: 0;
  right: -55%;
  z-index: 99;
}
@media only screen and (max-width: 991px) {
  .investment-inner .room-table {
    display: none;
  }
}

.investment-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .investment-wrapper {
    display: block;
  }
}

.investment-spin {
  width: 500px;
  height: 500px;
  border: 2px dashed #27378d;
  border-radius: 50%;
  animation: spin 30s linear infinite;
  position: absolute;
  left: 115px;
  top: -40px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .investment-spin {
    display: none;
  }
}
.plan-card {
  padding: 10px;
  border-radius: 10px;
  width: 50%;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .plan-card {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .plan-card {
    padding: 15px;
  }
}
.plan-card-select {
  text-align: right;
  margin-bottom: -30px;
}
.plan-card-select select {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: #241d65;
  border-radius: 3px;
}
.plan-card-select select option {
  background-color: #1e296d;
}

.plan-card .title {
  font-size: 60px;
  margin-bottom: 0;
}
.plan-card .title b {
  font-size: 30px;
}
.plan-card .title span {
  font-size: 30px;
}
.plan-card .sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.plan-card .plan-list {
  margin-top: 10px;
  padding: 0 5px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}
.plan-card .plan-list li {
  font-size: 15px;
  color: #fff;
  padding: 0 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.plan-card .plan-list li:last-child {
  border-bottom: none;
}
.plan-card .plan-btn {
  margin-top: 20px;
  margin-bottom: -40px;
}


/*---------------------------------------
    2.29 Plan Card 2
-----------------------------------------*/

.plan-card2 {
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .plan-card2 {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .plan-card2 {
    padding: 15px;
  }
}
.plan-card-select2 {
  text-align: right;
  margin-bottom: -30px;
}
.plan-card-select2 select {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: #241d65;
  border-radius: 3px;
}
.plan-card-select2 select option {
  background-color: #1e296d;
}

.plan-card2 .title {
  font-size: 60px;
  margin-bottom: 0;
}
.plan-card2 .title b {
  font-size: 30px;
}
.plan-card2 .title span {
  font-size: 30px;
}
.plan-card2 .sub-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.plan-card2 .plan-list {
  margin-top: 10px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}
.plan-card2 .plan-list li {
  font-size: 15px;
  color: #fff;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.plan-card2 .plan-list li:last-child {
  border-bottom: none;
}
.plan-card2 .plan-btn {
  margin-top: 20px;
  margin-bottom: -40px;
}


.calculator {
  background: linear-gradient(to bottom, #1b2663 0%, #2e3fa2 100%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 5px;
  padding: 10px 20px;
  position: relative;
  width: 50%;
  z-index: 50;
}
@media only screen and (max-width: 991px) {
  .calculator {
    width: 100%;
    border-radius: 10px;
  }
}

.cal-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cal-area .input-wrap {
  position: relative;
  width: 50%;
}
.cal-area .input-wrap i {
  position: absolute;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  right: 5px;
  bottom: 5px;
  line-height: 35px;
}
.cal-area .profit-result {
  background: #1e296d;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  width: 48%;
}

.cal-bottom-area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin-top: 10px;
}

.profit-cal {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: 50%;
}
.profit-cal:last-child {
  border: none;
}
.profit-cal .profit {
  margin-bottom: 5px;
}

/*-------------------------------------------------
    [ ### about block ]
*/
.about-section {
  position: relative;
  overflow: hidden;
}
.about-section .about-element {
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .about-section .about-element {
    display: none;
  }
}

.about-thumb {
  position: relative;
}
.about-thumb .left-image {
  position: absolute;
  top: 0;
  right: 51%;
  animation: scroll-down 2s linear infinite;
  animation-delay: 0.3s;
}
@media only screen and (max-width: 991px) {
  .about-thumb .left-image {
    display: none;
  }
}
.about-thumb .right-image {
  position: absolute;
  top: 31%;
  right: 19%;
  animation: scroll-down 2s linear infinite;
  animation-delay: 1s;
}
@media only screen and (max-width: 991px) {
  .about-thumb .right-image {
    display: none;
  }
}

/*-------------------------------------------------
    [ ### referral block ]
*/
.referral-section {
  position: relative;
}
.referral-section .figure-star-2 {
  position: absolute;
  top: 50px;
  right: 100px;
  animation: scroll-down 2.5s linear infinite;
}
@media only screen and (max-width: 991px) {
  .referral-section .figure-star-2 {
    display: none;
  }
}

.referral-content {
  width: 80%;
}
@media only screen and (max-width: 991px) {
  .referral-content {
    width: 100%;
  }
}
.referral-content span {
  display: block;
  font-size: 35px;
  margin-bottom: 20px;
}
.referral-content span b:nth-child(1) {
  color: #ffcc6f;
  text-shadow: 0px 0px 10px #ffcc6f;
}
.referral-content span b:nth-child(2) {
  color: #e75cde;
  text-shadow: 0px 0px 10px #e75cde;
}
.referral-content span b:nth-child(3) {
  color: #4a39ee;
  text-shadow: 0px 0px 10px #4a39ee;
}

/*-------------------------------------------------
    [ ### how-it-works block ]
*/
.how-it-works-section {
  position: relative;
  overflow: hidden;
}
.how-it-works-section .how-it-works-element {
  position: absolute;
  bottom: 5%;
  right: 12%;
  animation: scroll-down 2.5s linear infinite;
}
@media only screen and (max-width: 991px) {
  .how-it-works-section .how-it-works-element {
    display: none;
  }
}

.how-it-works-item {
  position: relative;
  z-index: 2;
  text-align: center;
}
.how-it-works-item::before {
  position: absolute;
  content: '';
  width: 51px;
  height: 41px;
  background-image: url(../images/right-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  top: 50px;
  left: -25px;
}
@media only screen and (max-width: 991px) {
  .how-it-works-item::before {
    display: none;
  }
}

.how-it-works-area div[class*="col"]:nth-of-type(4n + 4) .how-it-works-item::before {
  display: none;
}

.how-it-works-content {
  margin-top: 30px;
}

.how-it-works-content .horizontal-gradient {
  background: linear-gradient(to right, #ffcd6f 0%, #e75cde 51%, #4b39ee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd6f', endColorstr='#4b39ee', GradientType=1 );
  height: 2px;
  border-radius: 4px;
  display: block;
  width: 80px;
  margin: 15px auto;
}
.how-it-works-icon {
  position: relative;
  width: 120px;
  height: 120px;
  display: inline-block;
}

.how-it-works-icon .deposit-step-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 8px;
  z-index: -1;
  transform: rotate(45deg);
}
.how-it-works-icon .deposit-step-bg.step-1 {
  background: linear-gradient(to right, #ffcd6f 0%, #ff8570 100%);
}
.how-it-works-icon .deposit-step-bg.step-2 {
  background: linear-gradient(to right, #4b39ee 0%, #c939ed 100%);
}
.how-it-works-icon .deposit-step-bg.step-3 {
  background: linear-gradient(to right, #e75cde 0%, #e6a35c 100%);
}
.how-it-works-icon .deposit-step-bg.step-4 {
  background: linear-gradient(to right, #ffcd6f 0%, #e75cde 51%, #4b39ee 100%);
}

/*-------------------------------------------------
    [ ### transaction block ]
*/
.transaction-section {
  position: relative;
}
.transaction-section .transaction-element {
  position: absolute;
  left: 10%;
  animation: scroll-down 2.5s linear infinite;
}
@media only screen and (max-width: 991px) {
  .transaction-section .transaction-element {
    display: none;
  }
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-section {
  position: relative;
}
.faq-section .faq-element {
  position: absolute;
  right: 10%;
  animation: scroll-down 2.5s linear infinite;
}
@media only screen and (max-width: 991px) {
  .faq-section .faq-element {
    display: none;
  }
}

.faq-wrapper {
  margin-bottom: -30px;
}
.faq-wrapper .faq-item {
  background-color: #131342;
  border-radius: 10px;
  padding: 10px 20px;
  margin-bottom: 30px;
  transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
  font-size: 18px;
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 16px;
  }
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  display: inline-block;
  font-weight: 700;
  margin-bottom: 0;
}
.faq-wrapper .faq-item .faq-content {
  display: none;
  margin-top: 20px;
}
.faq-wrapper .faq-item .faq-content p {
  font-size: 14px;
}
.faq-wrapper .faq-item .right-icon {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #3875fe;
  border-radius: 50%;
  position: relative;
}
.faq-wrapper .faq-item .right-icon::before, .faq-wrapper .faq-item .right-icon::after {
  position: absolute;
  content: '';
  background: #fff;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-wrapper .faq-item .right-icon::before {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item .right-icon::after {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item.active .faq-content {
  display: block;
}
.faq-wrapper .faq-item.active.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-item.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

/*-------------------------------------------------
    [ ### subscribe block ]
*/
.subscribe-section {
  position: relative;
}
.subscribe-section .subscribe-element {
  position: absolute;
  bottom: -44%;
  left: 16%;
  animation: scroll-down 2.5s linear infinite;
}
@media only screen and (max-width: 991px) {
  .subscribe-section .subscribe-element {
    display: none;
  }
}

.subscribe-wrapper {
  background-color: #131342;
  padding: 60px 40px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .subscribe-wrapper {
    padding: 30px 15px;
  }
}
.subscribe-wrapper .subscribe-shape {
  position: absolute;
  z-index: -1;
}

.subscribe-form {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .subscribe-form {
    width: 100%;
    margin-top: 15px;
  }
}
.subscribe-form input {
  height: 60px;
  border-radius: 999px;
  padding: 10px 25px;
}
.subscribe-form .submit-btn {
  position: absolute;
  top: 6px;
  right: 8px;
}
@media only screen and (max-width: 991px) {
  .subscribe-form .submit-btn {
    padding: 10px 20px;
    font-size: 12px;
  }
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### blog block ]
*/
.blog-item {
  background-color: #131342;
  border-radius: 10px;
  transition: all 0.3s;
}
.blog-item:hover {
  transform: translateY(-7px);
}

.blog-item .blog-thumb img {
  border-radius: 10px 10px 0px 0px;
}
.blog-content {
  padding: 15px;
}

.blog-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}


/* contact section start */
.contact-form {
  padding: 30px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #1b2663 0%, #051054 100%);
}

@media (max-width: 420px) {
  .contact-form {
    padding: 20px;
  }
}
.contact-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: linear-gradient(to bottom, #1b2663 0%, #051054 100%);
  border-radius: 8px;
  padding: 20px;
}
.contact-item .icon {
  width: 55px;
  height: 55px;
  background-color: red;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}
.contact-item .content {
  width: calc(100% - 55px);
  padding-left: 20px;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -2px -7px;
}
.social-links li {
  padding: 2px 7px;
}
.social-links li a {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  transition: all 0.3s;
}
.social-links li a:hover {
  background-color: #3875fe;
  color: #fff;
  border-color: #3875fe;
}

.map-area {
  filter: grayscale(1);
  transition: all 0.3s;
  border-radius: 8px;
  overflow: hidden;
}
.map-area:hover {
  filter: grayscale(0);
}

.map-area iframe {
  width: 100%;
  height: 355px;
  margin-bottom: -15px;
}
/* contact section end */

/* account section css start */
.account-section {
  background-position: top !important;
}

.account-wrapper {
  padding: 40px;
  background: linear-gradient(to bottom, #1b2663 0%, #051054 100%);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .account-wrapper {
    padding: 20px;
  }
}

.account-thumb {
  float: right;
  width: 110%;
}
.account-thumb.style--two {
  width: 125%;
}
.account-thumb img {
  width: 100%;
}
/* account section css end */

.user-wallets{
  background: transparent;
  border: none;
  margin-bottom: 9px;
  font-size: 12px;
}
.user-wallets option{
  background: #3875fe;
}

select option{
  background-color: #051054;
}


/* blog details section css start */
.blog-details-thumb {
  max-height: 450px;
  overflow: hidden;
}

.blog-details-title {
  font-size: 2rem;
}

@media (max-width: 991px) {
  .blog-details-title {
      font-size: 1.75rem;
  }
}

@media (max-width: 575px) {
  .blog-details-title {
      font-size: 1.5rem;
  }
}

.post-share {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin: -0.1875rem -0.3125rem;
}

.post-share li {
  padding: 0.1875rem 0.3125rem;
}

.post-share li a {
  width: 2.1875rem;
  height: 2.1875rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  transition: all 0.3s;
}

.post-share li a:hover {
  background-color: #3875fe;
  border-color: #3875fe;
}

.blog-sidebar {
  padding: 1.25rem;
}

.blog-sidebar .title {
  position: relative;
  padding-bottom: 0.3125rem;
  margin-bottom: 1.875rem;
}

.blog-sidebar .title::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 2.1875rem;
  height: 0.125rem;
}

.s-post {
  padding: 0.9375rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.s-post:first-child {
  padding-top: 0;
}

.s-post:last-child {
  padding-bottom: 0;
  border-bottom: none !important;
}

.s-post__thumb {
  width: 5rem;
  height: 4.375rem;
}

.s-post__thumb img {
  width: 100%;
}

.s-post__content {
  width: calc(100% - 80px);
  padding-left: 1.25rem;
}

.s-post__title {
  font-size: 1rem;
}

.s-post__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.s-post__title a:hover {
  color: #3875fe;
}
/* blog details section css end */

/* modla css start */
.custom--modal .modal-content {
  background-color: #131342;
}
.custom--modal .modal-header {
  border-bottom: 1px solid #ffffff2e;
}
.custom--modal .modal-footer {
  border-top: 1px solid #ffffff2e;
}

.custom--modal .btn-close {
  width: 15px;
  height: 15px;
  background-color: #ea5455;
  background-image: none;
  border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  opacity: 1;
}
.custom--modal .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.custom--modal .btn-close::before {
  position: absolute;
  content: "\f00d";
  font-family: 'Line Awesome Free';
  font-weight: 900;
  color: #fff;
}

/* modla css end */


.ticket-reply-single {
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.ticket-reply-single:first-child {
  padding-top: 0;
}
.ticket-reply-single:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.ticket-reply-single .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.ticket-reply-single .top .left {
  width: calc(100% - 30px);
}
.ticket-reply-single .top .right {
  width: 30px;
}
.ticket-reply-single .top .right .btn {
  padding: 4px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.ticket-reply-single .top .right .btn i {
  margin: 0;
}
.ticket-reply-single .reply-box {
  padding: 20px;
  border-radius: 8px;
  background: #ddd;
  background: -webkit-linear-gradient(to bottom, #2c3e5014, #bdc3c700);
  background: linear-gradient(to bottom, #2c3e5014, #bdc3c700);
}
@media (max-width: 480px) {
  .ticket-reply-single .reply-box {
      padding: 15px;
  }
}
.ticket-reply-single .reply-box .left p,
.ticket-reply-single .reply-box .left span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.ticket-reply-single .reply-box .name {
  font-size: 18px;
}

.admin-reply.ticket-reply-single .reply-box {
  background: #ddd;
  background: -webkit-linear-gradient(to bottom, #c1aa1124, #bdc3c700);
  background: linear-gradient(to bottom, #c1aa1124, #bdc3c700);
}

.ticket-attach-file {
  padding: 2px 10px;
  background-color: #5352ed24;
  border-radius: 3px;
  color: #5352ed;
  font-size: 13px;
}

.ticket-reply-inbox {
  position: relative;
  border: 1px solid #e5e5e547;
  border-radius: 5px;
  height: 160px;
}

.ticket-reply-inbox textarea {
  height: 110px;
  resize: none;
  border: none;
}
.ticket-reply-inbox textarea:focus {
  box-shadow: none;
}
.ticket-reply-inbox .ticket-reply-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.ticket-reply-inbox .ticket-reply-attachment {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: #f1f1f1;
  padding: 3px 10px;
  color: #777;
  border-radius: 3px;
  font-size: 14px;
}

@media (max-width: 360px) {
  .ticket-reply-inbox {
      height: 200px;
  }
  .ticket-reply-inbox .ticket-reply-btn,
  .ticket-reply-inbox .ticket-reply-attachment {
      width: calc(100% - 20px);
  }
  .ticket-reply-inbox .ticket-reply-attachment {
      bottom: 54px;
  }
}

.attachment-area {
  display: none;
}

.btn{
  border-radius: 5px;
  padding: 8px 15px;
}

.ticket-reply-inbox textarea:focus{
  border: none;
}

.custom-file-input {
  position: relative;
}
.custom-file-input::before {
  position: absolute;
  content: 'Choose File';
  top: 0;
  left: 0;
  width: 108px;
  height: 100%;
  background-color: #1e9ff2;
  color: #fff;
  border-radius: 5px 0 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-language {
  background-color: transparent;
  border: none;
}

@media (max-width: 991px) {
  .header-language {
    margin-left: 12px;
    margin-bottom: 20px;
  }
}


.form--control[disabled], .form--control[readonly] {
  background: #333379;
}


.css-footer {
  width: 100%;
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 5px 7px 5px;
  background: #fefefe;
}
@media (max-width: 991px) {
.css-footer {
  display: flex;
}
.css-footer a {
display: inherit !important;
}

.css-tabBar-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #979797;
  position: relative;
}

.css-tabBar-item-text {
  display: inline-block;
  font-size: 0.65rem;
  color: #7d7d7d;
  padding-top: 2px;
}

.css-tabBar-item-active .css-tabBar-item-text {
  color: #369eff;
}
.icon {
  width: 20px;
  height: 20px;
  display: block;
  border: none;
  float: left;
  background-size: 20px;
  background-repeat: no-repeat;
}
.icon-loan {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAoCAMAAAC2PjgYAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABUUExURQAAAGZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZm7jVkEAAAAbdFJOUwAwP/AQ70CAwGCgz+Cff79Q0JBwj9+wbyBfr4PEN8oAAAE3SURBVDjL7ZRhkoMgDIW1gAXFRa223X33v+cGqIosggfY90Od5BsnPJJUVUq8W+rqsmoBiMt8QzTx6hqtiFXucYV+AYwKaRgwl+ke0K7smvi+APMfYOT++z0CHc/SHSA3ghf4mug2DLQ5Q63d0zGU4ZVIeHdqKCXYkAizJN97uxMlpgwlejwpstYxbw0cTy2LDX1bAzMGcxny1sA2f9uBobZfH6VWuq/8xVb9YPYljBkKsDHC8QxOSx4XnmLVIEnkbB6nIbDcYzvInrq9vrxuPMDvx3OHTbxKDCWcC4RqCjh9TWsNjYYs4BI69FoUcRnspy38j1dKqzQeTsSw399h0a94nGcwOdxQ60az0qcmzl0x74+l+9ld5u/bQbPwK5NyMv7ThIS067Ynnn+3StOyCGbr7tmP+QvmoSL1oE+Y+AAAAABJRU5ErkJggg==');
}
.icon-about {
  background-image:url('data:image/png;base64,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');
}
.icon-credit {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0NCMTk0OTg4OEE3MTFFQkI3Q0Q5MkU4QTgzNUU3REUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0NCMTk0OTk4OEE3MTFFQkI3Q0Q5MkU4QTgzNUU3REUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjQyNTZCNzg4QTYxMUVCQjdDRDkyRThBODM1RTdERSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjQyNTZCODg4QTYxMUVCQjdDRDkyRThBODM1RTdERSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvQcBaoAAAxqSURBVHja7F0L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');
}

.icon-ions {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0NCMTk0OUM4OEE3MTFFQkI3Q0Q5MkU4QTgzNUU3REUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0NCMTk0OUQ4OEE3MTFFQkI3Q0Q5MkU4QTgzNUU3REUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Q0IxOTQ5QTg4QTcxMUVCQjdDRDkyRThBODM1RTdERSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3Q0IxOTQ5Qjg4QTcxMUVCQjdDRDkyRThBODM1RTdERSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiO/BcIAAAgYSURBVHja7F1p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');
}

.icon-info {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0NCMTk0QTA4OEE3MTFFQkI3Q0Q5MkU4QTgzNUU3REUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0NCMTk0QTE4OEE3MTFFQkI3Q0Q5MkU4QTgzNUU3REUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Q0IxOTQ5RTg4QTcxMUVCQjdDRDkyRThBODM1RTdERSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3Q0IxOTQ5Rjg4QTcxMUVCQjdDRDkyRThBODM1RTdERSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PjL7GeEAAAvcSURBVHja7F0J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');
}

.icon-pay{
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHEAAABxCAYAAADifkzQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyVpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzdEOUU4RTM4OEE4MTFFQkI3Q0Q5MkU4QTgzNUU3REUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzdEOUU4RTQ4OEE4MTFFQkI3Q0Q5MkU4QTgzNUU3REUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3Q0IxOTRBMjg4QTcxMUVCQjdDRDkyRThBODM1RTdERSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozN0Q5RThFMjg4QTgxMUVCQjdDRDkyRThBODM1RTdERSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PriqraIAABCkSURBVHja7F0L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');
  background-size:60px;
  width:60px;
  height:60px;
  position:absolute;
  top:-36px;
  left:50%;
  margin-left:-30px;
  z-index:10;

}

.text-pay{
  padding-top:20px;
}

.css-footer-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.css-footer-fixed:after{
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #e6e6e6;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/*-------------------------------------------------
    [ ### client block ]
*/
.client-section {
  position: relative;
  background-repeat: inherit !important;
  background-size: unset !important;
  overflow: hidden;
}


.client-slider {
  overflow: hidden;
}
.client-slider .swiper-slide-active .client-item {
  background-color: #1D2867;
}
.client-slider .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.client-slider .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #1D2867;
}
.client-slider .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 10px;
}
.client-item {
  background-color: #121940;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative;
  z-index: 2;
}
.client-thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.client-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: white;
  opacity: .1;
  z-index: -1;
}
.client-content {
  padding-top: 10px;
  
}
.client-content p {
  color: white;
  padding: 0 5px;
}
.client-footer {
  padding-top: 20px;
}
.client-footer .title {
  color: white;
  margin-bottom: 0;
}
.client-footer .sub-title {
  color: white;
  font-size: 14px;
  font-style: italic;
}

/*---------------------------------------
    4.5 Choice Section
-----------------------------------------*/
.choice-section {
	position: relative;
	background-image: url(../img/coin-bg.html);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}

.choice-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(18, 22, 34, 0.3);
	z-index: -1;
}

/*-------------------------------------------------
    [ ### how-it-works2 block ]
*/
.how-it-works-section2 {
  position: relative;
  overflow: hidden;
}
.how-it-works-section2 .how-it-works-element {
  position: absolute;
  bottom: 5%;
  right: 12%;
  animation: scroll-down 2.5s linear infinite;
}
@media only screen and (max-width: 991px) {
  .how-it-works-section2 .how-it-works-element {
    display: none;
  }
}

.how-it-works-item2 {
  position: relative;
  z-index: 2;
  text-align: center;
}
.how-it-works-item2::before {
  position: absolute;
  content: '';
  width: 51px;
  height: 41px;
  background-image: url(../images/right-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  top: 50px;
  right: -25px;
}
@media only screen and (max-width: 991px) {
  .how-it-works-item2::before {
    display: none;
  }
}
