@font-face {
    font-family: kamyab;
    src: url(./fonts/kamyab.ttf) format("truetype"),url(./fonts/kamyab.woff) format("woff"),url(./fonts/kamyab.woff2) format("woff2")
}

@font-face {
    font-family: Kamyab-SemiBold;
    src: url(fonts/Kamyab-SemiBold/Kamyab-SemiBold.eot);
    src: url(fonts/Kamyab-SemiBold/Kamyab-SemiBold.eot?#iefix) format("embedded-opentype"),url(fonts/Kamyab-SemiBold/Kamyab-SemiBold.woff2) format("woff2"),url(fonts/Kamyab-SemiBold/Kamyab-SemiBold.ttf) format("truetype")
}

.header-main-con .navbar .navbar-nav .nav-link,.nav-menu, .nav-item, .nav-link,.table, thead, tr, th ,.login-registration-list, .sign-in{
    font-family: Kamyab-SemiBold!important;
}
span{
    font-family: Kamyab-SemiBold !important;
}
:root {
  --primary-color: #0194FC;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #090B2C;
  font-family: kamyab;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #c4c6c7;
  overflow-x: hidden;
}

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.7em;
  text-align: justify;
}
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:focus,
textarea:focus {
  outline: none;
}

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

input[type=file]{
  line-height: 25px;
}

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

span {
  display: inline-block;
}

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

code {
  color: var(--primary-color);
}

blockquote {
  background: #142B57;
  padding: 40px;
  border-radius: 10px;
  font-weight: 500;
  font-style: italic;
  position: relative;
  text-align: center;
  font-size: 18px;
}
blockquote .quote-icon {
  margin-bottom: 15px;
}

/*-------------------------------------------------
    [ ## 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: var(--primary-color);
}

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

.bg--danger {
  background: #ea5455 !important;
}

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

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

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

.bg--base {
  background-color: var(--primary-color) !important;
}

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

.text--secondary {
  color: var(--primary-color);
}

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

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

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

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

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

.text--base {
  color: var(--primary-color) !important;
}

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

.border--secondary {
  border: 1px solid var(--primary-color);
}

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

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

.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: #181a44 !important;
}

.bg--gray {
  background-color: #142B57;
}

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

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

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

.gradient-text {
  background: linear-gradient(264.28deg, #DEC7FF -38.2%, #5C27FE 103.12%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.splitting.animated .char {
  -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar {
  height: 20px;
  width: 6px;
  background: #f1f1f1;
  border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

*::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

/*-------------------------------------------------
    [ ## scrollToTop ]
*/
.scrollToTop {
  position: fixed;
  bottom: 0;
  right: 30px;
  width: 45px;
  height: 45px;
  line-height: 47px;
  font-weight: 600;
  background-color: var(--primary-color);
  border-radius: 62% 38% 46% 54%/60% 63% 37% 40%;
  color: #ffffff !important;
  font-size: 20px;
  text-align: center;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(-5000%);
          transform: translateY(-5000%);
}
.scrollToTop.active {
  bottom: 30px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-wrapper {
  background-color: #181a44;
  padding: 30px;
  border-radius: 5px;
}

.custom-table {
  width: 100%;
  white-space: nowrap;
}
.custom-table thead tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-table thead tr th {
  border: none;
  font-weight: 600;
  color: #ffffff;
  font-size: 14px;
  padding: 12px 15px;
}
.custom-table thead tr th:last-child {
  text-align: right;
}
.custom-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-table tbody tr td {
  border: none;
  font-weight: 500;
  color: #c4c6c7;
  font-size: 14px;
  padding: 12px 15px;
}
.custom-table tbody tr td:last-child {
  text-align: right;
}
.custom-table tbody tr td button, .custom-table tbody tr td input[type=submit], .custom-table tbody tr td input[type=reset], .custom-table tbody tr td input[type=button], .custom-table tbody tr td .btn--base {
  padding: 8px 25px;
  font-size: 14px;
}
.custom-table tbody tr td .btn {
  padding: 6px 10px;
}
.custom-table tbody tr td .btn:hover {
  color: #c4c6c7;
}

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

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  z-index: 8;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 6px;
  width: 70px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

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

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

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 0;
  font-weight: 600;
  line-height: 30px;
  font-size: 14px;
  display: block;
  margin: 0;
}
.pagination .page-item.disabled span {
  border-radius: 5px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.pagination .page-item .page-link {
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: var(--primary-color);
  border-color: transparent;
  color: #ffffff;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
  margin-bottom: 30px;
}
.nav-tabs .nav-link {
  padding: 8px 20px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  font-family: "Jost", sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tabs .nav-link:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #ffffff;
}
.nav-tabs .nav-link.active {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #ffffff;
}
.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 .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.custom-card .card-body {
  background: #181a44;
  border-radius: 5px;
  padding: 30px;
}
@media only screen and (max-width: 575px) {
  .custom-card .card-body {
    padding: 20px;
  }
}

/*-------------------------------------------------
    [ ## switch ]
*/
.toggle-container .switch-toggles {
  position: relative;
  width: 100%;
  height: 45px;
  border-radius: 5px;
  background-color: #142B57;
}
.toggle-container .switch-toggles::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 45px;
  background: #00ABB3;
  right: -1px;
  top: 0;
  border-radius: 0 5px 5px 0;
  -webkit-transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: all 0.7s cubic-bezier(0.545, 0, 0.05, 1);
}
.toggle-container .switch-toggles .switch {
  position: relative;
  width: 50%;
  line-height: 45px;
  float: left;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  transition: color 0.7s cubic-bezier(0.545, 0, 0.05, 1);
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
  color: #c4c6c7;
  margin-bottom: 0;
}
.toggle-container .switch-toggles .switch:nth-child(odd) {
  color: #ffffff;
}
.toggle-container .switch-toggles.active::after {
  background: var(--primary-color);
  right: 50%;
  border-radius: 5px 0 0 5px;
}
.toggle-container .switch-toggles.active .switch {
  color: #c4c6c7;
}
.toggle-container .switch-toggles.active .switch:nth-child(even) {
  color: #ffffff;
}

.modal-content {
  background: #181a44;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 16px;
}

.modal-header {
  border-color: rgba(255, 255, 255, 0.1);
}

.modal-footer {
  border-color: rgba(255, 255, 255, 0.1);
}
.modal-footer a, .modal-footer button, .modal-footer input[type=submit], .modal-footer input[type=reset], .modal-footer input[type=button] {
  padding: 8px 25px;
  font-size: 14px;
}

.btn-close {
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  font-family: Kamyab-SemiBold;
  font-weight: 700;
}

h1 {
  font-size: 60px;
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 40px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

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

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

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

h6 {
  font-size: 16px;
}

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: 40px;
  position: relative;
}
.section-header .title-badge {
  display: inline-block;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
  left: 15px;
  top: 0;
  line-height: 26px;
}
.section-header .title-badge::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 50%;
  z-index: -1;
  left: -14px;
  top: -6px;
}
.section-header .title-badge::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
  left: -7px;
  top: 1px;
}
.section-header .section-sub-title {
  display: inline-block;
  padding: 12px 50px;
  background: #142B57;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .section-header .section-sub-title {
    font-size: 12px;
  }
}
.section-header .section-title {
  margin-top: 10px;
  margin-bottom: 0;
}
.section-header .section-title span {
  position: relative;
  color: var(--primary-color);
  z-index: 2;
}
.section-header .section-title span svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.section-header .section-title span svg path {
  stroke: var(--primary-color);
  stroke-width: 0.5rem;
  fill: transparent;
}
.section-header p {
  margin-top: 10px;
}

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

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}
button: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 {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
          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;
}
@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::before {
  background-color: #7367f0;
}

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

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

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

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

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

.badge--dark::before {
  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 {
  position: relative;
  font-weight: 400;
  border-radius: 0;
  padding: 0;
  font-size: 13px;
  background-color: transparent;
  padding-left: 15px;
}
.badge::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.btn--base {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  background: var(--primary-color);
  color: #ffffff;
  padding: 13px 40px;
  border-radius: 30px;
  text-align: center;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn--base::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #ffffff;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn--base:focus, .btn--base:hover {
  color: var(--primary-color);
}
.btn--base:focus::before, .btn--base:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.btn--base.bg--danger:focus, .btn--base.bg--danger:hover {
  color: #ea5455;
}

.custom-btn {
  color: var(--primary-color) !important;
  font-weight: 700;
}

.info-btn {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--primary-color);
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .info-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.chat-cross-btn {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ea5455;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  display: none;
}
@media only screen and (max-width: 991px) {
  .chat-cross-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

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

input, textarea {
  padding: 12px 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ffffff;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ffffff;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ffffff;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ffffff;
}
input::placeholder, textarea::placeholder {
  color: #ffffff;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 120px;
  line-height: unset !important;
}

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

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

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

option {
  color: #ffffff;
}

.input-group {
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.input-group .nice-select {
  width: auto;
  padding: 0 25px 0 10px;
  border: none !important;
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
  line-height: 50px;
}
.input-group .nice-select::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.input-group.max input {
  padding-right: 70px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(1, 148, 252, 0.2);
}

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

.input-group-append input {
  border-radius: 5px 0 0 5px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: none;
  background-color: #ffffff;
}

.input-group-text {
  border: none;
  font-size: 14px;
  background: var(--primary-color);
  color: #ffffff;
  height: 50px;
  border-radius: 0 5px 5px 0;
  font-weight: 500;
}
.input-group-text i {
  font-size: 18px;
}
.input-group-text.two {
  position: absolute;
  top: 10px;
  right: 65px;
  height: 30px;
  border-radius: 3px !important;
  background: #142B57;
  cursor: pointer;
}

.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: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.custom-check-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
}
.custom-check-group label::before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  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: -1px;
}

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

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

.form--control {
  background: #181a44;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #c4c6c7;
  border-radius: 5px;
  padding: 10px 25px;
  width: 100%;
}
.form--control:focus {
  background-color: #181a44;
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #c4c6c7;
}
.form--control::-webkit-input-placeholder {
  color: rgba(196, 198, 199, 0.7);
}
.form--control::-moz-placeholder {
  color: rgba(196, 198, 199, 0.7);
}
.form--control:-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.7);
}
.form--control::-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.7);
}
.form--control::placeholder {
  color: rgba(196, 198, 199, 0.7);
}

::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.fileholder.active {
  border: 2px dashed rgba(255, 255, 255, 0.1) !important;
}

.fileholder-drag-drop-title {
  color: #c4c5cf !important;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: #5a5278;
}

.fileholder-basic-loading-circle.one {
  border: 2px solid #5a5278;
}

.fileholder-basic-loading-circle.two {
  border: 2px solid #5a5278;
}

.fileholder-basic-loading-circle.three {
  border: 2px solid #5a5278;
}

.fileholder-file-title{
  color: #ffffff !important;
}

.fileholder-file-total-size, .fileholder-file-total-loaded, .fileholder-file-loaded-percentage{
  color: #ffffff !important;
}

.file-holder-wrapper {
  width: 100%;
}

.fileholder.active {
  border: 2px dashed rgba(255, 255, 255, 0.1);
}

.fileholder-drag-drop-title {
  color: #c4c6c7;
}

.fileholder-drag-drop-icon svg path:nth-child(2) {
  fill: var(--primary-color);
}

.fileholder-basic-loading-circle.one {
  border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.two {
  border: 2px solid var(--primary-color);
}

.fileholder-basic-loading-circle.three {
  border: 2px solid var(--primary-color);
}

.radio-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: -3px -7px;
}
.radio-wrapper .radio-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 3px 7px;
}
.radio-wrapper .radio-item img {
  width: 60px;
  margin-right: 5px;
}

.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;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 8px;
  padding: 20px 25px;
  display: inline-block;
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.radio-item [type=radio]:not(:checked) + label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 20px 25px;
  display: inline-block;
  color: #c4c6c7;
  width: 100%;
  text-align: center;
}

.nice-select {
  height: 50px;
  line-height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  float: unset;
  padding: 0 25px;
  color: #c4c6c7 !important;
}
.nice-select .option {
  color: #ffffff;
}
.nice-select .list {
  background-color: #090B2C;
  left: auto;
  right: 0;
  width: 100%;
  min-width: 100px;
  max-height: 200px;
  overflow-y: auto;
}
.nice-select .option.disabled{
  color: #ffffff;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: var(--primary-color);
}

.select2-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  width: 100% !important;
}

.selection {
  width: 100%;
}

.select2-selection--single {
  width: 100%;
  height: 50px !important;
  outline: none;
  background: #181a44;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px;
  border-radius: 5px !important;
  vertical-align: top;
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-container--default .select2-selection--single{
  background: #181a44;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  color: #c4c6c7;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #c4c6c7;
  line-height: initial;
  font-weight: 400;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  background-color: #1f214b;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.select2-container--default .select2-results__option--selected{
  background: #5897fb;
  color: #ffffff;
}
.select2-selection--multiple {
  min-height: 50px !important;
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.67%, rgba(255, 255, 255, 0.05) 99.96%) !important;
  border-radius: 10px !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  line-height: 36px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #181a44;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background: #181a44;
  color: #c4c6c7;
}

.select2-dropdown {
  background: #181a44;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 25px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #c4c6c7 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #c4c6c7 transparent;
}

.custom-select-area {
  position: relative;
}

.custom-select {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.custom-select.active {
  border: 1px solid var(--primary-color);
}
.custom-select.active .custom-select-inner::before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
          transform: scale(0.96, 0.8) rotate(-50deg);
}
.custom-select.active .custom-select-inner::after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
          transform: scale(0.96, 0.8) rotate(50deg);
}
.custom-select .custom-select-inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 25px;
  height: 50px;
}
.custom-select .custom-select-inner::before, .custom-select .custom-select-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 12px;
  background: #c4c6c7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-select .custom-select-inner::before {
  margin-right: 3px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
          transform: scale(0.96, 0.8) rotate(50deg);
}
.custom-select .custom-select-inner::after {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
          transform: scale(0.96, 0.8) rotate(-50deg);
}
.custom-select img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}
.custom-select .custom-currency {
  color: #c4c6c7;
  font-size: 14px;
}

.custom-select-wrapper {
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  background-color: #181a44;
  border: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 9;
  border-radius: 5px;
  margin-left: 0 !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-select-wrapper.active {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.custom-select-search-wrapper {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.custom-select-search-wrapper .search-btn {
  position: absolute;
  top: 13px;
  left: 20px;
  padding: 0;
  background-color: transparent;
  font-size: 20px;
  color: var(--primary-color);
}
.custom-select-search-wrapper input {
  padding-left: 50px;
  border: none !important;
}
.custom-select-search-wrapper input:focus {
  border: none !important;
}

.custom-select-list {
  max-height: 190px;
  overflow-y: auto;
}
.custom-select-list .custom-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.custom-select-list .custom-option:hover, .custom-select-list .custom-option.active {
  background-color: #142B57;
}
.custom-select-list .custom-option img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}
.rtl .custom-select-list .custom-option img{
  margin-right: 0;
  margin-left: 20px;
}
.custom-select-list .custom-option .custom-country {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-size: 12px;
  font-weight: 600;
}
.custom-select-list .custom-option .custom-currency {
  font-size: 14px;
}

.paste-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -10px;
  margin-bottom: 20px;
}
.paste-form label {
  margin-bottom: 0;
  font-size: 16px;
  margin: 10px;
  word-break: break-all;
}
.paste-form .paste-text {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #142B57;
  border-radius: 3px;
  margin: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.paste-form .paste-text:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

.submit-btn-wrapper {
  background-color: #181a44;
  padding: 20px;
  border-radius: 5px;
  margin-top: 10px;
}

.submit-btn {
  padding: 12px 20px;
  color: #ffffff;
  background: #181a44;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
  font-family: "Jost", sans-serif;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

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

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

@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes scroll-ver {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes scroll-ver {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes animate-2 {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15vmin);
            transform: translateY(-15vmin);
  }
}
@keyframes animate-2 {
  0%, 100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15vmin);
            transform: translateY(-15vmin);
  }
}
@-webkit-keyframes animate-3 {
  0%, 100% {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
  }
  50% {
    -webkit-transform: translateY(-5vmin);
            transform: translateY(-5vmin);
  }
}
@keyframes animate-3 {
  0%, 100% {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
  }
  50% {
    -webkit-transform: translateY(-5vmin);
            transform: translateY(-5vmin);
  }
}
@-webkit-keyframes animate-4 {
  0%, 100% {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
  }
  50% {
    -webkit-transform: translateY(10vmin);
            transform: translateY(10vmin);
  }
}
@keyframes animate-4 {
  0%, 100% {
    -webkit-transform: translateY(0vh);
            transform: translateY(0vh);
  }
  50% {
    -webkit-transform: translateY(10vmin);
            transform: translateY(10vmin);
  }
}
@-webkit-keyframes animate-5 {
  0%, 100% {
    -webkit-transform: translateY(0vh) translateX(0vmin);
            transform: translateY(0vh) translateX(0vmin);
  }
  50% {
    -webkit-transform: translateY(-1.5vh) translateX(5vmin);
            transform: translateY(-1.5vh) translateX(5vmin);
  }
}
@keyframes animate-5 {
  0%, 100% {
    -webkit-transform: translateY(0vh) translateX(0vmin);
            transform: translateY(0vh) translateX(0vmin);
  }
  50% {
    -webkit-transform: translateY(-1.5vh) translateX(5vmin);
            transform: translateY(-1.5vh) translateX(5vmin);
  }
}
@-webkit-keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
            transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Preloader ]
*/
.preloader {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  background: #090B2C;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}

.svg_preloader {
  width: 100px;
  height: 100px;
}

.svg_preloader circle{
  stroke: var(--primary-color) !important;
}
.svg_preloader .circle-fill{
  fill: var(--primary-color) !important;
}

.custom-container {
  max-width: 1650px;
}

.row > * {
  position: relative;
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 575px) and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
}
::-moz-selection {
  background-color: var(--primary-color);
  color: #ffffff;
}
::selection {
  background-color: var(--primary-color);
  color: #ffffff;
}

.fs-10px {
  font-size: 10px;
}

.op-6 {
  opacity: 0.6;
}

/*-------------------------------------------------
  [ ## Header ]
*/
.header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
}
@media only screen and (max-width: 1400px) {
  .header-section .header-bottom-area .container {
    max-width: 100%;
  }
}
.header-section.two {
  position: relative;
}
.header-section.two .header-bottom-area {
  background: #181a44;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header {
  background-color: transparent;
  width: 100%;
  z-index: 9;
}
.header.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
  margin-top: 0;
}
.header-section.header-fixed .header-top-area {
  display: none !important;
}
.header-section.header-fixed .header-bottom-area {
  background: #090B2C;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-bottom-area {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area {
    padding: 10px 0;
    background: #090B2C;
  }
}
.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    background-color: transparent !important;
    padding: 0 !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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        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 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 45px;
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 30px !important;
  }
}
.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 {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.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: 30px 0;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-family: Kamyab-SemiBold;
  letter-spacing: -0.6px;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
.header-bottom-area .navbar-collapse .main-menu li a:hover, .header-bottom-area .navbar-collapse .main-menu li a.active {
  color: var(--primary-color);
}
.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;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 60px;
  left: -30px;
  padding: 10px 0;
  width: 180px;
  background-color: #090B2C;
  border-radius: 5px;
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    width: 180px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  margin-right: 0;
  padding-right: 0;
  -webkit-transition: all ease 0.5s;
  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: var(--primary-color);
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  width: 100%;
  font-size: 12px;
  padding: 5px 20px;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}
.header-bottom-area .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 {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

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

@media only screen and (max-width: 991px) {
  .header-action {
    padding-left: 12px;
  }
}
.header-action a {
  padding: 10px 30px;
  font-size: 14px;
}
.header-action a:hover svg path {
  fill: var(--primary-color);
}
.header-action svg {
  width: 18px;
  margin-right: 4px;
}
.header-action svg svg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.language-select {
  background: transparent;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .language-select {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .header-link {
    display: none;
  }
}
.header-link a {
  color: #ffffff;
}
.header-link a i {
  color: var(--primary-color);
  margin-right: 5px;
  font-size: 16px;
}
.header-link a + a {
  margin-left: 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: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-social li a:hover, .header-social li a.active {
  background: var(--primary-color);
  color: #ffffff;
}
.header-social li a.facebook {
  background-color: #0d6efd;
}
.header-social li a.instagram {
  background-color: #dc3545;
}
.header-social li + li {
  margin-left: 5px;
}

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

.navbar-toggler span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 18px;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
}
.body-overlay.active {
  visibility: visible;
}
@media only screen and (max-width: 1199px) {
  .body-overlay.show {
    visibility: visible;
  }
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.main-section-wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.banner-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 80px 0;
  z-index: 2;
  background-color: #142B57;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#142B57), color-stop(transparent), color-stop(#05060a), to(transparent));
  background: linear-gradient(180deg, transparent, #142B57, transparent, #05060a, transparent);
}
@media only screen and (max-width: 1199px) {
  .banner-section {
    padding-top: 150px;
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .row{
    flex-direction: column-reverse;
  }
}
.banner-section .banner-element {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-section .banner-thumb img {
  max-width: initial;
}
@media only screen and (max-width: 1800px) {
  .banner-section .banner-thumb img {
    width: 100%;
  }
}
.banner-section .banner-content-wrapper {
  position: relative;
  padding-left: 40px;
}
@media only screen and (max-width: 575px) {
  .banner-section .banner-content-wrapper {
    padding-left: 15px;
  }
}
.banner-section .banner-content-wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 2px;
  height: 410px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(#090B2C));
  background: linear-gradient(to bottom, var(--primary-color), #090B2C);
}
.banner-section .banner-content-wrapper .title-badge {
  display: inline-block;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
  left: 21px;
  top: -19px;
}
.banner-section .banner-content-wrapper .title-badge::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background: var(--primary-color);
  border-radius: 50%;
  z-index: -1;
  left: -14px;
  top: -6px;
}
.banner-section .banner-content-wrapper .title-badge::after {
  position: absolute;
  content: "$";
  width: 25px;
  height: 25px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
  left: -7px;
  top: 1px;
}
.banner-section .banner-content-wrapper .sub-title {
  display: inline-block;
  padding: 12px 50px;
  background: #142B57;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .banner-section .banner-content-wrapper .sub-title {
    font-size: 12px;
  }
}
.banner-section .banner-content-wrapper .title {
  margin-top: 20px;
  margin-bottom: 15px;
}
.banner-section .banner-content-wrapper .title span {
  position: relative;
  color: var(--primary-color);
  z-index: 2;
}
.banner-section .banner-content-wrapper .title span svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% + 10px);
  height: calc(100% + 40px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.banner-section .banner-content-wrapper .title span svg path {
  stroke: var(--primary-color);
  stroke-width: 0.5rem;
  fill: transparent;
}
.banner-section .banner-content-wrapper p {
  font-size: 16px;
  width: 80%;
}
@media only screen and (max-width: 575px) {
  .banner-section .banner-content-wrapper p {
    width: 100%;
    font-size: 14px;
  }
}
.banner-section .banner-content-wrapper .banner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -10px;
  margin-top: 20px;
}
.banner-section .banner-content-wrapper .banner-btn a {
  margin: 10px;
}
.banner-section .banner-content-wrapper .banner-btn .video-icon {
  position: relative;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-color);
  border-radius: 50%;
}
.banner-section .banner-content-wrapper .banner-btn .video-icon::before {
  content: "";
  border: 2px solid #37A3FE;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-animation: zoomBig 3.25s linear infinite;
          animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.banner-section .banner-content-wrapper .banner-btn .video-icon::after {
  content: "";
  border: 2px solid #37A3FE;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-animation: zoomBig 3.25s linear infinite;
          animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.banner-section .banner-content-wrapper .banner-btn .video-icon img {
  width: 40%;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-section {
  overflow: hidden;
}

.footer-top-area .footer-logo {
  margin-bottom: 20px;
}
.footer-top-area .widget-title {
  margin-bottom: 20px;
}
.footer-top-area .footer-list {
  margin-bottom: -10px;
}
.footer-top-area .footer-list li {
  font-weight: 500;
  color: #c4c6c7;
  font-size: 15px;
  padding-bottom: 10px;
}
.footer-top-area .footer-list li a {
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding-left: 20px;
}
.footer-top-area .footer-list li a::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #c4c6c7;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-top-area .footer-list li a:hover {
  color: var(--primary-color);
}
.footer-top-area .footer-list li a:hover::before {
  background-color: var(--primary-color);
}
.footer-top-area .footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5px;
  margin-top: 20px;
}
.footer-top-area .footer-social li {
  margin: 5px;
}
.footer-top-area .footer-social li a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #142B57;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer-top-area .footer-social li a.active, .footer-top-area .footer-social li a:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
.footer-top-area .subscribe-form .form-group {
  margin-bottom: 15px;
  position: relative;
}
.footer-top-area .subscribe-form input {
  background-color: #142B57 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 55px;
  line-height: 50px;
  color: #ffffff !important;
  font-weight: 500;
  font-size: 14px;
  border-radius: 999px;
  padding-right: 120px;
}
.footer-top-area .subscribe-form input::-webkit-input-placeholder {
  color: #c4c6c7;
}
.footer-top-area .subscribe-form input::-moz-placeholder {
  color: #c4c6c7;
}
.footer-top-area .subscribe-form input:-ms-input-placeholder {
  color: #c4c6c7;
}
.footer-top-area .subscribe-form input::-ms-input-placeholder {
  color: #c4c6c7;
}
.footer-top-area .subscribe-form input::placeholder {
  color: #c4c6c7;
}
.footer-top-area .subscribe-form .subscribe-btn {
  position: absolute;
  border-radius: 999px;
  background-color: var(--primary-color);
  top: 7px;
  right: 7px;
  padding: 8px 20px;
  font-size: 14px;
}

.footer-bottom-area {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 80px;
}
.footer-bottom-area .footer-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .footer-bottom-area .footer-bottom-wrapper {
    display: block;
    text-align: center;
  }
}
.footer-bottom-area .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}
@media only screen and (max-width: 991px) {
  .footer-bottom-area .footer-list {
    margin: -5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bottom-area .footer-list li {
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .footer-bottom-area .footer-list li {
    padding: 5px;
  }
}
.footer-bottom-area .footer-list li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-bottom-area .footer-list li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 991px) {
  .footer-bottom-area .copyright-area {
    padding-top: 15px;
  }
}
.footer-bottom-area .copyright-area p {
  margin-bottom: 0;
}
.footer-bottom-area .copyright-area p a {
  color: var(--primary-color);
  font-weight: 500;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### security block ]
*/
.security-item {
  text-align: center;
  background-color: #142B57;
  padding: 40px 30px;
  border-radius: 5px;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 575px) {
  .security-item {
    padding: 40px 20px;
  }
}
.security-item:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.security-icon {
  font-size: 35px;
  margin-bottom: 20px;
  color: var(--primary-color)
}

.security-content .title {
  margin-bottom: 10px;
}

/*-------------------------------------------------
    [ ### how it works block ]
*/
.how-it-works-item-wrapper {
  margin-bottom: -60px;
}

.how-it-works-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.how-it-works-item::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  left: 30px;
  bottom: 0;
  border-left: 2px dashed var(--primary-color);
  z-index: -1;
}
.how-it-works-item:last-child::before {
  display: none;
}

.how-it-works-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-color);
  color: #ffffff;
  font-size: 22px;
  border-radius: 50%;
}

.how-it-works-content {
  width: calc(100% - 60px);
  padding-left: 30px;
}
.how-it-works-content p {
  font-size: 15px;
}

/*-------------------------------------------------
    [ ### statistics block ]
*/
.statistics-area {
  padding: 60px;
  border-radius: 10px;
}
@media only screen and (max-width: 575px) {
  .statistics-area {
    padding: 30px;
  }
}
.statistics-area .section-header {
  margin-bottom: 10px;
}
.statistics-area .section-header .section-sub-title {
  background: #181a44;
}

.statistics-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 30px;
}
.statistics-wrapper .odo-area .odo-title {
  display: inline-block;
  font-size: 35px;
  margin-bottom: 0px;
  margin-top: -13px;
}
@media only screen and (max-width: 575px) {
  .statistics-wrapper .odo-area .odo-title {
    font-size: 30px;
  }
}
.statistics-wrapper .odo-area .title {
  display: inline-block;
  font-size: 35px;
  margin-top: -13px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .statistics-wrapper .odo-area .title {
    font-size: 30px;
  }
}
.statistics-wrapper p {
  font-size: 16px;
  font-family: "Jost", sans-serif;
}

.statistics-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.statistics-thumb img {
  width: 50%;
}

/*-------------------------------------------------
    [ ### app block ]
*/
.app-content .section-header {
  margin-bottom: 20px;
}
.app-content .app-btn-wrapper {
  margin: -8px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.app-content .app-btn-wrapper .app-btn {
  position: relative;
  background-color: var(--primary-color);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 18px;
  padding-right: 10px;
  width: 170px;
  margin: 8px;
}
.app-content .app-btn-wrapper .app-btn .title {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.app-content .app-btn-wrapper .app-btn .icon {
  width: 30px;
  height: 30px;
  margin-left: auto;
}
.app-content .app-btn-wrapper .app-btn .app-qr {
  position: absolute;
  top: 65px;
  left: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 3;
}
@media only screen and (max-width: 575px) {
  .app-content .app-btn-wrapper .app-btn .app-qr {
    display: none;
  }
}
.app-content .app-btn-wrapper .app-btn:hover .app-qr {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

/*-------------------------------------------------
    [ ### about block ]
*/
.about-section .section-header {
  margin-bottom: 20px;
}

.about-btn {
  margin-top: 30px;
}

/*-------------------------------------------------
    [ ### service block ]
*/
.service-item {
  background: #181a44;
  padding: 40px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
  height: 100%;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.service-item:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
@media only screen and (max-width: 575px) {
  .service-item {
    display: block;
    padding: 30px;
  }
}

.service-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #142B57;
  color: var(--primary-color);
  font-size: 40px;
  border-radius: 50%;
}

.service-content {
  padding-top: 20px;
}
@media only screen and (max-width: 575px) {
  .service-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

/*-------------------------------------------------
    [ ### faq block ]
*/
.faq-wrapper {
  margin-bottom: -12px;
}
.faq-wrapper .faq-item {
  background: #142B57;
  border-radius: 6px;
  margin-bottom: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.faq-wrapper .faq-item .faq-title {
  padding: 12px 20px;
  font-size: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-item .faq-title {
    font-size: 14px;
  }
}
.faq-wrapper .faq-item .faq-title .title {
  width: calc(100% - 40px);
  display: inline-block;
  margin-bottom: 0;
}
.faq-wrapper .faq-item .faq-content {
  padding: 20px;
  padding-top: 5px;
  display: none;
}
@media only screen and (max-width: 575px) {
  .faq-wrapper .faq-item .faq-content {
    margin-top: 15px;
  }
}
.faq-wrapper .faq-item .faq-content p {
  font-size: 13px;
}
.faq-wrapper .faq-item .right-icon {
  display: block;
  width: 30px;
  height: 30px;
  background: #181a44;
  border-radius: 50%;
  position: relative;
}
.faq-wrapper .faq-item .right-icon::before, .faq-wrapper .faq-item .right-icon::after {
  position: absolute;
  content: "";
  background: #ffffff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.faq-wrapper .faq-item .right-icon::before {
  width: 2px;
  height: 12px;
  top: 50%;
  left: 50%;
}
.faq-wrapper .faq-item .right-icon::after {
  width: 12px;
  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);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-wrapper .faq-item.open .right-icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

/*-------------------------------------------------
    [ ### call-to-action block ]
*/
.call-to-action-section {
  position: relative;
  overflow: hidden;
}
.call-to-action-section .call-to-action-element {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.call-to-action-wrapper {
  padding-top: 60px;
}
.call-to-action-wrapper .call-to-action-marker img {
  -webkit-animation-name: rotate-center;
          animation-name: rotate-center;
  -webkit-animation-duration: 8000ms;
          animation-duration: 8000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.call-to-action-wrapper .call-to-action-content {
  padding-top: 40px;
}
.call-to-action-wrapper .call-to-action-content .title {
  margin-bottom: 15px;
}
.call-to-action-wrapper .call-to-action-content p {
  font-size: 20px;
  width: 90%;
  margin: 0 auto;
}
.call-to-action-wrapper .call-to-action-content .call-to-action-btn {
  margin-top: 40px;
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-form textarea {
  min-height: 150px;
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-section {
  position: relative;
  padding: 60px 0;
  min-height: 100vh;
  z-index: 9;
  overflow-x: hidden;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

.account-area {
  background: #181a44;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  background-position: bottom;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  overflow-y: auto;
}
@media only screen and (max-width: 991px) {
  .account-area {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .account-area {
    width: 500px;
  }
}
@media only screen and (max-width: 600px) {
  .account-area {
    width: 400px;
  }
}
@media only screen and (max-width: 420px) {
  .account-area {
    width: 350px;
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 375px) {
  .account-area {
    width: 300px;
  }
}
.account-area.change-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .account-area.change-form {
    display: block;
  }
}
.account-area .account-thumb {
  width: 400px;
}
@media only screen and (max-width: 991px) {
  .account-area .account-thumb {
    display: none;
  }
}
.account-area .account-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.account-area .account-form-area {
  width: calc(100% - 400px);
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .account-area .account-form-area {
    width: 100%;
    padding-left: 0;
  }
}
.account-area p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
}

.or-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
.or-area .or-line {
  height: 1px;
  border: 0.5px solid rgba(255, 255, 255, 0.1);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.or-area .or-title {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.account-form-btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.account-form-btn a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 50%;
  font-size: 26px;
  margin: 8px;
}
.account-form-btn a.facebook {
  background-color: #3a5795;
}
.account-form-btn a.google {
  background-color: #4285f4;
}
.account-form-btn a.apple {
  background-color: #000000;
}
.account-form-btn a.whatsapp {
  background-color: #4AC157;
}
.account-form-btn a.messenger {
  background-color: #009BF2;
}
.account-form-btn a svg {
  fill: #ffffff;
}

.forgot-item label {
  font-weight: 500;
  font-size: 15px;
  font-family: "Jost", sans-serif;
}
.forgot-item label a {
  font-weight: 600;
  color: var(--primary-color);
}

.account-item label {
  font-weight: 500;
  font-size: 15px;
  font-family: "Jost", sans-serif;
}
.account-item label a {
  font-weight: 600;
  color: var(--primary-color);
}

.terms-item label {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
}
.terms-item label a {
  color: var(--primary-color);
}

.account-logo {
  text-align: center;
  margin-bottom: 20px;
}

.show_hide_password {
  position: relative;
}
.show_hide_password input {
  padding-right: 50px;
}
.show_hide_password .show-pass {
  position: absolute;
  top: 13px;
  right: 30px;
  cursor: pointer;
  font-size: 15px;
}
.show_hide_password .show-pass.two {
  top: 47px;
}
.otp-form {
  margin: -10px;
  margin-bottom: 20px;
  margin-top: -10px;
}

@media only screen and (max-width: 991px) {
  .otp-form {
    text-align: center;
    margin: -5px;
    margin-bottom: 20px;
    margin-top: -10px;
  }
}

.otp {
  width: 52px;
  height: 50px;
  text-align: center;
  padding: 0;
  margin: 10px;
  border-radius: 3px;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .otp{
    width: 45px;
    height: 45px;
    margin: 5px;
  }
}
@media only screen and (max-width: 600px) {
  .otp {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 420px) {
  .otp {
    width: 35px;
    height: 35px;
    margin: 3px;
  }
}
@media only screen and (max-width: 375px) {
  .otp {
    margin: 0;
  }
}
.otp:focus {
  border: 2px solid var(--primary-color);
}
.otp.required {
  border: 3px solid #ea5455;
}

#time {
  color: #ea5455;
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/
.page-wrapper {
  position: relative;
  min-height: 100vh;
}
.page-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181a44;
  opacity: 0.5;
  z-index: -1;
}

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

.sidebar {
  width: 250px;
  position: fixed;
  border-radius: 5px;
  padding: 20px 10px;
  background-color: #181a44;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 9;
  overflow: hidden;
  overflow-y: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}
.sidebar.active {
  width: 60px;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active {
    width: 250px;
    left: 0;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item a {
  padding: 12px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item a {
    padding: 12px 15px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-menu .sidebar-menu-item .menu-icon {
    margin-right: 10px;
  }
}
.sidebar.active .menu-title {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .menu-title {
    display: block;
  }
}
.sidebar.active .sidebar-doc-box {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .sidebar.active .sidebar-doc-box {
    display: block;
  }
}
.sidebar:hover {
  width: 250px;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item a {
  padding: 12px 15px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 10px;
}
.sidebar:hover .sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  display: block;
}
.sidebar:hover .menu-title {
  display: inline-block;
}
.sidebar:hover .sidebar-doc-box {
  display: block;
}

.sidebar-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.sidebar-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sidebar-logo::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(224, 225, 226, 0)), color-stop(47.22%, rgb(224, 225, 226)), color-stop(94.44%, rgba(224, 225, 226, 0.157)));
  background: linear-gradient(90deg, rgba(224, 225, 226, 0) 0%, rgb(224, 225, 226) 47.22%, rgba(224, 225, 226, 0.157) 94.44%);
}
.sidebar-logo .sidebar-main-logo {
  max-width: 120px;
}
.sidebar-logo .sidebar-menu-bar {
  font-size: 14px;
  color: #c4c6c7;
  background-color: transparent;
  display: none;
}

.sidebar-menu-header {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 20px;
}
.sidebar-menu-header::before {
  content: "--";
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar-item-badge {
  margin-left: auto;
}

.sidebar-menu-wrapper {
  padding-top: 10px;
}

.sidebar-menu .sidebar-menu-item {
  position: relative;
  margin-bottom: 5px;
  border-radius: 5px;
}
.sidebar-menu .sidebar-menu-item::after {
  position: absolute;
  content: "";
  top: 0;
  right: -15px;
  width: 2px;
  height: 0;
  background-color: var(--primary-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 15px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item a .menu-icon {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  font-size: 18px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a {
  position: relative;
}
.sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after {
  position: absolute;
  top: 18px;
  right: 25px;
  font-family: "Font Awesome 5 Free";
  color: #c4c6c7;
  font-weight: 700;
  content: "\f105";
  font-size: 12px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu {
  position: relative;
  display: none;
  z-index: 1;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu.open {
  display: block;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item {
  letter-spacing: normal;
  color: #c4c6c7;
  font-weight: 400;
  margin-top: 0;
  padding-left: 2px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a {
  padding: 10px 20px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a::after {
  display: none;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}
.sidebar-menu .sidebar-menu-item .sidebar-submenu .sidebar-menu-item a .menu-icon {
  font-size: 18px;
  margin-right: 8px;
}
.sidebar-menu .sidebar-menu-item:hover {
  letter-spacing: 1px;
  color: var(--primary-color);
  font-weight: 600;
}
.sidebar-menu .sidebar-menu-item.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-menu .sidebar-menu-item.active::after {
  height: 30px;
}
.sidebar-menu .sidebar-menu-item.active a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sidebar-menu .sidebar-menu-item.active a .menu-icon {
  background-color: var(--primary-color);
  color: #ffffff;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a.active {
  color: var(--primary-color);
  font-weight: 700;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a:hover {
  letter-spacing: 1px;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a::before {
  display: none;
}
.sidebar-menu .sidebar-menu-item.active .sidebar-submenu .sidebar-menu-item a .menu-icon {
  width: auto;
  height: auto;
  display: block;
  background-color: transparent;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge {
  margin-left: auto;
}
.sidebar-menu .sidebar-menu-item .sidebar-item-badge .badge {
  width: 20px;
  height: 20px;
  line-height: 20px !important;
  padding: 0 !important;
  background-color: var(--primary-color);
  font-size: 0.8em;
  border: none;
  margin-bottom: 0;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  display: inline-block;
}

.sidebar-doc-box {
  border-radius: 5px;
  padding: 15px;
  min-height: 170px;
  min-width: 218px;
}
.sidebar-doc-box .sidebar-doc-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  color: var(--primary-color);
  border-radius: 5px;
  font-size: 18px;
  margin-bottom: 15px;
}
.sidebar-doc-box .sidebar-doc-content .title {
  margin-bottom: 2px;
}
.sidebar-doc-box .sidebar-doc-content p {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

.navbar-wrapper {
  padding: 15px 0;
  margin-left: 250px;
  background: #181a44;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-wrapper.active {
  margin-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .navbar-wrapper.active {
    margin-left: 0;
  }
}
.navbar-wrapper.active .dashboard-title-part {
  padding: 0 10px 0 25px;
}
@media only screen and (max-width: 1199px) {
  .navbar-wrapper.active .dashboard-title-part {
    padding: 0 20px 0 20px;
  }
}
.navbar-wrapper.active .dashboard-title-part .left .icon {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .navbar-wrapper {
    margin-left: 0;
  }
}

.dashboard-title-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px 0 20px;
}
@media only screen and (max-width: 1199px) {
  .dashboard-title-part {
    padding: 0 20px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .dashboard-title-part {
    display: block;
  }
}
.dashboard-title-part .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-title-part .left .icon {
  margin-right: 10px;
}
.dashboard-title-part .left .icon button, .dashboard-title-part .left .icon input[type=button], .dashboard-title-part .left .icon input[type=reset], .dashboard-title-part .left .icon input[type=submit] {
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  padding: 0;
}
.dashboard-title-part .title {
  margin-bottom: 0;
}
.dashboard-title-part p {
  font-size: 14px;
  font-weight: 500;
}
.dashboard-title-part .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -8px;
}
@media only screen and (max-width: 767px) {
  .dashboard-title-part .right {
    padding-top: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.dashboard-path {
  font-size: 15px;
  font-family: "Jost", sans-serif;
}
.dashboard-path .main-path {
  color: #ffffff;
}

.header-search-wrapper {
  width: 350px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin: 8px;
}
@media only screen and (max-width: 767px) {
  .header-search-wrapper {
    width: 100%;
  }
}
.header-search-wrapper input {
  border: none;
  height: 40px;
  font-weight: 400;
  padding-left: 35px;
  color: #c4c6c7;
  padding-right: 20px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.header-search-wrapper input:focus {
  background-color: transparent;
  color: #c4c6c7;
  border: none;
}
.header-search-wrapper input::-webkit-input-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.header-search-wrapper input::-moz-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.header-search-wrapper input:-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.header-search-wrapper input::-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.header-search-wrapper input::placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.header-search-wrapper span {
  position: absolute;
  font-size: 16px;
  line-height: 38px;
  color: rgba(196, 198, 199, 0.3);
  left: 10px;
  top: 1px;
}

.header-user-wrapper {
  margin: 8px;
}
.header-user-wrapper .header-user-thumb {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  overflow: hidden;
}
.header-user-wrapper .header-user-thumb a{
  height: 100%;
}
.header-user-wrapper .header-user-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.body-wrapper {
  padding-left: 270px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.body-wrapper.active {
  padding-left: 85px;
}
@media only screen and (max-width: 1199px) {
  .body-wrapper.active {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .body-wrapper {
    padding-left: 20px;
  }
}
.dashboard-header-status-wrapper{
  background: #181a44;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 15px;
  border-left: 2px solid var(--primary-color);
}
.dashboard-header-status-wrapper .title{
  margin-bottom: 0;
}
.dashboard-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.dashboard-header-wrapper .title {
  margin-bottom: 0;
}
.dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn a, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn button, .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=button], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=reset], .dashboard-header-wrapper .dashboard-btn-wrapper .dashboard-btn input[type=submit] {
  padding: 8px 25px;
  font-size: 12px;
}

.dashbord-item {
  background: #181a44;
  border-radius: 5px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dashbord-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.dashbord-item .dashboard-content .sub-title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
}
.dashbord-item .dashboard-content .title {
  margin-bottom: 0;
}
.dashbord-item .dashboard-icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-color);
  border-radius: 5px;
  font-size: 24px;
  overflow: hidden;
}
.dashbord-item .dashboard-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dashbord-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dashbord-item-details .dashboard-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--primary-color);
  border-radius: 5px;
  font-size: 24px;
  overflow: hidden;
}
.dashbord-item-details .dashboard-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dashbord-item-details .dashboard-content {
  padding-left: 30px;
}
.dashbord-item-details .dashboard-content .sub-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 500;
}
.dashbord-item-details .dashboard-content .title {
  margin-bottom: 0;
}

.dashbord-item-details-list-wrapper {
  margin-top: 20px;
}
.dashbord-item-details-list-wrapper .dashbord-item-details-list {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), color-stop(73.86%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 5px;
  margin-top: 20px;
}
.dashbord-item-details-list-wrapper .dashbord-item-details-list li {
  border-bottom: 1px solid black;
  padding: 15px 20px;
}
@media only screen and (max-width: 575px) {
  .dashbord-item-details-list-wrapper .dashbord-item-details-list li {
    display: block;
  }
}
.dashbord-item-details-list-wrapper .dashbord-item-details-list li span {
  float: right;
}
@media only screen and (max-width: 575px) {
  .dashbord-item-details-list-wrapper .dashbord-item-details-list li span {
    float: unset;
  }
}
.dashbord-item-details-list-wrapper .dashbord-item-details-list li:last-child {
  border: none;
  padding-bottom: 0;
}

.chart-wrapper {
  background: #181a44;
  border-radius: 5px;
  padding: 30px 10px;
}
.chart-wrapper line {
  stroke: rgba(255, 255, 255, 0.1);
}
.chart-wrapper .dashboard-header-wrapper {
  padding: 0 20px;
  margin-bottom: 0;
}

.apexcharts-legend-text {
  color: #ffffff !important;
}

.apexcharts-yaxis text {
  fill: #ffffff !important;
}

.apexcharts-grid line {
  stroke: rgba(255, 255, 255, 0.1) !important;
}

.apexcharts-graphical line {
  stroke: rgba(255, 255, 255, 0.1) !important;
}

.apexcharts-xaxis-texts-g text {
  fill: #ffffff !important;
}

.chart-area-footer {
  border-color: rgba(255, 255, 255, 0.1);
}

.dashboard-list-wrapper .dashboard-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 15px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 575px) {
  .dashboard-list-wrapper .dashboard-list-item {
    display: block;
  }
}
.dashboard-list-wrapper .dashboard-list-item.sent:hover .dashboard-list-user-wrapper .dashboard-list-user-icon, .dashboard-list-wrapper .dashboard-list-item.sent.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
  background-color: #ea5455;
}
.dashboard-list-wrapper .dashboard-list-item.receive:hover .dashboard-list-user-wrapper .dashboard-list-user-icon, .dashboard-list-wrapper .dashboard-list-item.receive.active .dashboard-list-user-wrapper .dashboard-list-user-icon {
  background-color: #28c76f;
}
.dashboard-list-wrapper .btn span {
  padding: 6px 10px;
}

.dashboard-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dashboard-list-user-wrapper .dashboard-list-user-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-radius: 50%;
  font-size: 30px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.dashboard-list-user-wrapper .dashboard-list-user-content {
  width: calc(100% - 60px);
  padding-left: 20px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .title {
  margin-bottom: 5px;
}
.dashboard-list-user-wrapper .dashboard-list-user-content .title span {
  color: var(--primary-color);
  font-weight: 700;
}
.dashboard-list-user-wrapper .dashboard-list-user-content span {
  font-size: 14px;
  font-weight: 500;
}

.dashboard-list-right {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .dashboard-list-right {
    text-align: left;
    padding-top: 20px;
  }
}
.dashboard-list-right .main-money {
  font-size: 16px;
}
.dashboard-list-right .exchange-money {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}
.dashboard-list-right .small {
  padding: 5px 10px;
  border-radius: 5px;
}

.dashboard-list-item-wrapper {
  background: #181a44;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard-list-item-wrapper:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.dashboard-list-item-wrapper .dashboard-list-item {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
.dashboard-list-item-wrapper .preview-list-wrapper {
  display: none;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.05);
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.dashboard-list-item-wrapper .preview-list-wrapper .preview-list-item .preview-list-user-wrapper .preview-list-user-icon {
  color: #c4c6c7;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.preview-list-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), color-stop(73.86%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 73.86%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  border-radius: 5px;
  overflow: hidden;
}
.preview-list-wrapper .preview-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid black;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}
@media only screen and (max-width: 575px) {
  .preview-list-wrapper .preview-list-item {
    display: block;
  }
}
.preview-list-wrapper .preview-list-item .last {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .preview-list-wrapper .preview-list-item .last {
    font-size: 14px;
  }
}

.preview-list-user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.preview-list-user-wrapper .preview-list-user-icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.preview-list-user-wrapper .preview-list-user-content {
  padding-left: 20px;
}
.preview-list-user-wrapper .preview-list-user-content span {
  font-weight: 500;
  font-size: 14px;
}

.preview-list-right {
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .preview-list-right {
    text-align: left;
    padding-top: 15px;
  }
}
.preview-list-right span {
  font-weight: 500;
  font-size: 14px;
  word-break: break-all;
}

.note-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.support-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border-radius: 15px;
}
@media only screen and (max-width: 991px) {
  .support-card {
    display: block;
  }
}

.card-header-user-area {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-header-user-area .avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid rgba(255, 255, 255, 0.1);
}
.card-header-user-area .card-header-user-content {
  padding-left: 15px;
}
.card-header-user-area .card-header-user-content .title {
  margin-bottom: 0;
}
.card-header-user-area .card-header-user-content .sub-title {
  font-size: 12px;
  font-weight: 500;
  word-break: break-all;
}

.support-card-wrapper {
  background-color: #181a44;
  width: calc(100% - 500px);
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .support-card-wrapper {
    width: 100%;
  }
}
.support-card-wrapper .card-header {
  background-color: #181a44;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px 5px 0 0;
}

.chat-container {
  position: relative;
  -ms-touch-action: auto;
  touch-action: auto;
  overflow-y: auto;
  max-height: 70vh;
  min-height: 70vh;
  padding: 30px 15px;
}
.chat-container .media > * {
  margin: 0 10px;
}
.chat-container .media {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0;
  max-width: 80%;
}
@media only screen and (max-width: 575px) {
  .chat-container .media {
    max-width: 100%;
  }
}
.chat-container .media.media-chat-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
}
.chat-container .media.media-chat-reverse .media-body p {
  background-color: var(--primary-color);
  color: #ffffff;
}
.chat-container .media.media-chat-reverse .media-body p::before {
  left: auto;
  right: -10px;
  background-color: var(--primary-color);
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
          clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.chat-container .media .media-body p {
  position: relative;
  padding: 20px;
  background-color: #142B57;
  font-size: 13px;
  border-radius: 5px;
  color: #ffffff;
  white-space: pre-wrap;

}
.chat-container .media .media-body p::before {
  position: absolute;
  content: "";
  top: 20px;
  left: -10px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background: #142B57;
  width: 12px;
  height: 17px;
}
.chat-container .media .avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  vertical-align: bottom;
  border: 3px solid rgba(255, 255, 255, 0.1);
}

.chat-form .publisher {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 20px;
  background-color: #181a44;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 0 10px;
}
.chat-form .publisher .chatbox-message-part {
  width: calc(100% - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.chat-form .publisher .publisher-input {
  font-weight: 500;
  font-size: 14px;
  border: none;
  outline: none !important;
  background-color: #142B57;
  border-radius: 5px;
  min-height: 40px;
}
.chat-form .publisher .publisher-input::-webkit-input-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.chat-form .publisher .publisher-input::-moz-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.chat-form .publisher .publisher-input:-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.chat-form .publisher .publisher-input::-ms-input-placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.chat-form .publisher .publisher-input::placeholder {
  color: rgba(196, 198, 199, 0.3);
}
.chat-form .publisher .chatbox-send-part {
  width: 45px;
}
.chat-form .publisher .chatbox-send-part .chat-submit-btn {
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  background-color: var(--primary-color);
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
}
.chat-form .publisher .publisher-btn {
  width: 45px;
  height: 45px;
  background-color: #142B57;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.chat-form .publisher .file-group input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}
.chat-form .publisher .file-group label {
  margin-bottom: 0;
  cursor: pointer;
}

.support-profile-wrapper {
  background-color: #1e2049;
  width: 500px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .support-profile-wrapper {
    position: fixed;
    right: -600px;
    top: 0;
    height: 100vh;
    background-color: #181a44;
  }
}
@media only screen and (max-width: 575px) {
  .support-profile-wrapper {
    width: 100%;
  }
}
.support-profile-wrapper.active {
  right: 0;
}
.support-profile-wrapper .support-profile-header {
  padding: 19px 20px;
  background-color: #181a44;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support-profile-wrapper .support-profile-header label {
  margin-bottom: 0;
}
.support-profile-wrapper .support-profile-body {
  padding: 20px;
}
.support-profile-wrapper .support-profile-list li {
  padding-top: 15px;
  font-weight: 700;
}
.support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
  float: right;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .support-profile-wrapper .support-profile-list li span, .support-profile-wrapper .support-profile-list li p {
    float: left;
  }
}
.support-profile-wrapper .support-profile-list li p {
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 15px;
}

.profile-body-wrapper {
  padding: 0 !important;
}

.profile-form-area {
  padding: 30px;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
  display: block;
  position: relative;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
  width: 100%;
  height: 250px;
  border-radius: 0;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview {
  width: 100%;
  height: 250px;
  border-radius: 15px 15px 0 0;
  border: none;
  background-color: #090B2C;
  position: relative;
}

.profile-thumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 575px) {
  .profile-thumb-content {
    display: block;
    margin-top: 60px;
  }
}
.profile-thumb-content .profile-thumb {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  margin-top: -100px;
}
.profile-thumb-content .profile-thumb .avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #142B57;
  background-size: cover;
  background-repeat: no-repeat;
}
.profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.profile-thumb-content .profile-thumb .avatar-edit label {
  width: 35px;
  height: 35px;
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  cursor: pointer;
}
.profile-thumb-content .profile-content {
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}
@media only screen and (max-width: 575px) {
  .profile-thumb-content .profile-content {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.profile-thumb-content .profile-content .username {
  font-size: 18px;
}
.profile-thumb-content .profile-content .user-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5px -10px;
}
.profile-thumb-content .profile-content .user-info-list li {
  margin: 5px 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.profile-thumb-content .profile-content .user-info-list li i {
  font-size: 18px;
  margin-right: 5px;
  color: var(--primary-color);
}

.pdf-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow-y: scroll;
  left: 0;
  overflow: hidden;
  top: 0;
  z-index: 9;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.pdf-area.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.play-store-thumb {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.play-store-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-notification-wrapper {
  position: relative;
}

.notification-icon {
  width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  color: #c4c6c7;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  font-size: 20px;
}

.notification-wrapper {
  position: absolute;
  top: 47px;
  right: 0;
  width: 300px;
  background: #090B2C;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  z-index: 9;
  padding: 15px;
  text-align: left;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 400px;
  overflow-y: auto;
}
@media only screen and (max-width: 991px) {
  .notification-wrapper {
    width: 250px;
  }
}
.notification-wrapper.active {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.notification-wrapper .notification-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.notification-wrapper .notification-header .title {
  margin-bottom: 0;
}
.notification-wrapper .notification-header .sub-title {
  font-size: 12px;
}
.notification-wrapper .notification-list {
  margin-bottom: -15px;
}
.notification-wrapper .notification-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  padding-bottom: 15px;
}
.notification-wrapper .notification-list li .thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  overflow: hidden;
}
.notification-wrapper .notification-list li .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.notification-wrapper .notification-list li .content {
  width: calc(100% - 25px);
  padding-left: 10px;
}
.notification-wrapper .notification-list li .content .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.notification-wrapper .notification-list li .content .title {
  margin-bottom: 0;
  font-size: 14px;
}
.notification-wrapper .notification-list li .content .time {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 12px;
}
.notification-wrapper .notification-footer {
  font-size: 12px;
}

.exchange-area {
  background: #142B57;
  padding: 30px 80px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .exchange-area {
    padding: 30px 15px;
  }
}
.exchange-area code {
  font-size: 20px;
  color: var(--primary-color);
}
.exchange-area code span {
  display: block;
  text-align: center;
  font-size: 16px;
  padding-bottom: 10px;
}

.profit-icon {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  border-radius: 50%;
  font-size: 50px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.card-wrapper {
  margin-bottom: 20px;
}

.jp-card .jp-card-back, .jp-card .jp-card-front {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #00CDAA), color-stop(65%, #64A6F8)) !important;
  background: linear-gradient(to right, #00CDAA 25%, #64A6F8 65%) !important;
}

.qr-code-thumb.two {
  width: 250px;
  margin: 0 auto;
}
.qr-code-thumb.two img {
  width: 100%;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Blog-block
--------------------------------------------------------------*/
.blog-item {
  background: #181a44;
  padding: 15px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
  height: 100%;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.blog-item:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.blog-item .blog-thumb {
  height: 250px;
  border-radius: 5px;
  overflow: hidden;
}
.blog-item .blog-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-item .blog-content {
  padding: 15px;
}
.blog-item .blog-content .date {
  margin-bottom: 10px;
  color: #ffffff;
}
.blog-item .blog-content .title {
  margin-bottom: 0;
  line-height: 1.7;
}
.blog-item .blog-content .title a:hover {
  text-decoration: underline;
}
.blog-item.details:hover {
  -webkit-transform: none;
          transform: none;
}
.blog-item.details .blog-thumb {
  height: 400px;
}
@media only screen and (max-width: 991px) {
  .blog-item.details .blog-thumb {
    height: 250px;
  }
}
.blog-item.details .blog-content .title {
  margin-bottom: 10px;
}

.blog-sidebar {
  position: sticky;
  top: 0;
}

.widget-box {
  background: #181a44;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .widget-box {
    padding: 20px;
  }
}
.widget-box .widget-title {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.widget-box .widget-title::before {
  position: absolute;
  content: "";
  top: 3px;
  left: -30px;
  width: 3px;
  height: 20px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #00CDAA), color-stop(65%, #64A6F8));
  background: linear-gradient(to right, #00CDAA 25%, #64A6F8 65%);
}
@media only screen and (max-width: 991px) {
  .widget-box .widget-title::before {
    left: -20px;
  }
}

.widget-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.widget-title-area .widget-title {
  margin-bottom: 0;
}

.category-widget-box .category-list {
  margin-bottom: -15px;
}
.category-widget-box .category-list li {
  padding: 7px 0;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 500;
}
.category-widget-box .category-list li a {
  display: block;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.category-widget-box .category-list li a:hover {
  color: var(--primary-color);
}
.category-widget-box .category-list li span {
  float: right;
}

.popular-widget-box {
  margin-bottom: -20px;
}

.single-popular-item {
  margin-bottom: 30px;
}
.single-popular-item .popular-item-thumb {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
}
.single-popular-item .popular-item-thumb a {
  display: block;
  height: 100%;
}
.single-popular-item .popular-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-popular-item .popular-item-content {
  width: calc(100% - 90px);
  padding-left: 20px;
}
.single-popular-item .popular-item-content .title {
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .single-popular-item .popular-item-content .title {
    font-size: 14px;
  }
  .single-popular-item .popular-item-content .date {
    font-size: 12px;
  }
}
.single-popular-item .popular-item-content .title a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.single-popular-item .popular-item-content .title a:hover {
  color: var(--primary-color);
}
.single-popular-item .popular-item-content .date {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 5px;
}

.tag-widget-box .tag-list {
  margin: -5px;
}
.tag-widget-box .tag-list li {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  font-weight: 500;
  padding: 5px 15px;
  margin: 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.tag-widget-box .tag-list li:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.white-popup{
  background: #181a44;
}
.white-popup .card{
  background: #181a44;
}
.mfp-close-btn-in .mfp-close {
  color: #ddd;
}
.header-language {
  margin-right: 15px;
}
.header-language .nice-select {
  background-color: #142B57;
  border: none !important;
  height: 40px;
  line-height: 40px;
  padding-left: 18px;
}
@media only screen and (max-width: 991px) {
  .header-language .nice-select {
    width: auto;
    float: left;
    margin-right: 15px;
  }
}
.header-language .nice-select .current {
  color: #ffffff;
  font-weight: 600;
}

/* RTL */
.rtl{
  direction: rtl;
}
.rtl .navbar-toggler {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.rtl .header-bottom-area .navbar-collapse .main-menu li{
  padding-right: 0;
  padding-left: 45px;
}
.rtl .header-bottom-area .navbar-collapse .main-menu li:last-child{
  padding-left: 0;
  margin-left: 0;
}
.rtl .header-language {
  margin-right: 0;
  margin-left: 15px;
}
.rtl .header-language .nice-select{
  padding-left: 25px;
  padding-right: 18px;
}
.rtl .header-action svg{
  margin-right: 0;
  margin-left: 4px;
}
.rtl .banner-section .banner-content-wrapper {
  padding-left: 0;
  padding-right: 40px;
}
.rtl .banner-section .banner-content-wrapper::before{
  left: auto;
  right: 0;
}
.rtl .banner-section .banner-content-wrapper .title-badge{
  left: auto;
  right: 21px;
}
.rtl .banner-section .banner-content-wrapper .title-badge::before{
  left: auto;
  right: -14px;
}
.rtl .banner-section .banner-content-wrapper .title-badge::after{
  left: auto;
  right: -7px;
}
.rtl .section-header .title-badge{
  left: auto;
  right: 21px;
}
.rtl .section-header .title-badge::before{
  left: auto;
  right: -14px;
}
.rtl .section-header .title-badge::after{
  left: auto;
  right: -7px;
}
.rtl .how-it-works-item::before{
  left: auto;
  right: 30px;
}
.rtl .how-it-works-content{
  padding-left: 0;
  padding-right: 30px;
}
.rtl .app-content .app-btn-wrapper .app-btn .icon{
  margin-left: 0;
  margin-right: auto;
}
.rtl .statistics-wrapper .odo-area .odo-title{
  direction: ltr;
}
.rtl .footer-top-area .footer-list li a{
  padding-left: 0;
  padding-right: 20px;
}
.rtl .footer-top-area .footer-list li a::before{
  left: auto;
  right: 0;
}
.rtl .footer-top-area .subscribe-form input{
  padding-right: 25px;
  padding-left: 120px;
}
.rtl .footer-top-area .subscribe-form .subscribe-btn{
  right: auto;
  left: 7px;
}
.rtl .footer-bottom-area .footer-bottom-wrapper{
  flex-direction: row-reverse;
}
.rtl .category-widget-box .category-list li span{
  float: left;
}
.rtl .widget-box .widget-title::before{
  left: auto;
  right: -30px;
}
.rtl .single-popular-item .popular-item-content{
  padding-left: 0;
  padding-right: 20px;
}
.rtl .account-area .account-form-area{
  padding-left: 0;
  padding-right: 20px;
}
.rtl .show_hide_password input{
  padding-right: 25px;
  padding-left: 50px;
}
.rtl .show_hide_password .show-pass{
  right: auto;
  left: 30px;
}
.rtl .custom-check-group label::before{
  margin-right: 0;
  margin-left: 8px;
}
.rtl .custom-check-group input:checked + label::after{
  left: auto;
  right: 7px;
}
.rtl .sidebar-menu .sidebar-menu-item a .menu-icon {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .dashboard-title-part .left .icon {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .toggle-container {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .notification-wrapper {
  right: auto;
  left: 0;
}
.rtl .notification-wrapper .notification-list li .content {
  padding-left: 0;
  padding-right: 10px;
}
.rtl .notification-wrapper .notification-list li .content .sub-title {
  text-align: right;
}
.rtl .dashboard-list-user-wrapper .dashboard-list-user-content {
  padding-left: 0;
  padding-right: 20px;
}
.rtl .sidebar {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .rtl .sidebar {
    right: -300px;
  }
}
@media only screen and (max-width: 1199px) {
  .rtl .sidebar.active {
    right: 0;
  }
}
.rtl .body-wrapper {
  padding-right: 270px;
  padding-left: 20px;
}
.rtl .body-wrapper.active {
  padding-left: 10px;
  padding-right: 85px;
}
@media only screen and (max-width: 1199px) {
  .rtl .body-wrapper {
    padding-right: 15px;
  }
  .rtl .body-wrapper.active {
    padding-right: 15px;
  }
}
.rtl .navbar-wrapper {
  margin-left: 0;
  margin-right: 250px;
}
.rtl .navbar-wrapper.active {
  margin-right: 60px;
}
.rtl .navbar-wrapper.active .dashboard-title-part{
  padding: 0 25px 0 10px;
}
@media only screen and (max-width: 1199px) {
  .rtl .navbar-wrapper {
    margin-right: 0;
  }
  .rtl .navbar-wrapper.active {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .rtl .dashboard-title-part .right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 575px) {
  .rtl .dashboard-list-right {
    text-align: right;
  }
}
.rtl .preview-list-user-wrapper .preview-list-user-content {
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 575px) {
  .rtl .preview-list-right {
    text-align: right;
  }
}
.rtl .chat-container .media .media-body p::before {
  left: auto;
  right: -10px;
  -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
.rtl .chat-container .media.media-chat-reverse .media-body p::before {
  left: -10px;
  right: auto;
  -webkit-clip-path: polygon(100% 100%, 100% 0, 0 50%);
  clip-path: polygon(100% 100%, 100% 0, 0 50%);
}
.rtl .chat-container .media.media-chat-reverse {
  margin-left: 0;
  margin-right: auto;
}
.rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-right: -1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rtl .btn-close {
  margin-right: auto;
  margin-left: 0;
}
.rtl .sidebar:hover .sidebar-menu .sidebar-menu-item .menu-icon {
  margin-right: 0;
  margin-left: 10px;
}
.rtl .dashbord-item .dashboard-content {
  padding-left: 0;
  padding-right: 30px;
}
.rtl .me-1 {
  margin-right: 0 !important;
  margin-left: 0.25rem !important;
}
.rtl .support-profile-wrapper .support-profile-list li span, .rtl .support-profile-wrapper .support-profile-list li p {
  float: left;
}
.rtl .profile-thumb-content .profile-thumb {
  margin-right: 0;
  margin-left: 40px;
}
.rtl .profile-thumb-content .profile-thumb .avatar-edit {
  right: auto;
  left: 0;
}
.rtl .profile-thumb-content .profile-content .user-info-list li i {
  margin-right: 0;
  margin-left: 5px;
}
.rtl .nice-select {
  text-align: right !important;
}
.rtl .nice-select:after {
  right: auto;
  left: 12px;
}
.rtl .nice-select .option {
  text-align: right;
}
.rtl .note-area ul li::before {
  left: auto;
  right: 0;
}
.rtl .note-area ul li {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .custom-select img{
  margin-right: 0;
  margin-left: 10px;
}
.rtl .custom-select .custom-select-inner::before, .rtl .custom-select .custom-select-inner::after{
  right: auto;
  left: 12px;
}
.rtl .custom-select .custom-select-inner::before{
  margin-right: 0;
  margin-left: 3px;
}
.rtl .custom-select .custom-select-inner::after{
  margin-left: 6px;
}
.rtl .input-group.max input{
  padding-right: 25px;
  padding-left: 70px;
}
.rtl .input-group-text.two{
  right: auto;
  left: 65px;
}
.rtl .input-group .nice-select{
  padding: 0 10px 0 25px;
}
.rtl .nice-select .option{
  padding-left: 29px;
  padding-right: 18px;
}
.rtl .card-header-user-area .card-header-user-content{
  padding-left: 0;
  padding-right: 15px;
}
.rtl .dashbord-item-details .dashboard-content {
  padding-left: 0;
  padding-right: 30px;
}
.rtl .dashbord-item-details-list-wrapper .dashbord-item-details-list li span {
  float: left;
}
.rtl .sidebar-menu .sidebar-menu-item.sidebar-dropdown a::after{
  right: auto;
  left: 25px;
  content: '\f104';
}
.rtl .sidebar-menu .sidebar-menu-item.active a::after{
  -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.rtl .close{
  right: auto !important;
  left: 10px;
  width: auto;
}