@charset "UTF-8";

/* theme_user.css  */
/* Use this to write your custom SCSS  */


a:hover {
  --si-link-color-rgb: var(--si-link-hover-color-rgb);
  text-decoration: none;
}

/* BG Color overrides  */

.bg-al-primary {
  background-color: #ff3b3f !important;
}

.bg-al-secondary {
  background-color: #25333F !important;
}

.bg-al-tertiary {
  background-color: #5F4C78 !important;
}

.bg-al-quaternary {
  background-color: #5C747C !important;
}

.bg-al-body {
  background-color: #A2A3A5 !important;
}

/* Color overrides  */

.al-primary {
  background-color: #ff3b3f !important;
}

.al-secondary {
  background-color: #252E41 !important;
}

.al-tertiary {
  background-color: #5A5166 !important;
}

.al-quaternary {
  background-color: #5C747C !important;
}

.bg-al-body {
  background-color: #A2A3A5 !important;
}


.bg-gradient-primary {
  background: linear-gradient(90deg, #25333f 0%, #203d56 50%, #5f4c78 100%) !important;
}

.bg-gradient-secondary {
  background: linear-gradient(103deg, #120a22 100%, #0b0829 66%, #5f4c78 100%) !important;
}



/* Dark theme overrides  */

.text-dark-overide {
  color: #0b0f19 !important;
}

.text-light-overide {
  color: #fff !important;
}

.bg-al-brand {
  background-color: #ff3b3f !important;
}

.badge.text-al-brand {
  color: #ffffff !important;
}

.grid-bg-transparent {
  background-color: rgba(255,255,255,.02);
}

.overlap-top-300 {
  margin-top: -300px;
  position: relative;
}

.overlap-bottom-300 {
  margin-bottom: -300px;
  position: relative;
}

.overlap-top-250 {
  margin-top: -250px;
  position: relative;
}

.overlap-top-200 {
  margin-top: -200px;
  position: relative;
}

.overlap-bottom-200 {
  margin-bottom: 200px;
  position: relative;
}

.overlap-top-100 {
  margin-top: -100px;
  position: relative;
}

.overlap-bottom-100 {
  margin-bottom: -100%;
  position: relative;
}

.overlap-left-200 {
  margin-left: -200px !important;
  position: relative;
}

.overlap-right-300 {
  margin-left: -300px !important;
  position: relative;
}

.cm-circle-plus-red {
list-style: outside url("../img/bullets/bx-plus-circle_red.svg");
}

.cm-circle-check-red {
list-style: outside url("../img/bullets/bx-check-circle_red.svg");
}

.cm-check-red {
list-style: outside url("../img/bullets/bx-check_red.svg");
}

.cm-plus-red {
list-style: outside url("../img/bullets/bx-plus_red.svg");
}

/* Brand Button   */
.btn-al-brand {
  --si-btn-color: #fff;
  --si-btn-bg: #ff3b3f;
  --si-btn-border-color: #ff3b3f;
  --si-btn-hover-color: #fff;
  --si-btn-hover-bg: #c61317;
  --si-btn-hover-border-color: #c61317;
  --si-btn-focus-shadow-rgb: 255, 59, 63;
  --si-btn-active-color: #000;
  --si-btn-active-bg: #dd2024;
  --si-btn-active-border-color: #dd2024;
  --si-btn-active-shadow: unset;
  --si-btn-disabled-color: #000;
  --si-btn-disabled-bg: #dd2024;
  --si-btn-disabled-border-color: #dd2024;
 }

.btn-al-secondary {
   --si-btn-color: #fff;
   --si-btn-bg: #25333F;
   --si-btn-border-color: #25333F;
   --si-btn-hover-color: #fff;
   --si-btn-hover-bg: #19242e;
   --si-btn-hover-border-color: #19242e;
   --si-btn-focus-shadow-rgb: 203, 206, 214;
   --si-btn-active-color: #000;
   --si-btn-active-bg: #1f2d3b;
   --si-btn-active-border-color: #1f2d3b;
   --si-btn-active-shadow: unset;
   --si-btn-disabled-color: #000;
   --si-btn-disabled-bg: #1f2d3b;
   --si-btn-disabled-border-color: #1f2d3b;
 }

 .btn-al-tertiary {
    --si-btn-color: #fff;
    --si-btn-bg: #5F4C78;
    --si-btn-border-color: #5F4C78;
    --si-btn-hover-color: #fff;
    --si-btn-hover-bg: #4d3c63;
    --si-btn-hover-border-color: #4d3c63;
    --si-btn-focus-shadow-rgb: 203, 206, 214;
    --si-btn-active-color: #000;
    --si-btn-active-bg: #6a4f8e;
    --si-btn-active-border-color: #6a4f8e;
    --si-btn-active-shadow: unset;
    --si-btn-disabled-color: #000;
    --si-btn-disabled-bg: #6a4f8e;
    --si-btn-disabled-border-color: #6a4f8e;
  }

 .btn-prev,
 .btn-next {
    --si-carousel-nav-btn-border-radius: 50%;
    --si-carousel-nav-btn-bg: #fff;
    --si-carousel-nav-btn-color: #5F4C78;
    --si-carousel-nav-btn-box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03);
    --si-carousel-nav-btn-hover-bg: #5F4C78;
    --si-carousel-nav-btn-hover-color: #fff;
    --si-carousel-nav-btn-hover-box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(99, 102, 241, 0.9);
    --si-carousel-nav-btn-disabled-color: rgba(51, 53, 77, .5);
}


/* Background Colors   */
.bg-purple {
    background-color: #2C1C3F
}

.bg-none {
    background-color: rgba(255, 255, 255, 0%)
}


:root,
[data-bs-theme=light] {
color-scheme: light;
  --si-al-brand: #ff3b3f;
  --si-al-brand-text-emphasis: #ff3b3f;
  --si-body-font-size: 1rem;
  --si-body-font-weight: 400;
  --si-body-line-height: 2;
  --si-link-color-rgb: 99, 102, 241;
  --si-link-hover-color-rgb: 62, 65, 238;
}

[data-bs-theme=dark] {
color-scheme: dark;
  --si-al-brand: #ff3b3f;
  --si-al-brand-text-emphasis: #ff3b3f;
  --si-body-bg: #A2A3A5;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 800;
  line-height: 1.5;
  color: var(--si-heading-color);
}

.text-al-brand {
  color: #ff3b3f !important;
}

.shadow-al-brand {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 59, 63, 0.9) !important;
}

.pt-6 {
  padding-top: 3.5rem !important;
}

.pt-7 {
  padding-top: 4rem !important;
}

.pt-8 {
  padding-top: 4.5rem !important;
}

.pt-9 {
  padding-top: 5rem !important;
}

.pt-10 {
  padding-top: 5.5rem !important;
}

.pt-11 {
  padding-top: 6rem !important;
}

.pt-12 {
  padding-top: 6.5rem !important;
}

.pb-6 {
  padding-bottom: 3.5rem !important;
}

.pb-7 {
  padding-bottom: 4rem !important;
}

.pb-8 {
  padding-bottom: 4.5rem !important;
}

.pb-9 {
  padding-bottom: 5rem !important;
}

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


.pe-6 {
  padding-right: 3.5rem !important;
}

.pe-7 {
  padding-right: 4rem !important;
}

.pe-7 {
  padding-right: 4.5rem !important;
}

.pe-7 {
  padding-right: 5rem !important;
}

.pe-8 {
  padding-right: 5.5rem !important;
}


.pb-7 {
  padding-bottom: 5rem !important;
}



.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-8 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.py-9 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-10 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.mt-6 {
  margin-top: 3.5rem !important;
}

.mt-7 {
  margin-top: 3.5rem !important;
}

.mt-8 {
  margin-bottom: 4rem !important;
}

.mt-9 {
  margin-top: 4.5rem !important;
}

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

.mb-6 {
  margin-bottom: 3.5rem !important;
}

.mb-7 {
  margin-bottom: 3.5rem !important;
}

.mb-8 {
  margin-bottom: 4rem !important;
}

.mb-9 {
  margin-bottom: 4.5rem !important;
}

.mb-10 {
  margin-bottom: 5rem !important;
}


.my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-8 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-9 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-10 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important

}

.my-11 {
  margin-top: 6rem !important;
  margin-bottom: 5.5rem !important

}

.my-12 {
  margin-top: 6.5rem !important;
  margin-bottom: 5.5rem !important

}



/* portfolio box hover */
.theme-demos .portfolio-wrapper .grid-item {
  flex: 0 0 auto;
}


/* Portfolio grid */
.grid-item .portfolio-image img {
  width: 100%;
}
.portfolio-grid .work-1col li {
  width: 100%;
}


/* Portfolio modern */
.portfolio-modern .portfolio-box {
  position: relative;
  will-change: transform;
}
.portfolio-modern .portfolio-box .portfolio-hover {
  opacity: 0;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  height: auto;
  top: inherit;
  -webkit-transform: translateY(0) scale(1, 0);
  transform: translateY(0) scale(1, 0);
  transform-origin: bottom center;
}
.portfolio-modern .portfolio-box .portfolio-hover > * > * > * {
  opacity: 0;
  transition-delay: 0.25s;
  transform: translateY(15px);
}
.portfolio-modern .portfolio-box .portfolio-hover > * > * > * + * {
  opacity: 0;
  transition-delay: 0.35s;
}
.portfolio-modern .portfolio-box .portfolio-hover > * > * + * {
  opacity: 0;
  transform: translateY(15px);
  transition-delay: 0.45s;
}
.portfolio-modern .portfolio-box:hover {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.portfolio-modern .portfolio-box:hover .portfolio-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio-modern .portfolio-box:hover .portfolio-hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
  opacity: 1;
}
.portfolio-modern .portfolio-box:hover .portfolio-hover > * > * > * {
  opacity: 1;
  transform: translateY(0);
}
.portfolio-modern .portfolio-box:hover .portfolio-hover > * > * > * + * {
  opacity: 1;
}
.portfolio-modern .portfolio-box:hover .portfolio-hover > * > * + * {
  opacity: 1;
  transform: translateY(0);
}

/* Portfolio and gallery translate animation */
.portfolio-box, .gallery-box {
  overflow: hidden;
  will-change: transform;
}
.portfolio-box .move-top-bottom, .gallery-box .move-top-bottom {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
}
.portfolio-box .move-bottom-top, .gallery-box .move-bottom-top {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
}
.portfolio-box .move-left-right, .gallery-box .move-left-right {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  opacity: 0;
}
.portfolio-box .move-right-left, .gallery-box .move-right-left {
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
  opacity: 0;
}
.portfolio-box .move-bottom-top-self, .gallery-box .move-bottom-top-self {
  overflow: hidden;
}
.portfolio-box .move-bottom-top-self span, .gallery-box .move-bottom-top-self span {
  opacity: 0;
  display: block;
  will-change: transform;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.portfolio-box .move-top-bottom-self, .gallery-box .move-top-bottom-self {
  overflow: hidden;
}
.portfolio-box .move-top-bottom-self span, .gallery-box .move-top-bottom-self span {
  opacity: 0;
  display: block;
  will-change: transform;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.portfolio-box .move-left-right-self, .gallery-box .move-left-right-self {
  overflow: hidden;
}
.portfolio-box .move-left-right-self span, .gallery-box .move-left-right-self span {
  opacity: 0;
  display: block;
  will-change: transform;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.portfolio-box .move-right-left-self, .gallery-box .move-right-left-self {
  overflow: hidden;
}
.portfolio-box .move-right-left-self span, .gallery-box .move-right-left-self span {
  opacity: 0;
  display: block;
  will-change: transform;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
  transition: all 0.5s cubic-bezier(0.37, 0.31, 0.2, 0.85);
}
.portfolio-box .portfolio-hover, .gallery-box .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.portfolio-box .portfolio-image, .gallery-box .portfolio-image {
  position: relative;
  overflow: hidden;
}
.portfolio-box:hover .move-top-bottom, .gallery-box:hover .move-top-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.portfolio-box:hover .move-bottom-top, .gallery-box:hover .move-bottom-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.portfolio-box:hover .move-left-right, .gallery-box:hover .move-left-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.portfolio-box:hover .move-right-left, .gallery-box:hover .move-right-left {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.portfolio-box:hover .move-bottom-top-self span, .gallery-box:hover .move-bottom-top-self span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.portfolio-box:hover .move-top-bottom-self span, .gallery-box:hover .move-top-bottom-self span {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio-box:hover .move-left-right-self span, .gallery-box:hover .move-left-right-self span {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.portfolio-box:hover .move-right-left-self span, .gallery-box:hover .move-right-left-self span {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.portfolio-box:hover .portfolio-hover, .gallery-box:hover .portfolio-hover {
  opacity: 1;
}

.shop-modern .grid-item .shop-box .shop-image {
  overflow: hidden;
}
.shop-modern .grid-item .shop-box .shop-image img {
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shop-modern .grid-item .shop-box .shop-image .shop-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover {
  position: absolute;
  top: 20px;
  width: auto;
  right: 12px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover ul {
  padding: 0;
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li {
  display: block;
  width: auto;
  margin: 0 0 8px;
  padding: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(2) {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li:nth-child(3) {
  -webkit-transition-delay: 75ms;
  transition-delay: 75ms;
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li :nth-child(4) {
  -webkit-transition-delay: 1ms;
  transition-delay: 1ms;
}
.shop-modern .grid-item .shop-box .shop-image .shop-hover ul li a:hover {
  background-color: var(--base-color);
}
.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
  text-align: center;
}
.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap .btn {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-modern .grid-item .shop-box .shop-image .shop-buttons-wrap .btn.btn-large {
  padding: 8px 20px;
}
.shop-modern .grid-item .shop-box .shop-footer del {
  margin-right: 8px;
}
.shop-modern .grid-item .shop-box:hover .shop-image img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.shop-modern .grid-item .shop-box:hover .shop-image .shop-buttons-wrap .btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.shop-modern .grid-item .shop-box:hover .shop-image .shop-overlay {
  opacity: 1;
}
.shop-modern .grid-item .shop-box:hover .shop-image .shop-hover {
  opacity: 1;
  top: 20px;
}
.shop-modern .grid-item .shop-box:hover .shop-image .shop-hover ul li {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}


/* Transition */
.transition {
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}
.transition-inner-all * {
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}
.no-transition {
  -webkit-transition: 0s;
  transition: 0s;
}

.bg-hero-main {
    background-image: url('../img/backgrounds/bg-hero-002.jpg'), url('http://activelogic.test/assets/img/backgrounds/lines/super_atomic.png');
    background-position: center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;

}


.card-alt {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 0);
  background-clip: border-box;
}

.card-hover-alt {
  transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.card-hover-alt.shadow-sm:hover, .card-hover-alt.shadow:hover, .card-hover-alt:hover {
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(255, 255, 255, 0.073) !important;
}

.card-hover-alt .border-top,
.card-hover-alt .border-end,
.card-hover-alt .border-bottom,
.card-hover-alt .border-start {
  transition: border-color 0.2s ease-in-out;
}
.card-hover-alt .bg-secondary {
  transition: background-color 0.2s ease-in-out;
}
.card-hover-alt:hover {
  background-color: rgba(255, 255, 255, .06); !important;
  border-color: rgba(255, 255, 255, 0) !important;
}
.card-hover-alt:hover .card-title {
  color: #fff;
}
.card-hover-alt:hover .card-body {
  color: rgba(255, 255, 255, 0.7);
}
.card-hover-alt:hover .text-muted {
  color: rgba(255, 255, 255, 0.5) !important;
}
.card-hover-alt:hover .text-primary {
  color: #fff !important;
}

.card-hover-alt:hover .bg-secondary {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.card-hover-alt:hover h1,
.card-hover-alt:hover .h1,
.card-hover-alt:hover h2,
.card-hover-alt:hover .h2,
.card-hover-alt:hover h3,
.card-hover-alt:hover .h3,
.card-hover-alt:hover h4,
.card-hover-alt:hover .h4,
.card-hover-alt:hover h5,
.card-hover-alt:hover .h5,
.card-hover-alt:hover h6,
.card-hover-alt:hover .h6 {
  color: #fff !important;
}
.card-hover-alt:hover h1 > a,
.card-hover-alt:hover .h1 > a,
.card-hover-alt:hover h2 > a,
.card-hover-alt:hover .h2 > a,
.card-hover-alt:hover h3 > a,
.card-hover-alt:hover .h3 > a,
.card-hover-alt:hover h4 > a,
.card-hover-alt:hover .h4 > a,
.card-hover-alt:hover h5 > a,
.card-hover-alt:hover .h5 > a,
.card-hover-alt:hover h6 > a,
.card-hover-alt:hover .h6 > a {
  color: #fff !important;
}
.card-hover-alt:hover .text-dark:not(.badge.bg-white) {
  color: #fff !important;
}
.card-hover-alt:hover .text-nav:not(.badge.bg-white) {
  color: rgba(255, 255, 255, 0.85) !important;
}


.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}
[data-bs-theme="dark"] .page-loading {
    background-color: #0b0f19;
}
.page-loading.active {
    opacity: 1;
    visibility: visible;
}
.page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
}
.page-loading.active > .page-loading-inner {
    opacity: 1;
}
.page-loading-inner > span {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    color: #9397ad;
}
[data-bs-theme="dark"] .page-loading-inner > span {
    color: #fff;
    opacity: .6;
}
.page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    border: .15em solid #b4b7c9;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
}
[data-bs-theme="dark"] .page-spinner {
    border-color: rgba(255, 255, 255, .4);
    border-right-color: transparent;
}
@-webkit-keyframes spinner {
		100% {
		  -webkit-transform: rotate(360deg);
		  transform: rotate(360deg);
		}
	  }
@keyframes spinner {
		100% {
		  -webkit-transform: rotate(360deg);
		  transform: rotate(360deg);
		}
	  }

#insight-content ul li{
    list-style:outside ;

}









