/*--------------------------------------------------------------
# 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-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: 150px;
}
@media only screen and (max-width: 991px) {
  .site-logo {
    max-width: 120px;
  }
}

@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;
  background: linear-gradient(to bottom, #01002f 0%, #0b245e 50%, #9d5d5f 90%, #e38f78 100%);
  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;
  animation: building-move 2.55s ease;
}
.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;
}

/*-------------------------------------------------
    [ ### 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: 30px;
  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 15px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 5px;
}
.plan-card .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-card .plan-list li:last-child {
  border-bottom: none;
}
.plan-card .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;
  right: -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;
}