/*----------------------------------------------------
@File: Default Styles

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Spider Elements

@Default Styles
Table of Content:
01/ Hotspot
02/ Box_Hover
03/ Image_Hover
04/ Flip_Box
05/ Image_Slides
06/ Feature_Box
07/ Business_Hours
08/ Marquee_Slider
09/ Stacked_Image
10/ Skill_Showcase
10/ Accordion_Article


=====================================================================*/
/*====== .sp_box_hover ====*/
.sp_box_hover.variation_one {
  background: #c10291;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 200px;
  text-decoration: none;
}
.sp_box_hover.variation_one:hover {
  text-decoration: none;
}
.sp_box_hover.variation_one.image_right .box_img {
  right: 0;
}
.sp_box_hover.variation_one.image_right .box_hover_content {
  padding-right: 120px;
  text-align: left;
  justify-content: start;
}
.sp_box_hover.variation_one.image_right:hover .box_img {
  right: -30px;
}
.sp_box_hover.variation_one.image_left .box_img {
  left: 0;
}
.sp_box_hover.variation_one.image_left .box_hover_content {
  padding-left: 120px;
  text-align: right;
  justify-content: end;
}
.sp_box_hover.variation_one.image_left .box_hover_content .text_top {
  justify-content: end;
}
.sp_box_hover.variation_one.image_left .box_hover_content .text_two {
  justify-content: end;
}
.sp_box_hover.variation_one.image_left:hover .box_img {
  left: -30px;
}
.sp_box_hover.variation_one .box_img {
  position: absolute;
  bottom: -20px;
  width: 120px;
  height: 190px;
  align-items: flex-end;
  display: flex;
  transition: all 0.3s linear;
  box-shadow: 0px 25px 10px 0px rgba(0, 0, 0, 0.1255);
}
.sp_box_hover.variation_one .box_img img {
  object-fit: cover;
  height: 100%;
}
.sp_box_hover.variation_one:hover {
  text-decoration: none !important;
}
.sp_box_hover.variation_one:hover .box_img {
  bottom: -22px;
  z-index: 0;
  opacity: 0.45;
  box-shadow: 0px 35px 20px 0px rgba(0, 0, 0, 0.3255);
}
.sp_box_hover.variation_one:hover .box_hover_content .text_top {
  transform: translateY(-100%);
  opacity: 0;
}
.sp_box_hover.variation_one:hover .box_hover_content .text_two {
  transform: translateY(-100%);
  opacity: 1;
}
.sp_box_hover.variation_one .box_hover_content {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
}
.sp_box_hover.variation_one .box_hover_content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.sp_box_hover.variation_one .box_hover_content p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
  text-decoration: none;
}
.sp_box_hover.variation_one .box_hover_content .text_top {
  display: flex;
  width: 100%;
  flex: 100%;
  align-items: flex-end;
  height: 100%;
  transition: all 1s;
}
.sp_box_hover.variation_one .box_hover_content .text_two {
  transform: translateY(100%);
  flex: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 1s, opacity 0.5s;
  opacity: 0;
}
.sp_box_hover.variation_two {
  position: relative;
  display: block;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  padding: 0 22px 40px 22px;
  border-radius: 16px;
  background: #43345d;
}
.sp_box_hover.variation_two:hover {
  text-decoration: none !important;
}
.sp_box_hover.variation_two:hover .box_hover_content .text_top {
  transform: translateY(0);
}
.sp_box_hover.variation_two:hover .box_hover_content .text_two {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s linear 0s, opacity 0.7s linear 0.2s;
}
.sp_box_hover.variation_two:hover .box_img {
  transform: translateY(-80px);
}
.sp_box_hover.variation_two .box_img {
  margin: auto;
  padding: 20px;
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  z-index: 4;
  transform: translateY(-55px);
  margin-bottom: -80px;
  transition: all 0.3s linear;
}
.sp_box_hover.variation_two .box_img img {
  max-width: 100%;
  max-height: 100%;
}
.sp_box_hover.variation_two .box_hover_content {
  text-align: center;
}
.sp_box_hover.variation_two .box_hover_content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  padding-top: 10px;
}
.sp_box_hover.variation_two .box_hover_content p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  padding-top: 5px;
}
.sp_box_hover.variation_two .box_hover_content .text_top {
  transform: translateY(25px);
  transition: all 0.3s linear;
}
.sp_box_hover.variation_two .box_hover_content .text_two {
  opacity: 0;
  transform: translateY(-120%);
  transition: all 0.5s linear 0s, opacity 0.3s linear 0s;
}

.spe-business-hours {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.spe-business-hours .bdt-ep-business-hours-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.spe-business-hours .bdt-ep-business-hours-header .bdt-ep-business-hours-current-time {
  font-size: 18px;
  font-weight: bold;
}
.spe-business-hours .bdt-ep-business-hours-header .bdt-ep-business-hours-current-date {
  font-size: 14px;
  color: #777;
}
.spe-business-hours .bdt-ep-business-hours-inner .elementor-repeater-item-44789ee {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.spe-business-hours .bdt-ep-business-hours-inner .elementor-repeater-item-44789ee .bdt-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.spe-business-hours .bdt-ep-business-hours-inner .elementor-repeater-item-44789ee .bdt-inner .bdt-business-day {
  font-weight: bold;
  font-size: 16px;
}
.spe-business-hours .bdt-ep-business-hours-inner .elementor-repeater-item-44789ee .bdt-inner .bdt-business-time {
  font-size: 14px;
  color: #444;
}
.spe-business-hours .bdt-ep-business-hours-inner .elementor-repeater-item-44789ee .bdt-inner .bdt-business-time .inner-heading-time {
  display: flex;
  align-items: center;
}
.spe-business-hours .bdt-ep-business-hours-inner .elementor-repeater-item-44789ee .bdt-inner .bdt-business-time .inner-heading-time .dynamic-separator {
  margin: 0 5px;
}
.spe-business-hours .bdt-ep-business-hours-inner .elementor-repeater-item-44789ee .bdt-inner .bdt-business-day-off {
  font-weight: bold;
  font-size: 16px;
  color: #d9534f;
}
.spe-business-hours .bdt-ep-business-hours-inner .elementor-repeater-item-44789ee .bdt-inner .bdt-business-time-off {
  font-size: 14px;
  color: #d9534f;
}
.spe-business-hours .bdt-ep-business-hours-inner .elementor-repeater-item-a718456 {
  background-color: #f8f8f8;
}
.spe-business-hours .bdt-live-status .bdt-alert {
  padding: 10px;
  background-color: #d9534f;
  color: #fff;
  border-radius: 4px;
}
.spe-business-hours .bdt-live-status .bdt-alert .bdt-alert-close {
  margin-left: 10px;
  cursor: pointer;
}

.spe_features_box_item {
  place-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  padding: 40px 40px 80px;
  background: radial-gradient(53.8% 63.1% at 50% 100%, #c499e6 0%, rgba(255, 255, 255, 0.4) 100%);
  border-radius: 20px;
  position: relative;
  will-change: transform;
  z-index: 4;
}
.spe_features_box_item .feature_img {
  margin-bottom: -80px;
  right: -50px;
  top: 50px;
  transform: perspective(1200px);
  position: relative;
}
.spe_features_box_item .feature_img:before {
  left: -4px;
}
.spe_features_box_item .feature_img:after {
  right: -4px;
}
.spe_features_box_item .feature_img img {
  border-radius: 25px;
}
.spe_features_box_item .features_box_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 0.3s;
}
.spe_features_box_item .features_box_layer:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background: radial-gradient(75% 100% at 100% -3.8%, rgba(153, 0, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  transition: opacity 0.3s linear;
}
.spe_features_box_item .features_box_layer .icon {
  width: fit-content;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  background: #999;
  color: #fff;
  margin-left: auto;
  margin-top: 50px;
  margin-right: 45px;
  padding: 4px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spe_features_box_item .features_box_layer .icon i {
  font-size: 20px;
}
.spe_features_box_item .features_box_layer:hover {
  text-decoration: none;
}
.spe_features_box_item .features_box_layer:hover:before {
  opacity: 1;
}
.spe_features_box_item .features_box_layer:hover .icon {
  transform: translateX(10px);
  background: purple;
}
.spe_features_box_item .spe_feature_content {
  max-width: 400px;
}
.spe_features_box_item .spe_fe_title {
  font-size: 24px;
  font-weight: 600;
}
.spe_features_box_item p {
  font-size: 16px;
  font-weight: 400;
}
.spe_features_box_item .feature_head {
  position: relative;
  padding: 10px 0px;
  border: 1px solid #0099ff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 25px 0px;
}
.spe_features_box_item .feature_head span {
  opacity: 0;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-style: normal;
}
.spe_features_box_item .feature_head span.is-visible {
  position: relative;
  opacity: 1;
}

.spe_flip_box_inner {
  position: relative;
}
.spe_flip_box_inner .flip_overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0;
  transition: all 0.8s linear 0.1s;
}
.spe_flip_box_inner .flip_button {
  position: absolute;
  background-color: rgba(255, 255, 240, 0);
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 1;
  padding: 0;
  border: 0;
}
.spe_flip_box_inner .flip_button:hover {
  opacity: 0.8;
}
.spe_flip_box_inner .front_face {
  padding: 70px 40px;
  background: #fff;
  box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
  position: relative;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  backface-visibility: hidden;
  border-radius: 20px;
  display: block;
  align-items: center;
}
.spe_flip_box_inner .front_face .title-icon {
  font-size: 30px;
  margin-bottom: 15px;
}
.spe_flip_box_inner .front_face .title {
  font-size: 45px;
  line-height: 1.08349;
  font-weight: 700;
  letter-spacing: -0.003em;
  margin-bottom: 30px;
}
.spe_flip_box_inner .back_face {
  padding: 80px 60px;
  background: #fff;
  transition-property: transform;
  transition-duration: 0.8s;
  transition-timing-function: ease-in-out;
  backface-visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transform: rotateX(-180deg);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spe_flip_box_inner .back_face_content {
  max-width: 400px;
}
.spe_flip_box_inner .back_face_content h3 {
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.spe_flip_box_inner .back_face_content p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5019607843);
}
.spe_flip_box_inner .image-column {
  flex: 1;
}
.spe_flip_box_inner .flip_button_close, .spe_flip_box_inner .icon {
  position: absolute;
  background: #000;
  color: #fff;
  width: 38px;
  height: 38px;
  right: 22px;
  bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.spe_flip_box_inner .flip_button_close:hover, .spe_flip_box_inner .icon:hover {
  opacity: 0.8;
}
.spe_flip_box_inner.flip .flip_overlay {
  visibility: visible;
  transition-timing-function: ease-out;
  opacity: 0.8;
  z-index: 999;
}
.spe_flip_box_inner.flip .back_face, .spe_flip_box_inner.flip .front_face {
  z-index: 9999;
}
.spe_flip_box_inner.vertical .front_face {
  transform: rotateX(0deg);
}
.spe_flip_box_inner.vertical .back_face {
  transform: rotateX(180deg);
}
.spe_flip_box_inner.vertical.flip .front_face {
  transform: rotateX(180deg);
}
.spe_flip_box_inner.vertical.flip .back_face {
  transform: rotateX(0deg);
  visibility: visible;
}
.spe_flip_box_inner.horizontal .front_face {
  transform: rotateY(0deg);
}
.spe_flip_box_inner.horizontal .back_face {
  transform: rotateY(180deg);
}
.spe_flip_box_inner.horizontal.flip .front_face {
  transform: rotateY(180deg);
}
.spe_flip_box_inner.horizontal.flip .back_face {
  transform: rotateY(0deg);
  visibility: visible;
}

.hotspot_list .hotspot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  border: 0px solid #7a7a7a;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.51);
  color: #e2498a;
  text-align: center;
  overflow: hidden;
}
.hotspot_list .hotspot img {
  height: 100%;
  width: 100%;
}
.hotspot_list.no .hotspot {
  transform: scale(1);
}
.hotspot_list.yes .hotspot {
  transform: scale(0);
  animation-duration: 20s;
  animation-segments: 5;
  --size: 30rem;
  transition: all 0.3s ease-in-out;
}
.hotspot_list.yes .hotspot.active {
  animation-name: scale;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: calc(var(--animation-duration) / var(--animation-segments) * var(--animation-order));
}

@keyframes scale {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  2% {
    transform: scale(1) translate(-10%, -20%);
  }
  3%, 17% {
    opacity: 1;
    transform: scale(1) translate(-10%, -20%);
  }
  18% {
    transform: scale(0);
  }
  20%, 100% {
    transform: scale(0);
    opacity: 0;
  }
}
.spel_image_hover {
  /*============ Hover Layout 01 ============= */
  /*============ Hover Layout 02 ============= */
  /*============ Hover Layout 03 ============= */
  /*============ Hover Layout 04 ============= */
}
.spel_image_hover.style_one {
  position: relative;
  overflow: hidden;
  margin: 10px;
  max-width: 100%;
  width: 100%;
  padding: 0 !important;
  background: #000000;
  text-align: left;
  color: #fff;
}
.spel_image_hover.style_one img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.spel_image_hover.style_one figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 3em;
  width: 100%;
  height: 100%;
  text-align: left;
}
.spel_image_hover.style_one figcaption:before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 100%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  content: "";
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.spel_image_hover.style_one figcaption h3, .spel_image_hover.style_one figcaption p {
  margin: 0 0 5px;
  opacity: 0;
  transition: opacity 0.35s, -webkit-transform 0.35s, -moz-transform 0.35s;
  color: #fff;
}
.spel_image_hover.style_one figcaption h3 {
  word-spacing: -0.15em;
  font-weight: 500;
  transform: translate3d(30%, 0%, 0);
  transition-delay: 0.3s;
}
.spel_image_hover.style_one figcaption p {
  font-weight: 400;
  transform: translate3d(0%, 30%, 0);
  transition-delay: 0s;
}
.spel_image_hover.style_one figcaption a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: #ffffff;
}
.spel_image_hover.style_one:hover figcaption:before {
  background: rgba(255, 255, 255, 0);
  left: 30px;
  opacity: 1;
  transition-delay: 0s;
}
.spel_image_hover.style_one:hover img {
  opacity: 0.4;
}
.spel_image_hover.style_one:hover h3 {
  opacity: 1;
  transform: translate3d(0%, 0%, 0);
  transition-delay: 0.4s;
}
.spel_image_hover.style_one:hover p {
  opacity: 0.9;
  transform: translate3d(0%, 0%, 0);
  transition-delay: 0.6s;
}
.spel_image_hover.style_two {
  position: relative;
  overflow: hidden;
  margin: 10px;
  max-width: 100%;
  width: 100%;
  padding: 0 !important;
  background: #000000;
  text-align: left;
}
.spel_image_hover.style_two::after {
  content: "";
  width: 0;
  height: 0;
}
.spel_image_hover.style_two:after {
  position: absolute;
  bottom: 47%;
  right: 39%;
  border-style: solid;
  border-width: 143px 120px 0 120px;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.spel_image_hover.style_two * {
  transition: all 0.35s ease;
}
.spel_image_hover.style_two figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  padding: 30px 0 30px 10px;
  background-color: #ffffff;
  width: 40%;
  transform: translateX(150%);
  margin-top: 0 !important;
  text-align: right;
}
.spel_image_hover.style_two figcaption:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  border-style: solid;
  border-width: 137px 120px 125px 0;
  border-color: transparent #ffffff transparent transparent;
}
.spel_image_hover.style_two figcaption h3, .spel_image_hover.style_two figcaption p {
  transform: translateX(-30px);
}
.spel_image_hover.style_two figcaption h3 {
  line-height: 1.1em;
  font-weight: 900;
  font-size: 1.6em;
}
.spel_image_hover.style_two figcaption p {
  font-size: 0.9em;
  margin-bottom: 0;
}
.spel_image_hover.style_two:hover::after {
  transform: translateX(0);
  opacity: 1;
}
.spel_image_hover.style_two:hover figcaption {
  transform: translateX(0);
  opacity: 1;
}
.spel_image_hover.style_three {
  background: #e8c63d;
  border: 5px white solid;
  height: 310px;
  margin: 10px auto;
  -moz-perspective: 1500;
  -webkit-perspective: 1500;
  perspective: 1500;
  position: relative;
  width: 410px;
}
.spel_image_hover.style_three .text {
  opacity: 0;
  visibility: hidden;
  padding: 0 40px;
}
.spel_image_hover.style_three h3 {
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
}
.spel_image_hover.style_three p {
  margin-bottom: 0;
}
.spel_image_hover.style_three .top {
  height: 50%;
  transition: all 0.5s ease-out;
  transform: rotateX(0deg);
  transform-origin: 0 100%;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
.spel_image_hover.style_three .top .face {
  backface-visibility: hidden;
  position: absolute;
}
.spel_image_hover.style_three .front {
  height: 100%;
  width: 100%;
}
.spel_image_hover.style_three .back {
  background: #e8c63d;
  height: 100%;
  padding: 0 40px;
  transform: rotateX(180deg);
  width: 100%;
  transition: all 0.5s ease-out;
}
.spel_image_hover.style_three .bottom {
  height: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
  background-position: bottom;
}
.spel_image_hover.style_three:hover .text {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s linear 0.25s;
  position: relative;
  z-index: 2;
}
.spel_image_hover.style_three:hover .top {
  transform: rotateX(-180deg);
}
.spel_image_hover.style_three:hover .top .back.face {
  backface-visibility: visible;
}
.spel_image_hover.style_four {
  transform: skew(-10deg);
  transition: 0.25s;
}
.spel_image_hover.style_four:before {
  content: "";
  left: 0;
  top: 0;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  border-radius: 40px;
  opacity: 0;
  border: 2px solid #ece9e6;
  position: absolute;
  z-index: -1;
  transition: 0.5s 0.05s;
}
.spel_image_hover.style_four .card {
  background-color: #373f51;
  background-blend-mode: screen;
  transition: 0.25s;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
.spel_image_hover.style_four .card .icon {
  position: absolute;
  bottom: -1rem;
  right: 3rem;
  border-radius: 100%;
  padding: 1rem;
  font-size: 1.5rem;
  color: #373f51;
  z-index: 1;
  transform: skew(10deg) translateY(50%);
  text-align: center;
  transition: 0.25s;
  cursor: pointer;
}
.spel_image_hover.style_four:hover {
  transform: translateX(-1rem) translateY(-1rem) skew(-10deg);
}
.spel_image_hover.style_four:hover::before {
  opacity: 1;
  transform: translateY(1.5rem) translateX(1.5rem);
}
.spel_image_hover.style_four:hover .card {
  box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.spel_image_hover.style_four:hover .card .icon {
  bottom: 4rem;
  background-color: rgba(255, 255, 255, 0.8);
}

.spe_slider_inner {
  margin-bottom: 0 !important;
}
.spe_slider_inner .spe_slider_item {
  position: relative;
}
.spe_slider_inner .spe_slider_item img {
  width: 100%;
  height: 100%;
}
.spe_slider_inner .spe_slider_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9) 95%);
  padding: 20px 25px 0 25px;
}
@media (max-width: 767px) {
  .spe_slider_inner .spe_slider_content {
    padding-left: 0;
    padding-right: 5px;
  }
}
.spe_slider_inner .spe_slider_content .content_arrow {
  top: -1px;
  align-self: flex-start;
  position: absolute;
  right: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.spe_slider_inner .spe_slider_content .content_arrow.show i {
  transform: rotate(0deg);
}
.spe_slider_inner .spe_slider_content .content_arrow:hover {
  border-color: #fff;
}
.spe_slider_inner .spe_slider_content .content_arrow i {
  display: block;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.spe_slider_inner .spe_slider_content .position-relative {
  position: relative;
}
.spe_slider_inner .spe_slider_content h3,
.spe_slider_inner .spe_slider_content p {
  color: #fff;
}
.spe_slider_inner .spe_slider_content h3 {
  font-size: 26px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .spe_slider_inner .spe_slider_content h3 {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.spe_slider_inner .spe_slider_content p {
  display: none;
}
@media (max-width: 767px) {
  .spe_slider_inner .spe_slider_content p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 20px;
  }
}
.spe_slider_inner .spe_slider_content.show p {
  display: block;
}

.spe_slider_nav .right_arrow,
.spe_slider_nav .left_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: #fff;
  border: 2px solid transparent;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
  border-radius: 5px;
  background-color: rgba(0, 8, 33, 0.45);
}
.spe_slider_nav .right_arrow:hover,
.spe_slider_nav .left_arrow:hover {
  border-color: #fff;
}
@media (max-width: 767px) {
  .spe_slider_nav .right_arrow,
  .spe_slider_nav .left_arrow {
    display: none !important;
  }
}
.spe_slider_nav .right_arrow.slick-disabled,
.spe_slider_nav .left_arrow.slick-disabled {
  display: none !important;
}
.spe_slider_nav .left_arrow {
  left: 10px;
}
.spe_slider_nav .right_arrow {
  right: 10px;
}

.slider-dots-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider-dots-box .slider-dots {
  list-style: none;
  display: flex;
  justify-content: center;
}
.slider-dots-box .slider-dots li {
  margin: 0px 5px;
}
.slider-dots-box .slider-dots li button {
  width: 150px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4);
  position: relative;
  border: 0px;
  box-shadow: none;
  padding: 0px;
}
.slider-dots-box .slider-dots li button .inProgress {
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.buttons_control {
  background: rgb(0, 0, 0);
  display: flex;
  padding: 5px;
}
.buttons_control .pagingInfo {
  width: calc(100% - 120px);
  height: 50px;
  padding: 18px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.spe_slider_btn {
  text-align: center;
  display: block;
  color: #fff;
  transition: all 0.2s;
  padding: 0px 5px;
  border: 0px;
  box-shadow: none;
  border-radius: 4px;
  background: linear-gradient(to right, rgb(0, 165, 255) 0%, rgb(0, 165, 255) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%) 0% 0%/200%;
  transition: background-position 800ms cubic-bezier(0.43, 0, 0.09, 1) 0s;
}
.spe_slider_btn.clicked {
  background-position: right center;
  transition: background-position 800ms cubic-bezier(0.91, 0, 0.57, 1) 0s;
}
.spe_slider_btn:focus {
  outline: none;
  box-shadow: none;
}
.spe_slider_btn:hover {
  box-shadow: 0 0 0 2px #fff inset;
}
.spe_slider_btn.pause .one {
  display: block;
}
.spe_slider_btn.pause .two {
  display: none;
}
.spe_slider_btn.play .one {
  display: none;
}
.spe_slider_btn.play .two {
  display: block;
}

.spe_slider_nav_two {
  display: flex;
  align-items: center;
}
.spe_slider_nav_two .spe_slider_btn {
  width: 40px;
  display: inline-block;
  margin: 0px 5px;
  border-radius: 50%;
  height: 40px;
  color: #fff;
  background: #5a5c5f;
}
.spe_slider_nav_two .spe_slider_btn:hover {
  background: linear-gradient(to right, rgb(0, 165, 255) 0%, rgb(0, 165, 255) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%) 0% 0%/200%;
  border-color: linear-gradient(to right, rgb(0, 165, 255) 0%, rgb(0, 165, 255) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%) 0% 0%/200%;
}

.pagingInfo_two {
  border-radius: 45px;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  background: #5a5c5f;
  line-height: 20px;
  letter-spacing: 2px;
  position: absolute;
  top: 30px;
  left: 30px;
}

.buttons_control_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px;
}

.spe_slider_nav_two {
  position: absolute;
  right: 30px;
  top: 30px;
}
.spe_slider_nav_two .slick-arrow {
  width: 40px;
  display: inline-block;
  height: 40px;
  color: #fff;
  background: #5a5c5f;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.spe_slider_nav_two .slick-arrow:hover {
  background: linear-gradient(to right, rgb(0, 165, 255) 0%, rgb(0, 165, 255) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%) 0% 0%/200%;
}

.slider-progress {
  width: 100%;
  height: 4px;
  background: transparent;
  position: absolute;
  top: 0;
}
.slider-progress .slider_progress_bar {
  width: 0px;
  height: 100%;
  background: #f94449;
  transition: all 0s linear;
}
.slider-progress .slider_progress_bar.active {
  width: 100%;
}

.spe_slider_inner.slider_two .spe_slider_content p {
  display: block;
}

.spe_slider_inner.slider_two .spe_slider_content {
  padding: 20px 30px;
}

.spel-marquee {
  /*==== Marquee 01 ====*/
  /*==== Marquee 02 ====*/
  /*==== Marquee 03 ====*/
}
.spel-marquee.marquee-slider-one {
  position: relative;
  overflow: hidden;
}
.spel-marquee.marquee-slider-one:hover .marquee_item {
  opacity: 0.5;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.spel-marquee.marquee-slider-one:hover .marquee_item:hover {
  opacity: 1;
  transform: scale(1.05);
}
.spel-marquee.marquee-slider-one .marquee-inner {
  display: flex;
  flex-wrap: wrap;
}
.spel-marquee.marquee-slider-one .marquee-inner .slide-row {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
}
.spel-marquee.marquee-slider-one .marquee-inner .slide-row.right-slide {
  direction: rtl;
}
.spel-marquee.marquee-slider-one .marquee-inner .slide-row.right-slide .slide {
  direction: ltr;
}
.spel-marquee.marquee-slider-one .marquee-inner .slide-row.left-slide {
  direction: ltr;
}
.spel-marquee.marquee-slider-one .marquee-inner .slide {
  width: auto;
  display: inline-block;
  padding: 1rem;
}
.spel-marquee.marquee-slider-one .marquee-inner .slide .marquee_item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  display: flex;
  align-items: center;
  min-width: 280px;
  padding: 12px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.spel-marquee.marquee-slider-one .marquee-inner .slide .marquee_item img {
  margin-right: 10px;
  max-width: 60px;
}
.spel-marquee.marquee-slider-one .marquee-inner .slide .marquee_item .contents .title {
  font-size: 20px;
  color: #41454d;
  margin-bottom: 0;
}
.spel-marquee.marquee-slider-one .marquee-inner .slide .marquee_item .contents .title i {
  margin-left: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.spel-marquee.marquee-slider-one .marquee-inner .slide .marquee_item .contents .desc {
  font-size: 14px;
  color: #41454d;
  margin-bottom: 0;
}
.spel-marquee.marquee-slider-one .marquee-inner .slide .marquee_item:hover {
  opacity: 1;
}
.spel-marquee.marquee-slider-one .marquee-inner .slide .marquee_item:hover .contents .title i {
  opacity: 1;
}
.spel-marquee.marquee-slider-two .marquee-inner .slide-row {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.spel-marquee.marquee-slider-two .marquee-inner .slide-row.left-to-right {
  direction: ltr;
}
.spel-marquee.marquee-slider-two .marquee-inner .slide-row.right-to-left {
  direction: rtl;
}
.spel-marquee.marquee-slider-three {
  width: 100%;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.spel-marquee.marquee-slider-three .marquee_inner .slide {
  width: auto;
  display: inline-block;
  padding: 1rem;
}
.spel-marquee.marquee-slider-three .marquee_inner .slide .marquee_item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  text-decoration: none;
}
.spel-marquee.marquee-slider-three .marquee_inner .slide .marquee_item img {
  max-width: 40px;
}
.spel-marquee.marquee-slider-three .marquee_inner .slide .marquee_item .title {
  margin: 0;
}

@keyframes blinkwithopacity {
  0% {
    transform: scale(0);
    opacity: 0.2;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0.2;
  }
}
.skill-showcase {
  position: relative;
  height: 472px;
}
.skill-showcase span {
  position: absolute;
  color: var(--e-global-color-accent);
  font-size: 22px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  animation: blinkwithopacity 5s ease-in-out infinite;
}
.skill-showcase span.small {
  font-size: 16px;
  animation-duration: 6s;
}
.skill-showcase span.big {
  font-size: 24px;
  animation-duration: 4s;
}
.skill-showcase span:nth-child(1) {
  top: 10%;
  left: 51%;
}
.skill-showcase span:nth-child(2) {
  top: 25%;
  left: 25%;
  animation-delay: 0.4s;
}
.skill-showcase span:nth-child(3) {
  top: 25%;
  left: 85%;
  animation-delay: 2s;
}
.skill-showcase span:nth-child(4) {
  top: 25%;
  left: 59%;
  animation-delay: 1s;
}
.skill-showcase span:nth-child(5) {
  top: 39%;
  left: 5%;
  animation-delay: 2.2s;
}
.skill-showcase span:nth-child(6) {
  top: 40%;
  left: 25%;
}
.skill-showcase span:nth-child(7) {
  top: 39%;
  left: 55%;
  animation-delay: 2s;
}
.skill-showcase span:nth-child(8) {
  top: 43%;
  left: 75%;
  animation-delay: 0.9s;
}
.skill-showcase span:nth-child(9) {
  top: 53%;
  left: 83%;
}
.skill-showcase span:nth-child(10) {
  top: 52%;
  left: 34%;
  animation-delay: 1.9s;
}
.skill-showcase span:nth-child(11) {
  top: 55%;
  left: 61%;
  animation-delay: 0.8s;
}
.skill-showcase span:nth-child(12) {
  top: 56%;
  left: 95%;
}
.skill-showcase span:nth-child(13) {
  top: 57%;
  left: 11%;
  animation-delay: 1.9s;
}
.skill-showcase span:nth-child(14) {
  top: 64%;
  left: 47%;
  animation-delay: 0.7s;
}
.skill-showcase span:nth-child(15) {
  top: 74%;
  left: 16%;
  animation-delay: 1.1s;
}
.skill-showcase span:nth-child(16) {
  top: 69%;
  left: 35%;
}
.skill-showcase span:nth-child(17) {
  top: 69%;
  animation-delay: 1.9s;
  left: 86%;
}
.skill-showcase span:nth-child(18) {
  top: 85%;
  left: 75%;
  animation-delay: 0.8s;
}
.skill-showcase span:nth-child(19) {
  top: 85%;
  left: 13%;
}
.skill-showcase span:nth-child(20) {
  top: 81%;
  animation-delay: 2s;
  left: 48%;
}

.spel_stack_image {
  display: inline-block;
  overflow: hidden;
}
.spel_stack_image .stack_image {
  padding: 0 !important;
}

.stack_scroll .stack_image_scroll img {
  width: auto;
}

figure.stack_image {
  display: grid;
  position: relative;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  overflow: hidden;
}
figure.stack_image.img-position-left {
  margin: 0 0 !important;
}
figure.stack_image.img-position-center {
  margin: 0 auto !important;
}
figure.stack_image.img-position-right {
  margin: 0 auto 0 0 !important;
}
figure.stack_image img {
  grid-row: 1/span 1;
  grid-column: 1/span 1;
  animation-name: stateimage;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
figure.stack_image img:first-child {
  animation-delay: -17000ms;
}
figure.stack_image img:nth-child(2) {
  animation-delay: -15000ms;
}
figure.stack_image img:nth-child(3) {
  animation-delay: -13000ms;
}
figure.stack_image img:nth-child(4) {
  animation-delay: -11000ms;
}

@keyframes stateimage {
  0% {
    clip-path: polygon(-50% 0%, 0% 0%, -50% 101%, -100% 101%);
  }
  100% {
    clip-path: polygon(150% 0%, 200% 0%, 150% 101%, 100% 101%);
  }
}
.stack_image_container {
  height: 90vh;
  width: 100%;
  overflow: hidden;
  --total: 12;
  --offset-width: 10vw;
  --easing: cubic-bezier(0.8, 0, 0.2, 1);
  --duration: 0.6s;
}
.stack_image_container .stack_image_lists {
  list-style-type: none;
  display: flex;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.stack_image_container .stack_image_lists .stack_image_list {
  --tx: calc(-100% + var(--offset-width));
  width: 60vw;
  height: 100%;
  position: absolute;
  z-index: calc(var(--total) - var(--i));
  margin-left: calc(var(--i) * var(--offset-width));
  transform: translateX(var(--tx));
  transition: transform var(--duration) var(--easing);
  animation: slide-down 1s cubic-bezier(0.5, 0, 0.3, 1);
  animation-delay: calc(var(--i) * 0.15s);
  animation-fill-mode: backwards;
}
.stack_image_container .stack_image_lists .stack_image_list img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@keyframes slide-down {
  from {
    transform: translateX(var(--tx)) translateY(-100%);
  }
  to {
    transform: translateX(var(--tx)) translateY(0);
  }
}
.stack_image_container .stack_image_lists .stack_image_list:hover {
  transform: translateX(-2vw);
}
.stack_image_container .stack_image_lists .stack_image_list:hover ~ .nav-list {
  transform: none;
}

.imgstack {
  width: 300px;
  height: 300px;
  margin: 0 auto;
  margin-top: 2%;
  overflow: hidden;
}
@media (max-width: 576px) {
  .imgstack {
    display: flex;
    justify-content: center;
  }
}
.imgstack .stack_img {
  width: 288px;
  height: 200px;
  position: absolute;
  display: block;
  border: 6px solid #f0f0f0;
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: margin 0.5s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .imgstack .stack_img {
    width: 210px;
    height: 180px;
  }
}
.imgstack .stack_img:first-of-type, .imgstack .stack_img:nth-of-type(4) {
  margin-top: -5px;
  margin-left: -20px;
  z-index: 2;
  transform: rotate(-3deg);
}
.imgstack .stack_img:nth-of-type(2) {
  margin-top: -5px;
  margin-left: -10px;
  z-index: 1;
}
.imgstack .stack_img:nth-of-type(3) {
  transform: rotate(3deg);
}
.imgstack .stack_img:last-of-type {
  transform: rotate(3deg);
}
.imgstack .stack_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgstack:hover .stack_img:hover {
  margin-top: -10px !important;
}
.imgstack:hover .stack_img:first-of-type {
  margin-left: -310px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .imgstack:hover .stack_img:first-of-type {
    margin-left: -201px;
  }
}
@media (max-width: 767px) {
  .imgstack:hover .stack_img:first-of-type {
    margin-left: -110px;
  }
}
@media (max-width: 576px) {
  .imgstack:hover .stack_img:first-of-type {
    margin-left: -100px;
  }
}
.imgstack:hover .stack_img:nth-of-type(2) {
  margin-top: -5px;
}
.imgstack:hover .stack_img:nth-of-type(3) {
  margin-left: 290px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .imgstack:hover .stack_img:nth-of-type(3) {
    margin-left: 178px;
    z-index: 3;
  }
}
@media (max-width: 767px) {
  .imgstack:hover .stack_img:nth-of-type(3) {
    margin-left: 145px;
  }
}
@media (max-width: 576px) {
  .imgstack:hover .stack_img:nth-of-type(3) {
    margin-left: 93px;
  }
}
.imgstack:hover .stack_img:nth-of-type(4) {
  margin-left: -605px;
  margin-top: 15px;
}
@media (max-width: 1550px) {
  .imgstack:hover .stack_img:nth-of-type(4) {
    margin-left: -405px;
  }
}
@media (max-width: 1199px) {
  .imgstack:hover .stack_img:nth-of-type(4) {
    margin-left: -327px;
  }
}
@media (max-width: 991px) {
  .imgstack:hover .stack_img:nth-of-type(4) {
    margin-left: -220px;
  }
}
@media (max-width: 767px) {
  .imgstack:hover .stack_img:nth-of-type(4) {
    margin-left: -127px;
  }
}
.imgstack:hover .stack_img:nth-of-type(5) {
  margin-left: 590px;
  margin-top: 15px;
}
@media (max-width: 1550px) {
  .imgstack:hover .stack_img:nth-of-type(5) {
    margin-left: 400px;
  }
}
@media (max-width: 1199px) {
  .imgstack:hover .stack_img:nth-of-type(5) {
    margin-left: 301px;
  }
}
@media (max-width: 991px) {
  .imgstack:hover .stack_img:nth-of-type(5) {
    margin-left: 222px;
    z-index: 4;
  }
}
@media (max-width: 767px) {
  .imgstack:hover .stack_img:nth-of-type(5) {
    margin-left: 175px;
  }
}
@media (max-width: 576px) {
  .imgstack:hover .stack_img:nth-of-type(5) {
    margin-left: 94px;
  }
}

.stack_scroll figure:nth-child(1) img {
  transform: scale(0.6) rotate(0deg);
}

.stack_scroll figure:nth-child(2) img {
  transform: scale(0.6) rotate(2.7777777778deg);
}

.stack_scroll figure:nth-child(3) img {
  transform: scale(0.6) rotate(5.5555555556deg);
}

.stack_scroll figure:nth-child(4) img {
  transform: scale(0.6) rotate(8.3333333333deg);
}

.stack_scroll figure:nth-child(5) img {
  transform: scale(0.6) rotate(11.1111111111deg);
}

.stack_scroll figure:nth-child(6) img {
  transform: scale(0.6) rotate(13.8888888889deg);
}

.stack_scroll figure:nth-child(7) img {
  transform: scale(0.6) rotate(16.6666666667deg);
}

.stack_scroll figure:nth-child(8) img {
  transform: scale(0.6) rotate(19.4444444444deg);
}

.stack_scroll figure:nth-child(9) img {
  transform: scale(0.6) rotate(22.2222222222deg);
}

.stack_scroll figure:nth-child(10) img {
  transform: scale(0.6) rotate(25deg);
}

.stack_scroll figure {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: none;
  height: 80vh;
}
.stack_scroll figure img {
  width: 100vmin;
  height: 100vmin;
  border-radius: 3px;
}

.spel-accordion-article-wrap .article-inner {
  overflow: hidden;
}
.spel-accordion-article-wrap .article-inner .tab-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  background: #f9f9f9;
  padding: 12px 30px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.spel-accordion-article-wrap .article-inner .tab-title .icon-wrapper {
  position: absolute;
  right: 0;
}
.spel-accordion-article-wrap .article-inner .tab-title .icon-wrapper svg {
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
}
.spel-accordion-article-wrap .article-inner .tab-title .icon-wrapper svg + svg {
  display: block;
}
.spel-accordion-article-wrap .article-inner .tab-title .icon-wrapper .plus-icon {
  display: flex;
  align-items: center;
}
.spel-accordion-article-wrap .article-inner .tab-title .icon-wrapper .minus-icon {
  display: none;
}
.spel-accordion-article-wrap .article-inner .tab-title.icon-align-left {
  padding-left: 60px;
}
.spel-accordion-article-wrap .article-inner .tab-title.icon-align-left .icon-wrapper {
  left: 0;
  right: auto;
}
.spel-accordion-article-wrap .article-inner .tab-title.active .icon-wrapper .plus-icon {
  display: none;
}
.spel-accordion-article-wrap .article-inner .tab-title.active .icon-wrapper .minus-icon {
  display: flex;
  align-items: center;
}
.spel-accordion-article-wrap .article-inner .multi-collapse {
  display: none;
}
.spel-accordion-article-wrap .article-inner .multi-collapse.show {
  display: block;
}
.spel-accordion-article-wrap .article-inner .multi-collapse .card-body {
  padding: 18px 30px 24px;
  line-height: 26px;
  background: #ffffff;
  box-shadow: none;
  border-style: none;
  border-radius: 0;
}
@media only screen and (min-width: 320px) and (max-width: 425px) {
  .spel-accordion-article-wrap .article-inner .multi-collapse .card-body {
    padding: 18px 15px 24px;
  }
}
.spel-accordion-article-wrap .article-inner .multi-collapse .card-body P {
  font-size: 16px;
  font-weight: 400;
}
.spel-accordion-article-wrap .article-inner .multi-collapse .card-body .accordion-article-item {
  border: 1px solid rgb(230, 237, 240);
  padding: 20px;
  margin: 12px 0;
  min-height: 230px;
}
.spel-accordion-article-wrap .article-inner .multi-collapse .card-body .accordion-article-item a:hover {
  text-decoration: none;
}
.spel-accordion-article-wrap .article-inner .multi-collapse .card-body .accordion-article-item .post_title {
  color: rgb(36, 39, 41);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: color 0.2s linear;
}
.spel-accordion-article-wrap .article-inner .multi-collapse .card-body .accordion-article-item .post_title:hover {
  color: var(--e-global-color-accent);
}
.spel-accordion-article-wrap .article-inner .multi-collapse .card-body .accordion-article-item .post-meta {
  margin-bottom: 0;
}
.spel-accordion-article-wrap .article-inner .multi-collapse .card-body .accordion-article-item .post-meta li {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: rgb(132, 141, 149);
}

/*# sourceMappingURL=main.css.map */
