/* ==============================================================================================================================
														[ * Helpers Element ]
===============================================================================================================================*/
.funnelio-max-content {
  width: max-content;
}

.funnelio-margin-social-icons .elementor-social-icon {
  margin: 0 -3px !important;
}

.funnelio-polygon {
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}

.funnelio-header-creaitve-portfolio {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

.funnelio-logo .top-logo > a {
  display: inline-block;
  padding: 0;
}
.funnelio-logo .top-logo > a img {
  width: 100%;
  height: 100%;
}

.funnelio-responsive-border {
  content: "";
  width: 1px;
  height: 100%;
  background: linear-gradient(180deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 100%);
}

.funnelio-direction-rtl {
  direction: rtl;
}

.funnelio-icon-box-shadow .elementor-social-icons-wrapper .elementor-grid-item .elementor-icon {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1333333333);
}

.funnelio-transform-top-left {
  transform: rotate(-44.5deg);
  transform-origin: top left;
}

.funnelio-menu-border:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to left, #fff, rgba(255, 255, 255, 0.3333333333), transparent, transparent, rgba(255, 255, 255, 0.3333333333), #fff);
}

@media screen and (max-width: 991px) {
  .funnelio-static-responsive {
    position: static;
    width: 100%;
    height: max-content;
  }
  .funnelio-responsive-relative {
    position: relative;
  }
  .funnelio-responsive-border {
    display: none;
  }
  .funnelio-change-background {
    background-color: var(--color-secondary);
  }
  .funnelio-change-background-transparent {
    background-color: rgba(255, 255, 255, 0.0666666667);
  }
  .funnelio-logo .top-logo {
    width: 100%;
    float: none;
  }
  .funnelio-full-width {
    width: 100%;
  }
}
/* ==============================================================================================================================
														[ * Button Element ]
===============================================================================================================================*/
/*-------------------------------------  Button Style  -----------------------------------------*/
.funnelio-button {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  background-color: #212529;
  color: #fff;
  overflow: hidden;
}
.funnelio-button.text-on-hover {
  transition: all 0.3s ease;
}
.funnelio-button.text-on-hover .funnelio-button-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.funnelio-button.text-on-hover .funnelio-button-content-wrapper .funnelio-button-text {
  opacity: 0;
  width: 0;
  overflow: hidden;
}
.funnelio-button.text-on-hover:hover .funnelio-button-content-wrapper .funnelio-button-text {
  opacity: 1;
  width: max-content;
}
.funnelio-button.animated-gradient-bg::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #0c3df4), color-stop(45%, #02b5ff), color-stop(#02b5ff), to(#0c3df4));
  background: -webkit-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
  background: -o-linear-gradient(left, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
  background: linear-gradient(to right, #0c3df4 10%, #02b5ff 45%, #02b5ff, #0c3df4);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.funnelio-button.animated-gradient-bg:hover::before {
  left: -50%;
}
.funnelio-button .funnelio-button-text {
  position: relative;
  z-index: 2;
}
.funnelio-button .funnelio-button-icon {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.funnelio-button:hover .hover-animation-right-to-left {
  animation: RL_smooth 1s ease-in-out infinite alternate both;
}
.funnelio-button.animated-icon .funnelio-button-content-wrapper .funnelio-button-icon {
  position: relative;
  transition: all 0.3s ease;
}
.funnelio-button.animated-icon .funnelio-button-content-wrapper .funnelio-button-icon:first-of-type {
  opacity: 0;
  transform: translateX(-10px);
}
.funnelio-button.animated-icon .funnelio-button-content-wrapper .funnelio-button-icon:last-of-type {
  opacity: 1;
  transform: translateX(0);
}
.funnelio-button.animated-icon:hover .funnelio-button-content-wrapper {
  padding-left: 10px;
}
.funnelio-button.animated-icon:hover .funnelio-button-content-wrapper .funnelio-button-icon:first-of-type {
  opacity: 1;
  transform: translateX(0);
}
.funnelio-button.animated-icon:hover .funnelio-button-content-wrapper .funnelio-button-icon:last-of-type {
  opacity: 0;
  transform: translateX(10px);
}

/* ==============================================================================================================================
														[ * Lines Element ]
===============================================================================================================================*/
.funnelio-lines {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-around;
}
.funnelio-lines span {
  height: 100%;
  width: 1px;
  background-image: linear-gradient(to bottom, #EBEBEB, rgba(235, 235, 235, 0.2666666667), rgba(235, 235, 235, 0.0666666667));
}

/* ==============================================================================================================================
														[ * Heading Element ]
===============================================================================================================================*/
.funnelio-heading-text.d-rotate {
  perspective: 1000px;
}
.funnelio-heading-text.d-rotate .rotate-text {
  display: block;
  transform-style: preserve-3d;
  transition: all 0.8s;
  transform-origin: 50% 0%;
  transform: translate3d(0px, 50px, -50px) rotateX(-45deg) scale(0.95);
  opacity: 0;
  transition-delay: 0.3s;
}
.funnelio-heading-text.d-rotate.animated .rotate-text {
  transform: translate3d(0px, 0px, 0px) rotateX(0deg) scale(1);
  opacity: 1;
}
.funnelio-heading-text a {
  transition: all 0.3s ease;
}
.funnelio-heading-text > a, .funnelio-heading-text a:hover {
  color: inherit;
}
.funnelio-heading-text .funnelio-heading {
  margin: 0;
  position: relative;
  transition: all 0.3s ease;
}
.funnelio-heading-text .funnelio-heading.funnelio-line-before::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 60px;
  height: 1px;
}
.funnelio-heading-text .funnelio-heading.funnelio-line-after::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 60px;
  height: 1px;
}
.funnelio-heading-text .funnelio-heading.funnelio-line-both::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 60px;
  height: 1px;
}
.funnelio-heading-text .funnelio-heading.funnelio-line-both::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 60px;
  height: 1px;
}
.funnelio-heading-text .funnelio-heading.background-after::after {
  position: absolute;
  content: "";
  right: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(to left, #101828, rgba(16, 24, 40, 0.1333333333));
  z-index: 10;
  pointer-events: none;
}
.funnelio-heading-text .funnelio-heading .styled {
  display: inline-block;
}
.funnelio-heading-text .funnelio-heading.inline-block {
  display: inline-block;
}
.funnelio-heading-text.clip-background .funnelio-heading span {
  -webkit-background-clip: text;
}
.funnelio-heading-text.heading-clip-background .funnelio-heading {
  -webkit-background-clip: text;
}

.funnelio-heading-text span {
  display: inline-block;
}

.back_to_top .funnelio-heading-text a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #EB5939, transparent);
}

@media screen and (max-width: 991px) {
  .funnelio-heading-text .funnelio-heading.funnelio-text-breakline br {
    display: none;
  }
  .funnelio-heading-text.block-icon a {
    display: block !important;
  }
}
/* ==============================================================================================================================
														[ * Mailchimp Element ]
===============================================================================================================================*/
.funnelio-mailchimp {
  position: relative;
}
.funnelio-mailchimp .float-icon {
  position: absolute;
  left: 15px;
}
.funnelio-mailchimp .float-icon svg {
  margin-bottom: 3px;
}
.funnelio-mailchimp.remove-shadow input:focus {
  box-shadow: none !important;
}
.funnelio-mailchimp.display-flex .mc4wp-form-fields {
  display: flex;
  align-items: center;
}
.funnelio-mailchimp.display-flex .mc4wp-form-fields button {
  height: max-content;
  flex-shrink: 0;
}
.funnelio-mailchimp .form-group {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.funnelio-mailchimp .form-group .item {
  position: relative;
  display: flex;
  align-items: center;
  width: 48%;
  font-size: 12px;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
}
.funnelio-mailchimp .form-group .form-check-input:checked {
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}
.funnelio-mailchimp .form-group .form-check-input[type=radio] {
  border-radius: 50% !important;
}
.funnelio-mailchimp .form-group .form-check .form-check-input {
  padding: 0 !important;
  float: left;
  margin-left: -1.5em !important;
}
.funnelio-mailchimp .form-group .form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  width: 1em !important;
  height: 1em !important;
  margin-top: 0.25em !important;
  vertical-align: top !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: var(--bs-form-check-bg) !important;
  background-image: var(--bs-form-check-bg-image) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
  print-color-adjust: exact !important;
}
.funnelio-mailchimp .form-group .form-check-label {
  color: #fff !important;
  line-height: 1.5em !important;
}
.funnelio-mailchimp button[type=submit] {
  transition: all 0.3s linear;
}
.funnelio-mailchimp button[type=submit]:hover {
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-2px);
}

/* ==============================================================================================================================
														[ * Text Editor Element ]
===============================================================================================================================*/
.funnelio-text-editor p {
  margin: 0;
}

/* ==============================================================================================================================
														[ * Images Carousel Element ]
===============================================================================================================================*/
.funnelio-images-carousel {
  position: relative;
  overflow: hidden;
}
.funnelio-images-carousel.before-after-effect::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background-image: linear-gradient(to right, #F9F9F9, transparent);
  z-index: 25;
  pointer-events: none;
}
.funnelio-images-carousel.before-after-effect::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 20%;
  height: 100%;
  background-image: linear-gradient(to left, #F9F9F9, transparent);
  z-index: 25;
  pointer-events: none;
}
.funnelio-images-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
.funnelio-images-carousel .swiper-wrapper .width-max-content {
  width: max-content !important;
}
.funnelio-images-carousel .logo {
  overflow: hidden;
}
.funnelio-images-carousel .logo img {
  height: 100%;
  object-fit: cover;
}

/* ==============================================================================================================================
														[ * Awards list Element ]
===============================================================================================================================*/
.funnelio-awards-list {
  padding: 0;
  margin: 0;
}
.funnelio-awards-list li {
  list-style-type: none;
}
.funnelio-awards-list a {
  padding: 20px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.funnelio-awards-list a:hover {
  border-color: #7B68EE;
}
.funnelio-awards-list a:hover .arrow {
  color: #7B68EE;
}
.funnelio-awards-list a .image {
  height: 35px;
  width: 35px;
  margin-inline-end: 20px;
  flex-shrink: 0;
}
.funnelio-awards-list a .txt {
  color: #101828;
  font-weight: 600;
  font-size: 18px;
}
.funnelio-awards-list a .arrow {
  width: 14px;
  height: 14px;
  margin-inline-start: auto;
}
.funnelio-awards-list a svg {
  width: 14px;
  height: 14px;
  margin-inline-start: auto;
}

/* ==============================================================================================================================
														[ * Icons Slider Element ]
===============================================================================================================================*/
.funnelio-icons-slider {
  position: relative;
  overflow: hidden;
}
.funnelio-icons-slider .icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f4f4f4;
  border-radius: 10px;
}
.funnelio-icons-slider .icon img {
  height: 40px;
  max-width: 60%;
  object-fit: contain;
}
.funnelio-icons-slider .icon.brightness-animation:hover {
  background-color: #7B68EE;
}
.funnelio-icons-slider .icon.brightness-animation:hover img {
  filter: brightness(10000%);
}
.funnelio-icons-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

/* ==============================================================================================================================
														[ * Image Element ]
===============================================================================================================================*/
.funnelio-image.rotate-center {
  animation: rotate-center 100s linear infinite both;
}
.funnelio-image.rotate-center.reverse {
  animation: rotate-center 100s linear infinite both reverse;
}
.funnelio-image.slide-up-animation img {
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
/* ==============================================================================================================================
														[ * Testimonials Element ]
===============================================================================================================================*/
.funnelio-testimonials {
  position: relative;
}
.funnelio-testimonials .swiper-wrapper .swiper-slide:nth-of-type(even) .testi-card::after {
  background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.0666666667));
}
.funnelio-testimonials .testi-card {
  position: relative;
  padding: 50px;
  padding-bottom: 150px;
  border-radius: 10px;
  border: 1px solid #ccc;
  min-height: 400px;
}
.funnelio-testimonials .testi-card::after {
  position: absolute;
  content: "";
  left: -1px;
  bottom: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.0666666667));
}
.funnelio-testimonials .testi-card .cont {
  position: relative;
  z-index: 10;
}
.funnelio-testimonials .testi-card .stars {
  font-size: 12px;
  color: #7B68EE;
  margin-bottom: 20px;
}
.funnelio-testimonials .testi-card .stars svg {
  margin-right: 3px;
  width: 13px;
  height: 13px;
  fill: #7B68EE;
}
.funnelio-testimonials .testi-card .stars svg:last-of-type {
  margin: 0;
}
.funnelio-testimonials .testi-card .testi-logo {
  height: 30px;
  margin-bottom: 30px;
}
.funnelio-testimonials .testi-card .user {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px;
  z-index: 10;
}
.funnelio-testimonials .testi-card .user .img-side {
  display: flex;
  align-items: center;
}
.funnelio-testimonials .testi-card .user .img-side .user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  margin-inline-end: 15px;
}
.funnelio-testimonials .testi-card .user .img-side .user-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.funnelio-testimonials .testi-card .user .position {
  margin-bottom: 0.25rem;
}
.funnelio-testimonials .testi-card .testi-icon {
  height: 30px;
}

/* ==============================================================================================================================
														[ * Price Tabs Element ]
===============================================================================================================================*/
.funnelio-price-tabs .col-lg-4:not(:last-of-type) {
  border-inline-end: 1px solid rgba(153, 153, 153, 0.2);
}
.funnelio-price-tabs .col-lg-4:nth-child(2) .price-card .butn {
  border: 0;
  display: inline-block;
  padding: 15px 35px;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
  border-radius: 12px;
  width: 100%;
  background-color: #7B68EE;
  color: #fff;
}
.funnelio-price-tabs .col-lg-4:nth-child(2) .price-card .butn svg {
  fill: #fff;
}
.funnelio-price-tabs .col-lg-4:nth-child(2) .price-card .butn:hover {
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-2px);
  background-color: #101828;
  color: #fff;
}
.funnelio-price-tabs .nav-pills li {
  list-style-type: none;
}
.funnelio-price-tabs .nav-pills .nav-link {
  background-color: #000;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 15px 40px;
  margin-inline-end: 15px;
  text-align: center;
  min-width: 300px;
}
.funnelio-price-tabs .nav-pills .nav-link.active {
  background-color: rgba(123, 104, 238, 0.1333333333);
  color: #7B68EE;
}
.funnelio-price-tabs .pricing-cards {
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.06);
}
.funnelio-price-tabs .price-card {
  position: relative;
  padding: 60px;
}
.funnelio-price-tabs .price-card .price {
  margin: 0 0 20px;
  font-size: 64px;
  line-height: 74px;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1px #7B68EE;
}
.funnelio-price-tabs .price-card .best {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: rgba(123, 104, 238, 0.1333333333);
  color: #7B68EE;
  border-radius: 0 0 6px 6px;
  padding: 7px 15px;
}
.funnelio-price-tabs .price-card .title {
  margin: 0 0 15px;
  color: #101828;
}
.funnelio-price-tabs .price-card .text {
  margin: 0 0 30px;
  color: #666;
}
.funnelio-price-tabs .price-card .butn {
  display: inline-block;
  border: 2px solid #101828;
  padding: 15px 35px;
  transition: all 0.2s ease;
  position: relative;
  text-align: center;
  border-radius: 12px;
  width: 100%;
  color: #101828;
}
.funnelio-price-tabs .price-card .butn svg {
  margin-left: 0.5rem;
  width: 14px;
  height: 14px;
  fill: #101828;
}
.funnelio-price-tabs .price-card .butn:hover {
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-2px);
  background-color: #7B68EE;
  border-color: #7B68EE;
  color: #fff;
}
.funnelio-price-tabs .price-card .butn:hover svg {
  fill: #fff;
}
.funnelio-price-tabs .price-card .check-list {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  line-height: 2.5;
}
.funnelio-price-tabs .price-card .check-list li {
  padding: 0;
}
.funnelio-price-tabs .price-card li {
  list-style-type: none;
}

@media screen and (max-width: 991px) {
  .funnelio-price-tabs .nav-pills .nav-link {
    padding: 10px 20px;
    margin-inline-end: 5px;
    min-width: max-content;
    font-size: 9px;
    font-weight: bold;
  }
  .funnelio-price-tabs .price-card {
    border-bottom: 1px solid #ccc;
  }
  .funnelio-price-tabs .price-card .butn {
    padding: 10px 20px;
    font-size: 13px;
  }
  .funnelio-price-tabs .price-card .butn svg {
    width: 13px;
    height: 13px;
  }
}
/* ==============================================================================================================================
														[ * Blog Slider Element ]
===============================================================================================================================*/
.funnelio-blog-slider .row.gx-lg-5 {
  margin-right: -30px !important;
  margin-left: -30px !important;
}
.funnelio-blog-slider .row.gx-lg-5 > * {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.funnelio-blog-slider .slider {
  position: relative;
}
.funnelio-blog-slider .slider::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  background-color: #fff;
  z-index: 20;
  transform: translateX(-100%);
}
.funnelio-blog-slider .section-head {
  position: relative;
  z-index: 30;
  background-color: #fff;
}
.funnelio-blog-slider .section-head .arrows {
  position: relative;
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.funnelio-blog-slider .section-head .arrows .swiper-button-next,
.funnelio-blog-slider .section-head .arrows .swiper-button-prev {
  position: static;
  margin: 0;
  margin-inline-end: 15px;
  width: 50px;
  height: 50px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  transition: all 0.3s ease;
}
.funnelio-blog-slider .section-head .arrows .swiper-button-next::after,
.funnelio-blog-slider .section-head .arrows .swiper-button-prev::after {
  font-size: 13px;
  color: #666;
}
.funnelio-blog-slider .section-head .arrows .swiper-button-next:hover,
.funnelio-blog-slider .section-head .arrows .swiper-button-prev:hover {
  background-color: #7B68EE;
  border-color: #7B68EE;
}
.funnelio-blog-slider .section-head .arrows .swiper-button-next:hover::after,
.funnelio-blog-slider .section-head .arrows .swiper-button-prev:hover::after {
  color: #fff;
}
.funnelio-blog-slider .section-head .sub-title {
  margin: 0;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: #7B68EE;
  padding-inline-start: 80px;
  margin-bottom: 20px;
  display: inline-block;
}
.funnelio-blog-slider .section-head .sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 60px;
  height: 1px;
  background-color: #7B68EE;
}
.funnelio-blog-slider .section-head .title {
  font-weight: 600;
  font-size: 48px;
  margin: 0;
  margin-bottom: 40px;
}
.funnelio-blog-slider .section-head .title span {
  display: block;
  color: #BFC5D1;
}
.funnelio-blog-slider .post-card a {
  display: inline-block;
}
.funnelio-blog-slider .post-card a, .funnelio-blog-slider .post-card a:hover {
  color: inherit;
}
.funnelio-blog-slider .post-card .img {
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
}
.funnelio-blog-slider .post-card .img .post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inherit;
}
.funnelio-blog-slider .post-card .info {
  position: relative;
  padding: 30px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.funnelio-blog-slider .post-card .info::after {
  position: absolute;
  content: "";
  left: -1px;
  bottom: -1px;
  height: calc(100% + 2px);
  width: calc(100% + 2px);
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.3333333333), rgba(255, 255, 255, 0.8196078431), #fff);
}
.funnelio-blog-slider .post-card .info .info-cont {
  position: relative;
  z-index: 10;
}
.funnelio-blog-slider .post-card .info .title {
  color: #101828;
}
.funnelio-blog-slider .post-card .info .categories {
  color: #7B68EE;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.funnelio-blog-slider .post-card .info .categories .line {
  width: 30px;
  height: 1px;
  background-color: #7B68EE;
  margin-inline-end: 20px;
}
.funnelio-blog-slider .post-card .info .btm-info {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.funnelio-blog-slider .post-card .info .btm-info .user-info {
  display: flex;
  align-items: center;
}
.funnelio-blog-slider .post-card .info .btm-info .user-info .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-inline-end: 10px;
  flex-shrink: 0;
}
.funnelio-blog-slider .post-card .info .btm-info .user-info .cont .role {
  font-size: 13px;
  font-weight: 400;
  color: #888;
  margin: 0;
  line-height: 1.7;
}
.funnelio-blog-slider .post-card .info .btm-info .user-info .cont .name {
  font-size: 14px;
  font-weight: 400;
  color: #101828;
  margin: 0;
  line-height: 1.2;
}
.funnelio-blog-slider .post-card .info .btm-info .line {
  width: 30px;
  height: 1px;
  background-color: #7B68EE;
  flex-shrink: 0;
  margin: 0 20px;
}
.funnelio-blog-slider .post-card .info .btm-info .date-section .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #101828;
  margin: 0;
}
.funnelio-blog-slider .post-card .info .btm-info .date-section .date-title {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
  color: #888;
  margin: 0;
}

/* ==============================================================================================================================
														[ * Rotate Box Element ]
===============================================================================================================================*/
.funnelio-rotate-box {
  position: relative;
  width: 180px;
  height: 180px;
  display: block;
}
.funnelio-rotate-box .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.funnelio-rotate-box .center-text {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.funnelio-rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 5px;
  transform: translate(-100%);
}
.funnelio-rotate-box .rotate-text {
  animation: rotateText 20s linear infinite;
  text-transform: uppercase;
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.funnelio-rotate-box .rotate-circle svg {
  width: 100%;
  height: 100%;
  fill: #7B68EE;
  transform: scale(1.5);
}
@keyframes rotateText {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* ==============================================================================================================================
														[ * Marquee Element ]
===============================================================================================================================*/
.funnelio-marquee {
  position: relative;
  overflow: hidden;
}
.funnelio-marquee h2 {
  margin: 0;
}
.funnelio-marquee.overflow-visible {
  overflow: visible;
}
.funnelio-marquee::after {
  position: absolute;
  content: "";
  z-index: 10;
}
.funnelio-marquee .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.funnelio-marquee .swiper-slide {
  width: max-content !important;
}
.funnelio-marquee .item {
  font-size: 120px;
  -webkit-text-stroke: 1px #555;
  color: transparent;
  white-space: nowrap;
}
.funnelio-marquee .item.separator.slash::after {
  position: absolute;
  content: "/";
  right: -5px;
  top: 0;
}
.funnelio-marquee .item.separator.circle::after {
  position: absolute;
  content: "";
  right: -20px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #7B68EE;
}

/* ==============================================================================================================================
														[ * Case Slider Element ]
===============================================================================================================================*/
.funnelio-case-slider .case-card {
  position: relative;
  display: block;
}
.funnelio-case-slider .case-card:hover .brand {
  border-color: #7B68EE;
  box-shadow: -10px 10px 0 #7B68EE;
}
.funnelio-case-slider .case-card .main-img {
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
.funnelio-case-slider .case-card .main-img img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.funnelio-case-slider .case-card .float-img {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 145px;
  z-index: 10;
  transition: all 0.3s ease;
}
.funnelio-case-slider .case-card .brand {
  position: absolute;
  left: -30px;
  bottom: 30px;
  padding: 30px;
  background-color: #fff;
  height: 90px;
  border-radius: 10px;
  border: 1px solid #000;
  transition: all 0.3s ease;
}

@media screen and (max-width: 991px) {
  .funnelio-case-slider .case-card .brand {
    left: 15px;
  }
}
/* ==============================================================================================================================
														[ * Accordion Element ]
===============================================================================================================================*/
.funnelio-accordion .accordion.plus .accordion-item {
  position: relative;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 10px;
}
.funnelio-accordion .accordion.plus .accordion-item .after-effect::after {
  position: absolute;
  content: "";
  left: -1px;
  bottom: -1px;
  width: calc(100% + 2px);
  height: 100%;
  background-image: linear-gradient(to top, #fff, transparent);
}
.funnelio-accordion .accordion.plus .accordion-item .accordion-button {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  position: relative;
  z-index: 10;
  border-radius: 10px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 20px;
}
.funnelio-accordion .accordion.plus .accordion-item .accordion-button.left:not(.collapsed)::after {
  content: "\f068";
}
.funnelio-accordion .accordion.plus .accordion-item .accordion-button.left::after {
  margin-inline-start: 0;
  margin-inline-end: 20px;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  background: transparent;
  transform: rotate(0);
}
.funnelio-accordion .accordion.plus .accordion-item .accordion-button.right {
  flex-direction: row;
}
.funnelio-accordion .accordion.plus .accordion-item .accordion-button.right::after {
  font-size: 18px;
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  background: transparent;
  transform: rotate(0) !important;
  font-weight: 300;
}
.funnelio-accordion .accordion.plus .accordion-item .accordion-button.right:not(.collapsed)::after {
  content: "\f068";
}
.funnelio-accordion .accordion.plus .accordion-item .accordion-body {
  padding-top: 0;
  color: #666;
  position: relative;
  z-index: 10;
}
.funnelio-accordion .accordion.bord::after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.3333333333);
}
.funnelio-accordion .accordion.bord .accordion-item {
  position: relative;
  border: 0;
  background-color: transparent;
  z-index: 10;
  margin-bottom: 60px;
}
.funnelio-accordion .accordion.bord .accordion-item:last-of-type {
  margin-bottom: 0;
}
.funnelio-accordion .accordion.bord .accordion-item:last-of-type .accordion-body {
  background-color: #f4f4f4;
}
.funnelio-accordion .accordion.bord .accordion-item .accordion-button {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  color: #101828;
  padding: 0;
}
.funnelio-accordion .accordion.bord .accordion-item .accordion-button::after {
  display: none;
}
.funnelio-accordion .accordion.bord .accordion-item .accordion-button .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 30px;
  background-color: #fff;
  border: 2px solid rgba(153, 153, 153, 0.2666666667);
  font-size: 44px;
  color: #101828;
  flex-shrink: 0;
}
.funnelio-accordion .accordion.bord .accordion-item .accordion-button .icon svg {
  fill: #101828;
  width: 44px;
  height: 44px;
}
.funnelio-accordion .accordion.bord .accordion-item .accordion-button .sub-title {
  font-size: 14px;
  color: #7B68EE;
  margin-bottom: 5px;
}
.funnelio-accordion .accordion.bord .accordion-item .accordion-button h5 {
  font-size: 36px;
  font-weight: 600;
}
.funnelio-accordion .accordion.bord .accordion-item .accordion-button:not(.collapsed) .icon {
  background-color: #7B68EE;
  border-color: #fff;
  color: #fff;
}
.funnelio-accordion .accordion.bord .accordion-item .accordion-button:not(.collapsed) .icon svg {
  fill: #fff;
}
.funnelio-accordion .accordion.bord .accordion-item .accordion-body {
  border: 0;
  background-color: transparent;
  padding: 0;
  padding-inline-start: 130px;
}
.funnelio-accordion .accordion.none .accordion-item {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #101828;
  background-color: transparent;
}
.funnelio-accordion .accordion.none .accordion-item .accordion-button {
  font-size: 24px;
  font-weight: bold;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  color: #101828;
  padding: 20px 0;
}
.funnelio-accordion .accordion.none .accordion-item .accordion-button::after {
  display: none;
}
.funnelio-accordion .accordion.none .accordion-item .accordion-body {
  padding: 0 0 20px;
}

@media screen and (max-width: 991px) {
  .funnelio-accordion .accordion.bord::after {
    left: 35px;
  }
  .funnelio-accordion .accordion.bord .accordion-item .accordion-button .title {
    font-size: 30px;
  }
  .funnelio-accordion .accordion.bord .accordion-item .accordion-button .icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
  .funnelio-accordion .accordion.bord .accordion-item .accordion-button .icon svg {
    width: 30px;
    height: 30px;
  }
  .funnelio-accordion .accordion.bord .accordion-item .accordion-body {
    padding-inline-start: 100px;
    padding-top: 30px;
  }
}
/* ==============================================================================================================================
														[ * Testimonials Slider Element ]
===============================================================================================================================*/
.funnelio-testimonials-slider .testi-card {
  position: relative;
  margin-top: 200px;
  margin-bottom: 150px;
}
.funnelio-testimonials-slider .testi-card::before {
  position: absolute;
  content: "";
  left: 8px;
  top: 0;
  width: calc(100% - 16px);
  height: 3px;
  background-color: #fff;
}
.funnelio-testimonials-slider .testi-card .avatar {
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 45%;
}
.funnelio-testimonials-slider .testi-card .avatar::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background-image: linear-gradient(to top, #7B68EE, transparent);
  pointer-events: none;
}
.funnelio-testimonials-slider .testi-card .text-card {
  position: relative;
  padding: 50px;
}
.funnelio-testimonials-slider .testi-card .text-card .text {
  position: relative;
  z-index: 10;
}
.funnelio-testimonials-slider .testi-card .text-card .line-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 50px);
  max-height: unset;
  pointer-events: none;
}
.funnelio-testimonials-slider .testi-card .user {
  position: absolute;
  left: 20px;
  bottom: -130px;
}
.funnelio-testimonials-slider .testi-card .user p {
  margin: 0;
  font-size: 14px;
  color: #C4BCF4;
}
.funnelio-testimonials-slider .testi-card .user h6 {
  margin: 0;
  font-size: 18px;
  margin-top: 10px;
}

.funnelio-testimonials-slider2 {
  position: relative;
  overflow: hidden;
}
.funnelio-testimonials-slider2 .testi-card {
  position: relative;
  text-align: center;
  padding: 140px 60px 60px;
  background-color: #E5E1FF;
  border: 2px solid #7B68EE;
  border-radius: 30px;
}
.funnelio-testimonials-slider2 .testi-card::after {
  position: absolute;
  content: "";
  left: -2px;
  bottom: -2px;
  width: calc(100% + 4px);
  height: 70%;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.631372549), transparent);
  z-index: 1;
}
.funnelio-testimonials-slider2 .testi-card .float-icon {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 30%;
  z-index: 2;
}
.funnelio-testimonials-slider2 .testi-card .text {
  font-size: 48px;
  margin-bottom: 50px;
  line-height: 1.4;
  position: relative;
  z-index: 10;
}
.funnelio-testimonials-slider2 .testi-card .user-info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  position: relative;
  z-index: 10;
  text-align: start;
}
.funnelio-testimonials-slider2 .testi-card .user-info .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-inline-end: 15px;
  flex-shrink: 0;
}
.funnelio-testimonials-slider2 .testi-card .user-info .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .funnelio-testimonials-slider .testi-card {
    margin-top: 70px;
  }
  .funnelio-testimonials-slider .testi-card::before {
    height: 1px;
  }
  .funnelio-testimonials-slider .testi-card .text-card {
    padding: 30px;
  }
  .funnelio-testimonials-slider2 .testi-card {
    padding: 50px 20px;
  }
}
/* ==============================================================================================================================
														[ * Posts Card Element ]
===============================================================================================================================*/
.funnelio-posts-card .post-card {
  position: relative;
  display: block;
  margin-bottom: 50px;
}
.funnelio-posts-card .post-card a, .funnelio-posts-card .post-card span {
  display: inline-block;
}
.funnelio-posts-card .post-card .img {
  height: 500px;
  border-radius: 10px;
  overflow: hidden;
}
.funnelio-posts-card .post-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inherit;
}
.funnelio-posts-card .post-card .info-box {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  border-radius: 10px;
  overflow: hidden;
}
.funnelio-posts-card .post-card .info-box .date {
  color: #ffffff;
  line-height: 1.5;
  padding: 7px 20px;
  background-color: #7B68EE;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.funnelio-posts-card .post-card .info-box .date .line {
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin: 0 20px;
}
.funnelio-posts-card .post-card .info-box .cont {
  position: relative;
  padding: 25px 20px;
  background-color: rgba(255, 255, 255, 0.8941176471);
  text-align: center;
}
.funnelio-posts-card .post-card .info-box .cont .title {
  margin: 0;
  margin-bottom: 15px;
}
.funnelio-posts-card .post-card .info-box .cont .author {
  line-height: 1.5;
  font-size: 14px;
  display: block;
  color: #101828;
}
.funnelio-posts-card .post-card .info-box .cont .author span {
  color: #cccccc;
}

/* ==============================================================================================================================
														[ * Social Icons Slider Element ]
===============================================================================================================================*/
.funnelio-social-icons-slider {
  position: relative;
  overflow: hidden;
}
.funnelio-social-icons-slider .swiper-slide {
  display: block;
  width: max-content !important;
}
.funnelio-social-icons-slider .swiper-slide:nth-of-type(even) .slider-card .main-img {
  width: 300px;
  height: 300px;
}
.funnelio-social-icons-slider .slider-card {
  position: relative;
}
.funnelio-social-icons-slider .slider-card:hover .main-img .play-btn {
  opacity: 1;
  transform: scale(1);
}
.funnelio-social-icons-slider .slider-card .icon {
  text-align: end;
  padding-inline-end: 50px;
}
.funnelio-social-icons-slider .slider-card .icon img {
  width: 90px;
  height: 90px;
  margin-bottom: -45px;
  position: relative;
  z-index: 10;
}
.funnelio-social-icons-slider .slider-card .main-img {
  display: block;
  position: relative;
  height: 450px;
  width: 750px;
  max-width: 96vw;
  border-radius: 10px;
  overflow: hidden;
}
.funnelio-social-icons-slider .slider-card .main-img .play-btn {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease;
}

/* ==============================================================================================================================
														[ * Stage Element ]
===============================================================================================================================*/
.funnelio-stage {
  width: 60px;
  height: 60px;
  perspective: 1000px;
  z-index: 10;
}
.funnelio-stage .rotate {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: rotate2 10s infinite linear;
  transform-style: preserve-3d;
  animation: rotate2 10s infinite linear;
}
.funnelio-stage figure {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
}
.funnelio-stage .cube {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.funnelio-stage figure {
  -webkit-transform-origin: center;
  transform-origin: center;
}
.funnelio-stage .front {
  -webkit-transform: translateZ(30px);
  transform: translateZ(30px);
  background-image: linear-gradient(-45deg, #A594F9, #DBD4FD);
}
.funnelio-stage .back {
  -webkit-transform: rotateY(180deg) translateZ(30px);
  transform: rotateY(180deg) translateZ(30px);
  background-image: linear-gradient(45deg, #A594F9, #DBD4FD);
}
.funnelio-stage .top {
  -webkit-transform: rotateX(90deg) translateZ(30px);
  transform: rotateX(90deg) translateZ(30px);
  background-image: linear-gradient(-45deg, #A594F9, #DBD4FD);
}
.funnelio-stage .bottom {
  -webkit-transform: rotateX(-90deg) translateZ(30px);
  transform: rotateX(-90deg) translateZ(30px);
  background-image: linear-gradient(45deg, #A594F9, #DBD4FD);
}
.funnelio-stage .left {
  -webkit-transform: rotateY(-90deg) translateZ(30px);
  transform: rotateY(-90deg) translateZ(30px);
  background-image: linear-gradient(-45deg, #A594F9, #DBD4FD);
}
.funnelio-stage .right {
  -webkit-transform: rotateY(90deg) translateZ(30px);
  transform: rotateY(90deg) translateZ(30px);
  background-image: linear-gradient(45deg, #A594F9, #DBD4FD);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotatex(0);
    transform: rotatex(0);
  }
  100% {
    -webkit-transform: rotatex(360deg);
    transform: rotatex(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotatex(0);
    transform: rotatex(0);
  }
  100% {
    -webkit-transform: rotatex(360deg);
    transform: rotatex(360deg);
  }
}
.funnelio-stage .cube {
  -webkit-animation: rotate 10s infinite linear;
  animation: rotate 10s infinite linear;
}

/* ==============================================================================================================================
														[ * Testimonials Element ]
===============================================================================================================================*/
.funnelio-testimonials-content .testimonials-slider {
  position: relative;
}
.funnelio-testimonials-content .testimonials-slider .swiper-slide {
  height: auto;
}
.funnelio-testimonials-content .testimonials-slider .swiper-slide .testi-card {
  transform: scale(0.95);
  opacity: 0.5;
}
.funnelio-testimonials-content .testimonials-slider .swiper-slide.swiper-slide-active {
  z-index: 20 !important;
  transition: all 0.5s linear;
}
.funnelio-testimonials-content .testimonials-slider .swiper-slide.swiper-slide-active .testi-card {
  transform: scale(1);
  opacity: 1;
}
.funnelio-testimonials-content .testimonials-slider .swiper-slide.swiper-slide-active .testi-card::after {
  transform: scaleY(1) scaleX(1);
  height: 100%;
  top: 0;
}
.funnelio-testimonials-content .testi-card {
  position: relative;
  padding: 60px;
  background-color: #fff;
  border: 1px solid #D4D4D4;
  filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.06));
  border-radius: 20px;
  height: 100%;
  transition: all 0.5s linear;
}
.funnelio-testimonials-content .testi-card::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5%;
  transform: scaleY(0.8) scaleX(1.15);
  width: 100%;
  height: 90%;
  background-color: #fff;
  border: 1px solid #D4D4D4;
  border-radius: 20px;
  transition: all 0.5s ease;
}
.funnelio-testimonials-content .testi-card .float-icon {
  position: absolute;
  right: 50px;
  bottom: 50px;
  max-width: 25%;
}
.funnelio-testimonials-content .testi-card .text {
  font-size: 32px;
  line-height: 1.4;
  position: relative;
  z-index: 10;
  transition: all 0.5s linear;
}
.funnelio-testimonials-content .testi-card .user-info {
  display: flex;
  align-items: center;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
.funnelio-testimonials-content .testi-card .user-info .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-inline-end: 15px;
  flex-shrink: 0;
}
.funnelio-testimonials-content .testi-card .user-info .avatar img {
  width: 100%;
  height: 100%;
}
.funnelio-testimonials-content .swiper-next,
.funnelio-testimonials-content .swiper-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 13px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  top: calc(50% - 25px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.funnelio-testimonials-content .swiper-next svg,
.funnelio-testimonials-content .swiper-prev svg {
  width: 13px;
  height: 13px;
  fill: #101828;
}
.funnelio-testimonials-content .swiper-next:hover,
.funnelio-testimonials-content .swiper-prev:hover {
  background-color: #7B68EE;
  border-color: #7B68EE;
  color: #fff;
}
.funnelio-testimonials-content .swiper-next:hover svg,
.funnelio-testimonials-content .swiper-prev:hover svg {
  fill: #fff;
}
.funnelio-testimonials-content .swiper-next {
  right: 0;
}
.funnelio-testimonials-content .swiper-prev {
  left: 0;
}

/* ==============================================================================================================================
														[ * Contact Form Element ]
===============================================================================================================================*/
.funnelio-contact-form .form-group {
  display: flex;
  justify-content: space-between;
}
.funnelio-contact-form .image {
  position: absolute;
  right: 0;
  top: 50px;
}
.funnelio-contact-form .image svg {
  width: 14px;
  height: 14px;
}
.funnelio-contact-form.width-max-content input[type=submit] {
  width: max-content;
}
.funnelio-contact-form .float-icon {
  position: absolute;
  left: 15px;
  top: 13px;
  z-index: 1;
}
.funnelio-contact-form .item {
  display: flex;
  align-items: center;
  width: 48%;
  font-size: 12px;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
}
.funnelio-contact-form .item p {
  font-size: 12px;
}
.funnelio-contact-form .item p .icon {
  margin-inline-end: 10px;
  flex-shrink: 0;
}
.funnelio-contact-form .item p .icon svg {
  width: 12px;
  height: 12px;
}
.funnelio-contact-form .max-content p {
  width: max-content;
}
.funnelio-contact-form p {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}
.funnelio-contact-form p .wpcf7-form-control-wrap {
  width: 100%;
}
.funnelio-contact-form p input:focus {
  box-shadow: none;
}
.funnelio-contact-form p textarea:focus {
  box-shadow: none;
}
.funnelio-contact-form p select:focus {
  box-shadow: none;
}
.funnelio-contact-form .wpcf7-spinner {
  position: absolute;
}
.funnelio-contact-form input[type=submit] {
  transition: all 0.3s linear;
}
.funnelio-contact-form input[type=submit]:hover {
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-2px);
}

/* ==============================================================================================================================
														[ * Search Element ]
===============================================================================================================================*/
.funnelio-search.right {
  display: flex;
  align-items: center;
}
.funnelio-search.right .funnelio-search-form {
  margin-left: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
.funnelio-search.right .funnelio-search-form input {
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
}
.funnelio-search.right .funnelio-search-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #7B68EE;
  color: #fff;
  font-size: 12px;
  border-radius: 8px;
  z-index: 10;
  border: 0;
  width: 33px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.funnelio-search.right .funnelio-search-form button:hover {
  background-color: #7B68EE;
}
.funnelio-search.right .funnelio-search-icon {
  font-size: 16px;
}

.funnelio-search.down .funnelio-search-form {
  width: 285px;
  position: absolute;
  top: calc(100% + 8px);
  right: -25px;
  padding: 30px 10px 10px;
  border-radius: 0 0 8px 8px;
  background-color: #101828;
  display: flex;
  align-items: center;
}
.funnelio-search.down .funnelio-search-form::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.funnelio-search.down .funnelio-search-form input {
  width: 265px;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2666666667);
  border-radius: 10px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 0.0666666667);
  color: #fff;
}
.funnelio-search.down .funnelio-search-form button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: #7B68EE;
  color: #fff;
  font-size: 12px;
  border-radius: 8px;
  z-index: 10;
  border: 0;
  width: 33px;
  height: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.funnelio-search.down .funnelio-search-form button:hover {
  background-color: #101828;
}

@media screen and (max-width: 991px) {
  .funnelio-search.right .funnelio-search .funnelio-search-icon {
    padding: 1.5rem;
  }
}
/* ==============================================================================================================================
														[ * Portfolio Links Element ]
===============================================================================================================================*/
.funnelio-portfolio-links .top-content {
  position: relative;
}
.funnelio-portfolio-links .top-content .contain {
  position: static;
  padding-left: 15px;
  padding-right: 15px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.funnelio-portfolio-links .top-content .shap {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(50% - 100px);
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.funnelio-portfolio-links .top-content .fav-ltr {
  position: absolute;
  top: 15%;
  right: 7%;
  width: 25%;
  height: 70%;
  object-fit: contain;
  z-index: 0;
  opacity: 0.2;
}
.funnelio-portfolio-links .links-list {
  padding: 100px 0;
}
.funnelio-portfolio-links .links-list a {
  display: block;
}
.funnelio-portfolio-links .links-list a .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 80px;
  padding: 10px 0;
  color: transparent;
  -webkit-text-stroke: 1px #101828;
  position: relative;
  z-index: 10;
  width: 100%;
  transition: all 0.3s ease;
}
.funnelio-portfolio-links .links-list a .cont::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background-color: #E6E6E6;
}
.funnelio-portfolio-links .links-list a:hover .cont {
  color: #101828;
}
.funnelio-portfolio-links .links-list a:hover .cont .year {
  color: #fff;
  background-color: #7B68EE;
}
.funnelio-portfolio-links .links-list a .year {
  position: absolute;
  right: 50%;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 30px;
  border: 1px solid #E6E6E6;
  -webkit-text-stroke: 0 transparent;
  color: #7B68EE;
}
.funnelio-portfolio-links .hover-reveal {
  position: absolute;
  width: 680px;
  max-width: 35%;
  height: 680px;
  top: 130px !important;
  left: auto !important;
  right: calc(25% - 50px) !important;
  transform: translateX(50%) !important;
  pointer-events: none;
  opacity: 0;
  border-radius: 0;
  overflow: hidden;
  z-index: 10;
  filter: drop-shadow(0px 30px 60px rgba(158, 158, 158, 0.25));
}
.funnelio-portfolio-links .hover-reveal__inner,
.funnelio-portfolio-links .hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.funnelio-portfolio-links .hover-reveal__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #181314;
}
.funnelio-portfolio-links .hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}

@media screen and (max-width: 991px) {
  .funnelio-portfolio-links .hover-reveal {
    position: static;
    opacity: 1 !important;
    max-width: 100%;
    height: 250px;
    transform: translateX(0%) !important;
  }
  .funnelio-portfolio-links .links-list a .cont {
    font-size: 40px;
  }
  .funnelio-portfolio-links .links-list a .cont .year {
    right: 0;
  }
  .funnelio-portfolio-links .top-content .shap, .funnelio-portfolio-links .top-content .fav-ltr {
    display: none;
  }
}
@media (min-width: 768px) {
  .funnelio-portfolio-links .contain {
    max-width: 720px;
  }
}
@media (min-width: 1400px) {
  .funnelio-portfolio-links .contain {
    max-width: 1320px;
  }
}
/* ==============================================================================================================================
														[ * Number Element ]
===============================================================================================================================*/
.funnelio-number-card {
  display: block;
  position: relative;
  text-align: center;
}
.funnelio-number-card.width-max-content {
  width: max-content;
}
.funnelio-number-card:hover .title {
  background-color: #101828;
  color: #fff;
}
.funnelio-number-card .number {
  margin: 0;
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1px #7B68EE;
}
.funnelio-number-card .number small {
  font-size: 50px;
}
.funnelio-number-card .title {
  transition: all 0.3s ease;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  padding: 2px 10px;
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

/* ==============================================================================================================================
														[ * Mirror Text Element ]
===============================================================================================================================*/
.funnelio-mirror {
  position: relative;
}
.funnelio-mirror::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.6), transparent);
  z-index: 1;
}
.funnelio-mirror::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #F7F9FB, transparent);
  z-index: 1;
}
.funnelio-mirror .main-txt {
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: calc(10vw + 120px);
  text-transform: uppercase;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px #000;
  opacity: 0.3;
}
.funnelio-mirror .mirror-txt {
  position: absolute;
  top: 100%;
  left: 0;
  color: #101828;
  z-index: 0;
  opacity: 0;
  text-align: center;
  font-size: calc(10vw + 120px);
  text-transform: uppercase;
  line-height: 1;
}

/* ==============================================================================================================================
														[ * Services Card Element ]
===============================================================================================================================*/
.funnelio-services-card {
  padding: 20px 0;
  border-top: 1px solid #E6E6E6;
}
.funnelio-services-card ul {
  margin: 0;
  padding: 0;
}
.funnelio-services-card:hover .service {
  color: transparent;
  -webkit-text-stroke: 2px #EB5939;
}
.funnelio-services-card .service {
  font-size: calc(5.5vw + 18px);
  text-transform: uppercase;
  color: #101828;
  -webkit-text-stroke: 2px transparent;
  transition: all 0.3s ease;
  margin: 0;
}
.funnelio-services-card .tags li {
  list-style-type: none;
}
.funnelio-services-card .tags a {
  display: inline-block;
  font-size: 18px;
  color: #666;
  margin: 5px 0;
}
.funnelio-services-card .tags a:hover {
  text-decoration: underline;
  color: #000;
}

/* ==============================================================================================================================
														[ * Portfolio Slider Element ]
===============================================================================================================================*/
.funnelio-portfolio-slider {
  position: relative;
  z-index: 20;
}
.funnelio-portfolio-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.funnelio-portfolio-slider .swiper-slide-active .info {
  opacity: 1;
  bottom: 40px;
}
.funnelio-portfolio-slider .image {
  position: relative;
  display: block;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
}
.funnelio-portfolio-slider .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.funnelio-portfolio-slider .info {
  position: absolute;
  left: 40px;
  width: calc(100% - 80px);
  border-radius: 10px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.0117647059);
  border: 2px solid rgba(255, 255, 255, 0.1019607843);
  filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(8px);
  opacity: 0;
  bottom: 0;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}
.funnelio-portfolio-slider .info .title {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
}
.funnelio-portfolio-slider .info .category {
  color: #ffffff;
  margin: 0;
  font-size: 14px;
  padding: 8px 15px;
  border: 1px solid rgba(255, 255, 255, 0.3333333333);
  border-radius: 10px;
}
.funnelio-portfolio-slider.different-size .swiper-slide:nth-of-type(odd) .image {
  transform: scale(70%);
}
.funnelio-portfolio-slider.different-size .image {
  position: relative;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
}
.funnelio-portfolio-slider.different-size .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .funnelio-portfolio-slider .image {
    height: 300px;
  }
}
/* ==============================================================================================================================
														[ * Creative Testimonials Element ]
===============================================================================================================================*/
.funnelio-creative-testimonials .row {
  margin: 0 !important;
}
.funnelio-creative-testimonials .row > div {
  margin: 0 !important;
  padding: 0 !important;
}
.funnelio-creative-testimonials .testi-text-slider {
  position: relative;
  height: 460px;
  overflow: hidden;
}
.funnelio-creative-testimonials .testi-img-slider {
  position: relative;
  height: 460px;
  overflow: hidden;
}
.funnelio-creative-testimonials .testi-img-slider .swiper-slide {
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
}
.funnelio-creative-testimonials .testi-img-slider .swiper-slide.swiper-slide-thumb-active {
  transition: all 0.5s ease;
}
.funnelio-creative-testimonials .testi-img-slider .swiper-slide.swiper-slide-thumb-active .img {
  outline: 4px solid #EB5939;
  outline-offset: -4px;
}
.funnelio-creative-testimonials .testi-img-slider .swiper-slide .img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.funnelio-creative-testimonials .testi-img-slider .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.funnelio-creative-testimonials .testi-card {
  position: relative;
  padding: 50px 7vw;
}
.funnelio-creative-testimonials .testi-card * {
  position: relative;
  z-index: 3;
}
.funnelio-creative-testimonials .testi-card .text {
  margin: 0;
  font-size: 48px;
}
.funnelio-creative-testimonials .testi-card .qoats {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.funnelio-creative-testimonials .testi-card .user {
  margin-top: 30px;
}
.funnelio-creative-testimonials .testi-card .user .position {
  margin: 0;
}
.funnelio-creative-testimonials .testi-card .user .name {
  margin: 0;
}

@media screen and (max-width: 991px) {
  .funnelio-creative-testimonials .testi-card .text {
    font-size: 25px;
  }
  .funnelio-creative-testimonials .testi-card .qoats {
    object-fit: contain;
  }
  .funnelio-creative-testimonials .testi-img-slider {
    position: relative;
    height: 95vw;
    overflow: hidden;
    transform: rotate(90deg);
    transform-origin: bottom left;
    margin-top: -100vw;
  }
  .funnelio-creative-testimonials .testi-img-slider .swiper-wrapper {
    justify-content: center;
  }
  .funnelio-creative-testimonials .testi-img-slider .img {
    transform: rotate(-90deg);
  }
}
/* ==============================================================================================================================
														[ * Animated Line Element ]
===============================================================================================================================*/
.funnelio-animated-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #3D4C69 0%, rgba(61, 76, 105, 0) 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 3s linear;
}
.funnelio-animated-line.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* ==============================================================================================================================
														[ * Card Element ]
===============================================================================================================================*/
.funnelio-card {
  position: relative;
  margin-top: 30px;
  padding: 50px 50px 120px;
  border-radius: 10px;
  background-color: #162033;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  color: #ffffff;
}
.funnelio-card span {
  display: inline-block;
}
.funnelio-card:hover {
  background-color: transparent;
  border-color: #2AE98C;
}
.funnelio-card:hover .num {
  background-color: #2AE98C;
  color: #101828;
}
.funnelio-card:hover .more-link {
  text-decoration: underline;
  color: #2AE98C;
}
.funnelio-card:hover .change-icon::after {
  opacity: 1;
  transform: scale(1);
}
.funnelio-card:hover .change-icon img {
  filter: brightness(10000%);
}
.funnelio-card .num {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.funnelio-card .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
}
.funnelio-card .title {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}
.funnelio-card .title span {
  color: #9B9EA5;
  display: block;
}
.funnelio-card .text {
  color: #9B9EA5;
  margin-top: 20px;
}
.funnelio-card .more-link {
  display: inline-block;
  transition: all;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.funnelio-card .more-link.absolute {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.funnelio-card .change-icon {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  margin: 0 auto 40px;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.1));
  overflow: hidden;
}
.funnelio-card .change-icon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease;
  border-radius: 50%;
}
.funnelio-card .change-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  position: relative;
  z-index: 5;
}

.funnelio-card-link {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .funnelio-card {
    padding: 30px 30px 100px;
    height: max-content;
  }
  .funnelio-card .more-link.absolute {
    left: 30px;
    bottom: 30px;
  }
}
/* ==============================================================================================================================
														[ * Testimonials Card Element ]
===============================================================================================================================*/
.funnelio-testimonials-card {
  position: relative;
  padding: 40px;
  border-radius: 5px;
  background-color: #1B253A;
  margin-bottom: 120px;
}
.funnelio-testimonials-card::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -80px;
  width: 100%;
  height: 85px;
  background-color: #151F33;
  border-radius: 0 0 5px 5px;
  pointer-events: none;
}
.funnelio-testimonials-card .stars {
  font-size: 12px;
  color: #2AE98C;
  margin-bottom: 30px;
}
.funnelio-testimonials-card .stars svg {
  width: 13.5;
  height: 12px;
  fill: #2AE98C;
  margin-right: 3px;
}
.funnelio-testimonials-card .user {
  margin-top: 30px;
}
.funnelio-testimonials-card .user .position {
  margin: 0;
}
.funnelio-testimonials-card .user .name {
  margin: 0;
}
.funnelio-testimonials-card .img {
  position: absolute;
  right: 0;
  bottom: -80px;
  height: 225px;
  z-index: 10;
  pointer-events: none;
}
.funnelio-testimonials-card .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom right;
}
.funnelio-testimonials-card .text {
  min-height: 215px;
}

/* ==============================================================================================================================
														[ * Team Tabs Element ]
===============================================================================================================================*/
.funnelio-team-tabs .nav-pills {
  display: block;
}
.funnelio-team-tabs .nav-pills li {
  list-style-type: none;
}
.funnelio-team-tabs .nav-pills .nav-item:last-of-type .nav-link {
  border-bottom: 0;
}
.funnelio-team-tabs .nav-pills .nav-item .nav-link {
  position: relative;
  background-color: transparent;
  border-radius: 0;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 50px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.0666666667);
  font-weight: 700;
  width: 100%;
  text-align: start;
  opacity: 0.4;
  transition: all 0.3s ease;
}
.funnelio-team-tabs .nav-pills .nav-item .nav-link.active {
  opacity: 1;
  color: #fff;
  padding-inline-start: 50px;
}
.funnelio-team-tabs .nav-pills .nav-item .nav-link.active .star {
  opacity: 1;
}
.funnelio-team-tabs .nav-pills .nav-item .nav-link .star {
  position: absolute;
  left: 0;
  font-size: 20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.funnelio-team-tabs .tab-content {
  position: relative;
  height: 650px;
}
.funnelio-team-tabs .tab-content .tab-pane {
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  z-index: 2;
}
.funnelio-team-tabs .tab-content .tab-pane.show .img {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease;
}
.funnelio-team-tabs .tab-content .img {
  height: 650px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  transform: scale(0.7);
}
.funnelio-team-tabs .tab-content .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inherit;
}

@media screen and (max-width: 991px) {
  .funnelio-team-tabs .nav-pills .nav-item .nav-link {
    font-size: 30px;
  }
  .funnelio-team-tabs .nav-pills .nav-item .nav-link .star {
    top: 38px;
  }
}
/* ==============================================================================================================================
														[ * Blog Card Element ]
===============================================================================================================================*/
.funnelio-blog-card {
  position: relative;
}
.funnelio-blog-card .row .gx-lg-0 {
  margin: 0 !important;
}
.funnelio-blog-card .row .gx-lg-0 > * {
  padding: 0 !important;
}
.funnelio-blog-card h5 {
  margin: 0;
}
.funnelio-blog-card .overlay-card {
  position: relative;
  margin-top: 30px;
}
.funnelio-blog-card .overlay-card a {
  display: inline-block;
}
.funnelio-blog-card .overlay-card .tags {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}
.funnelio-blog-card .overlay-card .tags a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1333333333);
  border-radius: 10px;
  padding: 8px 15px;
  margin-block-end: 10px;
}
.funnelio-blog-card .overlay-card .img {
  display: block;
  position: relative;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.funnelio-blog-card .overlay-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.funnelio-blog-card .overlay-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8745098039), transparent);
}
.funnelio-blog-card .overlay-card .info {
  position: absolute;
  z-index: 50;
  width: 100%;
  padding: 30px;
  left: 0;
  bottom: 0;
}
.funnelio-blog-card .overlay-card .info .date {
  color: #fff;
}
.funnelio-blog-card .overlay-card .info .title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.funnelio-blog-card .overlay-card .info .title:hover {
  color: #2AE98C;
}
.funnelio-blog-card .info-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
}
.funnelio-blog-card .info-card a {
  display: inline-block;
}
.funnelio-blog-card .info-card .tags {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 10;
}
.funnelio-blog-card .info-card .tags a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1333333333);
  border-radius: 10px;
  padding: 8px 15px;
  margin-block-end: 10px;
}
.funnelio-blog-card .info-card .img {
  display: block;
  position: relative;
  height: 400px;
  overflow: hidden;
}
.funnelio-blog-card .info-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.funnelio-blog-card .info-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8745098039), transparent);
}
.funnelio-blog-card .info-card .info {
  position: relative;
  padding: 50px;
  padding-bottom: 150px;
  background-color: #fff;
  color: var(--cr-black1);
  height: 100%;
}
.funnelio-blog-card .info-card .info::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F6F6F6;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
  pointer-events: none;
}
.funnelio-blog-card .info-card .info * {
  position: relative;
  z-index: 5;
}
.funnelio-blog-card .info-card .info .text {
  color: #666;
  font-size: 14px;
  line-height: 1.8;
}
.funnelio-blog-card .info-card .info .date {
  color: #101828;
}
.funnelio-blog-card .info-card .info .title {
  color: #101828;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}
.funnelio-blog-card .info-card .info .title:hover {
  color: #2AE98C;
}
.funnelio-blog-card .info-card .info .butn {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 6;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  transition: all 0.3s linear;
  padding: 15px 35px;
  text-align: center;
  border: 1px solid #dee2e6;
}
.funnelio-blog-card .info-card .info .butn:hover {
  background-color: #2AE98C;
}
.funnelio-blog-card .post-card {
  position: relative;
  color: #fff;
  margin-top: 30px;
}
.funnelio-blog-card .post-card .tags {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 5;
}
.funnelio-blog-card .post-card .tags a {
  padding: 8px 15px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.0117647059);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  font-size: 14px;
  color: #fff;
}
.funnelio-blog-card .post-card .img {
  position: relative;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
}
.funnelio-blog-card .post-card .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0.7;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 91.29%);
  z-index: 2;
  pointer-events: none;
}
.funnelio-blog-card .post-card .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.funnelio-blog-card .post-card .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 30px;
}
.funnelio-blog-card .post-card .info p {
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  margin-bottom: 0.5rem;
}
.funnelio-blog-card .post-card .info .title {
  color: #fff;
  margin: 0;
  font-weight: 500;
  line-height: 1.2;
}

/* ==============================================================================================================================
														[ * Advertising Service Card Element ]
===============================================================================================================================*/
.funnelio-advertising-service-card .row.gx-lg-5 {
  margin-right: -30px;
  margin-left: -30px;
}
.funnelio-advertising-service-card .row.gx-lg-5 > * {
  padding-left: 30px;
  padding-right: 30px;
}
.funnelio-advertising-service-card .service-card {
  position: relative;
  padding: 10px;
  border-radius: 10px;
  background-color: #F2F0FE;
  margin-bottom: 30px;
}
.funnelio-advertising-service-card .service-card .more-btn {
  transition: all 0.3s ease;
  color: #000;
  position: absolute;
  left: 50%;
  top: 80px;
  z-index: 30;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
}
.funnelio-advertising-service-card .service-card .more-btn:hover {
  width: 150px;
  background-color: #7B68EE;
  color: #fff;
}
.funnelio-advertising-service-card .service-card .more-btn:hover .txt {
  opacity: 1;
  width: max-content;
}
.funnelio-advertising-service-card .service-card .more-btn .txt {
  margin-inline-start: 10px;
  opacity: 0;
  width: 0;
  overflow: hidden;
}
.funnelio-advertising-service-card .service-card .info {
  position: relative;
  padding: 60px;
}
.funnelio-advertising-service-card .service-card .info .rotate-box {
  position: relative;
  width: 180px;
  height: 180px;
  display: block;
}
.funnelio-advertising-service-card .service-card .info .rotate-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  object-fit: contain;
  filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.1));
}
.funnelio-advertising-service-card .service-card .info .rotate-box .rotate-text {
  animation: rotateText 20s linear infinite;
  text-transform: uppercase;
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 600;
}
.funnelio-advertising-service-card .service-card .info .rotate-box .rotate-circle svg {
  width: 100%;
  height: 100%;
  fill: #7B68EE;
  transform: scale(1.5);
}
@keyframes rotateText {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.funnelio-advertising-service-card .service-card .info .service-title {
  margin: 0;
  margin-top: 60px;
}
.funnelio-advertising-service-card .service-card .info .text {
  margin-top: 20px;
  color: #666;
}
.funnelio-advertising-service-card .service-card .img {
  position: relative;
  height: 510px;
  border-radius: 10px;
  overflow: hidden;
}
.funnelio-advertising-service-card .service-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .funnelio-advertising-service-card .service-card .info {
    padding: 30px;
  }
  .funnelio-advertising-service-card .service-card .more-btn {
    display: none;
  }
}
/* ==============================================================================================================================
														[ * Circle Element ]
===============================================================================================================================*/
.funnelio-circle {
  width: 20vw;
  height: 20vw;
  border-radius: 50%;
  background-image: linear-gradient(208deg, #FFF 12.23%, rgba(255, 255, 255, 0) 79.9%);
}

/* ==============================================================================================================================
														[ * Client Slider Element ]
===============================================================================================================================*/
/* --------------- testimonials st7 --------------- */
.funnelio-client-slider {
  position: relative;
}
.funnelio-client-slider .testi-slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  filter: drop-shadow(0px 20px 40px rgba(0, 0, 0, 0.5));
  background-color: rgba(0, 0, 0, 0.1333333333);
  border: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(30px);
  border-radius: 15px;
}
.funnelio-client-slider .testimonials-side {
  position: relative;
  overflow: hidden;
  padding: 5vw;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.funnelio-client-slider .testimonials-side .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.funnelio-client-slider .testimonials-side .testi-card {
  position: relative;
  color: #fff;
  padding: 3.5vw;
  overflow: hidden;
}
.funnelio-client-slider .testimonials-side .testi-card * {
  position: relative;
  z-index: 2;
}
.funnelio-client-slider .testimonials-side .testi-card .text {
  font-size: 33px;
  line-height: 1.4;
  letter-spacing: -0.72px;
  font-weight: 300;
}
.funnelio-client-slider .testimonials-side .testi-card .client-row {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.funnelio-client-slider .testimonials-side .testi-card .client-row .avatar {
  width: 50px;
  height: 50px;
}
.funnelio-client-slider .testimonials-side .testi-card .client-row .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.funnelio-client-slider .testimonials-side .testi-card .client-row .position {
  margin: 0;
  opacity: 0.6;
}
.funnelio-client-slider .testimonials-side .testi-card .client-row .name {
  margin: 0;
}
.funnelio-client-slider .testimonials-side .testi-card .client-row .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.0666666667);
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .funnelio-client-slider {
    overflow: hidden;
  }
  .funnelio-client-slider .testimonials-side .testi-card {
    padding: 30px;
  }
  .funnelio-client-slider .testimonials-side .testi-card .text {
    font-size: 25px;
  }
}
/* ==============================================================================================================================
														[ * Posts Accordion Element ]
===============================================================================================================================*/
.funnelio-posts-accordion .accordion-item {
  position: relative;
  border-radius: 15px;
  margin-top: -30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: #fff;
}
.funnelio-posts-accordion .accordion-item:nth-of-type(1) {
  z-index: 20;
}
.funnelio-posts-accordion .accordion-item:nth-of-type(1) .accordion-button {
  padding-top: 40px;
}
.funnelio-posts-accordion .accordion-item:nth-of-type(1) .accordion-collapse.show .accordion-body {
  padding-top: 0;
}
.funnelio-posts-accordion .accordion-item:nth-of-type(2) {
  z-index: 19;
}
.funnelio-posts-accordion .accordion-item:nth-of-type(3) {
  z-index: 18;
}
.funnelio-posts-accordion .accordion-item:nth-of-type(4) {
  z-index: 17;
}
.funnelio-posts-accordion .accordion-item:nth-of-type(5) {
  z-index: 16;
}
.funnelio-posts-accordion .accordion-item:nth-of-type(6) {
  z-index: 15;
}
.funnelio-posts-accordion .accordion-item .accordion-button {
  border: 0;
  background-color: transparent;
  box-shadow: none;
  height: max-content;
  opacity: 1;
  display: block;
  padding: 40px;
  padding-top: 70px;
}
.funnelio-posts-accordion .accordion-item .accordion-button:not(.collapsed) {
  display: none;
}
.funnelio-posts-accordion .accordion-item .accordion-button .date {
  display: flex;
  align-items: center;
}
.funnelio-posts-accordion .accordion-item .accordion-button .date .line {
  width: 60px;
  height: 1px;
  background-image: linear-gradient(126deg, #EE0979 0%, #FF6A00 100%);
  margin: 0 30px;
}
.funnelio-posts-accordion .accordion-item .accordion-collapse.show .accordion-body {
  padding-top: 30px;
}
.funnelio-posts-accordion .accordion-item .accordion-body {
  padding: 0;
  transition: all 0.3s ease;
}
.funnelio-posts-accordion .accordion-item .accordion-body .post-body {
  padding: 40px;
}
.funnelio-posts-accordion .accordion-item .accordion-body .post-body .img {
  height: 420px;
  border-radius: 15px;
  overflow: hidden;
}
.funnelio-posts-accordion .accordion-item .accordion-body .post-body .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.funnelio-posts-accordion .accordion-item .accordion-body .post-body .info .date {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.funnelio-posts-accordion .accordion-item .accordion-body .post-body .info .date .line {
  width: 60px;
  height: 1px;
  background-image: linear-gradient(126deg, #EE0979 0%, #FF6A00 100%);
  margin: 0 30px;
}
.funnelio-posts-accordion .accordion-item .accordion-body .post-body .info .butn {
  background: white;
  border-radius: 12px;
  margin-top: 80px;
  padding: 15px 35px;
  transition: all 0.3s linear;
  position: relative;
  text-align: center;
  color: #240944;
  border: 1px solid #240944;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
}
.funnelio-posts-accordion .accordion-item .accordion-body .post-body .info .butn:hover {
  background: #240944;
  border-color: #240944;
  color: #fff;
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-2px);
}

@media screen and (max-width: 991px) {
  .funnelio-posts-accordion .accordion-item .accordion-button {
    padding: 20px;
    padding-top: 50px;
  }
  .funnelio-posts-accordion .accordion-item .accordion-body .post-body {
    padding: 20px;
  }
  .funnelio-posts-accordion .accordion-item .accordion-body .post-body .img {
    height: 300px;
    margin-bottom: 40px;
  }
  .funnelio-posts-accordion .accordion-item .accordion-body .post-body .info .butn {
    margin-top: 40px;
    padding: 10px 20px;
  }
  .funnelio-posts-accordion .accordion-item .accordion-body .post-body .info .butn * {
    font-size: 13px !important;
  }
}
/* ==============================================================================================================================
														[ * Dropdown Element ]
===============================================================================================================================*/
.funnelio-dropdown {
  color: #fff;
}
.funnelio-dropdown a {
  display: inline-block;
}
.funnelio-dropdown .dropdown-toggle:after {
  position: relative;
  top: 3px;
  opacity: 0.8;
  content: "\f078";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  border: 0;
  line-height: 1;
  font-size: 0.8em;
}
.funnelio-dropdown .dropdown-menu {
  min-width: 200px;
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  top: 100%;
}
.funnelio-dropdown .dropdown-menu li {
  list-style-type: none;
}
.funnelio-dropdown .dropdown-menu li .dropdown-item {
  padding: 10px 20px;
  font-size: 14px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.1333333333);
}

/* ==============================================================================================================================
														[ * Shape Element ]
===============================================================================================================================*/
.funnelio-shape {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* ==============================================================================================================================
														[ * Products Slider Element ]
===============================================================================================================================*/
.funnelio-products-slider .cont {
  margin-bottom: 80px;
}
.funnelio-products-slider .cont .section-head .sub-title {
  margin: 0;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 7px;
  border: 1px solid rgba(123, 104, 238, 0.3019607843);
  background: #F5F3FF;
  margin-bottom: 30px;
  font-size: 14px;
  color: #7B68EE;
}
.funnelio-products-slider .cont .section-head .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  margin: 0;
}
.funnelio-products-slider .cont .arrows {
  display: flex;
  align-items: center;
}
.funnelio-products-slider .cont .arrows .swiper-next,
.funnelio-products-slider .cont .arrows .swiper-prev {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(153, 153, 153, 0.2);
  margin: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.funnelio-products-slider .cont .arrows .swiper-next svg,
.funnelio-products-slider .cont .arrows .swiper-prev svg {
  width: 16px;
  height: 16px;
  fill: #000;
}
.funnelio-products-slider .cont .arrows .swiper-next:hover,
.funnelio-products-slider .cont .arrows .swiper-prev:hover {
  background-color: #101828;
  color: #fff;
}
.funnelio-products-slider .cont .arrows .swiper-next:hover svg,
.funnelio-products-slider .cont .arrows .swiper-prev:hover svg {
  fill: #fff;
}
.funnelio-products-slider .products-slider {
  position: relative;
  overflow: hidden;
}
.funnelio-products-slider .product-card {
  position: relative;
}
.funnelio-products-slider .product-card .img {
  position: relative;
  height: 200px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.funnelio-products-slider .product-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.funnelio-products-slider .product-card .info {
  padding-top: 30px;
}
.funnelio-products-slider .product-card .info .name {
  margin: 0;
  font-size: 24px;
  margin-bottom: 10px;
}
.funnelio-products-slider .product-card .info .name span {
  display: inline-block;
}
.funnelio-products-slider .product-card .info .name.clip-background span {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.funnelio-products-slider .product-card .info .description {
  margin: 0;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}
.funnelio-products-slider .product-card .info .buton {
  display: inline-block;
  margin-top: 40px;
  color: #240944;
  padding: 15px 35px;
  transition: all 0.3s linear;
  position: relative;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #dee2e6;
}
.funnelio-products-slider .product-card .info .buton:hover {
  background: #240944;
  border-color: #240944;
  color: #fff;
  box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.2666666667);
  transform: translateY(-2px);
}

/* ==============================================================================================================================
														[ * Features Slider Element ]
===============================================================================================================================*/
.funnelio-features-slider .feat-card {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.06));
  display: flex;
  align-items: center;
}
.funnelio-features-slider .feat-card .title {
  margin: 0;
}
.funnelio-features-slider .feat-card .description {
  margin: 0;
}
.funnelio-features-slider .feat-card .icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  margin-inline-start: 15px;
}
.funnelio-features-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
  pointer-events: none;
}
.funnelio-features-slider .swiper-wrapper .swiper-slide {
  position: relative;
  width: 410px !important;
}

/* ==============================================================================================================================
														[ * Testimonials Preview Slider Element ]
===============================================================================================================================*/
.funnelio-testimonials-preview-slider .testi-card {
  position: relative;
  padding: 60px;
  border-radius: 30px;
  border: 1px solid #7B68EE;
  background-color: #fff;
}
.funnelio-testimonials-preview-slider .testi-card .text {
  margin-bottom: 30px;
}
.funnelio-testimonials-preview-slider .testi-card .avatar {
  width: 50px;
  height: 50px;
  margin-inline-end: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.funnelio-testimonials-preview-slider .testi-card .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.funnelio-testimonials-preview-slider .testi-card .cont .position {
  margin: 0;
  margin-bottom: 0.25rem;
}
.funnelio-testimonials-preview-slider .testi-card .cont .name {
  margin: 0;
}

/* ==============================================================================================================================
														[ * Elements Slider Element ]
===============================================================================================================================*/
.funnelio-elements-slider .img {
  position: relative;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
}
.funnelio-elements-slider .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.funnelio-elements-slider .swiper-pagination-bullet-active {
  background-color: #000;
}
.funnelio-elements-slider .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  width: 100%;
  bottom: 10px;
  left: 0;
}
.funnelio-elements-slider .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  display: inline-block;
  border-radius: 50%;
}

/* ==============================================================================================================================
														[ * Live Card Element ]
===============================================================================================================================*/
.funnelio-live-card {
  position: relative;
  display: flex;
  align-items: center;
  height: 600px;
  overflow: hidden;
  background-image: linear-gradient(90deg, #7B68EE 13.61%, #308FFF 88.38%);
  border-radius: 20px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
}
.funnelio-live-card .bg-imgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-10deg);
}
.funnelio-live-card .bg-imgs .img1 {
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  transform: scale(2);
}
.funnelio-live-card .bg-imgs .img2 {
  position: absolute;
  left: 0;
  top: -120px;
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  transform: scale(2);
}
.funnelio-live-card .play-btn {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #101828;
  color: #000;
  margin: 100px auto;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .funnelio-live-card {
    height: 350px;
  }
}
/* ==============================================================================================================================
														[ * Breadcrumbs Element ]
===============================================================================================================================*/
.funnelio-breadcrumbs span {
  display: inline-block;
  position: relative;
  padding-inline-end: 80px;
}
.funnelio-breadcrumbs span::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  width: 60px;
  height: 2px;
  background: linear-gradient(270deg, #7B68EE 0%, rgba(123, 104, 238, 0) 100%);
}
.funnelio-breadcrumbs span:last-of-type {
  padding: 0;
}
.funnelio-breadcrumbs span:last-of-type::after {
  display: none;
}

/* ==============================================================================================================================
														[ * Images Zoom Slider Element ]
===============================================================================================================================*/
.funnelio-images-zoom-slider .img {
  position: relative;
  height: 600px;
  border-radius: 10px;
  overflow: hidden;
}
.funnelio-images-zoom-slider .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==============================================================================================================================
														[ * Time Line Element ]
===============================================================================================================================*/
.funnelio-time-line {
  position: relative;
  padding: 60px 0;
}
.funnelio-time-line::after {
  position: absolute;
  content: "";
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 100%;
  background-color: #101828;
}
.funnelio-time-line .time-card {
  position: relative;
  z-index: 10;
  padding: 60px 0;
}
.funnelio-time-line .time-card:nth-of-type(odd) .row {
  flex-direction: row-reverse;
}
.funnelio-time-line .time-card:nth-of-type(odd) .info {
  text-align: end;
}
.funnelio-time-line .time-card .img {
  position: relative;
  height: 350px;
  border-radius: 10px;
  overflow: hidden;
}
.funnelio-time-line .time-card .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.funnelio-time-line .time-card .info .year {
  margin: 0;
  font-size: 120px;
  color: transparent;
  -webkit-text-stroke: 1px #7B68EE;
  line-height: 1;
  letter-spacing: -2.4px;
  margin-bottom: 20px;
}
.funnelio-time-line .time-card .info .title {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  padding-bottom: 0.5rem;
}
.funnelio-time-line .time-card .info .description {
  margin: 0;
}
.funnelio-time-line .time-card .numb {
  line-height: 1.5;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .funnelio-time-line::after {
    display: none;
  }
  .funnelio-time-line .time-card {
    padding: 30px 0;
  }
  .funnelio-time-line .time-card .numb {
    display: none;
  }
  .funnelio-time-line .time-card .info {
    margin-top: 30px;
    text-align: start !important;
  }
  .funnelio-time-line .time-card .info .year {
    font-size: 70px;
  }
  .funnelio-time-line .time-card .info .description br {
    display: none;
  }
}
/* ==============================================================================================================================
														[ * Progress Element ]
===============================================================================================================================*/
.funnelio-progress {
  position: relative;
}
.funnelio-progress .skill {
  margin: 0;
}
.funnelio-progress .progress {
  height: 10px;
  overflow: visible;
  border-radius: 10px;
  background-color: transparent;
  margin-top: 15px;
}
.funnelio-progress .progress .progress-bar {
  height: 9px;
  border-radius: 10px 0 0 10px;
  position: relative;
  overflow: visible;
}
.funnelio-progress .progress .progress-bar .txt {
  position: absolute;
  top: -30px;
  right: 0;
  font-weight: 600;
  font-size: 14px;
}

/* ==============================================================================================================================
														[   The End   ]
===============================================================================================================================*/

/*# sourceMappingURL=style.css.map */
