/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,100;1,300;1,400;1,500;1,700&display=swap');

/* -----------------------------------------
    Variables CSS
----------------------------------------- */
:root {
  --font-heading: 'Roboto', sans-serif;
  --font-body: 'Raleway', sans-serif;
  --font-family-fontawesome: "Font Awesome 5 Pro";
  --font-base: 16px;
  --font-sm: 14px;
  --font-xsm: 12px;
  --font-lg: 18px;
  --font-normal: 400;
  --font-medium: 500;
  --font-semi-bold: 600;
  --font-bold: 700;
}

.tawk-close {
  display: block !important;
}

/* margin CSS*/
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

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

.mb-25 {
  margin-bottom: 25px !important;
}

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

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

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

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

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

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

.mt-15 {
  margin-top: 15px !important;
}

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

.mt-25 {
  margin-top: 25px !important;
}

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

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

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

/* Padding CSS*/
.pt-10 {
  padding-top: 10px !important;
}

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

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

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

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

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

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

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

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

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

.pb-15 {
  padding-bottom: 15px !important;
}

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

.pb-25 {
  padding-bottom: 25px !important;
}

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

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

.pb-45 {
  padding-bottom: 45px !important;
}

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

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

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

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

.px-60 {
  padding-inline: 60px;
}

.px-30 {
  padding-inline: 20px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.spacer-x {
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.spacer-x .swiper-slide {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}

/* Border */
.border,
.border-top,
.border-bottom,
.border-end,
.border-start {
  border-color: var(--border-color) !important;
}

.border-primary,
.border-primary-top,
.border-primary-bottom,
.border-primary-end,
.border-primary-start {
  border: 1px solid var(--color-primary) !important;
}

:is(.lc-1, .lc-2, .lc-3) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.lc-1 {
  -webkit-line-clamp: 1 !important;
  line-clamp: 1 !important;
}

.lc-2 {
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
}

.lc-3 {
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
}

/* Card CSS */
.card {
  border: none;
  border-radius: 10px;
}

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

.card .card-text {
  color: var(--color-medium);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-black);
  opacity: 0.4;
  z-index: -1;
}

.bg-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-s-cover {
  background-size: cover;
}

.hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
}

.clients-avatar .client-img {
  z-index: 1;
  position: relative;
}

.clients-avatar img {
  max-width: 45px;
  border-radius: 50%;
}

.clients-avatar img:not(:first-child) {
  margin-inline-start: -16px;
}

.clients-avatar span {
  position: relative;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  color: #0D0C1B;
  margin-inline-start: -16px;
  z-index: 2;
  background: var(--bg-light);
}

@media (max-width: 767.98px) {
  .border-sm-0 {
    border: unset !important;
  }
}

/* -----------------------------------------
    Typography CSS
----------------------------------------- */
body {
  font-family: var(--font-body);
  font-size: var(--font-base);
  font-weight: var(--font-normal);
  color: var(--color-medium);
  overflow-x: hidden;
}

a {
  color: #0D0C1B;
  text-decoration: none;
  outline: 0 !important;
  transition: all 0.3s ease-out;
}

a:hover {
  color: var(--color-primary);
}

.color-primary a {
  color: inherit;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) a {
  color: inherit;
}

:is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) a:hover {
  color: var(--color-primary);
}

:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

:is(h1, h2, h3, h4, .h1, .h2, .h3, .h4) {
  font-family: "Epilogue", sans-serif;
  color: #092A46;
  font-weight: var(--font-bold);
  line-height: 1.2;
}

:is(h5, h6, .h5, .h6) {
  color: #0D0C1B;
  font-weight: var(--font-semi-bold);
}

h1 {
  font-size: 50px;
}

h2,
.h2 {
  font-size: 35px;
}

h3,
.h3 {
  font-size: 32px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 16px;
}

p {
  color: var(--color-medium);
  line-height: 1.8;
}

.text:last-child,
.card-text:last-child {
  margin-bottom: 0 !important;
}

.font-lg {
  font-size: var(--font-lg) !important;
}

.main-navbar {
  position: fixed;
  z-index: 9;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.font-sm {
  font-size: var(--font-sm) !important;
}

.font-xsm {
  font-size: var(--font-xsm) !important;
}

.font-medium {
  font-weight: var(--font-medium);
}

.font-bold {
  font-weight: var(--font-bold);
}

.text-gradient {
  background: var(--gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-stroke {
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--color-medium);
}

/* -----------------------------------------
    Reset CSS
----------------------------------------- */
:focus {
  outline: none;
}

img {
  max-width: 100%;
}

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

ul {
  padding: 0;
}

figure,
blockquote,
ul {
  margin-bottom: 0;
}

table,
th,
td {
  vertical-align: middle;
}

/* -----------------------------------------
    Button CSS
----------------------------------------- */
button,
.btn {
  cursor: pointer;
  border: none;
  background: inherit;
}

button:focus,
button:active,
.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
  /*    border: 1px solid #f99e1c !important;
    background-color: #f99e1c !important;*/
}

button:hover,
.btn:hover {
  outline: none;
}

.btn {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-out;
}

.btn-lg {
  padding: 15px 44px;
}

.btn-md {
  padding: 13px 25px;
}

.btn-sm {
  padding: 6px 14px;
  font-size: var(--font-xsm);
}

.btn-primary {
  color: #fff;
  border: 1px solid #583bac;
  background-color: #583bac;
  transition: background 0.3s ease-out;
  z-index: 1;
}

.btn-primary:hover {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn-primary:hover:after {
  width: 100%;
  background-color: #222;
}

.btn-primary:after {
  position: absolute;
  transition: .3s;
  content: '';
  width: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  border-radius: 3px;
  z-index: -1;
}

/* -----------------------------------------
    Form CSS
----------------------------------------- */
.form-control {
  --size: 55px;
  border: 1px solid var(--border-color);
  border-radius: 0;
  height: var(--size);
  line-height: var(--size);
  padding: 0;
  padding-inline-start: 18px;
  padding-inline-end: 10px;
  font-size: 16px;
}

.form-control:focus {
  color: #0D0C1B;
  background-color: transparent;
}

:is(input:not([type=radio], [type=checkbox]), textarea, .nice-select):is(:focus, :visited, :focus-within, :focus-visible) {
  border-color: #86b7fe !important;
}

select.form-select {
  background-size: 8px !important;
}

textarea {
  height: auto;
}

::-moz-placeholder {
  color: var(--color-medium) !important;
}

::placeholder {
  color: var(--color-medium) !important;
}

/* -----------------------------------------
Lazyload CSS
----------------------------------------- */
.lazy-container {
  position: relative;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
  background-color: var(--color-light);
  z-index: 1;
}

.lazy-container::after {
  position: absolute;
  content: "\f03e";
  font-family: "Font Awesome 5 Pro";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  font-size: 25px;
  color: var(--color-medium);
  z-index: -1;
}

.lazy-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lazy-container img.lazy-load {
  filter: blur(5px);
  transition: filter 400ms;
}

.lazy-container img.lazyloaded {
  filter: blur(0);
}

.ratio::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.ratio.ratio-1-1::before {
  padding-bottom: 100%;
}

.ratio.ratio-1-2::before {
  padding-bottom: 114%;
}

.ratio.ratio-1-3::before {
  padding-bottom: 126.14%;
}

.ratio.ratio-2-3::before {
  padding-bottom: 66.67%;
}

.ratio.ratio-16-11::before {
  padding-bottom: 53.57%;
}

.ratio.ratio-16-8::before {
  padding-bottom: 50%;
}

.ratio.ratio-21-9::before {
  padding-bottom: 42.85%;
}

.ratio.ratio-21-8::before {
  padding-bottom: 38.0952380952%;
}

.ratio.ratio-5-3::before {
  padding-bottom: 60%;
}

.ratio.ratio-5-4::before {
  padding-bottom: 80%;
}

.ratio.ratio-4-3::before {
  padding-bottom: 133.3333333333%;
}

.ratio.ratio-3-4::before {
  padding-bottom: 75%;
}

.ratio.ratio-vertical::before {
  padding-bottom: 150%;
}

.blur-up {
  filter: blur(5px);
  transition: filter 400ms;
}

.lazyloaded.blur-up {
  filter: blur(0);
}

/* -----------------------------------------
    Swiper Slider CSS
----------------------------------------- */
.swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
  -webkit-transform-style: preserve-3d;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 30px;
  opacity: 1;
  background-color: var(--color-primary);
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination .swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet:hover {
  background: var(--color-primary);
  opacity: 1;
}

.swiper-pagination.btn-gradient .swiper-pagination-bullet {
  background: var(--bg-gradient);
  opacity: 0.5;
}

.swiper-pagination.btn-gradient .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  line-height: 1;
  bottom: 0;
}

.slider-navigation {
  z-index: 3;
}

.slider-navigation .slider-btn {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  background: var(--color-primary);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--color-white);
  font-size: 24px;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
}

.slider-navigation .slider-btn:last-child {
  margin-inline-start: 10px;
}

.slider-navigation .slider-btn i {
  transition: transform 0.3s ease-out;
}

.slider-navigation .slider-btn.btn-outline {
  background: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.slider-navigation .slider-btn.btn-outline:hover {
  color: var(--color-white);
  background: var(--color-primary);
}

.slider-navigation .slider-btn:disabled {
  cursor: not-allowed;
}

.slider-navigation.position-middle .slider-btn {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  z-index: 4;
  background: rgba(var(--color-white-rgb), 0.2);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.slider-navigation.position-middle .slider-btn.slider-btn-prev {
  left: 0%;
}

.slider-navigation.position-middle .slider-btn.slider-btn-next {
  right: 0%;
}

.pagination-fraction .swiper-pagination-bullet {
  position: relative;
  width: auto;
  height: auto;
  border-radius: 0;
  margin: 0;
  margin-inline: 5px;
  padding-bottom: 5px;
  text-align: center;
  font-size: var(--font-lg);
  color: var(--color-medium);
  background: transparent;
}

.pagination-fraction .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 5px;
  background: var(--color-primary);
  transform: scaleX(0);
  transition: transform 0.4s ease-out;
}

.pagination-fraction .swiper-pagination-bullet-active {
  color: var(--color-primary);
}

.pagination-fraction .swiper-pagination-bullet-active::before {
  transform: none;
}

.swiper-lazy {
  background-color: var(--color-light);
}

.swiper-lazy-loaded.blur-up {
  filter: blur(0);
}

/* -----------------------------------------
    Nav Tabs CSS
----------------------------------------- */
/* .tab-pane.fade {
  transition: all 0.2s;
  transform: translateY(1rem);
}

.tab-pane.fade.show {
  transform: translateY(0rem);
  display: block;
} */


/* -----------------------------------------
  	Animation CSS
----------------------------------------- */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.2, 1.2, 1.2);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(10%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-50%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes moveAround {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes moveUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes ripple {
  0% {
    opacity: 0.45;
  }

  100% {
    opacity: 0;
    transform: scale(2);
  }
}

/* -----------------------------------------
    Social Link CSS
----------------------------------------- */
.social-link a {
  display: inline-block;
  text-align: center;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: transparent;
  color: #fff !important;
  font-size: 18px;
  border-radius: 100%;
  margin-left: 5px;
  border: 1px solid #fff;
}

.social-link a:hover {
  color: #fff !important;
  background: #583bac;
  border: 1px solid #583bac;
}

.social-link.style-2 a {
  border-radius: 50%;
  color: var(--color-primary);
}

.social-link.rounded a {
  border-radius: 50%;
}

.main_footer_title h2 {
  color: #fff;
  margin-bottom: 35px;
}

.main_footer_title h2 span {
  color: #583bac;
}


/* -----------------------------------------
    Ratings CSS
----------------------------------------- */
.ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin: 15px 0px;
}

.testimonails-block h6.name,
.testimonails-block .designation {
  color: #fff;
}

.testimonails-block h6.name,
.testimonails-block .quote .text p,
.testimonails-block .quote .text {
  color: #fff;
  font-size: 15px;
}

.testimonails-block {
  background: #130524;
  padding: 25px;
  border-radius: 15px;
  margin: 0px 10px;
  position: relative;
  border: 1px solid #333;
}

.ratings .rate {
  background-image: url(../images/rate-star.png);
  background-position: 0 -13.5px;
  background-repeat: repeat-x;
  height: 13.5px;
  transition: all 0.5s ease-out 0s;
  width: 90px;
  margin-inline-start: -2px;
}

.ratings .rating-icon {
  background-image: url(../images/rate-star.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 13px;
  width: 90%;
}

.ratings .ratings-total {
  font-size: 12px;
  line-height: normal;
}

/* -----------------------------------------
	Header CSS
----------------------------------------- */
.header-area {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-area.header-static {
  position: relative;
}

.header-area.is-sticky {
  position: fixed;
  background: #fff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: 0px 8px 60px rgba(24, 24, 24, 0.1);
  animation: slideDown 0.5s;
}

.header-area.is-sticky .nav-link {
  color: #0D0C1B;
}

.header-area.is-sticky .nav-link.active {
  color: var(--color-primary);
}

.header-area .more-option {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 186px;
}

.header-area .more-option .more-option-toggle {
  z-index: 11;
  font-size: 25px;
  padding: 10px;
}

.header-area .more-option .item {
  position: relative;
}

.user_pic {
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
}

.header-area .more-option .item:not(:last-child) {
  margin-inline-end: 16px;
}

.header-area .nav-link {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #0D0C1B;
  font-weight: 600;
  font-size: 16px;
}

.header-area .nav-link.toggle i {
  font-size: 12px;
  margin-inline-start: 2px;
  transition: transform 0.4s ease-out;
}

.header-area .nav-link.toggle:hover i {
  transform: rotate(-90deg);
}

.header-area .nav-link:hover .menu-dropdown {
  transform: none;
}

.header-area .nav-link:hover,
.header-area .nav-link.active,
.header-area .nav-link:focus {
  color: #6b47d5 !important;
}

.header-area .main-navbar .navbar {
  position: inherit;
  padding: 0;
}

.header-area .main-navbar .navbar .navbar-brand {
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 26px;
}

.header-area .main-navbar .nav-item {
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
}


/* -----------------------------------------
	Header 1 CSS
----------------------------------------- */
.header-area.header-1.is-sticky:is(.nav-link:not(:is(.active, .menu-dropdown .nav-link)), .btn-icon, .nice-select, .nice-select::after),
.header-area.header-1 :is(.nav-link:not(:is(.active, .menu-dropdown .nav-link)), .btn-icon, .nice-select, .nice-select::after) {
  color: #fff;
}

.header-area.header-1 .nav-link.active {
  color: #fff;
}

.header-area.header-1 .nice-select::after {
  color: #fff;
}

.header-area.header-1 .nice-select li {
  color: #0D0C1B;
}

/* @media (max-width: 1199px) {
  .header-area.header-1 {
    background: rgba(var(--color-dark-rgb), 0.9);
  }

  .header-area.header-1:not(.is-sticky) {
    background: transparent;
    box-shadow: unset;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }

  .header-area.header-1 .mobile-menu {
    background: #0D0C1B;
  }

  .header-area.header-1 :is(.nav-link, .btn-icon, .nice-select, .nice-select::after) {
    color: var(--color-white);
  }

  .header-area.header-1.is-sticky .nav-link {
    color: var(--color-white) !important;
  }

  .header-area.header-1.is-sticky .nav-link.active {
    color: var(--color-primary);
  }
} */

/* -----------------------------------------
	Header 2 CSS
----------------------------------------- */
/* -----------------------------------------
	Header 2 CSS
----------------------------------------- */
/* @media (min-width: 1200px) {
  .header-area.header-2:not(.is-sticky) .nice-select li {
    color: #0D0C1B;
  }

  .header-area.header-2 .btn-outline {
    border-color: var(--color-primary);
    color: var(--color-primary);
  }

  .header-area.header-2 .custom-container {
    margin-top: 20px;
    padding: 0 15px;
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-sm);
    background-color: var(--color-white);
    transition: all 0.2s;
  }

  .header-area.header-2.is-sticky .custom-container {
    background-color: transparent !important;
    margin-top: 0;
    padding-inline: 10px;
    box-shadow: unset;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-area.header-2:not(.is-sticky) {
    background-color: transparent !important;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    box-shadow: unset;
  }

  .header-area.header-2 .main-responsive-nav>.container {
    margin-top: 15px;
    padding: 0 15px;
    box-shadow: var(--shadow-md);
    border-radius: var(--radius-sm);
    background-color: var(--color-white);
  }

  .header-area.header-2.is-sticky .main-responsive-nav>.container {
    background-color: transparent !important;
    margin-top: 0;
    padding-inline: 10px;
    box-shadow: unset;
  }
} */


body.mobile-menu-active {
  overflow: hidden;
}

.menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 888;
  width: 100vw;
  height: 100vh;
  background: rgba(25, 27, 30, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  opacity: 1;
  transition: all 0.3s;
}

/* -----------------------------------------
	Footer CSS
----------------------------------------- */
.footer-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #0d0e10;
}

.footer-area :is(p, a, span) {
  color: var(--color-light);
}

.footer-area :is(h4) {
  color: var(--color-black);
}

.footer-area .footer-widget {
  margin-bottom: 30px;
}

.footer-area .footer-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.footer-area .footer-widget .navbar-brand {
  margin: 0;
  margin-bottom: 28px;
  padding: 0;
}

.footer-area .footer-widget h4 {
  text-transform: capitalize;
  margin-bottom: 25px;
  font-size: 18px;
  color: #fff;
}

.footer-area .footer-widget p {
  margin-bottom: 25px;
}

.footer-area .footer-widget .info-list li {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #fff;
}

.footer-area .footer-widget .info-list li:not(:last-child) {
  margin-bottom: 10px;
}

.footer-area .footer-widget .info-list i {
  color: #f99e1c;
  font-size: 17px;
  margin-inline-end: 10px;
}

p.follow_us {
  margin-top: 25px;
  margin-bottom: 5px !important;
  font-weight: 600;
}

.footer-area .footer-widget .footer-links li:not(:last-child) {
  margin-bottom: 14px;
}

.footer-area .footer-widget .footer-links li,
.footer-area .footer-widget .info-list li {
  position: relative;
  overflow: hidden;
}

.footer-area .footer-widget .footer-links li a:hover,
.footer-area .footer-widget .info-list li a:hover {
  color: #3b63ac;
}

.footer-area .copy-right-area {
  text-align: end;
  padding: 30px 0;
}

.footer-area .border-top {
  border-color: #1a1a1a !important;
}

/*.footer-area .newsletter-form {
  box-shadow: 0px 0px 20px 0px rgba(76, 87, 125, 0.1);
}*/
.footer-area .newsletter-form input {
  color: var(--color-light);
  height: 55px;
  border-color: rgba(var(--color-white-rgb), 0.1);
}

.footer-area .newsletter-form .btn {
  top: 0px;
  right: 0px;
  height: calc(100% - 0px);
  position: absolute;
  background-color: #f99e1c;
  color: var(--color-white);
}

.footer-area.footer-2 .info-list i {
  background: var(--bg-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-area.footer-2 a:hover {
  background: var(--bg-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* -----------------------------------------
    Testimonial CSS
----------------------------------------- */
.testimonial-area {
  position: relative;
  overflow: hidden;
  background: #f4f4f4 url(../images/testimonial_bg_home_4.jpg);
}

.testimonial-area .slider-item {
  position: relative;
  background: var(--color-white);
  border: 1px solid var(--border-color);
  transition: all 0.4s;
  border-radius: 15px;
}

.testimonial-area .slider-item .client {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 50px;
  gap: 15px;
  border-top: 1px dashed var(--border-color);
}

.testimonial-area .slider-item .client .ratings {
  justify-content: start;
  flex-direction: column;
}

.testimonial-area .slider-item .client .ratings .rate {
  margin-inline-start: -5px;
}

.testimonial-area .slider-item .client .ratings .ratings-total {
  margin-top: 10px;
}

.testimonial-area .slider-item .quote {
  position: relative;
  padding: 25px 50px;
}

.testimonial-area .slider-item .icon {
  position: absolute;
  top: 25px;
  left: 50px;
  font-size: 62px;
  line-height: 1;
  color: rgba(var(--color-primary-rgb), 0.05);
}

.testimonial-area .slider-item p {
  margin-bottom: 0;
}

.testimonial-area .slider-item .client-info h6 {
  margin-bottom: 2px;
}

.testimonial-area .slider-item .client-info .designation {
  font-size: var(--font-sm);
}

.testimonial-area .slider-item .client-img {
  max-width: 50px;
  margin-inline-end: 16px;
}

.testimonial-area .slider-item .ratings {
  font-size: var(--font-sm);
}

.testimonial-area .slider-item .ratings i {
  color: var(--color-yellow);
}

.testimonial-area .clients .client-img {
  z-index: 1;
  position: relative;
}

.testimonial-area .clients img {
  max-width: 45px;
  border-radius: 50%;
}

.testimonial-area .clients img:not(:first-child) {
  margin-inline-start: -16px;
}

.testimonial-area .clients span {
  position: relative;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  color: #0D0C1B;
  margin-inline-start: -16px;
  z-index: 2;
  background: var(--bg-light);
}

.testimonial-area.testimonial-1 .img-content {
  position: absolute;
  right: 0;
  bottom: 0;
}

.testimonial-area.testimonial-1 .img-content img {
  display: block;
  margin-inline: auto;
}

.testimonial-area.testimonial-1 .shape {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45.4545454545%;
  background: rgba(var(--color-primary-rgb), 0.05);
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: -1;
}

.testimonial-area.testimonial-1 .slider-item .client {
  border: 0;
  border-bottom: 1px dashed var(--border-color);
}

.testimonial-area.testimonial-1 .slider-item .quote {
  position: relative;
  padding-block: 0;
}

/*.testimonial-area.testimonial-1 .slider-item .quote::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  margin-inline-start: 20px;
  margin-inline-end: auto;
  width: 3px;
  height: 100%;
  background: #ec1656;
  transform: translateY(-50%);
}*/
.testimonial-area.testimonial-2 .img-content {
  position: absolute;
  left: 0;
  bottom: 0;
}

.testimonial-area.testimonial-3 .img-content {
  position: absolute;
  left: 0;
  bottom: 0;
}

.testimonial-area.testimonial-3 .slider-item .quote,
.testimonial-area.testimonial-3 .slider-item .client {
  padding-inline: 30px;
}


/* -----------------------------------------
	Error CSS
----------------------------------------- */
.error-area {
  display: flex;
  align-items: center;
  height: 100vh;
}

.error-area .error-content {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
}

.error-area .error-content h3 {
  margin-bottom: 20px;
}

.error-area .error-content p {
  max-width: 550px;
  margin: auto;
  margin-bottom: 20px;
}

.navbar-brand img {
  height: 73px;
}

.main-navbar .dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  border: none;
  vertical-align: baseline;
  margin-left: 7px;
}

.main-navbar .dropdown-menu .dropdown-toggle::after {
  content: "\f054";
  right: 11px;
  position: absolute;
  font-size: 13px;
}

.main-navbar .dropdown-submenu {
  position: relative;
}

.main-navbar .dropdown-submenu .dropdown-menu {
  left: 100%;
  top: -8px;
}


.intro_section {
  padding: 170px 0px;
  position: relative;
}

.intro_section:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #0000007d;
}

.navbar-brand h6 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 0px;
  font-weight: 800;
}

.menu_part_end {
  justify-content: center;
}

.scrolled .main-navbar {
  background: #0c1137;
}

.intro_content {
  position: relative;
  z-index: 1;
}

.intro_content h1 {
  color: #fff;
  font-size: 75px;
}

.intro_content p {
  font-size: 20px;
  color: #ccc;
}

.main-navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.language_menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.intro_img {
  margin-top: 35px;
  position: relative;
  z-index: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.intro_img img {
  border-radius: 15px;
  height: 480px;
  width: 100%;
  object-fit: cover;
  margin: auto;
  display: block;
}

.intro_img video {
  border-radius: 15px;
}

.intro_content .btn-primary svg {
  display: inline-block;
  width: 15px;
  margin-top: -3px;
  margin-left: 5px;
}

.banner_shape1 {
  position: absolute;
  z-index: -1;
  left: -30px;
  top: -42px;
}

.banner_shape2 {
  position: absolute;
  z-index: -1;
  right: -74px;
  top: 220px;
}

.banner_shape2 img {
  height: 150px;
  border-radius: 0px;
  animation: rotate 20s linear infinite;
}

.banner_shape1 img {
  height: 80px;
  border-radius: 0px;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.intro_content span {
  position: relative;
}

.intro_content span:after {
  content: "";
  position: absolute;
  height: 20px;
  background: #2b146f;
  width: 95%;
  bottom: 13px;
  left: -4px;
  z-index: -1;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent;
}

.dropdown-item {
  font-weight: 500;
}

.dropdown-item:hover {
  color: #583bac;
}

.disclamir {
  margin-top: 15px;
}

.disclamir h5 {
  color: #6f6f6f;
  font-size: 14px;
}

.disclamir p {
  font-size: 14px;
  color: #6f6f6f;
}

.discount_offer {
  padding: 13px;
  background: #000;
  border-radius: 15px;
  max-width: 365px;
  margin: auto;
  margin-top: 15px;
  border: 1px dashed #676565;
  font-family: Arial;
  animation: flash 1s infinite;
}

.discount_offer h6 {
  color: #9076d9;
}

@keyframes flash {

  0%,
  100% {
    background-color: #000;
  }

  50% {
    background-color: #190a43;
  }
}

.timer {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.time-box {
  margin: 0 10px;
  text-align: center;
}

.time-box span {
  display: block;
  font-size: 20px;
}

.time-box span:after {
  display: none;
}

.call_action {
  background: radial-gradient(circle, #222, #000);
  padding: 70px 0px;
}

.call_action_box {
  background: #3b247d;
  padding: 70px 110px;
  position: relative;
  border-radius: 15px;
}

.call_action_box .btn-primary svg {
  display: inline-block;
  width: 15px;
  margin-top: -3px;
  margin-left: 5px;
}

.call_action_box h2 {
  font-size: 45px;
  color: #fff;
  margin-bottom: 25px;
}

.call_action_box .btn-primary {
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
}

.call_action_box .btn-primary:hover {
  color: #fff;
  border: 1px solid #222;
}

.box_shape2 img {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 130px;
}

.box_shape1 img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 130px;
}

.features {
  padding-bottom: 70px;
  background: #000002;
}

.title_block h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 40px;
}

.featured_block {
  background: #130524;
  padding: 50px;
  border-radius: 15px;
  border: 1px solid #130524;
  min-height: 460px;
  margin-bottom: 20px;
  display: inline-block;
}

.featured_block:hover {
  background: #3d3c3c;
  border: 1px solid #3d3c3c;
}

.featured_block h3 {
  color: #fff;
  font-size: 23px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.featured_block p {
  color: #ccc;
}

.featured_block_img img {
  height: 90px;
  margin-bottom: 20px;
}

.why_block_text p {
  color: #092A46;
}

.why_block {
  position: relative;
  background: #130524;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #130524;
  padding: 35px;
  min-height: 350px;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  flex-direction: row-reverse;
  max-width: 1290px;
}

.globally-box .color-dark,
.globally-box p {
  color: #fff !important;
}

.why_block .why_img {
  min-width: 500px;
}

.why_block_text {
  padding-right: 75px;
}

.why_block .why_img img,
.img_house img {
  border-radius: 5px;
}

.insurance_boxes {
  padding: 80px 0px;
  background: #000002;
  /* border-bottom: 1px solid #e5e5e5; */
}

.row.align-item-center {
  align-items: center;
}

.bullets_list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.bullets_list ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #fff;
}

.bullets_list ul li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #583bac;
}

.insurance_boxes h2 {
  color: #fff;
}

.bullets_list p {
  color: #fff;
}

.white_text {
  color: #fff;
}

.custom-arrows {
  position: relative;
}

.custom-arrows2 {
  position: relative;
}

.pricing-slider,
.pricing-slider-second {
  margin: 0px -10px;
}

.pricing-plan {
  background: #130524;
  padding: 25px;
  border-radius: 15px;
  margin: 0px 10px;
  border: 1px solid transparent;
}

.pricing-plan h3 {
  color: #6644c7;
  font-size: 18px;
}

.start_capital {
  color: #fff;
  font-weight: 500;
  border-bottom: 1px solid #272525;
  padding-bottom: 7px;
}

.pricing-plan h4 {
  color: #fff;
  font-size: 28px;
}

.full-btn {
  width: 100%;
  margin-bottom: 10px;
}

.plan_details {
  margin-top: 15px;
}

.plan_details p {
  display: flex;
  color: #ccc;
  justify-content: space-between;
  column-gap: 10px;
}

.custom-arrows {
  position: relative;
  width: 22px;
  float: right;
  margin-right: 40px;
}

.custom-arrows .slick-prev:before,
.custom-arrows .slick-next:before {
  opacity: 1;
  font-size: 35px;
  color: #999;
}

.testimonails-block:after {
  content: "\0022";
  position: absolute;
  color: #fff;
  top: 15px;
  right: 20px;
  font-size: 50px;
  transform: rotate(22deg);
  color: #999;
}

.custom-arrows2 {
  position: relative;
  width: 22px;
  float: right;
  margin-right: 40px;
}

.custom-arrows2 .slick-prev:before,
.custom-arrows2 .slick-next:before {
  opacity: 1;
  font-size: 35px;
  color: #999;
}

.top_padding_remove {
  padding-top: 0px;
}

.client-img {
  max-width: 50px;
  margin-inline-end: 16px;
}

.testimonails-slider {
  margin: 0px -10px;
}

.block_title span,
.different_color2 span {
  color: #583bac;
}

.insurance_boxes.border-remove.globally-box {
  padding: 0px;
}

.client-img img {
  border-radius: 100%;
}

.title_block span {
  color: #583bac;
}

.pricing-plan:hover {
  border: 1px solid #583bac;
}

.pricing-plan:hover .btn-primary {
  border: 1px solid #999;
  background-color: #999;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  color: #7d57eb;
}

.footer-area .footer-widget ul li a {
  color: #999 !important;
}

.footer-area .footer-widget ul li a:hover {
  color: #583bac !important;
}

#backToTop {
  display: none;
  /* Hidden by default */
  position: fixed;
  bottom: 22px;
  right: 130px;
  z-index: 100;
  font-size: 18px;
  background-color: #333;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 4px;
  transition: opacity 0.3s;
}

#backToTop:hover {
  background-color: #555;
}

.free_trial {
  display: inline-block;
  padding: 1px 15px;
  background: #583bac;
  border-radius: 15px;
  color: #fff;
  margin-left: 3px;
  font-size: 15px;
}

.free_trial:hover {
  color: #fff;
  background: #222;
}

.instruments .nav-link {
  color: #7C8F9B;
  border: 1px solid #1D273C;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
}

.instruments .nav-link:hover {
  color: #fff;
  border: 1px solid #583bac;
}

.instruments .nav-pills .nav-link.active {
  color: #fff;
  background-color: #583bac;
}

.instruments .nav-pills li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.instruments .table thead th {
  background-color: #583bac;
  color: #fff;
}

.instruments .table> :not(caption)>*>* {
  padding: 0.5rem 1.5rem;
}

.instruments .table-striped>tbody>tr:nth-of-type(odd)>* {
  --bs-table-color-type: #7C8F9B;
  --bs-table-bg-type: #000002;
}

.product-item.table-responsive {
  border-radius: 8px;
  overflow: hidden;
}

.instruments .table>:not(caption)>*>* {
  background-color: #282828;
  color: #7C8F9B;
  border: none;
}

.instruments .table.table-striped {
  border-radius: 8px;
  overflow: hidden;
}

.page_title {
  position: relative;
  z-index: 1;
}

.page_title h2 {
  color: #fff;
  font-size: 55px;
}

.block_title h2 {
  color: #fff;
}

.bread_crumps {
  color: #ccc;
}

.bread_crumps a {
  color: #583bac;
}

.trading-tools .featured_block {
  padding: 30px;
  text-align: center;
  min-height: 390px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.tools_block_img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 20px;
}

.trading-tools .featured_block h3 {
  line-height: 30px;
}

.trading-tools .featured_block:hover h3 {
  color: #583bac;
}

.featured_block:hover {
  background: #130524;
  border: 1px solid #583bac;
  transform: translateY(-10px);
}

.bottom_trade_list .nav-pills .nav-item {
  margin-bottom: 15px;
}

.plan_details.text-center p {
  justify-content: center;
  margin-bottom: 8px;
}

.evaluation_box_t {
  min-height: 833px !important;
}

.evaluation_box_r {
  min-height: 565px !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* new css start  */
.header-area .main-responsive-nav {
  display: none;
}

.tick-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #583bac;
  margin-right: 15px;
}

.tick-list p {
  color: #fff;
}

.tick-list li {
  color: #fff;
  list-style: none;
  margin-bottom: 10px;
}

.bg-dark {
  background-color: #000002 !important;
}

.page-banner {
  padding-top: 170px;
  padding-bottom: 80px;
  position: relative;
}

.page-banner:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #0000007d;
}

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

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

.radius-15 img {
  border-radius: 15px;
}

.about-img img {
  box-shadow: -10px 10px 0px 0px #3b247d;
}

/* .faq-box {
  width: 70%;
  background: #3b247d;
  padding: 30px;
  border-radius: 20px;
} */

.faq-box .accordion-item {
  background: transparent;
  color: #fff;
  border: 0;
}

.faq-box .accordion-button {
  background-color: #130524;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  box-shadow: none !important;
  border-radius: 10px !important;
  border: 1px solid #583bac;
}

.faq-box .accordion {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.account-box {
  /* text-align: center; */
  /* background: #130524; */
  border: solid 1px #130524;
  padding: 50px;
  border-radius: 15px;
  transition: all 0.5s;
}

.account-box:hover {
  background: #130524;
  border: 1px solid #583bac;
  transform: translateY(-10px);
}

.mission-box {
  background: #130524;
  padding: 50px;
  border-radius: 15px;
  border: 1px solid #130524;
  /* min-height: 460px; */
  margin-bottom: 20px;
  display: inline-block;
  transition: all 0.5s;
}

.mission-box:hover {
  background: #130524;
  border: 1px solid #583bac;
  transform: translateY(-10px);
}

.mission-box .icon-box {
  width: 70px;
  margin-bottom: 20px;
}

.about-video video {
  border-radius: 15px;
}

.partners-box {
  padding: 30px;
}

.partners-row {
  border: solid 1px #333;
  border-radius: 10px;
  align-items: center;
}

.contact-form .row,
.contact-info-row,
.login-form-div .row,
.signup-form .row {
  row-gap: 24px;
}

.contact-form {
  padding: 24px;
  border: solid 1px #41444B33;
  /* border: solid 1px #583bac; */
  border-radius: 20px;
  color: #fff;
}

.login-form-div {
  padding: 24px;
  /* border: solid 1px #41444B33; */
  /* border: solid 1px #583bac; */
  border-radius: 20px;
  color: #fff;
}

.contact-form form {
  display: flex;
  flex-wrap: wrap;
}

.contact-form h2,
.login-form-div h2,
.signup-form h2 {
  margin-bottom: 40px;
  color: #fff;
}

.signup-form h6 {
  color: #fff;
}

.signup-form p {
  /* color: #b8b8b8; */
  color: #ddd;
}

.contact-form label,
.login-form-div label,
.signup-form label {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.contact-form .form-control,
.login-form-div .form-control,
.signup-form .form-control {
  background: #313743;
  border: 1px solid #313743;
  border-radius: 15px;
  color: #fff;
}

.login-form-div .form-select,
.signup-form .form-select {
  background: #313743;
  border: 1px solid #313743;
  border-radius: 15px;
  color: #fff;
  height: 55px;
}

.contact-form textarea.form-control {
  min-height: 110px;
}

.contact-form .form-control::placeholder,
.login-form-div .form-control::placeholder,
.signup-form .form-control::placeholder {
  color: #fff !important;
}

.contact-info-box .icon img {
  max-width: 21px;
}

.contact-info-box .icon {
  min-width: 42px;
  min-height: 42px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.contact-info-box .text h6 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}

.contact-info-box a {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border-radius: 20px;
  /* border: solid 1px #583bac; */
  border: solid 1px #41444B33;
}

.map-section iframe {
  border-radius: 15px;
}

.login-form-div .forgot-link,
.signup-form .forgot-link {
  text-decoration: underline;
  color: #fff;
  display: inline-block;
}

.login-form-div .forgot-link:hover,
.signup-form .forgot-link:hover {
  color: #6b47d5;
}

.register-action {
  text-align: center;
}

.affiliate-box ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* padding-left: 32px; */
  font-size: 18px;
  list-style-type: none;
}

.affiliate-box ul i {
  color: #583bac;
  margin-right: 10px;
  margin-top: 5px;
}

.affiliate-box {
  padding: 70px;
  background-color: #130524;
  border: solid 1px #130524;
  border-radius: 15px;
  /* display: flex;
  flex-direction: column;
  gap: 24px; */
}

.affiliate-box ul li {
  display: flex;
  align-items: start;
  transition: all 0.5s;
  color: #b8b8b8;
}

.affiliate-box ul li:hover {
  color: #fff;
}

.affiliate-box p {
  color: #b8b8b8;
  font-size: 18px;
}

.affiliate-action {
  margin-top: 40px;
}

.help-post {
  padding: 16px;
  border-radius: 25px;
  border: solid 1px #41444B33;
}

.help-post .img-box img {
  border-radius: 25px;
  height: 275px;
}

.help-post .details .head {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.38px;
  margin-bottom: 16px;
}

.help-post .details .desc {
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
}

.help-post .date img,
.single-help-post .date img {
  max-width: 20px;
  height: auto;
  margin: 0;
}

.help-post .date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
  font-weight: 500;
  color: #583bac;
}

.page_title .date {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
  font-weight: 500;
  color: #fff;
  justify-content: center;
}

.single-help-post img {
  border-radius: 25px;
  margin-bottom: 24px;
  width: 100%;
}

.single-help-post p {
  color: #b8b8b8;
}

.help-center .row {
  row-gap: 24px;
}

.help-center .search {
  margin-bottom: 30px;
  display: flex;
}

.search input {
  border-radius: 20px 0 0 20px;
  background-color: #313743;
  color: #fff !important;
}

.search input::placeholder {
  color: #fff !important;
}

.help-center .search .btn-primary,
.help-center .search .btn-primary:hover:after {
  border-radius: 0 20px 20px 0;
}

.login-form-section .main-row {
  border: solid 1px #583bac;
  border-radius: 10px;
}

.login-img img {
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

.signup-form {
  /* background-color: #130524; */
  padding: 70px;
  border-radius: 20px;
  border: solid 1px #583bac;
  color: #fff;
}

.payouts-table .table thead th {
  background-color: #583bac;
  color: #fff;
}

.payouts-table .table-striped>tbody>tr:nth-of-type(2n+1)>* {
  --bs-table-color-type: #7C8F9B;
  --bs-table-bg-type: #000002;
}

.payouts-table .table> :not(caption)>*>* {
  background-color: #282828;
  color: #7C8F9B;
  border: none;
}

.payouts-table {
  border-radius: 8px;
}

.payouts-table .table {
  margin-bottom: 0;
}

.box-bg {
  padding: 70px;
  background-color: #130524;
  border: solid 1px #130524;
  border-radius: 15px;
}

.payout-pagination {
  margin-top: 30px;
}

.payout-pagination .pagination .page-link {
  background-color: #583bac;
  color: #fff;
  border: 0;
  margin-left: 0;
  border-top: solid 1px #583bac;
  border-bottom: solid 1px #583bac;
}

.payout-pagination .pagination .page-link.be {
  border-right: solid 1px #fff !important;

}

.payout-pagination .pagination .page-link.active {
  background-color: #000002 !important;
  border-color: #583bac;
  /* background-color: #130524; */
}

.privacy-box h2,
.privacy-box h6,
.privacy-box h5,
.privacy-box h3,
.privacy-box h4 {
  color: #fff;
  margin-bottom: 30px;
}

.privacy-box p {
  color: #b8b8b8;
  margin-bottom: 30px;
}

.privacy-box span {
  color: #b8b8b8;
  display: inline-block;
  margin-bottom: 30px;
}

.privacy-box li {
  color: #b8b8b8;
  margin-bottom: 30px;
}

.privacy-box ul {
  padding-left: 32px;
  list-style-type: disc;
}

.global-box p {
  color: #b8b8b8;
  display: inline-block;
  width: 100%;
}

.global-box .info {
  color: #b8b8b8;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.global-box .info .icon {
  min-width: 42px;
  min-height: 42px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}

.global-box {
  border: solid 1px #130524;
  padding: 50px;
  border-radius: 15px;
  transition: all 0.5s;
  min-height: 370px;
}

.global-box:hover {
  background: #130524;
  border: 1px solid #583bac;
  transform: translateY(-10px);
}

.accordion-button::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-weight: 900;
  font-size: 18px;
  background-image: none !important;
}

.course-img img {
  border-radius: 25px;
  height: 275px;
  width: 100%;
  margin-bottom: 16px;
}

.course-box .details .head {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.course-box .details .desc {
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 24px;
}

.course-box {
  padding: 16px;
  border-radius: 25px;
  border: solid 1px #41444B33;
  /* margin: 0 10px; */
  margin-right: 10px;
}

.course-box:last-child {
  margin-right: 0;
}

.course-box .price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0;
  font-weight: 500;
  color: #583bac;
  font-size: 30px;
}

.archive-box {
  border: solid 1px #130524;
  background-color: #130524;
  padding: 35px;
  border-radius: 15px;
  transition: all 0.5s;
  width: 48%;
}

.archive-box:hover {
  border-color: #583bac;
}

.archive-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.archive-box h2 {
  color: #fff;
}

.archive-box h6 {
  color: #b8b8b8;
}

.acrivement-img img {
  border-radius: 10px;
}

.advisers-box {
  position: relative;
  transition: all 0.5s;
  border: solid 1px transparent;
  border-radius: 10px;
}

.advisers-box:hover {
  border-color: #583bac;
}

.advisers-box img {
  border-radius: 10px;
  /* margin-bottom: 16px; */
  height: 300px;
  object-fit: cover;
}

.advisers-name {
  transition: all 0.5s;
}

.advisers-name h3 {
  color: #fff;
}

.advisers-name h6 {
  color: #b8b8b8;
}

.advisers-name {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: end;
  /* opacity: 0; */
  transition: all 0.5s;
}

.course-box iframe {
  width: 100%;
  height: 300px;
}

/* .advisers-box:hover .advisers-name{
  opacity: 1;
} */

/* dashboard css start  */

.dashboard-main {
  display: flex;
  min-height: 100vh;
}

.dashboard-left {
  width: 20%;
  border-right: solid 1px #583bac;
  padding: 25px;
  background-color: #130524;
  height: 100vh;
  overflow: auto;
  scrollbar-width: thin;
  /* scrollbar-color: #583bac #f5f5f5; */
  scrollbar-color: transparent transparent;
  position: fixed;
}

.dashboard-left::-webkit-scrollbar {
  width: 0;
}

.dashboard-right {
  width: 100%;
  padding-left: 20%;
}

.dash-navbar .dash-link {
  color: #fff;
  padding: 10px;
  /* border: solid 1px #583bac; */
  display: flex;
  border-radius: 10px;
  transition: all 0.5s;
  width: 100%;
  align-items: center;
  gap: 16px;
  /* border-bottom: solid 1px #ffffff1f; */
}

.dash-navbar .dash-link:hover,
.dash-navbar .dash-link.active {
  background-color: #583bac;
}

.dash-navbar .navbar-list {
  list-style-type: none;
  padding: 20px 0;
  /* text-align: center; */
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.dash-navbar .dash-link.dropdown-toggle::after {
  margin-left: auto;
}

.dash-navbar .dropdown-menu {
  background-color: #583bac;
  color: #fff;
}

.dash-navbar .dropdown-menu.show {
  transform: translate(0) !important;
  position: static !important;
}

.dash-navbar .dropdown-menu .dropdown-item {
	color: #fff;
	white-space: break-spaces;
}

.dash-navbar .dropdown-menu .dropdown-item:hover {
  color: #583bac;
}

.dash-logout {
  text-align: end;
}

.dash-header .row {
  align-items: center;
}

.dash-data-box {
  border: solid 1px #4b556380;
  /* background-color: #130524; */
  background-color: #0a0017;
  padding: 35px;
  border-radius: 15px;
  transition: all 0.5s;
  /* width: 49%; */
  flex-direction: column;
  display: flex;
}

.dash-header {
  padding: 25px;
  border-bottom: solid 1px #4b556380;
  /* border-bottom: solid 1px #fff; */
  /* margin-bottom: 20px; */
}

.dash-footer {
  padding: 25px;
  border-top: solid 1px #4b556380;
}

.dashboard-data .row {
  row-gap: 24px;
}

.dashboard-data-wrapper {
  padding: 25px;
}

.dash-action {
  display: inline-block;
  color: #fff;
  padding-bottom: 8px;
  text-decoration: underline;
  width: fit-content;
}

.dash-action:hover {
  color: #9678f1;
  /* color: #222; */
}

.customer-profile-form {
  padding: 24px;
  border-radius: 20px;
  /* border: solid 1px #583bac; */
  color: #fff;
}

.customer-profile-form label {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.customer-profile-form .form-control,
.customer-profile-form .form-select {
  background: #313743;
  border: 1px solid #313743;
  border-radius: 15px;
  color: #fff;
  height: 55px;
}

form h6,
form h5,
form h4,
form h3,
form h2 {
  color: #fff;
}

form p {
  color: #b8b8b8;
}

.customer-profile-form .form-control[readonly],
.customer-profile-form .form-select:disabled {
  cursor: not-allowed;
}

.customer-profile-form .form-control::placeholder {
  color: #fff !important;
}

.customer-profile-form .row {
  row-gap: 24px;
}

.dashboard-data-wrapper .profile-page {
  border: solid 1px #4b556380;
  border-radius: 15px;
}

.dashboard-data-wrapper .table thead th {
  background-color: #583bac;
  color: #fff;
  border: none;
}

.dashboard-data-wrapper .table-striped>tbody>tr:nth-of-type(2n+1)>* {
  --bs-table-color-type: #7C8F9B;
  --bs-table-bg-type: #000002;
  border: none;
}

.dashboard-data-wrapper .table.table-striped {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
}

.dashboard-data-wrapper .table> :not(caption)>*>* {
  background-color: #282828;
  color: #7C8F9B;
  border: none;
}

.help-center-tabs {
  display: flex;
  align-items: start;
}

.help-center-tabs .nav-link {
  color: #7C8F9B;
  border: 1px solid #1D273C;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  margin-bottom: 15px;
}

.help-center-tabs .nav-link:hover {
  border-color: #583bac;
}

.help-center-tabs .nav-link.active {
  color: #fff;
  background-color: #583bac;
  border-color: #583bac;
}

.help-center-tabs .faq-box .accordion-button {
  background-color: transparent;
  border: none;
}

.help-center-tabs .accordion-item {
  border: solid 1px #4b556380 !important;
  border-radius: 10px;
  /* border: solid 1px #583bac !important; */
}

.cookies-table .table thead th {
  background-color: #583bac;
  color: #fff;
  border: none;
}

/* .cookies-table .table thead th:nth-child(2) {
  min-width: 450px;
} */

.cookies-table .table-striped>tbody>tr:nth-of-type(2n+1)>* {
  --bs-table-color-type: #7C8F9B;
  --bs-table-bg-type: #000002;
  border: none;
}

.cookies-table .table.table-striped {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 0;
}

.cookies-table .table> :not(caption)>*>* {
  background-color: #282828;
  color: #7C8F9B;
  border: none;
}

.cookies-table h4 {
  margin-bottom: 0;
}

.cookies-table th.bg-color {
  background-color: #583bac;
  --bs-table-color-type: #fff !important;
  --bs-table-bg-type: #583bac !important;
  color: #fff !important;
}

.help-desk-box {
  padding: 35px;
  border-radius: 25px;
  border: solid 1px #41444B33;
  color: #fff;
}

.help-desk-box h2,
.help-desk-box h3,
.help-desk-box h4,
.help-desk-box h5,
.help-desk-box h6 {
  color: #fff;
  margin-bottom: 16px;
}

.help-desk-box p,
.help-desk-box>a {
  color: #b8b8b8;
  margin-bottom: 16px;
  display: block;
}

.help-desk-box span {
  display: block;
  color: #b8b8b8;
}

.help-desk-box ul {
  margin-bottom: 16px;
  padding-left: 32px;
}

.help-desk-box ul li a {
  color: #b8b8b8;
  /* margin-bottom: 16px; */
  display: block;
}

.faq-box-list {
  background: #130524;
  padding: 50px;
  border-radius: 15px;
  border: 1px solid #130524;
  height: 100%;
  transition: all 0.5s;
}

.faq-box-list a {
  color: #fff;
  padding-bottom: 10px;
  display: block;
}

.faq-box-list a.head {
  font-size: 22px;
}

.faq-box-list ul {
  list-style: none;
}

.faq-box-list ul li a {
  text-decoration: underline;
}

.faq-box-list ul li a:hover {
  color: #583bac;
}

.faq-box-row {
  row-gap: 16px;
}

.faq-box-list:hover {
  border-color: #583bac;
}

.request-payout-body>* {
  color: #0D0C1B !important;
}

.copy-right-content {
  text-align: left;
  color: #b8b8b8;
}

.footer-area .footer-logo p {
  color: #999;
  line-height: 20px;
  margin-top: 16px;
  font-size: 14px;
}

.admin-banner-text h6 {
  color: #6c757d;
  /* color: #b8b8b8; */
}

.mobile-navbar {
  position: fixed;
  z-index: 9;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.scrolled .mobile-navbar {
  background: #0c1137;
}

.dash-toggle {
  min-width: 56px;
  width: 56px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, .15);
  border-radius: 8px;
  background-size: 30px;
  display: none;
}

.dash-close {
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-image: 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 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: solid 1px rgba(0, 0, 0, .15);
  border-radius: 50%;
  background-size: 12px;
  display: none;
  margin-right: 0;
  padding: 0;
}

#dash-menu-backdrop {
  z-index: -1;
}

/* new css end  */