/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Common
# Cards
# Topbar
# Navigations
# Home Showcase
# Mobile Nav
# Page Header
# Form
# Search Popup
# Google Map
# Client Carousel
# Animations
# Custom Cursor
# Main Slider
# About
# Services
# Service Details
# Contact
# Why Choose
# Testimonials
# Gallery
# Sidebar
# Blog Details
# Comments
# Therapist Details
# Appointment
# Shop
# Shop Details
# Cart
# Checkout
# Login
# Faq
# Expert Therapist
# Solutions
# Pricing Plan
# Skills
# Schedule
# Error 404
# Footer
# Boxed Home
--------------------------------------------------------------*/
:root {
  --sifoxen-font: "Plus Jakarta Sans", sans-serif;
  --sifoxen-font2: "DM Sans", sans-serif;
  --sifoxen-font3: "Outfit", sans-serif;
  --sifoxen-heading-font: "EB Garamond", serif;
  --sifoxen-text: #79767C;
  --sifoxen-text-rgb: 121, 118, 124;
  --sifoxen-base: #AE61BE;
  --sifoxen-base-rgb: 174, 97, 190;
  --sifoxen-primary: #55D9D7;
  --sifoxen-primary-rgb: 85, 217, 215;
  --sifoxen-gray: #DDD8DB;
  --sifoxen-gray-rgb: 221, 216, 219;
  --sifoxen-gray2: #9F83B5;
  --sifoxen-gray2-rgb: 159, 131, 181;
  --sifoxen-gray3: #CFD7E0;
  --sifoxen-gray3-rgb: 207, 215, 224;
  --sifoxen-white: #fff;
  --sifoxen-white-rgb: 255, 255, 255;
  --sifoxen-white2: #F5F2F4;
  --sifoxen-white2-rgb: 245, 242, 244;
  --sifoxen-black: #362048;
  --sifoxen-black-rgb: 54, 32, 72;
  --sifoxen-black2: #341F47;
  --sifoxen-black2-rgb: 52, 31, 71;
  --sifoxen-black3: #000000;
  --sifoxen-black3-rgb: 0, 0, 0;
  --sifoxen-black4: #2B1E16;
  --sifoxen-black4-rgb: 43, 30, 22;
  --sifoxen-black5: #231D4F;
  --sifoxen-black5-rgb: 35, 29, 79;
  --sifoxen-black6: #090010;
  --sifoxen-black6-rgb: 9, 0, 16;
  --sifoxen-black7: #082545;
  --sifoxen-black7-rgb: 8, 37, 69;
  --sifoxen-sky-blue: #01C3ED;
  --sifoxen-sky-blue-rgb: 1, 195, 237;
  --sifoxen-border-color: #DDD8DB;
  --sifoxen-border-color-rgb: 221, 216, 219;
  --sifoxen-letter-space: -1.2px;
  --sifoxen-letter-space-lg: -1.6px;
  --sifoxen-letter-space-xl: -3.6px;
  --section-space: 120px;
  --section-space2: 118px;
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/
.mt-20 {
  margin-top: 20px;
}

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

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

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

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-120 {
  margin-top: 120px;
}

.mt--60 {
  margin-top: -60px;
}

.mt--120 {
  margin-top: -120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-text, #79767C);
  font-size: 16px;
  line-height: 1.75;
  background-color: var(--sifoxen-white, #fff);
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--sifoxen-base, #AE61BE);
  transition: all 400ms ease;
}

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

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--sifoxen-heading-font, "EB Garamond", serif);
  color: var(--sifoxen-black, #362048);
}
@media (max-width: 575px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}

@media (max-width: 575px) {
  p br {
    display: none;
  }
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.background-base {
  background-color: var(--sifoxen-base, #AE61BE);
}

.background-gray {
  background-color: var(--sifoxen-gray, #DDD8DB);
}

.background-black {
  background-color: var(--sifoxen-black, #362048);
}

.background-black-2 {
  background-color: var(--sifoxen-black, #362048);
}

.sifoxen-text {
  color: var(--sifoxen-text, #79767C);
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.section-space {
  padding: var(--section-space, 120px) 0;
}
@media (max-width: 767px) {
  .section-space {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .section-space {
    padding: 80px 0;
  }
}

.section-space-two {
  padding-top: var(--section-space2, 118px);
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-two {
    padding-top: 97px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-two {
    padding-top: 77px;
    padding-bottom: 80px;
  }
}

.section-space-top {
  padding-top: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-top {
    padding-top: 80px;
  }
}

.section-space-bottom {
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}

.container-fluid,
.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-10 {
  --bs-gutter-y: 10px;
}

.gutter-y-15 {
  --bs-gutter-y: 15px;
}

.gutter-y-20 {
  --bs-gutter-y: 20px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gutter-y-50 {
  --bs-gutter-y: 50px;
}

.gutter-y-60 {
  --bs-gutter-y: 60px;
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* section title */
.sec-title--center {
  text-align: center;
  margin-bottom: 45px;
}
.sec-title--center .sec-title__top {
  justify-content: center;
}
.sec-title__top {
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sec-title__top img {
  max-width: 100%;
  height: auto;
  animation: iconRotate 2.5s linear infinite;
}
@keyframes iconRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(-40deg);
  }
  50% {
    transform: rotate(-80deg);
  }
}
.sec-title__tagline {
  margin: 0;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--sifoxen-primary, #55D9D7);
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .sec-title__tagline {
    font-size: 14px;
  }
}
.sec-title__title {
  margin: 0;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.166;
  letter-spacing: var(--sifoxen-letter-space, -1.2px);
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .sec-title__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .sec-title__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .sec-title__title {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .sec-title__title {
    font-size: 40px;
  }
}

/* button */
.sifoxen-btn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--sifoxen-base, #AE61BE);
  color: var(--sifoxen-white2, #F5F2F4);
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  line-height: normal;
  padding: 15.5px 24.45px;
  transition: 500ms;
  text-transform: capitalize;
  z-index: 1;
}
.sifoxen-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sifoxen-btn::before, .sifoxen-btn::after {
  content: "";
  background-color: var(--sifoxen-primary, #55D9D7);
  height: 50%;
  width: 0;
  position: absolute;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.sifoxen-btn::before {
  top: 0;
  left: 0;
  right: auto;
}
.sifoxen-btn::after {
  bottom: 0;
  right: 0;
  left: auto;
}
.sifoxen-btn:hover {
  color: var(--sifoxen-white, #fff);
}
.sifoxen-btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}
.sifoxen-btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.sifoxen-btn--primary {
  padding: 15.5px 27.95px;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.sifoxen-btn--primary::before, .sifoxen-btn--primary::after {
  background-color: var(--sifoxen-base, #AE61BE);
}
.sifoxen-btn--primary:hover {
  color: var(--sifoxen-white, #fff);
}
.sifoxen-btn--border {
  color: var(--sifoxen-base, #AE61BE);
  background-color: transparent;
  border: 1px solid var(--sifoxen-base, #AE61BE);
}
.sifoxen-btn--border::before, .sifoxen-btn--border::after {
  background-color: var(--sifoxen-base, #AE61BE);
}

/*video button*/
.video-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 66.93px;
  height: 66.93px;
  background-color: var(--sifoxen-white, #fff);
  font-size: 15px;
  color: var(--sifoxen-primary, #55D9D7);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.video-btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.video-btn:hover {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-base, #AE61BE);
}
.video-btn__ripple::before, .video-btn__ripple::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 0 rgba(var(--sifoxen-white2-rgb, 245, 242, 244), 0.2);
  -webkit-animation: producVideo 3s infinite;
  animation: popupVideo 3s infinite;
  border-radius: 50%;
}
.video-btn__ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.video-btn__ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@keyframes popupVideo {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}

/* client */
.client-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.client-info__image img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 3px solid var(--sifoxen-white, #fff);
}
.client-info__image img + img {
  margin-left: -14px;
}
.client-info .sifoxen-ratings {
  margin-bottom: 7px;
  gap: 6px;
}
.client-info .sifoxen-ratings__icon {
  color: var(--sifoxen-black, #362048);
}
.client-info__text {
  margin: 0;
  font-size: 14px;
  color: var(--sifoxen-white, #fff);
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}

/* progress bar */
.progress-box__title {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 17px;
}
@media (max-width: 575px) {
  .progress-box__title {
    font-size: 14px;
  }
}
.progress-box__bar {
  width: 100%;
  height: 6px;
  background-color: var(--sifoxen-white2, #F5F2F4);
  position: relative;
}
.progress-box__bar__inner {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--sifoxen-base, #AE61BE);
  transition: all 800ms linear;
  width: 0px;
}
.progress-box__number {
  position: absolute;
  bottom: calc(100% + 17px);
  right: 0;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--sifoxen-black, #362048);
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .progress-box__number {
    font-size: 14px;
  }
}

/* social links */
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.social-links a {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(var(--sifoxen-border-color-rgb, 221, 216, 219), 0.25);
  font-size: 14px;
  color: var(--sifoxen-text, #79767C);
}
.social-links a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.social-links a:hover {
  background-color: var(--sifoxen-primary, #55D9D7);
  color: var(--sifoxen-white, #fff);
  border-color: var(--sifoxen-primary, #55D9D7);
}

/* ratings */
.sifoxen-ratings {
  display: flex;
  align-items: center;
  gap: 9px;
}
.sifoxen-ratings__icon {
  display: inline-flex;
  align-items: baseline;
  font-size: 16px;
  color: var(--sifoxen-base, #AE61BE);
  transition: all 500ms ease;
}
.sifoxen-ratings__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.tabs-box .tabs-content .tab:not(.active-tab) {
  display: none;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: var(--sifoxen-base, #AE61BE);
}

.tns-outer .tns-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.tns-outer .tns-controls button {
  width: 45px;
  height: 45px;
  border: 2px solid #f4f4f4;
  outline: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--sifoxen-text, #79767C);
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
}

.block-title {
  margin-top: -8px;
  margin-bottom: 50px;
}
.block-title__decor {
  width: 21px;
  height: 14px;
  background-image: url(../images/shapes/leaf-1-1.png);
  background-repeat: no-repeat;
  background-position: top center;
  display: inline-block;
  line-height: 1;
  margin-bottom: -5px;
  position: relative;
  top: -7px;
}
.block-title p {
  margin: 0;
  color: var(--sifoxen-text, #79767C);
  font-size: 16px;
  line-height: 1;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .block-title p {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .block-title p {
    font-size: 20px;
  }
}
.block-title h3 {
  margin: 0;
  font-size: 35px;
  color: var(--sifoxen-black, #362048);
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
}
@media (min-width: 768px) {
  .block-title h3 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .block-title h3 {
    font-size: 50px;
  }
}

.ul-list-one {
  margin-bottom: 0;
}
.ul-list-one li {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  font-weight: 500;
  color: var(--sifoxen-black, #362048);
}
@media (min-width: 481px) {
  .ul-list-one li {
    font-size: 60px;
  }
}
.ul-list-one li::before {
  content: "\e907";
  color: var(--sifoxen-base, #AE61BE);
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "azino-icon";
}

.preloader {
  position: fixed;
  background-color: var(--sifoxen-black, #362048);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* post paginations */
.post-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
}
.post-pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: var(--sifoxen-white2, #F5F2F4);
  color: var(--sifoxen-text, #79767C);
  text-transform: capitalize;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  line-height: 39px;
  border: 1px solid transparent;
  transition: all 400ms ease;
}
.post-pagination a .post-pagination__icon {
  font-size: 14.77px;
  color: var(--sifoxen-text, #79767C);
  transition: all 400ms ease;
}
.post-pagination a .post-pagination__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.post-pagination a:hover {
  border-color: var(--sifoxen-base, #AE61BE);
  color: var(--sifoxen-base, #AE61BE);
  background-color: transparent;
}
.post-pagination a:hover .post-pagination__icon {
  color: var(--sifoxen-base, #AE61BE);
}
.post-pagination li.active a {
  background-color: var(--sifoxen-base, #AE61BE);
  color: var(--sifoxen-white, #fff);
}
.post-pagination li.active a .post-pagination__icon {
  color: var(--sifoxen-white, #fff);
}

/* scroll to top */
.scroll-to-top {
  display: flex;
  align-items: center;
  width: auto;
  height: 35px;
  background: transparent;
  position: fixed;
  bottom: 60px;
  right: -12px;
  z-index: 99;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  cursor: pointer;
  transition: all 0.2s ease;
}
.scroll-to-top__text {
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-right: 8px;
}
.scroll-to-top__wrapper {
  display: inline-block;
  width: 30px;
  height: 4px;
  background-color: var(--sifoxen-base, #AE61BE);
  position: relative;
  overflow: hidden;
}
.scroll-to-top__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sifoxen-black, #362048);
}
.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
}

.sifoxen-owl__carousel--with-shadow .owl-stage-outer {
  overflow: visible;
}
.sifoxen-owl__carousel--with-shadow .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.sifoxen-owl__carousel--with-shadow .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.sifoxen-owl__carousel--basic-nav.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
.sifoxen-owl__carousel--basic-nav.owl-carousel .owl-nav button {
  border: none;
  outline: none;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--sifoxen-primary, #55D9D7);
  border: 1px solid var(--sifoxen-border-color, #DDD8DB);
  transition: all 400ms ease;
}
.sifoxen-owl__carousel--basic-nav.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sifoxen-owl__carousel--basic-nav.owl-carousel .owl-nav button:hover {
  background-color: var(--sifoxen-primary, #55D9D7);
  color: var(--sifoxen-white, #fff);
  border-color: transparent;
}
.sifoxen-owl__carousel--basic-nav.owl-carousel .owl-nav button span {
  border: none;
  outline: none;
  color: inherit;
}
.sifoxen-owl__carousel--basic-nav.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sifoxen-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot {
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--sifoxen-base, #AE61BE);
  transition: all 400ms ease;
}
.sifoxen-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot span {
  background-color: transparent;
}
.sifoxen-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover, .sifoxen-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--sifoxen-base, #AE61BE);
  border-color: transparent;
}
.sifoxen-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot:hover span, .sifoxen-owl__carousel--basic-nav.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
}
.sifoxen-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 60px;
}
.sifoxen-owl__carousel--basic-nav.owl-carousel .owl-dots.disabled,
.sifoxen-owl__carousel--basic-nav.owl-carousel .owl-nav.disabled {
  display: none;
}

/* ui datepicker */
.ui-datepicker.ui-widget-content {
  border: 1px solid var(--sifoxen-border-color, #DDD8DB);
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-primary, #55D9D7);
  font-weight: 500;
  font-size: 16px;
  border-radius: 6px;
  width: 307px;
  padding: 5px 8px 3px;
  background-color: var(--sifoxen-white, #fff);
}
@media (max-width: 360px) {
  .ui-datepicker.ui-widget-content {
    width: 270px;
  }
}

.ui-datepicker .ui-datepicker-header {
  padding: 6px 0;
  border-radius: 6px;
  background-image: none;
  background-color: var(--sifoxen-base, #AE61BE);
  color: var(--sifoxen-white, #fff);
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
}

.ui-datepicker-calendar th span {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-base, #AE61BE);
}
.ui-datepicker-calendar td {
  background-color: var(--sifoxen-white, #fff);
  background-image: none;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-white, #fff);
}
.ui-datepicker-calendar td a {
  border-color: var(--sifoxen-base, #AE61BE);
  background-color: var(--sifoxen-gray, #DDD8DB);
  background-image: none;
}
.ui-datepicker-calendar .ui-state-default,
.ui-datepicker-calendar .ui-widget-content .ui-state-default,
.ui-datepicker-calendar .ui-widget-header .ui-state-default {
  border-color: transparent;
  background-color: var(--sifoxen-white2, #F5F2F4);
  background-image: none;
  color: var(--sifoxen-black, #362048);
  padding: 10px 5px;
  text-align: center;
  line-height: 1em;
}
.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-content .ui-state-default:hover,
.ui-datepicker-calendar .ui-widget-header .ui-state-default:hover {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-base, #AE61BE);
}
.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-content .ui-state-highlight,
.ui-datepicker-calendar .ui-widget-header .ui-state-highlight {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-base, #AE61BE);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background-image: none;
  background-color: var(--sifoxen-white, #fff);
  color: var(--sifoxen-black, #362048);
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  background-color: var(--sifoxen-primary, #55D9D7);
  color: var(--sifoxen-white, #fff);
}

.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-prev:hover {
  left: 6px;
}

.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}
.ui-datepicker .ui-datepicker-next:hover {
  right: 6px;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/
.video-one {
  position: relative;
  background-color: var(--sifoxen-black, #362048);
  padding: 100px 0;
}
.video-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sifoxen-black, #362048);
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
}
.video-one .container {
  position: relative;
  text-align: center;
}
.video-one__btn {
  width: 145px;
  height: 145px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
.video-one__btn .video-popup {
  font-size: 24px;
  color: var(--sifoxen-white, #fff);
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
}
.video-one__btn .video-popup:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.video-one__btn .curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 145px;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: textRotate 15s linear 0s forwards infinite alternate;
}
.video-one__btn .curved-circle--item {
  width: 145px;
}
.video-one__btn .curved-circle--item span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--sifoxen-white, #fff);
  letter-spacing: 0.4em;
}
.video-one__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--sifoxen-white, #fff);
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 40px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .video-one__title {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .video-one__title {
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
.video-one__link::before {
  background-color: var(--sifoxen-base, #AE61BE);
}

.video-two {
  position: relative;
  background-color: var(--sifoxen-black, #362048);
  padding: 143px 0 320px;
}
@media (max-width: 767px) {
  .video-two {
    padding: 100px 0 270px;
  }
  .video-two .text-end {
    text-align: left !important;
  }
}
.video-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sifoxen-black, #362048);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.video-two__shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 1199px) {
  .video-two__shape {
    display: none;
  }
}
.video-two .container {
  position: relative;
}
.video-two__btn {
  width: 145px;
  height: 145px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  margin-top: 42px;
}
.video-two__btn .video-popup {
  font-size: 24px;
  color: var(--sifoxen-white, #fff);
  transition: all 500ms ease;
  position: relative;
  z-index: 10;
}
.video-two__btn .video-popup:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.video-two__btn .curved-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 145px;
  height: 145px;
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: textRotate 15s linear 0s forwards infinite alternate;
}
.video-two__btn .curved-circle--item {
  width: 145px !important;
  height: 145px !important;
}
.video-two__btn .curved-circle--item span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--sifoxen-white, #fff);
  letter-spacing: 0.4em;
}
.video-two__title {
  margin: 0;
  text-transform: uppercase;
  color: var(--sifoxen-white, #fff);
  font-size: 40px;
  line-height: 1.2em;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .video-two__title {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .video-two__title {
    font-size: 60px;
    margin-bottom: 35px;
  }
}
.video-two__link::before {
  background-color: var(--sifoxen-base, #AE61BE);
}

.therapist-card {
  position: relative;
  transition: all 500ms ease;
  overflow: hidden;
}
.therapist-card__image {
  position: relative;
}
.therapist-card__image__link {
  display: block;
}
.therapist-card__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: RGBA(var(--sifoxen-black-rgb, 54, 32, 72), 0.5);
  transition: all 500ms ease;
}
.therapist-card__image img {
  position: relative;
  display: block;
  width: 100%;
}
.therapist-card:hover .therapist-card__image::after {
  opacity: 1;
}
.therapist-card .social-links {
  position: absolute;
  top: 30px;
  right: 30px;
  transform: scale(0, 1);
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transition: all 500ms ease;
  transform-origin: top right;
  z-index: 11;
}
@media (max-width: 1199px) {
  .therapist-card .social-links {
    top: 25px;
    right: 25px;
  }
}
.therapist-card .social-links a {
  color: var(--sifoxen-white, #fff);
  border-color: var(--sifoxen-white, #fff);
}
.therapist-card .social-links a:hover {
  border-color: var(--sifoxen-primary, #55D9D7);
}
.therapist-card:hover .social-links {
  opacity: 1;
  transform: scale(1, 1);
}
.therapist-card__identity {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .therapist-card__identity {
    margin-right: 25px;
  }
}
.therapist-card__identity__inner {
  position: relative;
  position: absolute;
  left: 30px;
  bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-250px);
  padding: 8px 20px 5px 15px;
  background-color: var(--sifoxen-primary, #55D9D7);
  z-index: 11;
  transition: opacity 600ms ease, visibility 600ms ease, transform 600ms ease;
}
@media (max-width: 1199px) {
  .therapist-card__identity__inner {
    left: 25px;
    bottom: 25px;
  }
}
.therapist-card__identity__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 5px;
  height: calc(100% - 26px);
  background-color: var(--sifoxen-white, #fff);
}
.therapist-card:hover .therapist-card__identity__inner {
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}
.therapist-card__name {
  font-size: 18px;
  font-weight: 700;
  color: var(--sifoxen-white, #fff);
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: -2px;
}
.therapist-card__name a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.therapist-card__name a:hover {
  background-size: 100% 1px;
}
.therapist-card__designation {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--sifoxen-white, #fff);
  line-height: normal;
}

.therapist-one {
  position: relative;
  padding: 171px 0;
  background-color: var(--sifoxen-white, #fff);
}
@media (max-width: 991px) {
  .therapist-one {
    padding: var(--section-space, 120px) 0;
  }
}
@media (max-width: 767px) {
  .therapist-one {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .therapist-one {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .therapist-one__carousel {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: calc(50% - 45px);
  }
}
.therapist-one__carousel.owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  right: -162px;
  bottom: 54px;
}
@media (max-width: 1440px) {
  .therapist-one__carousel.owl-carousel .owl-nav {
    bottom: 56px;
  }
}
@media (max-width: 1399px) {
  .therapist-one__carousel.owl-carousel .owl-nav {
    bottom: 53px;
  }
}
@media (max-width: 1024px) {
  .therapist-one__carousel.owl-carousel .owl-nav {
    bottom: 52px;
  }
}
@media (max-width: 991px) {
  .therapist-one__carousel.owl-carousel .owl-nav {
    margin-top: 60px;
    position: static;
  }
}
.therapist-one__carousel.owl-carousel .owl-nav button:first-child > * {
  transform: rotate(180deg);
}
.therapist-one__carousel.owl-carousel .owl-nav button:last-child > * {
  transform: rotate(-180deg);
}
.therapist-one .therapist-card {
  direction: ltr;
}
.therapist-one .sec-title {
  margin-bottom: 27px;
}
.therapist-one__text {
  margin-bottom: 42px;
}
.therapist-one__button {
  position: relative;
  margin-left: 157px;
}
@media (max-width: 991px) {
  .therapist-one__button {
    margin-left: 0;
  }
}
.therapist-one__button::before {
  content: "";
  width: 1px;
  height: calc(100% - 14px);
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  background-color: var(--sifoxen-gray, #DDD8DB);
}
@media (max-width: 991px) {
  .therapist-one__button::before {
    display: none;
  }
}

.therapist-two {
  position: relative;
  background-color: var(--sifoxen-white, #fff);
}
.therapist-two__top {
  padding-bottom: 55px;
  margin-bottom: 45px;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.therapist-two__top__text {
  margin: 0;
}
@media (min-width: 768px) {
  .therapist-two__top .therapist-two__item__image {
    display: none;
  }
}
.therapist-two .social-links {
  position: absolute;
  top: 20px;
  right: 20px;
  transform: scale(0, 1);
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0;
  transition: all 500ms ease;
  transform-origin: top right;
  z-index: 11;
}
.therapist-two .social-links a {
  color: var(--sifoxen-white, #fff);
  border-color: var(--sifoxen-white, #fff);
}
.therapist-two .social-links a:hover {
  border-color: var(--sifoxen-primary, #55D9D7);
}
.therapist-two__item + .therapist-two__item {
  margin-top: 17px;
}
@media (max-width: 991px) {
  .therapist-two__item + .therapist-two__item {
    margin-top: 50px;
  }
}
.therapist-two__item {
  padding-bottom: 37px;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
@media (max-width: 991px) {
  .therapist-two__item {
    padding: 0;
    border: 0;
    text-align: center;
  }
}
.therapist-two__item__image {
  position: relative;
}
@media (min-width: 992px) {
  .therapist-two__item__image {
    display: none;
  }
}
@media (max-width: 991px) {
  .therapist-two__item__image {
    width: 100%;
    max-width: 370px;
    margin: 0 auto 18px;
  }
}
.therapist-two__item__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: RGBA(var(--sifoxen-black-rgb, 54, 32, 72), 0.5);
  transition: all 500ms ease;
}
.therapist-two__item__image:hover::after {
  opacity: 1;
}
.therapist-two__item__image img {
  width: 100%;
  display: block;
}
.therapist-two__item__image:hover .social-links {
  opacity: 1;
  transform: scale(1, 1);
}
.therapist-two__item__name {
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.8px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .therapist-two__item__name {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .therapist-two__item__name {
    font-size: 30px;
  }
}
@media (max-width: 390px) {
  .therapist-two__item__name {
    font-size: 25px;
  }
}
.therapist-two__item__name:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.therapist-two__item__name a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  color: inherit;
}
.therapist-two__item__name a:hover {
  background-size: 100% 1px;
}
.therapist-two__item:hover .therapist-two__item__name {
  color: var(--sifoxen-base, #AE61BE);
}
.therapist-two__item__designation {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.142;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.therapist-two__item:hover .therapist-two__item__designation {
  color: var(--sifoxen-primary, #55D9D7);
}
@media (max-width: 991px) {
  .therapist-two__images-col {
    display: none;
  }
}
.therapist-two__images {
  position: relative;
  top: 11px;
  width: 100%;
  min-height: 398px;
}
@media (max-width: 1399px) {
  .therapist-two__images {
    top: 0;
  }
}
.therapist-two__image {
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.therapist-two__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: RGBA(var(--sifoxen-black-rgb, 54, 32, 72), 0.5);
  transition: all 500ms ease;
}
.therapist-two__image:hover::after {
  opacity: 1;
}
.therapist-two__image.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.therapist-two__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.therapist-two__image .social-links {
  opacity: 1;
  transform: scale(1, 1);
}

.therapist-three {
  background-color: var(--sifoxen-white, #fff);
}
@media (min-width: 992px) {
  .therapist-three .sec-title {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .therapist-three__carousel.owl-carousel .owl-nav {
    margin: 0;
    width: 100%;
    position: absolute;
    top: -106px;
    justify-content: space-between;
  }
}

.blog-card {
  position: relative;
  background-color: var(--sifoxen-white, #fff);
}
.blog-card__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 23px;
}
.blog-card__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}
.blog-card__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-card__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}


.blog-card__image__link::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.blog-card:hover .blog-card__image > a {
  opacity: 1;
  transform: translateY(0);
}
.blog-card:hover .blog-card__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.blog-card:hover .blog-card__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.blog-card__date {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 55px;
  min-height: 51px;
  z-index: 1;
}
.blog-card__date__day {
  padding: 2.75px 6px 4.75px;
  width: 100%;
  display: block;
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.blog-card__date__month {
  padding: 2.75px 6px 4.75px;
  width: 100%;
  display: block;
  color: var(--sifoxen-black4, #2B1E16);
  background-color: var(--sifoxen-white, #fff);
}
.blog-card__meta {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 5.5px 17px;
  background-color: var(--sifoxen-base, #AE61BE);
  z-index: 1;
}
.blog-card__meta li {
  font-size: 12px;
  color: var(--sifoxen-white, #fff);
  font-weight: 500;
  display: flex;
  align-items: center;
}
.blog-card__meta li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  transition: all 500ms ease;
}
.blog-card__meta li a:hover {
  color: var(--sifoxen-black, #362048);
}
.blog-card__meta__icon {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: var(--sifoxen-white, #fff);
}
.blog-card__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.blog-card__content {
  background-color: var(--sifoxen-white, #fff);
}
.blog-card__title {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.333;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}
.blog-card__title:hover {
  color: var(--sifoxen-base, #AE61BE);
}
@media (max-width: 1199px) {
  .blog-card__title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .blog-card__title {
    font-size: 20px;
  }
}
.blog-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.blog-card__title a:hover {
  background-size: 100% 1px;
}
.blog-card--two .blog-card__content {
  padding: 22px 29px 54px;
  position: relative;
  z-index: 1;
  width: calc(100% - 26px);
  margin: -116px 0 0 auto;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
@media (max-width: 767px) {
  .blog-card--two .blog-card__content {
    margin-top: -90px;
  }
}
.blog-card--three {
  position: relative;
  background-color: var(--sifoxen-white, #fff);
}
.blog-card--three::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  transition: all 500ms ease;
}
.blog-card--three:hover::after {
  opacity: 0;
}
.blog-card--three .blog-card__image {
  margin-bottom: 0;
}
.blog-card--three .blog-card__content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  width: calc(100% - 60px);
  background-color: transparent;
  z-index: 2;
}
@media (max-width: 375px) {
  .blog-card--three .blog-card__content {
    width: calc(100% - 50px);
  }
}
.blog-card--three .blog-card__title {
  margin-bottom: 22px;
  color: var(--sifoxen-white, #fff);
}
.blog-card--three .blog-card__title:hover {
  color: var(--sifoxen-primary, #55D9D7);
}
.blog-card--three .blog-card__meta {
  position: static;
  display: inline-flex;
}
.blog-card--four {
  padding-bottom: 39px;
  border-bottom: 1px solid var(--sifoxen-gray3, #CFD7E0);
  transition: all 500ms ease;
}
.blog-card--four:hover {
  border-color: var(--sifoxen-base, #AE61BE);
}
.blog-card--four .blog-card__image {
  margin-bottom: 28px;
}
.blog-card--four .blog-card__meta {
  position: static;
  padding: 0;
  background-color: transparent;
  margin-bottom: 17px;
}
.blog-card--four .blog-card__meta li {
  color: var(--sifoxen-text, #79767C);
}
.blog-card--four .blog-card__meta__icon {
  color: var(--sifoxen-base, #AE61BE);
}
.blog-card--four .blog-card__title {
  line-height: 1.541;
  letter-spacing: normal;
  margin-bottom: 0;
}
.blog-card--four .blog-card__text {
  margin: 0;
  text-transform: capitalize;
  margin-bottom: 32px;
}
.blog-card--four .sifoxen-btn {
  font-weight: 600;
  padding: 12px 22.75px;
}

.blog-one {
  background-color: var(--sifoxen-white, #fff);
}
.blog-one__top {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .blog-one__button {
    margin-top: -16px;
    text-align: right;
  }
}
.blog-one .container-fluid {
  max-width: 1604px;
}

.blog-two {
  background-color: var(--sifoxen-white, #fff);
}

.blog-three {
  background-color: var(--sifoxen-white, #fff);
}

.blog-page .post-pagination {
  justify-content: center;
}
@media (max-width: 991px) {
  .blog-page .post-pagination {
    margin-top: 20px;
  }
}
.blog-page--home .sec-title {
  text-align: center;
}
.blog-page--list .post-pagination, .blog-page--sidebar .post-pagination {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .blog-page--list .post-pagination, .blog-page--sidebar .post-pagination {
    margin-top: 10px;
  }
}
.blog-page--sidebar .post-pagination {
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .blog-page--sidebar .post-pagination {
    justify-content: center;
  }
}
.blog-page--grid .post-pagination {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .blog-page--grid .post-pagination {
    margin-top: 20px;
  }
}
.blog-page--carousel .container-fluid {
  max-width: 1604px;
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
  margin-bottom: 25px;
  display: none;
  border-bottom: 1px solid RGBA(var(--sifoxen-border-color-rgb, 221, 216, 219), 0.25);
}
@media (min-width: 768px) {
  .topbar-one {
    display: block;
  }
}
.topbar-one .container-fluid {
  max-width: 1549px;
}
.topbar-one__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 19px;
  padding-bottom: 19px;
}
@media (min-width: 992px) {
  .topbar-one__inner {
    flex-direction: row;
  }
}
.topbar-one__info {
  display: flex;
  align-items: center;
  margin: 0;
}
.topbar-one__info li + li {
  margin-left: 41px;
}
.topbar-one__info li {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--sifoxen-gray2, #9F83B5);
  line-height: 1.866;
}
.topbar-one__info li:hover {
  color: var(--sifoxen-primary, #55D9D7);
}
.topbar-one__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.topbar-one__info li a:hover {
  background-size: 100% 1px;
}
.topbar-one__info__icon {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--sifoxen-base, #AE61BE);
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.topbar-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.topbar-one__info__icon--phone {
  top: 0;
}
.topbar-one__right {
  display: flex;
  align-items: center;
  gap: 41px;
}
@media (max-width: 991px) {
  .topbar-one__right {
    display: none;
  }
}
.topbar-one__open {
  display: flex;
  align-items: center;
}
.topbar-one__open__icon {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--sifoxen-base, #AE61BE);
  margin-right: 10px;
}
.topbar-one__open__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.topbar-one__open__text {
  margin: 0;
  font-size: 15px;
  color: var(--sifoxen-gray2, #9F83B5);
  line-height: 1.866;
}
.topbar-one__social {
  display: flex;
  align-items: center;
}
.topbar-one__social a {
  display: inline-flex;
  align-items: center;
  font-size: 15.652px;
  color: var(--sifoxen-gray, #DDD8DB);
}
.topbar-one__social a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.topbar-one__social a:hover {
  color: var(--sifoxen-primary, #55D9D7);
}
.topbar-one__social a + a {
  margin-left: 18.56px;
}

/*--------------------------------------------------------------
# Navigations
--------------------------------------------------------------*/
.main-header {
  position: relative;
  background-color: var(--sifoxen-black2, #341F47);
  z-index: 99;
}
.main-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.main-header .container-fluid {
  position: relative;
  z-index: 1;
  max-width: 1549px;
}
.main-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--sifoxen-white, #fff);
  padding: 0 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .main-header__inner {
    padding: 15px 30px;
  }
}
@media (max-width: 575px) {
  .main-header__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 385px) {
  .main-header__logo img {
    width: 78px;
  }
}
.main-header__right {
  display: flex;
  align-items: center;
}
.main-header__nav {
  margin-right: 99px;
}
@media (max-width: 1399px) {
  .main-header__nav {
    margin-right: 70px;
  }
}
.main-header__cart, .main-header__search {
  position: relative;
  font-size: 16px;
  color: var(--sifoxen-black, #362048);
  transition: all 500ms ease;
  line-height: 1;
}
.main-header__cart:hover, .main-header__search:hover {
  color: var(--sifoxen-base, #AE61BE);
}
@media (max-width: 1199px) {
  .main-header__search {
    margin-left: 50px;
  }
  .main-header__search::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    background-color: var(--sifoxen-gray, #DDD8DB);
  }
}
@media (max-width: 500px) {
  .main-header__search {
    margin-left: 36px;
  }
  .main-header__search::before {
    left: -18px;
  }
}
.main-header__cart {
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .main-header__cart {
    margin-left: 30px;
  }
}
@media (max-width: 500px) {
  .main-header__cart {
    margin-left: 20px;
  }
}
.main-header__btn {
  margin-left: 53px;
}
@media (max-width: 1399px) {
  .main-header__btn {
    margin-left: 40px;
  }
}
@media (max-width: 1340px) {
  .main-header__btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-header__btn {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .main-header__btn {
    display: none;
  }
}
.main-header--two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.main-header--two .container-fluid {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 100%;
}
@media (max-width: 575px) {
  .main-header--two .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-header--two .main-header__inner {
  background-color: transparent;
  padding: 0;
}
@media (min-width: 1200px) {
  .main-header--two .main-header__left {
    display: flex;
    align-items: center;
  }
}
.main-header--two .main-header__logo {
  position: relative;
  padding: 20px 20px 20px 0;
  margin-right: 191px;
}
@media (max-width: 1799px) {
  .main-header--two .main-header__logo {
    margin-right: 150px;
  }
}
@media (max-width: 1699px) {
  .main-header--two .main-header__logo {
    margin-right: 120px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-header--two .main-header__logo {
    margin-right: 80px;
  }
}
@media (max-width: 1199px) {
  .main-header--two .main-header__logo {
    margin-right: 0;
  }
}
.main-header--two .main-header__logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 20px);
  height: 100%;
  background-color: var(--sifoxen-white, #fff);
  z-index: -1;
}
@media (max-width: 360px) {
  .main-header--two .main-header__logo::after {
    display: none;
  }
}
@media (max-width: 385px) {
  .main-header--two .main-header__logo img {
    width: 115px;
  }
}
@media (max-width: 360px) {
  .main-header--two .main-header__logo img {
    width: 95px;
  }
}
.main-header--two .main-header__nav {
  margin-right: 0;
}
.main-header--two .main-menu .main-menu__list > li + li {
  margin-left: 41px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-header--two .main-menu .main-menu__list > li + li {
    margin-left: 36px;
  }
}
.main-header--two .main-menu .main-menu__list > li {
  padding-top: 48.5px;
  padding-bottom: 48.5px;
}
.main-header--two .main-menu .main-menu__list > li > a {
  font-weight: 600;
}
.main-header--two .main-header__sidebar-btn {
  position: relative;
  margin-left: 80px;
  width: 39px;
  cursor: pointer;
}
@media (max-width: 1799px) {
  .main-header--two .main-header__sidebar-btn {
    margin-left: 50px;
  }
}
@media (max-width: 1599px) {
  .main-header--two .main-header__sidebar-btn {
    width: 30px;
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .main-header--two .main-header__sidebar-btn {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background-color: var(--sifoxen-base, #AE61BE);
    border-radius: 50%;
  }
  .main-header--two .main-header__sidebar-btn::before {
    display: none;
  }
}
@media (max-width: 575px) {
  .main-header--two .main-header__sidebar-btn {
    margin-left: 20px;
  }
}
.main-header--two .main-header__sidebar-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--sifoxen-black, #362048);
  transition: all 500ms ease;
}
.main-header--two .main-header__sidebar-btn span:nth-child(2) {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 1599px) {
  .main-header--two .main-header__sidebar-btn span:nth-child(2) {
    margin-top: 5.5px;
    margin-bottom: 5.5px;
  }
}
@media (max-width: 1199px) {
  .main-header--two .main-header__sidebar-btn span {
    margin: 0 !important;
    width: 22px;
    background-color: var(--sifoxen-white, #fff);
  }
}
.main-header--two .main-header__sidebar-btn:hover span {
  background-color: var(--sifoxen-base, #AE61BE);
}
@media (max-width: 1199px) {
  .main-header--two .main-header__sidebar-btn:hover span {
    background-color: var(--sifoxen-white, #fff);
  }
}
.main-header--two .main-header__call {
  margin-left: 60px;
  position: relative;
  padding: 45px 39.5px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1799px) {
  .main-header--two .main-header__call {
    margin-left: 50px;
  }
}
@media (max-width: 1599px) {
  .main-header--two .main-header__call {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 40px;
  }
}
@media (max-width: 1399px) {
  .main-header--two .main-header__call {
    display: none;
  }
}
.main-header--two .main-header__call::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 20px);
  height: 100%;
  background-color: var(--sifoxen-base, #AE61BE);
  z-index: -1;
}
.main-header--two .main-header__call__icon {
  display: inline-flex;
  align-items: center;
  font-size: 30px;
  color: var(--sifoxen-white, #fff);
}
.main-header--two .main-header__call__number {
  position: relative;
  top: -2px;
  font-size: 20px;
  color: var(--sifoxen-white, #fff);
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header--two .main-header__call__number:hover {
  background-size: 100% 1px;
}
@media (max-width: 1599px) {
  .main-header--two .main-header__call__number {
    font-size: 17px;
  }
}
.main-header--three {
  background-color: var(--sifoxen-white, #fff);
}
.main-header--three .container-fluid {
  max-width: 1764px;
}
.main-header--three .main-header__inner {
  background-color: transparent;
  padding: 0;
}
@media (max-width: 1199px) {
  .main-header--three .main-header__inner {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .main-header--three .main-header__left .main-header__logo {
    display: none;
  }
}
@media (max-width: 412px) {
  .main-header--three .main-header__left .main-header__logo img {
    width: 118px;
  }
}
@media (max-width: 1199px) {
  .main-header--three .main-header__left .main-header__sidebar-btn {
    display: none;
  }
}
@media (min-width: 1200px) {
  .main-header--three .main-header__right .main-header__sidebar-btn {
    display: none;
  }
}
.main-header--three .main-header__nav {
  margin-right: 40px;
}
@media (max-width: 1499px) {
  .main-header--three .main-header__nav {
    margin-right: 50px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .main-header--three .main-header__nav {
    margin-right: 100px;
  }
}
.main-header--three .main-header__nav .main-header__logo {
  margin-left: 112px;
  margin-right: 110px;
}
@media (max-width: 1699px) {
  .main-header--three .main-header__nav .main-header__logo {
    margin-left: 82px;
    margin-right: 80px;
  }
}
@media (max-width: 1599px) {
  .main-header--three .main-header__nav .main-header__logo {
    margin-left: 72px;
    margin-right: 70px;
  }
}
@media (max-width: 1499px) {
  .main-header--three .main-header__nav .main-header__logo {
    margin-left: 42px;
    margin-right: 40px;
  }
}
.main-header--three .main-menu .main-menu__list > li + li {
  margin-left: 41px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .main-header--three .main-menu .main-menu__list > li + li {
    margin-left: 36px;
  }
}
.main-header--three .main-menu .main-menu__list > li {
  padding-top: 30.5px;
  padding-bottom: 30.5px;
}
.main-header--three .main-menu .main-menu__list > li > a {
  font-weight: 600;
}
.main-header--three .main-header__sidebar-btn {
  position: relative;
  width: 39px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .main-header--three .main-header__sidebar-btn {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background-color: var(--sifoxen-base, #AE61BE);
    border-radius: 50%;
  }
  .main-header--three .main-header__sidebar-btn::before {
    display: none;
  }
}
@media (max-width: 412px) {
  .main-header--three .main-header__sidebar-btn {
    margin-left: 25px;
  }
}
@media (max-width: 375px) {
  .main-header--three .main-header__sidebar-btn {
    display: none;
  }
}
.main-header--three .main-header__sidebar-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--sifoxen-primary, #55D9D7);
  transition: all 500ms ease;
}
.main-header--three .main-header__sidebar-btn span:nth-child(2) {
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (max-width: 1599px) {
  .main-header--three .main-header__sidebar-btn span:nth-child(2) {
    margin-top: 5.5px;
    margin-bottom: 5.5px;
  }
}
@media (max-width: 1199px) {
  .main-header--three .main-header__sidebar-btn span {
    margin: 0 !important;
    width: 22px;
    background-color: var(--sifoxen-white, #fff);
  }
}
.main-header--three .main-header__sidebar-btn:hover span {
  background-color: var(--sifoxen-base, #AE61BE);
}
@media (max-width: 1199px) {
  .main-header--three .main-header__sidebar-btn:hover span {
    background-color: var(--sifoxen-white, #fff);
  }
}
.main-header--three .main-header__btn {
  margin-left: 85px;
}
@media (max-width: 1599px) {
  .main-header--three .main-header__btn {
    margin-left: 40px;
  }
}
@media (max-width: 1399px) {
  .main-header--three .main-header__btn {
    display: none;
  }
}

.sticky-header--cloned {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  background-color: var(--sifoxen-white, #fff);
  transform: translateY(-100%);
  box-shadow: 0px 3px 18px rgba(var(--sifoxen-black-rgb, 54, 32, 72), 0.07);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  transition: transform 500ms ease, visibility 500ms ease;
}
.sticky-header--cloned.active {
  transform: translateY(0%);
  visibility: visible;
}
.sticky-header--cloned.main-header--one {
  background-color: var(--sifoxen-black2, #341F47);
}
.sticky-header--cloned.main-header--one .topbar-one {
  display: none;
}
.sticky-header--cloned.main-header--two {
  border: 0;
}

.mobile-nav__btn {
  width: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  cursor: pointer;
  z-index: 3;
}
@media (min-width: 1200px) {
  .mobile-nav__btn {
    display: none;
  }
}
.mobile-nav__btn span {
  width: 100%;
  height: 2px;
  background-color: var(--sifoxen-black, #362048);
  transition: all 500ms ease;
}
.mobile-nav__btn span:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 4px;
}
.mobile-nav__btn:hover span {
  background-color: var(--sifoxen-base, #AE61BE);
}

.main-menu {
  /* after third level no menu */
}
.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}
.main-menu .main-menu__list > li {
  padding-top: 53.5px;
  padding-bottom: 53.5px;
  position: relative;
}
.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}
.main-menu .main-menu__list > li + li {
  margin-left: 36px;
}
.main-menu .main-menu__list > li > a {
  position: relative;
  font-size: 16px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: var(--sifoxen-black, #362048);
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
  transition: all 500ms ease;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--sifoxen-base, #AE61BE);
  text-shadow: 0 0 0.5px currentColor;
}
.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--sifoxen-white, #fff);
  box-shadow: 0px 10px 60px 0px RGBA(var(--sifoxen-white-rgb, 255, 255, 255), 0.07);
  padding: 15px 20px 11px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}
.main-menu .main-menu__list > .megamenu {
  position: static;
}
.main-menu .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list li ul li > a {
  font-size: 14px;
  line-height: 26px;
  color: var(--sifoxen-black, #362048);
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-weight: 500;
  display: flex;
  text-transform: capitalize;
  padding: 7px 20px 8px;
  transition: 400ms;
  margin-bottom: 4px;
}
.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  right: 20px;
  top: 8px;
  border-radius: 0;
  font-size: 6px;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  color: var(--sifoxen-white, #fff);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}
.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--sifoxen-base, #AE61BE);
  color: var(--sifoxen-white, #fff);
}
.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}
.main-menu .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}
/*--------------------------------------------------------------
# Megamenu Popup
--------------------------------------------------------------*/
.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: var(--sifoxen-white, #fff);
  display: block !important;
  margin: 0;
}

.main-menu__list > li.megamenu-clickable > ul::-webkit-scrollbar {
  display: none;
}

.mobile-nav__container .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active,
.stricky-header .main-menu__list > .megamenu.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .stricky-header {
  bottom: 0;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}

.mobile-nav__content .demo-one .container {
  padding-left: 15px;
  padding-right: 15px;
}

.megamenu-popup {
  position: relative;
}
.megamenu-popup .megamenu-clickable--close {
  position: absolute;
  top: 18px;
  right: 20px;
  display: block;
  color: var(--sifoxen-black, #362048);
}
@media (min-width: 1300px) {
  .megamenu-popup .megamenu-clickable--close {
    top: 38px;
    right: 40px;
  }
}
.megamenu-popup .megamenu-clickable--close:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.megamenu-popup .megamenu-clickable--close span {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  color: currentColor;
  transition: all 500ms ease;
}
.megamenu-popup .megamenu-clickable--close span::before, .megamenu-popup .megamenu-clickable--close span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.megamenu-popup .megamenu-clickable--close span::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.demo-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.demo-one .row {
  --bs-gutter-y: 30px;
}
.demo-one__card {
  background-color: var(--sifoxen-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--sifoxen-black3-rgb, 0, 0, 0), 0.1);
  text-align: center;
  transition: 500ms ease;
  transform: translateY(0px);
}
.demo-one__card:hover {
  transform: translateY(-10px);
}
.demo-one__title {
  margin: 0;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 15px;
  text-transform: capitalize;
  color: var(--sifoxen-black, #362048);
  font-weight: 600;
}
.demo-one__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.demo-one__title a:hover {
  background-size: 100% 1px;
}
.demo-one__title a:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.demo-one__image {
  position: relative;
  overflow: hidden;
}
.demo-one__image img {
  max-width: 100%;
  transition: filter 500ms ease;
  filter: blur(0px);
}
.demo-one__card:hover .demo-one__image img {
  filter: blur(2px);
}
.demo-one__btns {
  background-color: rgba(var(--sifoxen-black3-rgb, 0, 0, 0), 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  transform: scale(1, 0);
  transition: transform 500ms ease, opacity 600ms linear;
  transform-origin: bottom center;
  opacity: 0;
}
.demo-one__card:hover .demo-one__btns {
  transform: scale(1, 1);
  opacity: 1;
  transform-origin: top center;
}
.demo-one__btn {
  font-size: 14px;
  padding: 12px 29px;
}
@media (min-width: 768px) {
  .demo-one__btn {
    display: inline-flex;
  }
}
.demo-one__title {
  padding-top: 20.5px;
  padding-bottom: 20.5px;
}

.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}
.home-showcase__inner {
  padding: 40px 40px 21px;
  background-color: var(--sifoxen-white, #fff);
  box-shadow: 0px 10px 60px 0px rgba(var(--sifoxen-black3-rgb, 0, 0, 0), 0.07);
}
.home-showcase .demo-one__card {
  box-shadow: none;
}
.home-showcase .demo-one__btns {
  flex-direction: column;
}
.home-showcase .demo-one__btn {
  min-width: 135px;
  text-align: center;
  justify-content: center;
}
.home-showcase .demo-one__title {
  padding: 0;
  font-size: 14px;
  margin-top: 15px;
  padding-bottom: 15px;
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(-100%);
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper .home-showcase .row [class*=col-] {
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase {
  margin-bottom: -1px;
  margin-top: 0;
  border-bottom: 1px solid RGBA(var(--sifoxen-white-rgb, 255, 255, 255), 0.1);
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0px;
  background-color: transparent;
  box-shadow: none;
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--sifoxen-white, #fff);
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sifoxen-black3, #000000);
  opacity: 0.6;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--sifoxen-black, #362048);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}
.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 20px;
  line-height: 1;
  color: var(--sifoxen-white, #fff);
  cursor: pointer;
  transition: all 500ms ease;
}
.mobile-nav__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__close:hover {
  color: var(--sifoxen-base, #AE61BE);
}

@media (max-width: 1199px) {
  .main-menu__list__logo {
    display: none;
  }
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--sifoxen-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--sifoxen-white-rgb, 255, 255, 255), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: var(--sifoxen-white, #fff);
  font-size: 16px;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  text-transform: capitalize;
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li ul li a {
  font-size: 14px;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--sifoxen-base, #AE61BE);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--sifoxen-base, #AE61BE);
  border: none;
  outline: none;
  color: var(--sifoxen-white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}
.mobile-nav__content .main-menu__list li a button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--sifoxen-white, #fff);
  color: var(--sifoxen-black, #362048);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--sifoxen-white, #fff);
  transition: 500ms;
}
.mobile-nav__social a svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.mobile-nav__social a + a {
  margin-left: 20px;
}
.mobile-nav__social a:hover {
  color: var(--sifoxen-base, #AE61BE);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mobile-nav__contact li {
  color: var(--sifoxen-white, #fff);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: inherit;
  transition: 500ms;
}
.mobile-nav__contact li a:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.mobile-nav__contact__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--sifoxen-base, #AE61BE);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  margin-right: 10px;
  color: var(--sifoxen-white, #fff);
}
.mobile-nav__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  background-color: var(--sifoxen-black, #362048);
  position: relative;
  padding-top: 103px;
  padding-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .page-header {
    padding-top: 105px;
  }
}
@media (max-width: 767px) {
  .page-header {
    padding-top: 84px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .page-header {
    padding-top: 88px;
  }
}
.page-header__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-header__bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: RGBA(var(--sifoxen-black3-rgb, 0, 0, 0), 0.7);
}
.page-header .container {
  position: relative;
  z-index: 10;
}
.page-header__content {
  text-align: center;
}
.page-header__title {
  margin-bottom: 15px;
  font-size: 60px;
  color: var(--sifoxen-white, #fff);
  font-weight: 400;
  letter-spacing: var(--sifoxen-letter-space, -1.2px);
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .page-header__title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .page-header__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .page-header__title {
    font-size: 40px;
  }
}
.page-header__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 991px) {
  .page-header__shape {
    display: none;
  }
}

.sifoxen-breadcrumb {
  margin: 0;
  padding: 6px 9px 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px 0;
  flex-wrap: wrap;
  background-color: var(--sifoxen-base, #AE61BE);
}
@media (max-width: 575px) {
  .sifoxen-breadcrumb {
    padding-bottom: 7px;
  }
}
.sifoxen-breadcrumb li {
  font-size: 16px;
  color: var(--sifoxen-white, #fff);
  font-weight: 600;
  text-transform: capitalize;
  line-height: normal;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .sifoxen-breadcrumb li {
    font-size: 14px;
  }
}
.sifoxen-breadcrumb li:not(:last-of-type)::after {
  content: "/";
  position: relative;
  top: -2px;
  margin-left: 7px;
  margin-right: 7px;
}
.sifoxen-breadcrumb li span,
.sifoxen-breadcrumb li a {
  color: inherit;
  display: inline-flex;
  line-height: 1em;
}
.sifoxen-breadcrumb li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sifoxen-breadcrumb li a:hover {
  background-size: 100% 1px;
}
.sifoxen-breadcrumb li a:hover {
  color: var(--sifoxen-black, #362048);
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-one__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
  margin: 0;
}
@media (min-width: 576px) {
  .form-one__group {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .form-one__group--grid {
    grid-template-columns: 1fr;
  }
}
.form-one__control {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.form-one__control__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 14px;
}
.form-one__control--full {
  grid-column-start: 1;
  grid-column-end: -1;
}
.form-one .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
}
.form-one .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.form-one .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 60px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--sifoxen-white2, #F5F2F4) !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-text, #79767C) !important;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 60px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.form-one .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--sifoxen-text, #79767C);
}
.form-one .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.form-one .bootstrap-select .dropdown-menu {
  border: none;
}
.form-one .bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 22px;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-black, #362048);
  background-color: var(--sifoxen-white2, #F5F2F4);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form-one .bootstrap-select .dropdown-menu > li:hover > a,
.form-one .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--sifoxen-base, #AE61BE);
  color: var(--sifoxen-white, #fff);
  border-color: var(--sifoxen-base, #AE61BE);
}
.form-one .bootstrap-select > .dropdown-toggle {
  display: flex;
  align-items: center;
}
.form-one .bootstrap-select > .dropdown-toggle .filter-option {
  display: flex;
  align-items: center;
}
.form-one input[type=text],
.form-one input[type=email],
.form-one input[type=tel],
.form-one textarea {
  display: block;
  width: 100%;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  background-color: var(--sifoxen-white2, #F5F2F4);
  color: var(--sifoxen-text, #79767C);
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  border: none;
  outline: none;
  padding: 0 20px;
  height: 55px;
  border: 1px solid transparent;
  transition: all 400ms ease;
}
.form-one input[type=text]:focus,
.form-one input[type=email]:focus,
.form-one input[type=tel]:focus,
.form-one textarea:focus {
  color: var(--sifoxen-black, #362048);
  border-color: var(--sifoxen-base, #AE61BE);
}
.form-one textarea {
  height: 143px;
  padding: 20px 20px 0;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: #000;
  opacity: 0.7;
  cursor: url(../images/close.png), auto;
}
@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}
.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.search-popup__form {
  position: relative;
}
.search-popup__form input[type=search],
.search-popup__form input[type=text] {
  width: 100%;
  background-color: var(--sifoxen-white, #fff);
  font-size: 15px;
  color: var(--sifoxen-text, #79767C);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
  transition: all 400ms ease;
}
.search-popup__form input[type=search]:focus,
.search-popup__form input[type=text]:focus {
  color: var(--sifoxen-black, #362048);
}
.search-popup__form .sifoxen-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}
.search-popup__form .sifoxen-btn i {
  margin: 0;
}
.search-popup.active {
  z-index: 9999;
}
.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.8;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}
@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}
.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
}
.google-map iframe {
  position: relative;
  display: block;
  border: none;
  height: 558px;
  width: 100%;
}
.google-map__contact {
  overflow: hidden;
}

.contact-map {
  position: relative;
}
.contact-map .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------------------------------------------------
# Client Carousel
--------------------------------------------------------------*/
.client-carousel {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--sifoxen-white, #fff);
}
@media (max-width: 767px) {
  .client-carousel {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .client-carousel {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.client-carousel--home .container {
  position: relative;
}
.client-carousel--home .container::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  width: calc(100% - 30px);
  transform: translateX(-50%);
  height: 1px;
  background-color: var(--sifoxen-gray, #DDD8DB);
}
@media (max-width: 767px) {
  .client-carousel--home .container::before {
    top: -60px;
  }
}
@media (max-width: 575px) {
  .client-carousel--home .container::before {
    top: -40px;
  }
}
.client-carousel--home-2 {
  background-color: var(--sifoxen-white2, #F5F2F4);
}
.client-carousel--home-two {
  background-color: var(--sifoxen-white2, #F5F2F4);
}
.client-carousel--home-three {
  padding-top: 0;
}
.client-carousel--home-three .client-carousel__one .owl-stage-outer {
  padding-top: 0px;
}
.client-carousel__one .owl-stage {
  display: flex;
  align-items: center;
}
.client-carousel__one {
  position: relative;
}
.client-carousel__one .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}
.client-carousel__one__item {
  position: relative;
  text-align: center;
}
.client-carousel__one__item img {
  max-width: 100%;
  width: auto !important;
}
.client-carousel__one__image {
  margin: auto;
}
.client-carousel__one__hover-image {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 300ms ease;
}
.client-carousel__one__item:hover .client-carousel__one__hover-image {
  opacity: 1;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}
@keyframes shapeMover {
  0%, 100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes squareMover {
  0%, 100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%, 60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%, 80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
@keyframes leafMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    transform: rotate(-2deg) translateX(5px);
  }
  50% {
    transform: rotate(-4deg) translateX(10px);
  }
}
@keyframes messageMove {
  0%, 100% {
    transform: translateX(0);
  }
  25%, 75% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(10px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flowerRotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25%, 75% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(10deg);
  }
}
@keyframes zump {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes zumpBottom {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveHorizontal {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  50% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes moveHorizontal2 {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-13px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }
  33.3% {
    transform: translateX(-3px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes smartMove {
  0% {
    width: 0;
  }
  15% {
    width: 202px;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 202px;
    opacity: 0;
  }
  100% {
    width: 0;
    opacity: 0;
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes rectMove {
  0%, 50%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25%, 75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--sifoxen-base, #AE61BE);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--sifoxen-base, #AE61BE);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}
.custom-cursor__hover {
  background-color: var(--sifoxen-base, #AE61BE);
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider-one {
  position: relative;
  overflow: hidden;
}
.main-slider-one__carousel {
  position: relative;
  width: 100%;
}
.main-slider-one__carousel.owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(50% - 58px);
  left: 28px;
  transform: translateY(-50%) rotate(-90deg);
  gap: 10px;
}
@media (max-width: 1599px) {
  .main-slider-one__carousel.owl-carousel .owl-nav {
    left: 5px;
  }
}
@media (max-width: 1399px) {
  .main-slider-one__carousel.owl-carousel .owl-nav {
    left: -7px;
  }
}
@media (max-width: 1299px) {
  .main-slider-one__carousel.owl-carousel .owl-nav {
    top: auto;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, 0) rotate(0deg);
  }
}
.main-slider-one__carousel.owl-carousel .owl-nav button {
  outline: none;
  box-shadow: none;
  width: 47px;
  height: 40px;
  border: 1px solid RGBA(var(--sifoxen-text-rgb, 121, 118, 124), 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--sifoxen-base, #AE61BE);
  transition: all 400ms ease;
}
.main-slider-one__carousel.owl-carousel .owl-nav button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-slider-one__carousel.owl-carousel .owl-nav button:hover {
  border-color: transparent;
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.main-slider-one__carousel .sifoxen-owl__carousel__counter {
  position: absolute;
  left: 318px;
  bottom: 160px;
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 1799px) {
  .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    left: 296px;
  }
}
@media (max-width: 1699px) {
  .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    bottom: 140px;
  }
}
@media (max-width: 1599px) {
  .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    left: 246px;
  }
}
@media (max-width: 1399px) {
  .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    left: 216px;
  }
}
@media (max-width: 1299px) {
  .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    left: 126px;
  }
}
@media (max-width: 1299px) {
  .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    bottom: 47px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    left: 93px;
  }
}
@media (max-width: 575px) {
  .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    gap: 15px;
    left: 15px;
    bottom: 53.5px;
  }
}
.main-slider-one__carousel .sifoxen-owl__carousel__counter__total {
  position: relative;
  font-family: var(--sifoxen-font2, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--sifoxen-text, #79767C);
  font-weight: 500;
  line-height: normal;
}
.main-slider-one__carousel .sifoxen-owl__carousel__counter__total::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -96px;
  transform: translateY(-50%);
  width: 76px;
  height: 1px;
  background-color: var(--sifoxen-gray, #DDD8DB);
}
@media (max-width: 767px) {
  .main-slider-one__carousel .sifoxen-owl__carousel__counter__total::before {
    left: -60px;
    width: 50px;
  }
}
@media (max-width: 575px) {
  .main-slider-one__carousel .sifoxen-owl__carousel__counter__total::before {
    display: none;
  }
}
.main-slider-one__carousel .sifoxen-owl__carousel__counter__current {
  position: relative;
  font-family: var(--sifoxen-font2, "DM Sans", sans-serif);
  font-size: 35px;
  color: var(--sifoxen-primary, #55D9D7);
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 575px) {
  .main-slider-one__carousel .sifoxen-owl__carousel__counter__current {
    font-size: 25px;
  }
}
.main-slider-one__carousel .sifoxen-owl__carousel__counter__current::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 28px);
  background-color: var(--sifoxen-gray, #DDD8DB);
}
@media (max-width: 575px) {
  .main-slider-one__carousel .sifoxen-owl__carousel__counter__current::before {
    height: calc(100% - 20px);
    left: -7.5px;
  }
}
.main-slider-one__item {
  background-color: var(--sifoxen-white, #fff);
  position: relative;
  z-index: 3;
  padding-top: 125px;
  padding-bottom: 303px;
}
@media (max-width: 1699px) {
  .main-slider-one__item {
    padding-bottom: 220px;
  }
}
@media (max-width: 1599px) {
  .main-slider-one__item {
    padding-bottom: 300px;
  }
}
@media (max-width: 1499px) {
  .main-slider-one__item {
    padding-bottom: 350px;
  }
}
@media (max-width: 1399px) {
  .main-slider-one__item {
    padding-bottom: 370px;
  }
}
@media (max-width: 1299px) {
  .main-slider-one__item {
    padding-top: 100px;
    padding-bottom: 340px;
  }
}
@media (max-width: 1199px) {
  .main-slider-one__item {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__item {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__item {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}
@media (max-width: 575px) {
  .main-slider-one__item {
    padding-bottom: 180px;
  }
}
@media (min-width: 1200px) {
  .main-slider-one .container {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1300px) {
  .main-slider-one .container {
    max-width: 100%;
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1400px) {
  .main-slider-one .container {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (min-width: 1600px) {
  .main-slider-one .container {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (min-width: 1200px) {
  .main-slider-one .row {
    --bs-gutter-x: 69px;
  }
}
.main-slider-one__content {
  padding: 40px 0 40px 22px;
  position: relative;
  display: inline-block;
  z-index: 3;
  overflow: hidden;
}
@media (max-width: 1799px) {
  .main-slider-one__content {
    padding-left: 0;
  }
}
.main-slider-one__sub-title {
  margin-bottom: 19px;
  position: relative;
  display: table;
  padding: 5px 20.3px;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background-color: var(--sifoxen-white2, #F5F2F4);
  opacity: 0;
  transform: translateY(-120px);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-one__sub-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--sifoxen-primary, #55D9D7);
}
.main-slider-one__title {
  position: relative;
  margin-bottom: 17px;
  display: inline-block;
  overflow: hidden;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.125;
  letter-spacing: var(--sifoxen-letter-space-lg, -1.6px);
  text-transform: capitalize;
  opacity: 0;
  transform: translateX(200px);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
@media (max-width: 1799px) {
  .main-slider-one__title {
    font-size: 70px;
  }
}
@media (max-width: 1599px) {
  .main-slider-one__title {
    font-size: 63px;
  }
}
@media (max-width: 1399px) {
  .main-slider-one__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .main-slider-one__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .main-slider-one__title {
    font-size: 45px;
  }
}
.main-slider-one__title::before, .main-slider-one__title::after {
  content: "";
  background-color: var(--sifoxen-base, #AE61BE);
  height: 50%;
  width: 100%;
  position: absolute;
  transition: 1s cubic-bezier(0.858, 0.01, 0.068, 0.99);
}
.main-slider-one__title::before {
  top: 0;
  left: 0;
}
.main-slider-one__title::after {
  right: 0;
  bottom: 0;
}
.main-slider-one__text {
  margin-bottom: 42px;
  opacity: 0;
  transform: translateY(120px);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-one__btn-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 30px;
  opacity: 0;
  transform: translateY(120px);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-one .sifoxen-btn {
  padding: 15.5px 25.45px;
}
.main-slider-one__video {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-slider-one__video__border {
  width: 60px;
  height: 1px;
  background-color: var(--sifoxen-gray, #DDD8DB);
}
@media (max-width: 575px) {
  .main-slider-one__video__border {
    display: none;
  }
}
.main-slider-one__video__text {
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.main-slider-one .video-btn {
  width: 52px;
  height: 52px;
  background-color: var(--sifoxen-white2, #F5F2F4);
  font-size: 16px;
  color: var(--sifoxen-base, #AE61BE);
}
.main-slider-one .video-btn:hover {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-base, #AE61BE);
}
.main-slider-one .video-btn__ripple::before, .main-slider-one .video-btn__ripple::after {
  box-shadow: 0 0 0 0 rgba(var(--sifoxen-base-rgb, 174, 97, 190), 0.5);
}
.main-slider-one__image-wrap {
  position: relative;
  position: absolute;
  top: 44px;
  right: -17px;
  width: 100%;
  max-width: 884px;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
@media (max-width: 1799px) {
  .main-slider-one__image-wrap {
    max-width: 820px;
  }
}
@media (max-width: 1699px) {
  .main-slider-one__image-wrap {
    max-width: 770px;
  }
}
@media (max-width: 1599px) {
  .main-slider-one__image-wrap {
    max-width: 730px;
  }
}
@media (max-width: 1499px) {
  .main-slider-one__image-wrap {
    max-width: 680px;
  }
}
@media (max-width: 1399px) {
  .main-slider-one__image-wrap {
    max-width: 640px;
  }
}
@media (max-width: 1299px) {
  .main-slider-one__image-wrap {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .main-slider-one__image-wrap {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  .main-slider-one__image-wrap {
    display: none;
  }
}
.main-slider-one__image {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 780.000000"><g transform="translate(0.000000,780.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M7190 7786 c0 -14 -29 -26 -67 -26 -12 0 -39 -7 -60 -16 -210 -92 -312 -179 -503 -434 -35 -47 -69 -89 -75 -95 -6 -5 -29 -32 -51 -60 -187 -236 -429 -340 -716 -306 -57 6 -130 19 -163 28 -85 22 -238 74 -273 92 -81 43 -576 282 -609 295 -96 36 -120 45 -168 59 -134 41 -209 50 -395 50 -187 1 -252 -8 -400 -50 -137 -39 -288 -108 -415 -192 -101 -66 -299 -267 -370 -376 -62 -94 -144 -250 -145 -273 0 -8 -6 -26 -14 -40 -7 -15 -20 -52 -29 -82 -54 -188 -51 -166 -53 -530 -2 -353 -9 -432 -48 -536 -74 -203 -218 -320 -489 -399 -114 -33 -441 -30 -622 5 -33 6 -95 18 -137 26 -43 8 -113 21 -155 28 -225 42 -417 50 -558 23 -337 -65 -585 -305 -585 -567 0 -28 5 -72 11 -98 12 -53 66 -189 84 -212 7 -8 15 -22 19 -30 3 -8 15 -28 26 -45 11 -16 23 -37 27 -45 5 -8 25 -41 46 -73 68 -103 126 -230 143 -313 14 -67 15 -89 4 -148 -11 -64 -33 -123 -63 -171 -22 -36 -124 -169 -156 -205 -112 -123 -194 -255 -217 -350 -35 -143 -9 -271 90 -455 26 -47 128 -174 177 -221 97 -91 147 -114 314 -149 97 -20 179 -42 223 -61 18 -8 37 -14 42 -14 19 0 116 -64 158 -104 54 -51 103 -126 125 -191 22 -64 23 -289 2 -425 -20 -129 -19 -210 5 -327 45 -222 128 -374 288 -525 64 -60 207 -155 257 -171 11 -3 47 -16 80 -28 33 -12 85 -26 115 -32 37 -7 1221 -11 3583 -14 l3527 -3 0 3434 c0 3150 -1 3434 -16 3440 -15 6 -409 265 -894 589 -107 71 -211 144 -232 161 -53 45 -240 136 -281 136 -38 0 -67 12 -67 26 0 11 -30 14 -160 14 -130 0 -160 -3 -160 -14z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 780.000000"><g transform="translate(0.000000,780.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M7190 7786 c0 -14 -29 -26 -67 -26 -12 0 -39 -7 -60 -16 -210 -92 -312 -179 -503 -434 -35 -47 -69 -89 -75 -95 -6 -5 -29 -32 -51 -60 -187 -236 -429 -340 -716 -306 -57 6 -130 19 -163 28 -85 22 -238 74 -273 92 -81 43 -576 282 -609 295 -96 36 -120 45 -168 59 -134 41 -209 50 -395 50 -187 1 -252 -8 -400 -50 -137 -39 -288 -108 -415 -192 -101 -66 -299 -267 -370 -376 -62 -94 -144 -250 -145 -273 0 -8 -6 -26 -14 -40 -7 -15 -20 -52 -29 -82 -54 -188 -51 -166 -53 -530 -2 -353 -9 -432 -48 -536 -74 -203 -218 -320 -489 -399 -114 -33 -441 -30 -622 5 -33 6 -95 18 -137 26 -43 8 -113 21 -155 28 -225 42 -417 50 -558 23 -337 -65 -585 -305 -585 -567 0 -28 5 -72 11 -98 12 -53 66 -189 84 -212 7 -8 15 -22 19 -30 3 -8 15 -28 26 -45 11 -16 23 -37 27 -45 5 -8 25 -41 46 -73 68 -103 126 -230 143 -313 14 -67 15 -89 4 -148 -11 -64 -33 -123 -63 -171 -22 -36 -124 -169 -156 -205 -112 -123 -194 -255 -217 -350 -35 -143 -9 -271 90 -455 26 -47 128 -174 177 -221 97 -91 147 -114 314 -149 97 -20 179 -42 223 -61 18 -8 37 -14 42 -14 19 0 116 -64 158 -104 54 -51 103 -126 125 -191 22 -64 23 -289 2 -425 -20 -129 -19 -210 5 -327 45 -222 128 -374 288 -525 64 -60 207 -155 257 -171 11 -3 47 -16 80 -28 33 -12 85 -26 115 -32 37 -7 1221 -11 3583 -14 l3527 -3 0 3434 c0 3150 -1 3434 -16 3440 -15 6 -409 265 -894 589 -107 71 -211 144 -232 161 -53 45 -240 136 -281 136 -38 0 -67 12 -67 26 0 11 -30 14 -160 14 -130 0 -160 -3 -160 -14z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
.main-slider-one__image__inner {
  position: relative;
  top: 0;
  right: -33px;
  width: 100%;
  height: 100%;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 780.000000"><g transform="translate(0.000000,780.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M7190 7786 c0 -14 -29 -26 -67 -26 -12 0 -39 -7 -60 -16 -210 -92 -312 -179 -503 -434 -35 -47 -69 -89 -75 -95 -6 -5 -29 -32 -51 -60 -187 -236 -429 -340 -716 -306 -57 6 -130 19 -163 28 -85 22 -238 74 -273 92 -81 43 -576 282 -609 295 -96 36 -120 45 -168 59 -134 41 -209 50 -395 50 -187 1 -252 -8 -400 -50 -137 -39 -288 -108 -415 -192 -101 -66 -299 -267 -370 -376 -62 -94 -144 -250 -145 -273 0 -8 -6 -26 -14 -40 -7 -15 -20 -52 -29 -82 -54 -188 -51 -166 -53 -530 -2 -353 -9 -432 -48 -536 -74 -203 -218 -320 -489 -399 -114 -33 -441 -30 -622 5 -33 6 -95 18 -137 26 -43 8 -113 21 -155 28 -225 42 -417 50 -558 23 -337 -65 -585 -305 -585 -567 0 -28 5 -72 11 -98 12 -53 66 -189 84 -212 7 -8 15 -22 19 -30 3 -8 15 -28 26 -45 11 -16 23 -37 27 -45 5 -8 25 -41 46 -73 68 -103 126 -230 143 -313 14 -67 15 -89 4 -148 -11 -64 -33 -123 -63 -171 -22 -36 -124 -169 -156 -205 -112 -123 -194 -255 -217 -350 -35 -143 -9 -271 90 -455 26 -47 128 -174 177 -221 97 -91 147 -114 314 -149 97 -20 179 -42 223 -61 18 -8 37 -14 42 -14 19 0 116 -64 158 -104 54 -51 103 -126 125 -191 22 -64 23 -289 2 -425 -20 -129 -19 -210 5 -327 45 -222 128 -374 288 -525 64 -60 207 -155 257 -171 11 -3 47 -16 80 -28 33 -12 85 -26 115 -32 37 -7 1221 -11 3583 -14 l3527 -3 0 3434 c0 3150 -1 3434 -16 3440 -15 6 -409 265 -894 589 -107 71 -211 144 -232 161 -53 45 -240 136 -281 136 -38 0 -67 12 -67 26 0 11 -30 14 -160 14 -130 0 -160 -3 -160 -14z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 780.000000"><g transform="translate(0.000000,780.000000) scale(0.100000,-0.100000)" stroke="none"> <path d="M7190 7786 c0 -14 -29 -26 -67 -26 -12 0 -39 -7 -60 -16 -210 -92 -312 -179 -503 -434 -35 -47 -69 -89 -75 -95 -6 -5 -29 -32 -51 -60 -187 -236 -429 -340 -716 -306 -57 6 -130 19 -163 28 -85 22 -238 74 -273 92 -81 43 -576 282 -609 295 -96 36 -120 45 -168 59 -134 41 -209 50 -395 50 -187 1 -252 -8 -400 -50 -137 -39 -288 -108 -415 -192 -101 -66 -299 -267 -370 -376 -62 -94 -144 -250 -145 -273 0 -8 -6 -26 -14 -40 -7 -15 -20 -52 -29 -82 -54 -188 -51 -166 -53 -530 -2 -353 -9 -432 -48 -536 -74 -203 -218 -320 -489 -399 -114 -33 -441 -30 -622 5 -33 6 -95 18 -137 26 -43 8 -113 21 -155 28 -225 42 -417 50 -558 23 -337 -65 -585 -305 -585 -567 0 -28 5 -72 11 -98 12 -53 66 -189 84 -212 7 -8 15 -22 19 -30 3 -8 15 -28 26 -45 11 -16 23 -37 27 -45 5 -8 25 -41 46 -73 68 -103 126 -230 143 -313 14 -67 15 -89 4 -148 -11 -64 -33 -123 -63 -171 -22 -36 -124 -169 -156 -205 -112 -123 -194 -255 -217 -350 -35 -143 -9 -271 90 -455 26 -47 128 -174 177 -221 97 -91 147 -114 314 -149 97 -20 179 -42 223 -61 18 -8 37 -14 42 -14 19 0 116 -64 158 -104 54 -51 103 -126 125 -191 22 -64 23 -289 2 -425 -20 -129 -19 -210 5 -327 45 -222 128 -374 288 -525 64 -60 207 -155 257 -171 11 -3 47 -16 80 -28 33 -12 85 -26 115 -32 37 -7 1221 -11 3583 -14 l3527 -3 0 3434 c0 3150 -1 3434 -16 3440 -15 6 -409 265 -894 589 -107 71 -211 144 -232 161 -53 45 -240 136 -281 136 -38 0 -67 12 -67 26 0 11 -30 14 -160 14 -130 0 -160 -3 -160 -14z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.main-slider-one__image__inner img {
  display: inline-block !important;
  width: auto !important;
}
.main-slider-one__image__border {
  position: absolute;
  display: inline-block !important;
  width: 100% !important;
  height: calc(100% + 40px);
  top: -20px;
  right: -25px;
}
@media (max-width: 1799px) {
  .main-slider-one__image__border {
    right: -10px;
  }
}
@media (max-width: 1699px) {
  .main-slider-one__image__border {
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 20px);
  }
}
@media (max-width: 1599px) {
  .main-slider-one__image__border {
    height: calc(100% - 50px);
  }
}
@media (max-width: 1499px) {
  .main-slider-one__image__border {
    height: calc(100% - 100px);
  }
}
@media (max-width: 1399px) {
  .main-slider-one__image__border {
    height: calc(100% - 140px);
  }
}
@media (max-width: 1299px) {
  .main-slider-one__image__border {
    height: calc(100% - 180px);
  }
}
.main-slider-one__shape-1 {
  width: 42.141px !important;
  height: 80.612px;
  position: absolute;
  top: -100px;
  left: 507px;
  opacity: 0;
  transition: all 2000ms ease;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1599px) {
  .main-slider-one__shape-1 {
    left: 420px;
  }
}
@media (max-width: 1299px) {
  .main-slider-one__shape-1 {
    left: 300px;
  }
}
@media (max-width: 575px) {
  .main-slider-one__shape-1 {
    left: 250px;
  }
}
@media (max-width: 375px) {
  .main-slider-one__shape-1 {
    left: 200px;
  }
}
.main-slider-one__shape-2 {
  width: 142.689px !important;
  height: 142.69px;
  position: absolute;
  top: 57px;
  left: 73px;
  opacity: 0;
  transition: all 1000ms ease;
  animation: textRotate 10s linear infinite;
}
@media (max-width: 1699px) {
  .main-slider-one__shape-2 {
    left: 50px;
  }
}
@media (max-width: 1299px) {
  .main-slider-one__shape-2 {
    left: 0px;
  }
}
.main-slider-one__shape-3 {
  width: 81.191px !important;
  height: 81.191px;
  position: absolute;
  left: 13px;
  bottom: 55px;
  opacity: 0;
  transition: all 1000ms ease;
  animation: textRotate 10s linear infinite;
}
@media (max-width: 1799px) {
  .main-slider-one__shape-3 {
    left: 0;
  }
}
.main-slider-one__shape-4 {
  width: 324px !important;
  height: 311px;
  position: absolute;
  left: 0;
  bottom: -50%;
  animation: zumpBottom 2s linear infinite;
  opacity: 0;
  transition: all 2000ms ease;
  z-index: 1;
}
@media (max-width: 767px) {
  .main-slider-one__shape-4 {
    display: none;
  }
}
.main-slider-one .active .main-slider-one__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1500ms;
}
.main-slider-one .active .main-slider-one__title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1300ms;
}
.main-slider-one .active .main-slider-one__title::before, .main-slider-one .active .main-slider-one__title::after {
  width: 0;
  transition-delay: 2500ms;
}
.main-slider-one .active .main-slider-one__title::before {
  right: 0;
  left: auto;
}
.main-slider-one .active .main-slider-one__title::after {
  left: 0;
  right: auto;
}
.main-slider-one .active .main-slider-one__text {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 1500ms;
}
.main-slider-one .active .main-slider-one__btn-group {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 2000ms;
}
.main-slider-one .active .main-slider-one__image-wrap {
  opacity: 1;
  transform: translateX(0px);
}
.main-slider-one .active .main-slider-one__shape-1 {
  opacity: 1;
  top: 62px;
}
.main-slider-one .active .main-slider-one__shape-2 {
  opacity: 1;
  transition-delay: 1000ms;
}
.main-slider-one .active .main-slider-one__shape-3 {
  opacity: 1;
  transition-delay: 1000ms;
}
.main-slider-one .active .main-slider-one__shape-4 {
  opacity: 1;
  bottom: 0;
}
.main-slider-one__thumb {
  position: absolute;
  right: 40px;
  bottom: 171px;
  width: 516px;
}
@media (max-width: 1699px) {
  .main-slider-one__thumb {
    bottom: 190px;
  }
}
@media (max-width: 1499px) {
  .main-slider-one__thumb {
    bottom: 90px;
  }
}
@media (max-width: 1299px) {
  .main-slider-one__thumb {
    display: none !important;
  }
}
.main-slider-one__thumb .owl-stage {
  display: flex;
  align-items: center;
}
.main-slider-one__thumb .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider-one__thumb__image {
  width: 114px;
  height: 110px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
}
.main-slider-one__thumb__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid var(--sifoxen-white, #fff);
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}
@media (max-width: 1499px) {
  .main-slider-one__thumb__image::before {
    border-color: var(--sifoxen-primary, #55D9D7);
  }
}
.main-slider-one__thumb__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--sifoxen-black-rgb, 54, 32, 72), 0.8);
  opacity: 0;
  transition: all 500ms ease;
}
.main-slider-one__thumb__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.main-slider-one__thumb__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  color: var(--sifoxen-primary, #55D9D7);
  z-index: 2;
  opacity: 0;
  transition: all 500ms ease;
}
.main-slider-one__thumb__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.main-slider-one__thumb .center .main-slider-one__thumb__image::before, .main-slider-one__thumb .center .main-slider-one__thumb__image::after {
  opacity: 1;
}
.main-slider-one__thumb .center .main-slider-one__thumb__image:hover .main-slider-one__thumb__icon {
  opacity: 1;
}

.main-slider-two {
  position: relative;
  overflow: hidden;
}
.main-slider-two .social-links {
  flex-direction: column;
  gap: 7px;
  position: absolute;
  top: calc(50% + 23px);
  transform: translateY(-50%);
  left: 75px;
  z-index: 2;
}
@media (max-width: 1499px) {
  .main-slider-two .social-links {
    left: 57px;
  }
}
@media (max-width: 1299px) {
  .main-slider-two .social-links {
    left: 42px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two .social-links {
    display: none;
  }
}
.main-slider-two .social-links a {
  background-color: var(--sifoxen-white, #fff);
  border: 0;
}
.main-slider-two .social-links a:hover {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.main-slider-two__border {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 184px;
  background-color: var(--sifoxen-gray, #DDD8DB);
  z-index: 2;
}
@media (max-width: 1499px) {
  .main-slider-two__border {
    display: none;
  }
}
.main-slider-two__carousel {
  position: relative;
  width: 100%;
}
.main-slider-two__carousel.owl-carousel .owl-nav {
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 2;
  background-color: var(--sifoxen-white, #fff);
  border-radius: 100px;
}
@media (max-width: 1499px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    right: 20px;
  }
}
@media (max-width: 1299px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    right: -5px;
    transform: rotate(-90deg);
  }
}
@media (max-width: 1199px) {
  .main-slider-two__carousel.owl-carousel .owl-nav {
    right: auto;
    left: 50%;
    bottom: 130px;
    transform: translateX(-50%) rotate(0deg);
  }
}
.main-slider-two__carousel .sifoxen-owl__carousel__counter {
  position: absolute;
  left: 55px;
  bottom: 110px;
  transform: rotate(-90deg);
  display: flex;
  align-items: center;
  gap: 22px;
}
@media (max-width: 1499px) {
  .main-slider-two__carousel .sifoxen-owl__carousel__counter {
    left: 36px;
  }
}
@media (max-width: 1299px) {
  .main-slider-two__carousel .sifoxen-owl__carousel__counter {
    left: 17px;
  }
}
@media (max-width: 1199px) {
  .main-slider-two__carousel .sifoxen-owl__carousel__counter {
    display: none;
  }
}
.main-slider-two__carousel .sifoxen-owl__carousel__counter__total {
  position: relative;
  font-family: var(--sifoxen-font2, "DM Sans", sans-serif);
  font-size: 16px;
  color: var(--sifoxen-text, #79767C);
  font-weight: 500;
  line-height: normal;
}
.main-slider-two__carousel .sifoxen-owl__carousel__counter__total::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -96px;
  transform: translateY(-50%);
  width: 76px;
  height: 1px;
  background-color: var(--sifoxen-gray, #DDD8DB);
}
@media (max-width: 767px) {
  .main-slider-two__carousel .sifoxen-owl__carousel__counter__total::before {
    left: -60px;
    width: 50px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__carousel .sifoxen-owl__carousel__counter__total::before {
    display: none;
  }
}
.main-slider-two__carousel .sifoxen-owl__carousel__counter__current {
  position: relative;
  font-family: var(--sifoxen-font2, "DM Sans", sans-serif);
  font-size: 35px;
  color: var(--sifoxen-primary, #55D9D7);
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 575px) {
  .main-slider-two__carousel .sifoxen-owl__carousel__counter__current {
    font-size: 25px;
  }
}
.main-slider-two__carousel .sifoxen-owl__carousel__counter__current::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -11px;
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 28px);
  background-color: var(--sifoxen-gray, #DDD8DB);
}
@media (max-width: 575px) {
  .main-slider-two__carousel .sifoxen-owl__carousel__counter__current::before {
    height: calc(100% - 20px);
    left: -7.5px;
  }
}
.main-slider-two__item {
  background-color: var(--sifoxen-white, #fff);
  position: relative;
  z-index: 3;
  padding-top: 190px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .main-slider-two__item {
    padding-top: 210px;
    padding-bottom: 260px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__item {
    padding-top: 190px;
  }
}
@media (max-width: 385px) {
  .main-slider-two__item {
    padding-top: 170px;
  }
}
@media (max-width: 360px) {
  .main-slider-two__item {
    padding-top: 150px;
  }
}
.main-slider-two__bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  opacity: 0.15;
  transform: scale(1);
  transition: transform 10000ms ease, -webkit-transform 10000ms ease;
}
.main-slider-two__bg-gradient {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1200px) {
  .main-slider-two .container {
    max-width: 100%;
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media (min-width: 1300px) {
  .main-slider-two .container {
    padding-left: 150px;
    padding-right: 150px;
  }
}
@media (min-width: 1500px) {
  .main-slider-two .container {
    padding-left: 220px;
    padding-right: 220px;
  }
}
@media (min-width: 1600px) {
  .main-slider-two .container {
    padding-left: 247px;
    padding-right: 247px;
  }
}
.main-slider-two .row {
  --bs-gutter-x: 60px;
}
@media (min-width: 1600px) {
  .main-slider-two .row {
    --bs-gutter-x: 100px;
  }
}
.main-slider-two__col-content {
  flex: 0 0 auto;
  width: 52.883%;
}
@media (max-width: 1199px) {
  .main-slider-two__col-content {
    width: 66.6666666667%;
  }
}
@media (max-width: 991px) {
  .main-slider-two__col-content {
    width: 83.3333333333%;
  }
}
@media (max-width: 767px) {
  .main-slider-two__col-content {
    width: 100%;
  }
}
.main-slider-two__col-image {
  flex: 0 0 auto;
  width: 47.117%;
}
@media (max-width: 1199px) {
  .main-slider-two__col-image {
    display: none;
  }
}
.main-slider-two__content {
  position: relative;
  padding: 40px 0;
  margin-top: 57px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1199px) {
  .main-slider-two__content {
    margin-top: 0;
  }
}
.main-slider-two__sub-title {
  margin-bottom: 20px;
  position: relative;
  display: table;
  padding: 6.5px 14px 6.5px 20px;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-base, #AE61BE);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: normal;
  text-transform: capitalize;
  background: linear-gradient(90deg, rgba(85, 217, 215, 0.4) 0%, rgba(85, 217, 215, 0) 95.17%);
  opacity: 0;
  transform: translateY(-120px);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-two__sub-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: var(--sifoxen-base, #AE61BE);
}
.main-slider-two__title {
  margin-bottom: 39px;
  display: inline-block;
  overflow: hidden;
  font-size: 120px;
  font-weight: 400;
  line-height: 0.925;
  letter-spacing: var(--sifoxen-letter-space-xl, -3.6px);
  text-transform: capitalize;
  opacity: 0;
  transform: translateX(200px);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
@media (max-width: 1850px) {
  .main-slider-two__title {
    font-size: 100px;
  }
}
@media (max-width: 1699px) {
  .main-slider-two__title {
    font-size: 90px;
  }
}
@media (max-width: 1399px) {
  .main-slider-two__title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .main-slider-two__title {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .main-slider-two__title {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__title {
    font-size: 60px;
  }
}
@media (max-width: 430px) {
  .main-slider-two__title {
    font-size: 55px;
  }
}
.main-slider-two__title__overlay-group {
  display: block;
}
.main-slider-two__title__overlay {
  background-color: var(--sifoxen-base, #AE61BE);
  width: 16.66%;
  height: calc(100% - 10px);
  display: block;
  position: absolute;
  transition: 1000ms cubic-bezier(0.65, 0, 0.076, 1);
  transition-delay: 2200ms;
  z-index: 1;
}
.main-slider-two__title__overlay:nth-child(2), .main-slider-two__title__overlay:nth-child(4), .main-slider-two__title__overlay:nth-child(6) {
  top: 5px;
}
.main-slider-two__title__overlay:nth-child(2) {
  left: 16.66%;
}
.main-slider-two__title__overlay:nth-child(4) {
  left: 49.98%;
}
.main-slider-two__title__overlay:nth-child(6) {
  left: 83.3%;
}
.main-slider-two__title__overlay:nth-child(1), .main-slider-two__title__overlay:nth-child(3), .main-slider-two__title__overlay:nth-child(5) {
  bottom: 5px;
}
.main-slider-two__title__overlay:nth-child(1) {
  left: 0;
}
.main-slider-two__title__overlay:nth-child(3) {
  left: 33.32%;
}
.main-slider-two__title__overlay:nth-child(5) {
  left: 66.64%;
}
.main-slider-two__button {
  opacity: 0;
  transform: translateY(120px);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-two .sifoxen-btn {
  padding: 15.5px 25.45px;
}
.main-slider-two__client {
  position: relative;
  margin: 101px 126px 0 auto;
  display: table;
  opacity: 0;
  transform: translateX(-120px);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
@media (max-width: 1799px) {
  .main-slider-two__client {
    margin-top: 150px;
  }
}
@media (max-width: 575px) {
  .main-slider-two__client {
    margin-left: 0;
    margin-right: 0;
  }
}
.main-slider-two__client__shape {
  position: absolute;
  top: -122px;
  left: 11px;
  display: inline-block !important;
  width: 84px !important;
  height: 88px;
  animation: float-bob-y 4s linear infinite;
}
.main-slider-two .client-info__image img {
  display: inline-block !important;
  width: 45px !important;
}
.main-slider-two .client-info .sifoxen-ratings__icon {
  color: var(--sifoxen-base, #AE61BE);
}
.main-slider-two .client-info__text {
  font-weight: normal;
  color: var(--sifoxen-text, #79767C);
}
.main-slider-two__image {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(100%);
  transition: transform 2000ms ease, opacity 2000ms ease;
}
.main-slider-two__image img {
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
}
.main-slider-two__image__inner {
  margin-left: 80px;
}
@media (max-width: 1399px) {
  .main-slider-two__image__inner {
    margin-left: 0;
  }
}
.main-slider-two__image-1 {
  position: relative;
  position: absolute;
  top: -120px;
  right: -33px;
  width: 154px;
  height: 276px;
  border-radius: 77px;
  z-index: -1;
  animation: zump 2s linear infinite;
  opacity: 0;
  transition: all 2000ms ease;
}
@media (max-width: 1799px) {
  .main-slider-two__image-1 {
    right: -100px;
  }
}
.main-slider-two__image-1::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: 10px;
  border: 1px solid var(--sifoxen-primary, #55D9D7);
  border-radius: 77px;
}
.main-slider-two__image-1 img {
  border-radius: 77px;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.main-slider-two__image-2 {
  position: relative;
  position: absolute;
  left: 8px;
  bottom: -120px;
  width: 108px;
  height: 165px;
  border-radius: 77px;
  z-index: -1;
  opacity: 0;
  transition: all 2000ms ease;
  animation: zump 2s linear infinite;
}
@media (max-width: 1399px) {
  .main-slider-two__image-2 {
    display: none;
  }
}
.main-slider-two__image-2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  bottom: -10px;
  border: 1px solid var(--sifoxen-primary, #55D9D7);
  border-radius: 77px;
}
.main-slider-two__image-2 img {
  border-radius: 77px;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}
.main-slider-two__image__shape {
  position: absolute;
  top: 90px;
  right: 24%;
  z-index: -1;
  opacity: 0;
  transition: all 1000ms ease;
  animation: rectMove 8s linear 0s infinite;
}
@media (max-width: 1799px) {
  .main-slider-two__image__shape {
    right: 15%;
  }
}
.main-slider-two__shape {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  animation: zumpBottom 2s linear infinite;
}
.main-slider-two .active .main-slider-two__bg {
  transform: scale(1.2);
}
.main-slider-two .active .main-slider-two__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1700ms;
}
.main-slider-two .active .main-slider-two__title {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1300ms;
}
.main-slider-two .active .main-slider-two__title__overlay:nth-child(2), .main-slider-two .active .main-slider-two__title__overlay:nth-child(4), .main-slider-two .active .main-slider-two__title__overlay:nth-child(6) {
  top: 105%;
}
.main-slider-two .active .main-slider-two__title__overlay:nth-child(1), .main-slider-two .active .main-slider-two__title__overlay:nth-child(3), .main-slider-two .active .main-slider-two__title__overlay:nth-child(5) {
  bottom: 105%;
}
.main-slider-two .active .main-slider-two__button {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 1700ms;
}
.main-slider-two .active .main-slider-two__client {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 2100ms;
}
.main-slider-two .active .main-slider-two__image {
  opacity: 1;
  transform: translateX(0px);
}
.main-slider-two .active .main-slider-two__image-1 {
  opacity: 1;
  top: 70px;
  transition-delay: 1100ms;
}
.main-slider-two .active .main-slider-two__image-2 {
  opacity: 1;
  bottom: 82px;
  transition-delay: 1100ms;
}
.main-slider-two .active .main-slider-two__image__shape {
  opacity: 1;
  transition-delay: 1500ms;
}

.main-slider-three {
  position: relative;
  background-color: var(--sifoxen-white, #fff);
  overflow: hidden;
}
.main-slider-three .container-fluid {
  max-width: 1764px;
}
.main-slider-three .social-links {
  flex-direction: column;
  gap: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  z-index: 1;
}
@media (max-width: 991px) {
  .main-slider-three .social-links {
    display: none;
  }
}
.main-slider-three .social-links a {
  background-color: var(--sifoxen-white, #fff);
  border: 0;
}
.main-slider-three .social-links a:hover {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.main-slider-three__carousel {
  position: relative;
  width: 100%;
}
.main-slider-three__carousel.owl-carousel .owl-dots {
  margin: 0 !important;
  display: flex !important;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 991px) {
  .main-slider-three__carousel.owl-carousel .owl-dots {
    top: auto;
    left: 50%;
    right: auto;
    bottom: 130px;
    transform: translate(-50%, 0) rotate(0deg);
  }
}
.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot {
  border-color: var(--sifoxen-white, #fff);
}
.main-slider-three__carousel.owl-carousel .owl-dots .owl-dot:hover, .main-slider-three__carousel.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--sifoxen-primary, #55D9D7);
}
.main-slider-three__item {
  padding: 187px 0 192px;
  position: relative;
  background-color: RGBA(var(--sifoxen-black6-rgb, 9, 0, 16), 0.6);
  overflow: hidden;
  z-index: 3;
}
@media (max-width: 1399px) {
  .main-slider-three__item {
    padding: 147px 0 190px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__item {
    padding: 137px 0 250px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__item {
    padding: 100px 0 240px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__item {
    padding-top: 90px;
  }
}
.main-slider-three__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.main-slider-three__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--sifoxen-black6-rgb, 9, 0, 16), 0.6);
}
.main-slider-three .container {
  position: relative;
  z-index: 1;
}
.main-slider-three__content {
  padding: 40px 0;
  overflow: hidden;
  text-align: center;
}
.main-slider-three__sub-title {
  margin: 0 auto 16px;
  position: relative;
  display: table;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-primary, #55D9D7);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  line-height: normal;
  text-transform: capitalize;
  opacity: 0;
  transform: translateY(-120px);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-three__title {
  margin-bottom: 39px;
  display: inline-block;
  font-size: 120px;
  color: var(--sifoxen-white, #fff);
  font-weight: 400;
  line-height: 0.925;
  letter-spacing: var(--sifoxen-letter-space-xl, -3.6px);
  text-transform: capitalize;
  opacity: 0;
  transform: scale(0.8);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
@media (max-width: 1850px) {
  .main-slider-three__title {
    font-size: 100px;
  }
}
@media (max-width: 1699px) {
  .main-slider-three__title {
    font-size: 90px;
  }
}
@media (max-width: 1399px) {
  .main-slider-three__title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .main-slider-three__title {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .main-slider-three__title {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .main-slider-three__title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .main-slider-three__title {
    font-size: 55px;
    letter-spacing: -1.6px;
    line-height: 1.1;
  }
}
@media (max-width: 430px) {
  .main-slider-three__title {
    font-size: 50px;
  }
}
.main-slider-three__title__overlay {
  display: block;
  background-color: var(--sifoxen-white, #fff);
  height: calc(100% + 22px);
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 800ms ease;
  transition: transform 800ms ease;
  width: calc(25% + 2px);
  z-index: 1;
}
.main-slider-three__title__overlay--1 {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.main-slider-three__title__overlay--2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.main-slider-three__title__overlay--3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.main-slider-three__title__overlay--4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.main-slider-three__button {
  opacity: 0;
  transform: translateY(120px);
  transition: transform 1500ms ease, opacity 1500ms ease;
}
.main-slider-three .sifoxen-btn {
  padding: 15.5px 25.45px;
}
.main-slider-three .active .main-slider-three__sub-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1000ms;
}
.main-slider-three .active .main-slider-three__title {
  opacity: 1;
  transform: scale(1);
  transition-delay: 500ms;
}
.main-slider-three .active .main-slider-three__title__overlay {
  opacity: 1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transition-delay: 1800ms;
}
.main-slider-three .active .main-slider-three__button {
  opacity: 1;
  transform: translateY(0px);
  transition-delay: 1000ms;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-profile {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.about-profile__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background-color: var(--sifoxen-white2, #F5F2F4);
  border-radius: 50%;
  transition: all 500ms ease;
}
.about-profile__image img {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
}
.about-profile:hover .about-profile__image {
  background-color: var(--sifoxen-primary, #55D9D7);
}

.about-one {
  position: relative;
  background-color: var(--sifoxen-white2, #F5F2F4);
  overflow: hidden;
}
.about-one .container {
  position: relative;
  z-index: 1;
}
.about-one__image {
  display: flex;
}
.about-one__image__one {
  margin-top: 77px;
  position: relative;
  z-index: 1;
}
.about-one__image__two {
  margin-left: -156px;
}
.about-one__image img {
  max-width: 100%;
  height: auto;
}
.about-one__experience {
  padding-left: 31px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 298px;
  height: 298px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: circle(50% at 0 50%);
  background-color: var(--sifoxen-black, #362048);
  z-index: 1;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 390px) {
  .about-one__experience {
    padding-left: 20px;
    width: 270px;
    height: 270px;
  }
}
.about-one__experience__year {
  margin-bottom: 3px;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 30px;
  color: var(--sifoxen-white, #fff);
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.about-one__experience__text {
  margin: 0;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--sifoxen-white, #fff);
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .about-one__experience__text br {
    display: inline;
  }
}
.about-one__content {
  position: relative;
  top: -1px;
}
.about-one .sec-title {
  margin-bottom: 17px;
}
.about-one__text-1 {
  margin-bottom: 14px;
  color: var(--sifoxen-black, #362048);
  font-weight: 500;
}
.about-one__text-2 {
  margin-bottom: 27px;
}
.about-one__list {
  padding: 0;
  margin-bottom: 46px;
  list-style: none;
}
.about-one__list__content {
  display: flex;
  gap: 10px;
  font-size: 16px;
  color: var(--sifoxen-black, #362048);
  font-weight: 600;
  line-height: 1.75;
}
.about-one__list__icon {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  color: var(--sifoxen-primary, #55D9D7);
}
.about-one__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-one__shape-1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 29px;
  bottom: 120px;
  animation: zump 2s linear infinite;
}
@media (max-width: 1599px) {
  .about-one__shape-1 {
    bottom: 50px;
  }
}
@media (max-width: 991px) {
  .about-one__shape-1 {
    display: none;
  }
}
.about-one__shape-2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: zumpBottom 2s linear infinite;
}
.about-one__shape-3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 120px;
  right: 17px;
  width: 103.611px;
  height: 89.194px;
  background-color: RGBA(var(--sifoxen-primary-rgb, 85, 217, 215), 0.97);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: rotate 7s infinite linear;
}
.about-one__shape-3__inner {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: var(--sifoxen-white2, #F5F2F4);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.about-one__shape-4 {
  position: absolute;
  top: 184px;
  right: 104px;
  width: 73.759px;
  height: 63.498px;
  background-color: RGBA(var(--sifoxen-primary-rgb, 85, 217, 215), 0.3);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: rotate 7s infinite linear;
}
@media (max-width: 1599px) {
  .about-one__shape-4 {
    top: 225px;
    right: 40px;
  }
}

.about-two {
  position: relative;
  padding: 150px 0 var(--section-space, 120px);
  background-color: var(--sifoxen-white, #fff);
}
@media (max-width: 1199px) {
  .about-two {
    padding: 120px 0 193px;
  }
}
@media (max-width: 767px) {
  .about-two {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .about-two {
    padding: 80px 0;
  }
}
.about-two .container {
  position: relative;
  z-index: 1;
}
.about-two__left {
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .about-two__left {
    padding-right: 0;
  }
}
.about-two__list {
  margin: 0;
  padding: 0;
}
.about-two__list li:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.about-two__list li {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 24px;
  color: var(--sifoxen-black, #362048);
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 430px) {
  .about-two__list li {
    font-size: 22px;
  }
}
@media (max-width: 360px) {
  .about-two__list li {
    flex-direction: column;
  }
}
.about-two__list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  font-size: 24px;
  color: var(--sifoxen-primary, #55D9D7);
  border-radius: 50%;
  background-color: var(--sifoxen-white2, #F5F2F4);
  transition: all 500ms ease;
}
.about-two__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .about-two__list__icon {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-base, #AE61BE);
}
.about-two__video {
  width: 100%;
  position: relative;
  padding: 48.05px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about-two__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--sifoxen-black-rgb, 54, 32, 72), 0.8);
}
.about-two__video .video-btn {
  z-index: 1;
}
.about-two__right {
  position: relative;
}
.about-two__right__inner {
  position: relative;
  z-index: 2;
}
.about-two .sec-title {
  margin-bottom: 27px;
}
.about-two__text {
  width: 100%;
  max-width: 329px;
  margin-bottom: 42px;
}
.about-two__image {
  position: relative;
  position: absolute;
  top: -30px;
  right: 30px;
  width: 100%;
  max-width: 370px;
}
@media (max-width: 1199px) {
  .about-two__image {
    top: 0;
  }
}
@media (max-width: 991px) {
  .about-two__image {
    right: 0;
  }
}
@media (max-width: 767px) {
  .about-two__image {
    margin-top: 40px;
    position: relative;
    right: auto;
    left: 0;
  }
}
@media (max-width: 430px) {
  .about-two__image {
    padding-right: 30px;
  }
}
.about-two__image::after {
  content: "";
  width: calc(100% - 11px);
  height: calc(100% - 24px);
  position: absolute;
  top: 54px;
  right: -30px;
  border: 1px solid var(--sifoxen-base, #AE61BE);
  animation: zump 2s linear infinite;
}
@media (max-width: 430px) {
  .about-two__image::after {
    right: 0;
  }
}
.about-two__image__inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-two__image__inner img {
  width: 100%;
  display: block;
}
.about-two__experience {
  padding: 25px 50px 0 71px;
  position: absolute;
  left: 50%;
  bottom: -149px;
  transform: translateX(-50%);
  width: 298px;
  height: 298px;
  border-radius: 50%;
  background-color: var(--sifoxen-base, #AE61BE);
  z-index: 1;
}
@media (max-width: 390px) {
  .about-two__experience {
    width: 250px;
    height: 250px;
    bottom: -100px;
    padding: 40px 40px 0 40px;
  }
}
.about-two__experience__year {
  margin-bottom: -2px;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 55px;
  color: var(--sifoxen-white, #fff);
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.about-two__experience__text {
  margin: 0;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--sifoxen-white, #fff);
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .about-two__shape-box {
    display: none;
  }
}
.about-two__shape-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 99px;
  bottom: 228px;
  width: 103.611px;
  height: 89.194px;
  background-color: RGBA(var(--sifoxen-primary-rgb, 85, 217, 215), 0.97);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: rotate 7s infinite linear;
}
@media (max-width: 1699px) {
  .about-two__shape-1 {
    left: 70px;
  }
}
@media (max-width: 1599px) {
  .about-two__shape-1 {
    width: 80px;
    height: 69px;
    left: 20px;
    bottom: 270px;
  }
}
.about-two__shape-1__inner {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: var(--sifoxen-white, #fff);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.about-two__shape-2 {
  position: absolute;
  left: 42px;
  bottom: 191px;
  width: 73.759px;
  height: 63.498px;
  background-color: RGBA(var(--sifoxen-primary-rgb, 85, 217, 215), 0.3);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: rotate 7s infinite linear;
}
@media (max-width: 1699px) {
  .about-two__shape-2 {
    left: 10px;
  }
}

.about-three {
  position: relative;
  padding-bottom: 198px;
  background-color: var(--sifoxen-white, #fff);
}
@media (max-width: 991px) {
  .about-three {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .about-three {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .about-three {
    padding-bottom: 80px;
  }
}
.about-three .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-three__image {
    padding-left: 30px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .about-three__image {
    padding-left: 60px;
    padding-right: 0;
  }
}
.about-three__image__inner {
  position: relative;
  margin: 0 30px 0 auto;
  width: 100%;
  max-width: 429px;
}
@media (max-width: 1199px) {
  .about-three__image__inner {
    margin: 0;
  }
}
.about-three__image__inner::before {
  content: "";
  width: calc(100% - 87px);
  height: calc(100% + 7px);
  position: absolute;
  top: 53px;
  left: -60px;
  border: 3px solid var(--sifoxen-base, #AE61BE);
  animation: zump 2s linear infinite;
}
@media (max-width: 1199px) {
  .about-three__image__inner::before {
    top: 35px;
    left: -35px;
  }
}
@media (max-width: 991px) {
  .about-three__image__inner::before {
    top: 40px;
    left: -40px;
    width: calc(100% - 50px);
    height: 100%;
  }
}
.about-three__image__inner img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
}
.about-three__video-box {
  position: relative;
  position: absolute;
  left: -111px;
  bottom: -110px;
  z-index: 2;
  border: 10px solid var(--sifoxen-white, #fff);
  box-shadow: 0px 4px 50px 0px RGBA(var(--sifoxen-black3-rgb, 0, 0, 0), 0.15);
}
@media (max-width: 1199px) {
  .about-three__video-box {
    left: 50px;
  }
}
@media (max-width: 991px) {
  .about-three__video-box {
    left: -60px;
  }
}
@media (max-width: 375px) {
  .about-three__video-box {
    bottom: -150px;
  }
}
.about-three__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.about-three__content {
  margin-top: 8px;
}
@media (max-width: 991px) {
  .about-three__content {
    margin-top: 120px;
  }
}
@media (max-width: 375px) {
  .about-three__content {
    margin-top: 160px;
  }
}
.about-three .sec-title {
  margin-bottom: 17px;
}
.about-three__text {
  color: var(--sifoxen-base, #AE61BE);
  font-weight: 500;
  margin-bottom: 32px;
}
.about-three__inner {
  margin-bottom: 30px;
  padding-bottom: 31px;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.about-three__info__icon-box {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sifoxen-white2, #F5F2F4);
  border-radius: 50%;
  transition: all 500ms ease;
  margin-bottom: 13px;
}
.about-three__info:hover .about-three__info__icon-box {
  background-color: var(--sifoxen-base, #AE61BE);
}
.about-three__info__icon {
  display: inline-flex;
  align-items: center;
  font-size: 34px;
  color: var(--sifoxen-base, #AE61BE);
  transition: all 500ms ease;
}
.about-three__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.about-three__info:hover .about-three__info__icon {
  transform: scale(0.85);
  color: var(--sifoxen-white, #fff);
}
.about-three__info__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.about-three__info__text {
  color: var(--sifoxen-black, #362048);
  margin: 0;
}
.about-three__shape {
  position: absolute;
  top: 260px;
  right: 0;
  animation: zump 2s linear infinite;
}
@media (max-width: 1399px) {
  .about-three__shape {
    right: -30px;
  }
}
@media (max-width: 1299px) {
  .about-three__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-card {
  position: relative;
  background-color: var(--sifoxen-white, #fff);
  border: 1px solid var(--sifoxen-border-color, #DDD8DB);
  transition: all 500ms ease;
}
.service-card:hover {
  box-shadow: 0px 4px 70px 10px rgba(52, 31, 71, 0.2);
}
.service-card__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transition: all 400ms ease-in-out;
}
.service-card__bg::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: RGBA(var(--sifoxen-white-rgb, 255, 255, 255), 0.6);
}
.service-card:hover .service-card__bg {
  transform: scaleY(1);
}
.service-card__content {
  position: relative;
  padding: 24px 24px 24px;
  z-index: 1;
}
.service-card__title {
  width: calc(100% - 25px);
  position: relative;
  padding: 6.5px 14px 8.5px 0;
  font-size: 24px;
  font-weight: 600;
  color: var(--sifoxen-white, #fff);
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 18px;
  z-index: 1;
}
@media (max-width: 375px) {
  .service-card__title {
    font-size: 22px;
  }
}
.service-card__title::after {
  content: "";
  width: calc(100% + 25px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -25px;
  background-color: var(--sifoxen-black, #362048);
  border-radius: 0px 100px 100px 0px;
  z-index: -1;
}
.service-card__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card__title a:hover {
  background-size: 100% 1px;
}
.service-card__text {
  margin: 0;
  line-height: 1.625;
  margin-bottom: 33px;
  transition: all 500ms ease;
}
.service-card:hover .service-card__text {
  color: var(--sifoxen-black, #362048);
}
.service-card__icon-box {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sifoxen-white2, #F5F2F4);
  border-radius: 50%;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .service-card__icon-box {
    width: 70px;
    height: 70px;
    top: 27px;
    left: 27px;
  }
}
.service-card:hover .service-card__icon-box {
  background-color: var(--sifoxen-primary, #55D9D7);
}
.service-card__icon {
  display: inline-flex;
  align-items: center;
  font-size: 45px;
  color: var(--sifoxen-base, #AE61BE);
  transition: all 500ms ease;
}
.service-card__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1199px) {
  .service-card__icon {
    font-size: 35px;
  }
}
.service-card:hover .service-card__icon {
  transform: scale(0.85);
  color: var(--sifoxen-white, #fff);
}
.service-card__link {
  position: absolute;
  right: -1px;
  bottom: 25px;
  transform: translateY(20px);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--sifoxen-white, #fff);
  width: 57px;
  height: 46px;
  border-radius: 100px 0px 0px 100px;
  background-color: var(--sifoxen-base, #AE61BE);
  transition: all 400ms ease;
}
.service-card__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.service-card__link:hover {
  background-color: var(--sifoxen-primary, #55D9D7);
}
.service-card:hover .service-card__link {
  transform: translateY(0);
  opacity: 1;
}
.service-card__flower {
  width: 134px !important;
  height: 101px !important;
  position: absolute;
  right: 10px;
  bottom: -9px;
  transition: all 500ms ease;
}
.service-card:hover .service-card__flower {
  opacity: 0;
}

.service-card-two {
  position: relative;
  transition: all 500ms ease;
}
.service-card-two__image {
  position: relative;
  overflow: hidden;
}
.service-card-two__image img {
  transition: 0.5s;
  background-size: cover;
  width: 100%;
}
.service-card-two__image img:nth-child(1) {
  transform: translatex(50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.service-card-two__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
}
.service-card-two:hover .service-card-two__image img:nth-child(1) {
  transform: translatex(0) scalex(1);
  opacity: 1;
  filter: blur(0);
}
.service-card-two:hover .service-card-two__image img:nth-child(2) {
  transform: translatex(-50%) scalex(2);
  opacity: 0;
  filter: blur(10px);
}
.service-card-two__icon-box {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sifoxen-white, #fff);
  border-radius: 50%;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .service-card-two__icon-box {
    width: 70px;
    height: 70px;
    top: 27px;
    left: 27px;
  }
}
.service-card-two:hover .service-card-two__icon-box {
  background-color: var(--sifoxen-primary, #55D9D7);
}
.service-card-two__icon {
  display: inline-flex;
  align-items: center;
  font-size: 45px;
  color: var(--sifoxen-base, #AE61BE);
  transition: all 500ms ease;
}
.service-card-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1199px) {
  .service-card-two__icon {
    font-size: 35px;
  }
}
.service-card-two:hover .service-card-two__icon {
  transform: scale(0.85);
  color: var(--sifoxen-white, #fff);
}
.service-card-two__title {
  width: calc(100% - 57px);
  margin: 0;
  padding: 22px 30px 23px;
  position: relative;
  position: absolute;
  right: 0;
  bottom: 27px;
  font-size: 24px;
  font-weight: 600;
  color: var(--sifoxen-white, #fff);
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  background-color: var(--sifoxen-base, #AE61BE);
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .service-card-two__title {
    padding: 17px 25px 18px;
    width: calc(100% - 27px);
    font-size: 20px;
  }
}
.service-card-two__title::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--sifoxen-primary, #55D9D7);
  transition: all 500ms ease;
  z-index: -1;
}
.service-card-two__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-card-two__title a:hover {
  background-size: 100% 1px;
}
.service-card-two:hover .service-card-two__title::after {
  width: 100%;
  left: 0;
}

.services-one {
  position: relative;
  padding-bottom: 311px;
  background-color: var(--sifoxen-black, #362048);
}
@media (max-width: 767px) {
  .services-one {
    padding-bottom: 291px;
  }
}
@media (max-width: 575px) {
  .services-one {
    padding-bottom: 271px;
  }
}
.services-one__bg, .services-one__bg-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.3;
  mix-blend-mode: overlay;
}
.services-one__bg-2 {
  mix-blend-mode: overlay;
  z-index: 1;
}
.services-one .container {
  position: relative;
  z-index: 2;
}
.services-one__top {
  padding-bottom: 44px;
  margin-bottom: 30px;
  border-bottom: 1px solid RGBA(var(--sifoxen-border-color-rgb, 221, 216, 219), 0.25);
}
.services-one .sec-title__title {
  color: var(--sifoxen-white, #fff);
}
@media (min-width: 992px) {
  .services-one__carousel.owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    top: -136px;
    right: 0;
  }
}
.services-one__carousel.owl-carousel .owl-nav button {
  color: var(--sifoxen-base, #AE61BE);
  border-color: var(--sifoxen-base, #AE61BE);
}
.services-one__shape-box img {
  max-width: 100%;
  height: auto;
  animation: moveHorizontal2 1s infinite alternate;
}
.services-one__shape-1 {
  position: absolute;
  top: 160px;
  left: -10px;
}
.services-one__shape-2 {
  position: absolute;
  top: 37px;
  right: -15px;
}

.services-two {
  padding-bottom: 253px;
  position: relative;
  background-color: var(--sifoxen-black, #362048);
}
.services-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  filter: grayscale(1);
}
.services-two .container {
  position: relative;
  z-index: 1;
}
.services-two__top {
  margin-bottom: 45px;
}
.services-two .sec-title__title {
  color: var(--sifoxen-white, #fff);
}
@media (min-width: 992px) {
  .services-two__button {
    position: relative;
    top: -7px;
    text-align: right;
  }
}
.services-two__button .sifoxen-btn {
  color: var(--sifoxen-primary, #55D9D7);
  background-color: var(--sifoxen-white, #fff);
}
.services-two__button .sifoxen-btn:hover {
  color: var(--sifoxen-white, #fff);
}
.services-two__main-tab-box {
  position: relative;
  padding: 60px;
  background-color: var(--sifoxen-white, #fff);
}
@media (max-width: 991px) {
  .services-two__main-tab-box {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .services-two__main-tab-box {
    padding: 40px 30px;
  }
}
@media (max-width: 412px) {
  .services-two__main-tab-box {
    padding: 40px 25px;
  }
}
.services-two__main-tab-box__inner {
  position: relative;
  position: absolute;
  width: calc(100% + 40px);
  height: calc(100% - 138px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: RGBA(var(--sifoxen-primary-rgb, 85, 217, 215), 0.15);
  z-index: -1;
}
.services-two__main-tab-box__inner::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% + 66px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: RGBA(var(--sifoxen-primary-rgb, 85, 217, 215), 0.5);
}
.services-two__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 29px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  z-index: 1;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
@media (max-width: 1199px) {
  .services-two__main-tab-box .tab-buttons {
    gap: 12px;
  }
}
.services-two__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 36px 36.5px;
  font-family: var(--sifoxen-heading-font, "EB Garamond", serif);
  font-size: 24px;
  font-weight: 600;
  color: var(--sifoxen-white, #fff);
  text-align: center;
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--sifoxen-black, #362048);
  z-index: 1;
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .services-two__main-tab-box .tab-buttons .tab-btn {
    padding: 20px 28.3px;
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .services-two__main-tab-box .tab-buttons .tab-btn {
    font-size: 18px;
    padding: 15px 20px;
  }
}
.services-two__main-tab-box .tab-buttons .tab-btn:hover, .services-two__main-tab-box .tab-buttons .tab-btn.active-btn {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.services-two__main-tab-box .tabs-content {
  margin-top: 30px;
  position: relative;
  display: block;
}
.services-two__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.services-two__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}
.services-two__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .services-two__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.services-two__image {
  position: relative;
  flex-shrink: 0;
}
.services-two__image img {
  max-width: 100%;
  height: auto;
}
.services-two__icon {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  color: var(--sifoxen-base, #AE61BE);
  background-color: var(--sifoxen-white, #fff);
  border-radius: 50%;
  transition: all 500ms ease;
}
.services-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 430px) {
  .services-two__icon {
    top: 25px;
    left: 25px;
    width: 75px;
    height: 75px;
    font-size: 35px;
  }
}
@media (max-width: 375px) {
  .services-two__icon {
    top: 20px;
    left: 20px;
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
}
.services-two__inner:hover .services-two__icon {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-base, #AE61BE);
}
.services-two__title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}
.services-two__text {
  margin-bottom: 31px;
}
.services-two__bottom {
  padding-top: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 40px;
  border-top: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.services-two .client-info__text {
  color: var(--sifoxen-text, #79767C);
}
.services-two .sifoxen-ratings__icon {
  color: var(--sifoxen-base, #AE61BE);
}
.services-two__link {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--sifoxen-base, #AE61BE);
  background-color: var(--sifoxen-white2, #F5F2F4);
  border-radius: 50%;
  transition: all 500ms ease;
}
.services-two__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.services-two__link:hover {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-base, #AE61BE);
}

.services-three {
  position: relative;
  padding-bottom: 214px;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
@media (max-width: 1199px) {
  .services-three {
    padding-bottom: var(--section-space, 120px);
  }
}
@media (max-width: 767px) {
  .services-three {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .services-three {
    padding-bottom: 80px;
  }
}
.services-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: multiply;
  opacity: 0.25;
  filter: grayscale(1);
}
.services-three .container,
.services-three .container-fluid {
  position: relative;
  z-index: 1;
}
.services-three__top {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
@media (min-width: 992px) {
  .services-three__button {
    position: relative;
    top: 15px;
    text-align: right;
  }
}
.services-three__button .sifoxen-btn {
  color: var(--sifoxen-primary, #55D9D7);
  background-color: var(--sifoxen-white, #fff);
}
.services-three__button .sifoxen-btn:hover {
  color: var(--sifoxen-white, #fff);
}
.services-three .container-fluid {
  max-width: 1600px;
}
.services-three__carousel {
  position: relative;
}
@media (min-width: 1200px) {
  .services-three__carousel.owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    left: 75px;
    bottom: -94px;
  }
}
@media (min-width: 1400px) {
  .services-three__carousel.owl-carousel .owl-nav {
    left: 120px;
  }
}
@media (min-width: 1441px) {
  .services-three__carousel.owl-carousel .owl-nav {
    left: 200px;
  }
}
.services-three .service-card-two {
  border: 10px solid var(--sifoxen-white, #fff);
}
.services-three .service-card-two:hover {
  border-color: var(--sifoxen-primary, #55D9D7);
}

.services-page {
  background-color: var(--sifoxen-white, #fff);
}

.services-page-two {
  background-color: var(--sifoxen-white2, #F5F2F4);
}

/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details__inner {
  margin-bottom: 35px;
}
.service-details__thumbnail {
  margin-bottom: 22px;
}
.service-details__thumbnail img {
  width: 100%;
  display: block;
}
.service-details__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.9px;
  text-transform: capitalize;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .service-details__title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .service-details__title {
    font-size: 26px;
  }
}
@media (max-width: 425px) {
  .service-details__title {
    font-size: 24px;
  }
}
.service-details__sub-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin-bottom: 14px;
}
@media (max-width: 575px) {
  .service-details__sub-title {
    font-size: 22px;
  }
}
@media (max-width: 425px) {
  .service-details__sub-title {
    font-size: 20px;
  }
}
.service-details__text {
  margin: 0;
  text-transform: capitalize;
  font-weight: normal;
  line-height: 1.875;
}
.service-details__inner-two {
  margin-bottom: 31px;
}
.service-details__text-two {
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.875;
  margin-bottom: 25px;
}
.service-details__info {
  position: relative;
  padding: 40px;
  background-color: var(--sifoxen-white2, #F5F2F4);
  overflow: hidden;
  margin-bottom: 31px;
}
@media (max-width: 1199px) {
  .service-details__info {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .service-details__info {
    padding: 25px;
  }
}
.service-details__info__image {
  position: absolute;
  top: 0;
  right: 0;
  clip-path: polygon(41% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 1199px) {
  .service-details__info__image {
    right: -130px;
  }
}
@media (max-width: 991px) {
  .service-details__info__image {
    right: -100px;
  }
}
@media (max-width: 767px) {
  .service-details__info__image {
    display: none;
  }
}
.service-details__list {
  margin-bottom: 0;
  width: 100%;
  max-width: 380px;
}
@media (max-width: 991px) {
  .service-details__list {
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .service-details__list {
    max-width: 100%;
  }
}
.service-details__list li {
  position: relative;
  font-size: 16px;
  color: var(--sifoxen-black, #362048);
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 575px) {
  .service-details__list li {
    font-size: 14px;
  }
}
.service-details__list li + li {
  margin-top: 20px;
}
.service-details__list li > .service-details__list__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  font-size: 16px;
  color: var(--sifoxen-base, #AE61BE);
  background-color: var(--sifoxen-white, #fff);
  border-radius: 50%;
  transition: all 400ms ease;
}
.service-details__list li > .service-details__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 575px) {
  .service-details__list li > .service-details__list__icon {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
.service-details__list li:hover > .service-details__list__icon {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-base, #AE61BE);
}
.service-details__faq__title {
  margin-bottom: 22px;
}
.service-details .faq-accordion .accordion-content p {
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.875;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-page__info {
  margin-right: 30px;
  background-color: var(--sifoxen-white, #fff);
  box-shadow: 0px 4px 60px 20px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1199px) {
  .contact-page__info {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .contact-page__info {
    margin-right: 0px;
  }
}
.contact-page__info__inner {
  padding: 40px 40px 34px;
}
@media (max-width: 575px) {
  .contact-page__info__inner {
    padding-bottom: 33px;
  }
}
@media (max-width: 430px) {
  .contact-page__info__inner {
    padding: 30px 30px 23px;
  }
}
.contact-page__info__item {
  display: flex;
  gap: 30px 20px;
}
@media (max-width: 575px) {
  .contact-page__info__item {
    flex-direction: column;
  }
}
.contact-page__info__item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
@media (max-width: 430px) {
  .contact-page__info__item:not(:last-child) {
    padding-bottom: 22px;
  }
}
.contact-page__info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 24px;
  color: var(--sifoxen-base, #AE61BE);
  width: 45px;
  height: 45px;
  background-color: var(--sifoxen-white2, #F5F2F4);
  transition: all 500ms ease;
}
.contact-page__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.contact-page__info__item:hover .contact-page__info__icon {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-base, #AE61BE);
}
.contact-page__info__content {
  margin-top: -4px;
}
.contact-page__info__title {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
  text-transform: capitalize;
}
.contact-page__info__link {
  font-size: 20px;
  color: var(--sifoxen-black, #362048);
  font-weight: 600;
  line-height: 1.2;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contact-page__info__link:hover {
  background-size: 100% 1px;
}
@media (max-width: 430px) {
  .contact-page__info__link {
    font-size: 16px;
  }
}
.contact-page__info__link:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.contact-page__image {
  width: 100%;
  display: block;
}
.contact-page .sec-title {
  margin-bottom: 49px;
}
.contact-page .sec-title__top {
  margin-bottom: 12px;
}
.contact-page .sec-title__title {
  font-size: 36px;
  line-height: normal;
  letter-spacing: -0.72px;
}
@media (max-width: 430px) {
  .contact-page .sec-title__title {
    font-size: 35px;
  }
}
.contact-page .form-one input[type=text],
.contact-page .form-one input[type=email],
.contact-page .form-one textarea {
  padding: 0 25px;
  height: 60px;
  border: 1px solid var(--sifoxen-border-color, #DDD8DB);
  background-color: transparent;
}
@media (max-width: 425px) {
  .contact-page .form-one input[type=text],
  .contact-page .form-one input[type=email],
  .contact-page .form-one textarea {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-page .form-one input[type=text]:focus,
.contact-page .form-one input[type=email]:focus,
.contact-page .form-one textarea:focus {
  color: var(--sifoxen-black, #362048);
  border-color: var(--sifoxen-base, #AE61BE);
}
.contact-page .form-one textarea {
  padding: 25px 25px 0;
  height: 181px;
}
@media (max-width: 425px) {
  .contact-page .form-one textarea {
    padding: 20px 20px 0;
  }
}
.contact-page .form-one .bootstrap-select > .dropdown-toggle {
  border: 1px solid var(--sifoxen-border-color, #DDD8DB);
  background-color: transparent !important;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 425px) {
  .contact-page .form-one .bootstrap-select > .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contact-page .form-one .bootstrap-select > .dropdown-toggle::before {
  right: 25px;
}
@media (max-width: 425px) {
  .contact-page .form-one .bootstrap-select > .dropdown-toggle::before {
    right: 20px;
  }
}

/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose-one {
  padding-bottom: 113px;
  background-color: var(--sifoxen-white, #fff);
  counter-reset: chooseNumber;
}
@media (max-width: 767px) {
  .why-choose-one {
    padding-bottom: 93px;
  }
}
@media (max-width: 575px) {
  .why-choose-one {
    padding-bottom: 73px;
  }
}
.why-choose-one--about {
  background-color: var(--sifoxen-white2, #F5F2F4);
}
.why-choose-one__item {
  text-align: center;
}
.why-choose-one__icon-box {
  position: relative;
  margin: 0 auto 22px;
  width: 146px;
  height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sifoxen-base, #AE61BE);
  border-radius: 50%;
  transition: all 500ms ease;
}
.why-choose-one__item:hover .why-choose-one__icon-box {
  background-color: var(--sifoxen-primary, #55D9D7);
}
.why-choose-one__icon {
  display: inline-flex;
  align-items: center;
  font-size: 70px;
  color: var(--sifoxen-white, #fff);
  transition: all 500ms linear;
}
.why-choose-one__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.why-choose-one__item:hover .why-choose-one__icon {
  transform: scale(0.85);
  color: var(--sifoxen-white, #fff);
}
.why-choose-one__number {
  position: relative;
  position: absolute;
  top: 22px;
  right: -23px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--sifoxen-white, #fff);
}
.why-choose-one__number::after {
  content: "0" counter(chooseNumber);
  counter-increment: chooseNumber;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  text-align: center;
  color: var(--sifoxen-white, #fff);
  font-weight: 600;
  line-height: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 3px);
  height: calc(100% - 3px);
  border-radius: 50%;
  background-color: var(--sifoxen-primary, #55D9D7);
  transition: all 500ms ease;
}
.why-choose-one__item:hover .why-choose-one__number::after {
  background-color: var(--sifoxen-base, #AE61BE);
}
.why-choose-one__title {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.why-choose-one__text {
  margin: 0;
  line-height: 1.625;
}

.why-choose-two {
  background-color: var(--sifoxen-white, #fff);
}
.why-choose-two--services {
  padding-top: 0;
}
.why-choose-two__image img {
  max-width: 100%;
  height: auto;
}
.why-choose-two__left {
  padding-right: 29px;
}
@media (max-width: 1199px) {
  .why-choose-two__left {
    padding-right: 10px;
  }
}
.why-choose-two__right {
  padding-left: 29px;
}
@media (max-width: 1199px) {
  .why-choose-two__right {
    padding-left: 10px;
  }
}
.why-choose-two__item {
  display: flex;
  gap: 20px;
}
@media (max-width: 1199px) {
  .why-choose-two__item {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .why-choose-two__item {
    flex-direction: row;
  }
}
@media (max-width: 375px) {
  .why-choose-two__item {
    flex-direction: column;
  }
}
.why-choose-two__item:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.why-choose-two__icon {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--sifoxen-white2, #F5F2F4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 24px;
  color: var(--sifoxen-primary, #55D9D7);
  transition: all 500ms ease;
}
.why-choose-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.why-choose-two__item:hover .why-choose-two__icon {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-base, #AE61BE);
}
.why-choose-two__content {
  margin-top: 7px;
}
.why-choose-two__title {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.why-choose-two__text {
  margin: 0;
  line-height: 1.625;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonial-card {
  position: relative;
  padding: 64px 30px 30px;
  background-color: var(--sifoxen-white, #fff);
}
.testimonial-card__image {
  width: 88px !important;
  height: 88px !important;
  border-radius: 50%;
  border: 6px solid var(--sifoxen-white2, #F5F2F4);
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 500ms ease;
}
.testimonial-card:hover .testimonial-card__image {
  border-color: var(--sifoxen-primary, #55D9D7);
}
.testimonial-card__text {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.7;
}
.testimonial-card__text__highlight {
  color: var(--sifoxen-base, #AE61BE);
}
@media (max-width: 430px) {
  .testimonial-card__text {
    font-size: 18px;
  }
}
.testimonial-card__info {
  margin: 20px 0 28px;
  padding: 22px 0;
  border-top: 1px solid var(--sifoxen-border-color, #DDD8DB);
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px 40px;
}
@media (max-width: 390px) {
  .testimonial-card__info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.testimonial-card__name {
  margin-bottom: -5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.666;
  letter-spacing: -0.36px;
  text-transform: capitalize;
}
.testimonial-card__designation {
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  text-transform: capitalize;
}
.testimonial-card__quote {
  flex-shrink: 0;
  width: 52px;
  height: 38px;
  transition: all 500ms ease;
}
.testimonial-card__quote path:nth-child(1),
.testimonial-card__quote path:nth-child(2) {
  fill: var(--sifoxen-white2, #F5F2F4);
  transition: all 500ms ease;
}
.testimonial-card__quote path:nth-child(3),
.testimonial-card__quote path:nth-child(4) {
  stroke: var(--sifoxen-base, #AE61BE);
  transition: all 500ms ease;
}
.testimonial-card:hover .testimonial-card__quote path:nth-child(1),
.testimonial-card:hover .testimonial-card__quote path:nth-child(2) {
  fill: var(--sifoxen-primary, #55D9D7);
}
.testimonial-card:hover .testimonial-card__quote path:nth-child(3),
.testimonial-card:hover .testimonial-card__quote path:nth-child(4) {
  fill: var(--sifoxen-base, #AE61BE);
}
.testimonial-card__ratings {
  position: relative;
  display: inline-block;
  padding: 15px 16px 15px 0;
}
.testimonial-card__ratings::after {
  content: "";
  width: calc(100% + 30px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -30px;
  background-color: var(--sifoxen-white2, #F5F2F4);
  border-radius: 0px 100px 100px 0px;
  transition: all 500ms ease;
}
.testimonial-card:hover .testimonial-card__ratings::after {
  background-color: var(--sifoxen-primary, #55D9D7);
}
.testimonial-card .sifoxen-ratings {
  position: relative;
  gap: 6px;
  z-index: 1;
}
.testimonial-card:hover .sifoxen-ratings__icon {
  color: var(--sifoxen-white, #fff);
}
.testimonial-card__shape {
  width: 82.302px !important;
  height: 79px !important;
  position: absolute;
  right: -1px;
  bottom: 0px;
}
.testimonial-card--two {
  direction: ltr;
  padding: 66px 40px 41px;
}
@media (max-width: 1399px) {
  .testimonial-card--two {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.testimonial-card--two .testimonial-card__image {
  left: 40px;
  transform: translate(0);
}
@media (max-width: 1399px) {
  .testimonial-card--two .testimonial-card__image {
    left: 30px;
  }
}
.testimonial-card--two .testimonial-card__info {
  margin: 0 0 20px;
  padding: 0 0 19px;
  border-top: 0;
}
.testimonial-card--two .testimonial-card__text {
  margin-bottom: 32px;
}
.testimonial-card--two:hover .sifoxen-ratings__icon {
  color: var(--sifoxen-base, #AE61BE);
}
.testimonial-card--three {
  padding: 0;
}
.testimonial-card--three .testimonial-card__quote {
  margin-bottom: 40px;
}
.testimonial-card--three .testimonial-card__ratings {
  display: block;
  margin-bottom: 24px;
  padding: 0;
}
.testimonial-card--three .testimonial-card__ratings::after {
  display: none;
}
.testimonial-card--three:hover .sifoxen-ratings__icon {
  color: var(--sifoxen-base, #AE61BE);
}
.testimonial-card--three .testimonial-card__info {
  display: block;
  margin: 31px 0 0;
  padding: 36px 0 0;
  border-bottom: 0;
}
@media (max-width: 1599px) {
  .testimonial-card--three .testimonial-card__text {
    font-size: 18px;
  }
}

.testimonials-one {
  position: relative;
  background-color: var(--sifoxen-white2, #F5F2F4);
  overflow: hidden;
}
.testimonials-one .container {
  position: relative;
  z-index: 1;
}
.testimonials-one .sec-title {
  margin-bottom: 89px;
}
.testimonials-one__single-image {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 26px;
  bottom: -1px;
  animation: moveHorizontal2 1s infinite alternate;
}
@media (max-width: 1599px) {
  .testimonials-one__single-image {
    right: -20px;
  }
}
@media (max-width: 1399px) {
  .testimonials-one__single-image {
    display: none;
  }
}
.testimonials-one__shape-1 {
  position: absolute;
  top: 271px;
  left: 27px;
  width: 125.664px;
  height: 108.145px;
  background-color: RGBA(var(--sifoxen-primary-rgb, 85, 217, 215), 0.29);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: rotate 7s infinite linear;
}
@media (max-width: 1599px) {
  .testimonials-one__shape-1 {
    top: 200px;
  }
}
@media (max-width: 1399px) {
  .testimonials-one__shape-1 {
    width: 90px;
    height: 73px;
  }
}
@media (max-width: 1199px) {
  .testimonials-one__shape-1 {
    width: 50px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .testimonials-one__shape-1 {
    display: none;
  }
}
.testimonials-one__shape-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 163px;
  left: 134px;
  width: 176.522px;
  height: 151.909px;
  background-color: RGBA(var(--sifoxen-primary-rgb, 85, 217, 215), 0.97);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: rotate 7s infinite linear;
}
@media (max-width: 1599px) {
  .testimonials-one__shape-2 {
    top: 80px;
  }
}
@media (max-width: 1399px) {
  .testimonials-one__shape-2 {
    width: 130px;
    height: 105px;
    top: 100px;
    left: 90px;
  }
}
@media (max-width: 1199px) {
  .testimonials-one__shape-2 {
    width: 70px;
    height: 60px;
    top: 110px;
    left: 50px;
  }
}
@media (max-width: 991px) {
  .testimonials-one__shape-2 {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .testimonials-one__shape-2 {
    display: none;
  }
}
.testimonials-one__shape-2__inner {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: var(--sifoxen-white2, #F5F2F4);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.testimonials-two {
  position: relative;
  padding-top: 214px;
  padding-bottom: 251px;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
@media (max-width: 991px) {
  .testimonials-two {
    padding-top: var(--section-space, 120px);
    padding-bottom: var(--section-space, 120px);
  }
}
@media (max-width: 767px) {
  .testimonials-two {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .testimonials-two {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.testimonials-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: lighten;
}
@media (min-width: 992px) {
  .testimonials-two__carousel {
    position: absolute;
    top: calc(50% + 22px);
    left: 0;
    transform: translateY(-50%);
    width: calc(50% - 15px);
    z-index: 2;
  }
}
.testimonials-two__carousel.owl-carousel .owl-nav {
  margin: 0;
  position: absolute;
  right: -162px;
  bottom: 50px;
  z-index: 2;
}
@media (max-width: 991px) {
  .testimonials-two__carousel.owl-carousel .owl-nav {
    margin-top: 60px;
    position: static;
  }
}
.testimonials-two__carousel.owl-carousel .owl-nav button:first-child > * {
  transform: rotate(180deg);
}
.testimonials-two__carousel.owl-carousel .owl-nav button:last-child > * {
  transform: rotate(-180deg);
}
.testimonials-two__content {
  position: relative;
  padding-left: 30px;
  padding-right: 80px;
  z-index: 2;
}
@media (max-width: 1399px) {
  .testimonials-two__content {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .testimonials-two__content {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.testimonials-two__single-image {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 190px;
  bottom: -1px;
  animation: moveHorizontal2 1s infinite alternate;
  z-index: 1;
}
@media (max-width: 1799px) {
  .testimonials-two__single-image {
    right: 100px;
  }
}
@media (max-width: 1599px) {
  .testimonials-two__single-image {
    right: 0;
  }
}
@media (max-width: 1399px) {
  .testimonials-two__single-image {
    display: none;
  }
}
.testimonials-two__shape {
  position: absolute;
  top: 43px;
  right: 0;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 1799px) {
  .testimonials-two__shape {
    top: 150px;
    max-width: 340px;
  }
}
@media (max-width: 1599px) {
  .testimonials-two__shape {
    top: 170px;
    max-width: 300px;
  }
}
@media (max-width: 1399px) {
  .testimonials-two__shape {
    display: none;
  }
}

.testimonials-three {
  position: relative;
  padding: 140px 0;
  background-color: var(--sifoxen-white2, #F5F2F4);
  overflow: hidden;
}
@media (max-width: 1399px) {
  .testimonials-three {
    padding: 188px 0;
  }
}
@media (max-width: 1199px) {
  .testimonials-three {
    padding: var(--section-space, 120px) 0;
  }
}
@media (max-width: 767px) {
  .testimonials-three {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .testimonials-three {
    padding: 80px 0;
  }
}
.testimonials-three__bg {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: lighten;
}
.testimonials-three__content {
  position: relative;
  z-index: 1;
}
.testimonials-three .sec-title {
  margin-bottom: 17px;
}
.testimonials-three__text {
  margin-bottom: 32px;
}
.testimonials-three__funfact {
  position: relative;
  padding: 34px 20px;
  text-align: center;
  background-color: var(--sifoxen-white, #fff);
  overflow: hidden;
}
.testimonials-three__funfact::after {
  content: "";
  position: absolute;
  top: -88%;
  right: -90%;
  width: 100%;
  height: 100%;
  background-color: var(--sifoxen-primary, #55D9D7);
  transition: all 500ms ease;
}
.testimonials-three__funfact:hover::after {
  top: 0;
  right: 0;
}
.testimonials-three__funfact__number {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: var(--sifoxen-white, #fff);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.1;
  text-shadow: 1px 1px 0 var(--sifoxen-base, #AE61BE), -1px -1px 0 var(--sifoxen-base, #AE61BE), 1px -1px 0 var(--sifoxen-base, #AE61BE), -1px 1px 0 var(--sifoxen-base, #AE61BE), 1px 1px 0 var(--sifoxen-base, #AE61BE);
  transition: all 500ms ease;
}
.testimonials-three__funfact:hover .testimonials-three__funfact__number {
  color: var(--sifoxen-primary, #55D9D7);
  text-shadow: 1px 1px 0 var(--sifoxen-white, #fff), -1px -1px 0 var(--sifoxen-white, #fff), 1px -1px 0 var(--sifoxen-white, #fff), -1px 1px 0 var(--sifoxen-white, #fff), 1px 1px 0 var(--sifoxen-white, #fff);
}
.testimonials-three__funfact__title {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  color: var(--sifoxen-black, #362048);
  font-weight: 600;
  line-height: 2;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.testimonials-three__funfact:hover .testimonials-three__funfact__title {
  color: var(--sifoxen-white, #fff);
}
.testimonials-three__inner {
  padding: 60px 60px 60px 38px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: calc(50% - 30px);
  background-color: var(--sifoxen-white, #fff);
  box-shadow: 0px 4px 60px 0px RGBA(var(--sifoxen-black3-rgb, 0, 0, 0), 0.15);
  z-index: 1;
}
@media (max-width: 1799px) {
  .testimonials-three__inner {
    padding-right: 38px;
  }
}
@media (max-width: 991px) {
  .testimonials-three__inner {
    position: relative;
    top: 0;
    width: 100%;
    transform: translate(0);
  }
}
@media (max-width: 430px) {
  .testimonials-three__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .testimonials-three__inner {
    display: grid;
    grid-template-columns: 37% calc(63% - 37px);
    align-items: center;
    grid-gap: 37px;
  }
}
.testimonials-three__carousel {
  position: relative;
}
@media (min-width: 576px) {
  .testimonials-three__carousel.owl-carousel .owl-nav {
    margin: 0;
    position: absolute;
    right: 0px;
    bottom: 1px;
    z-index: 2;
  }
}
@media (max-width: 1399px) {
  .testimonials-three__thumb {
    width: 250px;
    margin: 0 auto 50px;
  }
}
@media (max-width: 390px) {
  .testimonials-three__thumb {
    width: 220px;
  }
}
.testimonials-three__thumb .owl-stage {
  display: flex;
  align-items: center;
}
.testimonials-three__thumb .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-three__thumb__image {
  position: relative;
  display: inline-block;
  width: 62px;
  height: 62px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1599px) {
  .testimonials-three__thumb__image {
    width: 50px;
    height: 50px;
  }
}
.testimonials-three__thumb__image img {
  position: relative;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 2;
}
.testimonials-three__thumb .center .testimonials-three__thumb__image {
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 6px solid var(--sifoxen-white2, #F5F2F4);
}
@media (max-width: 1799px) {
  .testimonials-three__thumb .center .testimonials-three__thumb__image {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1599px) {
  .testimonials-three__thumb .center .testimonials-three__thumb__image {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 390px) {
  .testimonials-three__thumb .center .testimonials-three__thumb__image {
    width: 85px;
    height: 85px;
  }
}
.testimonials-three__shape-box {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% - 30px);
  height: 100%;
}
@media (max-width: 991px) {
  .testimonials-three__shape-box {
    display: none;
  }
}
.testimonials-three__shape {
  position: absolute;
  left: calc(50% - 6px);
  transform: translateX(-50%);
  width: 524px;
  height: 524px;
  border-radius: 50%;
  background-color: var(--sifoxen-base, #AE61BE);
  z-index: 0;
}
@media (max-width: 1399px) {
  .testimonials-three__shape {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .testimonials-three__shape {
    width: 400px;
    height: 400px;
  }
}
.testimonials-three__shape--1 {
  top: -262px;
}
@media (max-width: 1399px) {
  .testimonials-three__shape--1 {
    top: -225px;
  }
}
.testimonials-three__shape--2 {
  bottom: -262px;
}
@media (max-width: 1399px) {
  .testimonials-three__shape--2 {
    bottom: -225px;
  }
}

.testimonials-page {
  padding-top: 165px;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
@media (max-width: 767px) {
  .testimonials-page {
    padding-top: 145px;
  }
}
@media (max-width: 575px) {
  .testimonials-page {
    padding-top: 125px;
  }
}
.testimonials-page .testimonial-card--two {
  direction: ltr;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery-page__filter__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.gallery-page__filter__list li {
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
}
.gallery-page__filter__list li.active {
  background-color: var(--sifoxen-primary, #55D9D7);
}
.gallery-page__card {
  position: relative;
  overflow: hidden;
  background-color: var(--sifoxen-black, #362048);
}
.gallery-page__card img {
  transform: scale(1);
  display: block;
  width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
}
.gallery-page__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--sifoxen-black-rgb, 54, 32, 72), 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
}
.gallery-page__card__hover .img-popup {
  position: relative;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  background-color: var(--sifoxen-white, #fff);
  border-radius: 50%;
  transition: all 400ms ease;
}
@media (max-width: 1399px) {
  .gallery-page__card__hover .img-popup {
    width: 50px;
    height: 50px;
  }
}
.gallery-page__card__hover .img-popup:hover {
  background-color: var(--sifoxen-base, #AE61BE);
}
.gallery-page__card:hover img {
  transform: scale(1.05);
  opacity: 0.9;
  mix-blend-mode: screen;
}
.gallery-page__card:hover .gallery-page__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}
.gallery-page__card__icon {
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.gallery-page__card__icon::after, .gallery-page__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--sifoxen-base, #AE61BE);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 400ms ease;
}
.gallery-page__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.img-popup:hover .gallery-page__card__icon::before, .img-popup:hover .gallery-page__card__icon::after {
  background-color: var(--sifoxen-white, #fff);
}

.gallery-instagram {
  position: relative;
  z-index: 1;
  margin-top: -193px;
}
.gallery-instagram--home-3 {
  margin: 0;
  background-color: var(--sifoxen-white, #fff);
}
.gallery-instagram--home-3 .gallery-instagram__content {
  padding: 40px 30px;
  background-color: var(--sifoxen-black, #362048);
  height: 100%;
}
.gallery-instagram--home-3 .sec-title {
  margin-bottom: 101px;
}
.gallery-instagram--home-3 .sec-title__title {
  color: var(--sifoxen-white, #fff);
}
.gallery-instagram--home-3 .gallery-instagram__image__link {
  background: rgba(var(--sifoxen-black-rgb, 54, 32, 72), 0.8);
}
.gallery-instagram--home-3 .gallery-instagram__image__link::after {
  display: none;
}
@media (min-width: 576px) {
  .gallery-instagram .container-fluid {
    padding: 0;
  }
}
.gallery-instagram__image {
  position: relative;
}
.gallery-instagram__image img {
  width: 100%;
  display: block;
}
.gallery-instagram__image__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: var(--sifoxen-primary, #55D9D7);
  background: rgba(var(--sifoxen-black-rgb, 54, 32, 72), 0.9);
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
  transition: all 400ms ease-in-out;
}
.gallery-instagram__image__link svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.gallery-instagram__image__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid var(--sifoxen-primary, #55D9D7);
}
.gallery-instagram__image__link > * {
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}
.gallery-instagram__image__link > *:hover {
  color: var(--sifoxen-white, #fff);
}
.gallery-instagram__image:hover .gallery-instagram__image__link {
  transform: scaleY(1);
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar-one {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-one.active {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}
.sidebar-one__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--sifoxen-black3, #000000);
  opacity: 0.6;
  cursor: url(../images/close.png), auto;
}
.sidebar-one__content {
  width: 300px;
  background-color: var(--sifoxen-black, #362048);
  z-index: 10;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.sidebar-one__content::-webkit-scrollbar {
  display: none;
}
.sidebar-one.active .sidebar-one__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}
.sidebar-one__close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: var(--sifoxen-white, #fff);
  cursor: pointer;
  transition: all 400ms ease;
}
.sidebar-one__close svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-one__close:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.sidebar-one__item:not(:last-child) {
  margin-bottom: 45px;
}
.sidebar-one__title {
  font-family: var(--sifoxen-heading-font, "EB Garamond", serif);
  font-size: 26px;
  color: var(--sifoxen-white2, #F5F2F4);
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.sidebar-one__about__text {
  color: var(--sifoxen-gray, #DDD8DB);
  font-weight: 500;
  margin-bottom: 0;
}
.sidebar-one__info__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-one__info__list li {
  display: flex;
  font-size: 16px;
  color: var(--sifoxen-gray2, #9F83B5);
  font-weight: 500;
  line-height: normal;
}
.sidebar-one__info__list li + li {
  margin-top: 20px;
}
.sidebar-one__info__list li .sidebar-one__info__icon {
  position: relative;
  font-size: 18px;
  color: var(--sifoxen-base, #AE61BE);
  margin-right: 12px;
}
.sidebar-one__info__list li .sidebar-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-one__info__list li .sidebar-one__info__icon--location {
  top: 4px;
}
.sidebar-one__info__list li address {
  color: inherit;
  line-height: 1.75;
  text-transform: capitalize;
  margin: 0;
}
.sidebar-one__info__list li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar-one__info__list li a:hover {
  background-size: 100% 1px;
}
.sidebar-one__info__list li a:hover {
  color: var(--sifoxen-primary, #55D9D7);
}
.sidebar-one__social {
  display: flex;
  align-items: center;
  gap: 10px;
}
.sidebar-one__social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--sifoxen-base, #AE61BE);
  font-size: 14px;
  color: var(--sifoxen-white, #fff);
  transition: all 400ms ease;
}
.sidebar-one__social a:hover {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.sidebar-one__newsletter__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-one__newsletter__input {
  outline: 0;
  border: 0;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 14px;
  color: var(--sifoxen-gray, #DDD8DB);
  width: calc(100% - 45px);
  height: 50px;
  padding-left: 15px;
  background-color: rgba(var(--sifoxen-white-rgb, 255, 255, 255), 0.09);
  transition: all 400ms ease;
}
.sidebar-one__newsletter__input:focus {
  color: var(--sifoxen-white, #fff);
}
.sidebar-one__newsletter__btn {
  outline: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  font-size: 18px;
  color: var(--sifoxen-white, #fff);
  width: 45px;
  height: 50px;
  background-color: var(--sifoxen-base, #AE61BE);
  transition: all 400ms ease;
}
.sidebar-one__newsletter__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar-one__newsletter__btn:hover {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}

.sidebar__single {
  background-color: var(--sifoxen-white2, #F5F2F4);
  padding: 30px;
}
@media (max-width: 1199px) {
  .sidebar__single {
    padding: 30px 25px;
  }
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.sidebar__title {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 16px;
  margin-bottom: 30px;
}
.sidebar__form__title {
  margin-bottom: 25px;
}
.sidebar__search {
  display: flex;
  align-items: center;
  position: relative;
  height: 59px;
}
.sidebar__search input[type=search],
.sidebar__search input[type=text] {
  padding-left: 20px;
  padding-right: 40px;
  outline: none;
  border: 0;
  font-size: 16px;
  line-height: 1;
  color: var(--sifoxen-text, #79767C);
  font-weight: 400;
  width: 100%;
  height: 100%;
  background-color: var(--sifoxen-white, #fff);
  border: 1px solid transparent;
  transition: all 400ms ease;
}
.sidebar__search input[type=search]:focus,
.sidebar__search input[type=text]:focus {
  color: var(--sifoxen-black, #362048);
  border-color: var(--sifoxen-base, #AE61BE);
}
.sidebar__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: auto;
  font-size: 20px;
  color: var(--sifoxen-base, #AE61BE);
  transition: all 400ms ease;
  z-index: 2;
}
.sidebar__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__search button[type=submit]:hover {
  color: var(--sifoxen-primary, #55D9D7);
}
.sidebar__search button[type=submit] i {
  color: inherit;
}
.sidebar__posts {
  margin-bottom: 0;
}
.sidebar__posts-title {
  margin-bottom: 30px;
}
.sidebar__posts__item {
  display: flex;
  gap: 15px;
}
.sidebar__posts__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.sidebar__posts__image {
  width: 80px;
  flex-shrink: 0;
}
.sidebar__posts__image img {
  width: 100%;
  display: block;
}
.sidebar__posts__content {
  position: relative;
  top: 2px;
  right: -1px;
  width: calc(100% - 80px);
}
.sidebar__posts__meta {
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 11px;
}
.sidebar__posts__meta a {
  display: inline-flex;
  align-items: center;
  color: var(--sifoxen-text, #79767C);
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.sidebar__posts__meta a:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.sidebar__posts__meta__icon {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 11px;
  font-size: 12px;
  color: var(--sifoxen-base, #AE61BE);
}
.sidebar__posts__meta__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.sidebar__posts__meta__icon i {
  color: inherit;
}
.sidebar__posts__title {
  margin: 0;
  font-size: 18px;
  color: var(--sifoxen-black, #362048);
  text-transform: capitalize;
  line-height: 1.555;
}
.sidebar__posts__title:hover {
  color: var(--sifoxen-base, #AE61BE);
}
@media (max-width: 1199px) {
  .sidebar__posts__title {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .sidebar__posts__title {
    font-size: 18px;
  }
}
@media (max-width: 412px) {
  .sidebar__posts__title {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .sidebar__posts__title {
    font-size: 14px;
  }
}
.sidebar__posts__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__posts__title a:hover {
  background-size: 100% 1px;
}
.sidebar__categories {
  margin-top: -12px;
  margin-bottom: -12px;
}
.sidebar__categories li:not(:last-child) {
  margin-bottom: 6px;
}
.sidebar__categories li a {
  position: relative;
  font-size: 16px;
  color: var(--sifoxen-black, #362048);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 500ms ease;
  padding: 12px 0;
  z-index: 1;
}
.sidebar__categories li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--sifoxen-base, #AE61BE);
  transition: all 500ms ease;
}
.sidebar__categories li a span {
  color: inherit;
  font-weight: 400;
}
.sidebar__categories li a:hover {
  padding: 12px 12px;
  color: var(--sifoxen-white, #fff);
  text-shadow: 0 0 1px currentColor;
}
.sidebar__categories li a:hover::after {
  left: 0;
  width: 100%;
}
.sidebar__tags-wrapper {
  padding-bottom: 31px;
}
.sidebar__tags-wrapper .sidebar__title {
  margin-bottom: 29px;
}
.sidebar__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.sidebar__tags a {
  background-color: var(--sifoxen-white, #fff);
  font-size: 14px;
  color: var(--sifoxen-black, #362048);
  line-height: 16px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 8px 12.35px 10px;
}
.sidebar__tags a:hover {
  background-color: var(--sifoxen-base, #AE61BE);
  color: var(--sifoxen-white, #fff);
  text-shadow: 0 0 1px currentColor;
}
.sidebar__comments-wrapper .sidebar__title {
  margin-bottom: 29.1px;
}
.sidebar__comments {
  padding-top: 2px;
  margin-bottom: 0px;
}
.sidebar__comments li {
  display: flex;
  align-items: center;
  gap: 21px;
}
.sidebar__comments li:not(:last-of-type) {
  margin-bottom: 31px;
}
.sidebar__comments__icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--sifoxen-primary, #55D9D7);
  font-size: 24px;
  color: var(--sifoxen-white, #fff);
  border-radius: 50%;
  transition: all 500ms ease;
}
.sidebar__comments__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .sidebar__comments__icon {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.sidebar__comments__title {
  margin: 0;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  line-height: 1.562;
  font-weight: 400;
  color: var(--sifoxen-text, #79767C);
  text-transform: capitalize;
}
.sidebar__comments__title:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.sidebar__comments__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.sidebar__comments__title a:hover {
  background-size: 100% 1px;
}

.service-sidebar__single + .service-sidebar__single {
  margin-top: 30px;
}
.service-sidebar__info {
  padding: 30px;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
@media (max-width: 412px) {
  .service-sidebar__info {
    padding: 25px;
  }
}
.service-sidebar__nav {
  margin: 0;
}
.service-sidebar__nav li + li {
  margin-top: 20px;
}
.service-sidebar__nav li a {
  position: relative;
  display: block;
  padding: 19px 40px;
  font-family: var(--sifoxen-heading-font, "EB Garamond", serif);
  font-size: 24px;
  color: var(--sifoxen-black, #362048);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  background-color: var(--sifoxen-white, #fff);
  transition: all 500ms ease;
  z-index: 1;
}
@media (max-width: 1399px) {
  .service-sidebar__nav li a {
    font-size: 22px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1199px) {
  .service-sidebar__nav li a {
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.service-sidebar__nav li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 4px;
  height: calc(100% - 48px);
  background-color: var(--sifoxen-primary, #55D9D7);
}
@media (max-width: 1399px) {
  .service-sidebar__nav li a::before {
    height: calc(100% - 46px);
  }
}
@media (max-width: 1199px) {
  .service-sidebar__nav li a::before {
    height: calc(100% - 44px);
  }
}
.service-sidebar__nav li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--sifoxen-primary, #55D9D7);
  transition: all 500ms ease;
}
.service-sidebar__nav li.current a {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.service-sidebar__nav li:hover a {
  color: var(--sifoxen-white, #fff);
}
.service-sidebar__nav li:hover a::after {
  left: 0;
  width: 100%;
}
.service-sidebar__contact {
  position: relative;
  margin-top: 40px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  overflow: hidden;
}
.service-sidebar__contact__bg {
  position: relative;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: calc(100% + 5px);
  height: calc(100% - 153px);
  clip-path: polygon(0 35%, 100% 0%, 100% 99%, 0% 100%);
  background-color: var(--sifoxen-base, #AE61BE);
  z-index: 1;
}
@media (max-width: 1199px) {
  .service-sidebar__contact__bg {
    height: calc(100% - 135px);
  }
}
.service-sidebar__contact__bg__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.15;
}
.service-sidebar__contact__inner {
  padding: 156px 30px 59px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .service-sidebar__contact__inner {
    padding: 135px 20px 49px;
  }
}
.service-sidebar__contact__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  font-size: 36px;
  color: var(--sifoxen-base, #AE61BE);
  background-color: var(--sifoxen-white, #fff);
  border-radius: 50%;
  margin: 0 auto 22px;
  overflow: hidden;
  z-index: 1;
  transition: all 400ms ease;
}
.service-sidebar__contact__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1199px) {
  .service-sidebar__contact__icon {
    font-size: 28px;
    width: 60px;
    height: 60px;
  }
}
.service-sidebar__contact:hover .service-sidebar__contact__icon {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.service-sidebar__contact__time {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--sifoxen-white, #fff);
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 21px;
}
@media (max-width: 1199px) {
  .service-sidebar__contact__time {
    font-size: 14px;
  }
}
.service-sidebar__contact__number {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 30px;
  color: var(--sifoxen-white, #fff);
  font-weight: 700;
  line-height: 1.2%;
  letter-spacing: -0.9px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .service-sidebar__contact__number {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .service-sidebar__contact__number {
    font-size: 22px;
  }
}
.service-sidebar__contact__number:hover {
  color: var(--sifoxen-primary, #55D9D7);
}
.service-sidebar__contact__number a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.service-sidebar__contact__number a:hover {
  background-size: 100% 1px;
}
.service-sidebar__company + .service-sidebar__company {
  margin-top: 20px;
}
.service-sidebar__company {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--sifoxen-white2, #F5F2F4);
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .service-sidebar__company {
    gap: 20px;
    padding-right: 25px;
  }
}
.service-sidebar__company__btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--sifoxen-white, #fff);
  width: 59px;
  height: 59px;
  background-color: var(--sifoxen-base, #AE61BE);
  transition: all 400ms ease;
}
.service-sidebar__company__btn svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 1199px) {
  .service-sidebar__company__btn {
    font-size: 18px;
    width: 50px;
    height: 50px;
  }
}
.service-sidebar__company__btn:hover {
  background-color: var(--sifoxen-primary, #55D9D7);
}
.service-sidebar__company__title {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .service-sidebar__company__title {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .service-sidebar__company__title {
    font-size: 16px;
  }
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details .blog-card {
  padding: 0;
  border: 0;
  margin-bottom: 33px;
}
.blog-details .blog-card__image {
  margin-bottom: 30px;
}
.blog-details .blog-card__image img {
  position: static;
  opacity: 1;
  transform: translate(0);
  filter: blur(0);
}
.blog-details .blog-card:hover .blog-card__image img {
  transform: translate(0) scale(1);
}
.blog-details .blog-card__title {
  margin-bottom: 8px;
}
.blog-details .blog-card__title:hover {
  color: var(--sifoxen-black, #362048);
}
.blog-details .blog-card__content__inner p + p {
  margin-top: 30px;
}
.blog-details .blog-card__text {
  margin: 0;
  font-weight: 500;
  line-height: 1.875;
  text-transform: capitalize;
}
.blog-details__inner {
  margin-bottom: 58px;
}
.blog-details__inner__image img {
  width: 100%;
  display: block;
}
.blog-details__inner__text {
  font-weight: 500;
  line-height: 1.875;
  text-transform: capitalize;
  margin-top: 31px;
  margin-bottom: 27px;
}
.blog-details__inner__list {
  padding: 0;
  margin: 0;
  margin-left: 25px;
}
.blog-details__inner__list li + li {
  margin-top: 20px;
}
.blog-details__inner__list li {
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
}
.blog-details__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 35px 30px;
  padding-top: 21.5px;
  padding-bottom: 21.5px;
  border-top: 1px solid var(--sifoxen-border-color, #DDD8DB);
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.blog-details__meta__title {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: var(--sifoxen-text, #79767C);
  text-transform: uppercase;
  margin-bottom: 0;
}
.blog-details__categories {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.blog-details__categories__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-details__categories__btn {
  padding: 9px 12.2px;
  font-size: 14px;
  font-weight: 400;
  color: var(--sifoxen-black, #362048);
  line-height: 16px;
  text-transform: capitalize;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
.blog-details__categories__btn:hover {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-base, #AE61BE);
}
.blog-details__tags {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.blog-details__tags__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-details__tags__box a,
.blog-details__tags__box span {
  font-size: 14px;
  color: var(--sifoxen-text, #79767C);
  line-height: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.blog-details__tags__box a:hover {
  color: var(--sifoxen-base, #AE61BE);
  text-shadow: 0 0 1px currentColor;
}
.blog-details__tags__box span {
  margin-right: 3px;
}

.blog-details-page .comments-form__form input[type=text],
.blog-details-page .comments-form__form input[type=email] {
  font-weight: 500;
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comments-one__title,
.comments-form__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 56px;
}

.comments-one {
  padding-top: 56px;
}
.comments-one__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-one__card {
  display: grid;
  grid-template-columns: 96px auto;
  grid-gap: 21px;
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.comments-one__card:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .comments-one__card {
    grid-template-columns: auto;
  }
}
.comments-one__card__image {
  width: 96px;
}
.comments-one__card__image img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}
.comments-one__card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px 20px;
  margin-top: 18px;
  margin-bottom: 30.5px;
}
@media (max-width: 767px) {
  .comments-one__card__top {
    margin-top: 5px;
  }
}
@media (max-width: 500px) {
  .comments-one__card__top {
    align-items: flex-start;
    flex-direction: column;
  }
}
.comments-one__card__title {
  margin: 0;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 22px;
  margin-bottom: 17px;
}
@media (max-width: 430px) {
  .comments-one__card__title {
    font-size: 18px;
  }
}
.comments-one__card__date {
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}
.comments-one__card__text {
  line-height: 1.875;
  margin-bottom: 0;
}
.comments-one__card__reply {
  position: relative;
  border: 0;
  outline: 0;
  top: 5px;
  padding: 10px 12.4px;
  font-size: 14px;
  font-weight: 400;
  color: var(--sifoxen-white, #fff);
  line-height: 1;
  text-transform: capitalize;
  background-color: var(--sifoxen-primary, #55D9D7);
  transition: all 400ms ease;
}
.comments-one__card__reply:hover {
  background-color: var(--sifoxen-base, #AE61BE);
}
@media (max-width: 500px) {
  .comments-one__card__reply {
    top: 0;
  }
}

.comments-form {
  margin-top: 56px;
}
.comments-form__form .sifoxen-btn__icon {
  margin-left: 31.27px;
}
.comments-form__form .sifoxen-btn__icon::before {
  left: -15px;
}

/*--------------------------------------------------------------
# Therapist Details
--------------------------------------------------------------*/
.therapist-details {
  background-color: var(--sifoxen-white, #fff);
  padding-bottom: 60px;
}
.therapist-details__inner {
  display: grid;
  grid-template-columns: 391px auto;
  grid-gap: 40px 30px;
  padding: 29px;
  border: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
@media (max-width: 991px) {
  .therapist-details__inner {
    grid-template-columns: auto;
  }
}
.therapist-details__image {
  width: 100%;
  max-width: 391px;
}
.therapist-details__image img {
  width: 100%;
  display: block;
}
.therapist-details__top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
  margin-bottom: 20px;
}
.therapist-details__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: 3px;
}
.therapist-details__designation {
  font-size: 15px;
  color: var(--sifoxen-text, #79767C);
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.therapist-details .social-links {
  margin-top: 6px;
  gap: 7px;
}
.therapist-details .social-links a {
  color: var(--sifoxen-base, #AE61BE);
  background-color: var(--sifoxen-white2, #F5F2F4);
  border-radius: 50%;
  border: 0;
}
.therapist-details .social-links a:hover {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.therapist-details__text {
  margin: 0;
  line-height: 1.875;
  letter-spacing: -0.32px;
}
.therapist-details__text + .therapist-details__text {
  margin-top: 12px;
}
.therapist-details__description {
  margin-bottom: 68px;
}
@media (max-width: 1199px) {
  .therapist-details__description {
    margin-bottom: 50px;
  }
}
.therapist-details__info {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 30px;
  margin-top: 29px;
  border-top: 1px solid var(--sifoxen-border-color, #DDD8DB);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 28px;
}
.therapist-details__info li {
  display: flex;
  align-items: center;
  gap: 11px;
}
.therapist-details__info li .therapist-details__info__icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sifoxen-white2, #F5F2F4);
  font-size: 16px;
  color: var(--sifoxen-base, #AE61BE);
  border-radius: 50%;
  transition: all 500ms ease;
}
.therapist-details__info li .therapist-details__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.therapist-details__info li:hover .therapist-details__info__icon {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.therapist-details__info li a {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-text, #79767C);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.therapist-details__info li a:hover {
  background-size: 100% 1px;
}
.therapist-details__info li a:hover {
  color: var(--sifoxen-primary, #55D9D7);
}

.therapist-skills-one {
  padding: 61px 0 59px;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
.therapist-skills-one__title {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.therapist-skills-one__text {
  margin: 0;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: -0.32px;
}
.therapist-skills-one__text + .therapist-skills-one__text {
  margin-top: 30px;
}
.therapist-skills-one__skills {
  margin-top: 51px;
  background-color: var(--sifoxen-white, #fff);
  padding: 28px 41px 61px;
}
@media (max-width: 575px) {
  .therapist-skills-one__skills {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 425px) {
  .therapist-skills-one__skills {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.therapist-skills-one__skills__title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin-bottom: 29px;
}
.therapist-skills-one__skills__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 21px 31px;
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  .therapist-skills-one__skills__inner {
    grid-template-columns: 1fr;
  }
}
.therapist-skills-one .progress-box__title {
  font-weight: 700;
  line-height: 1.875;
  margin-bottom: 1px;
}
.therapist-skills-one .progress-box__bar {
  height: 15px;
}
.therapist-skills-one .progress-box__number {
  bottom: calc(100% + 1px);
  color: var(--sifoxen-base, #AE61BE);
  font-weight: 700;
  line-height: 1.875;
}

.therapist-certificate {
  padding-top: 61px;
}
.therapist-certificate__content {
  text-align: center;
  margin-bottom: 59px;
}
.therapist-certificate__title {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}
.therapist-certificate__image {
  text-align: center;
}
.therapist-certificate__image img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Appointment
--------------------------------------------------------------*/
.appointment-one {
  position: relative;
  background-color: var(--sifoxen-white2, #F5F2F4);
  overflow: hidden;
}
.appointment-one--home .appointment-one__form .bootstrap-select > .dropdown-toggle, .appointment-one--page .appointment-one__form .bootstrap-select > .dropdown-toggle {
  background-color: var(--sifoxen-white2, #F5F2F4) !important;
}
.appointment-one--home .appointment-one__form input[type=text],
.appointment-one--home .appointment-one__form input[type=email],
.appointment-one--home .appointment-one__form textarea, .appointment-one--page .appointment-one__form input[type=text],
.appointment-one--page .appointment-one__form input[type=email],
.appointment-one--page .appointment-one__form textarea {
  background-color: var(--sifoxen-white2, #F5F2F4);
}
.appointment-one--page {
  background-color: var(--sifoxen-white, #fff);
}
.appointment-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: lighten;
}
.appointment-one__form {
  position: relative;
  z-index: 1;
  padding: 40px;
  width: 100%;
  max-width: 570px;
  background-color: var(--sifoxen-white, #fff);
  box-shadow: 0px 4px 60px 20px RGBA(var(--sifoxen-black3-rgb, 0, 0, 0), 0.1);
}
@media (max-width: 1199px) {
  .appointment-one__form {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 430px) {
  .appointment-one__form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 412px) {
  .appointment-one__form {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.appointment-one__form__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.appointment-one__form .form-one__group {
  position: relative;
  z-index: 1;
  grid-gap: 20px;
}
.appointment-one__form .bootstrap-select > .dropdown-toggle {
  padding-left: 25px;
  padding-right: 25px;
  border: 1px solid var(--sifoxen-border-color, #DDD8DB);
  background-color: var(--sifoxen-white, #fff) !important;
}
@media (max-width: 412px) {
  .appointment-one__form .bootstrap-select > .dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.appointment-one__form .bootstrap-select > .dropdown-toggle:before {
  right: 25px;
}
@media (max-width: 412px) {
  .appointment-one__form .bootstrap-select > .dropdown-toggle:before {
    right: 20px;
  }
}
.appointment-one__form input[type=text],
.appointment-one__form input[type=email],
.appointment-one__form textarea {
  height: 60px;
  padding-left: 25px;
  padding-right: 25px;
  border-color: var(--sifoxen-border-color, #DDD8DB);
  background-color: var(--sifoxen-white, #fff);
}
@media (max-width: 412px) {
  .appointment-one__form input[type=text],
  .appointment-one__form input[type=email],
  .appointment-one__form textarea {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.appointment-one__form textarea {
  height: 166px;
  padding-top: 25px;
}
@media (max-width: 412px) {
  .appointment-one__form textarea {
    padding-top: 20px;
  }
}
.appointment-one__form__date {
  position: relative;
}
.appointment-one__form__date__arrow {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--sifoxen-text, #79767C);
}
.appointment-one__form__date__arrow svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 412px) {
  .appointment-one__form__date__arrow {
    right: 20px;
  }
}
.appointment-one__form .sifoxen-btn {
  padding-right: 25.38px;
  padding-left: 25.38px;
}
.appointment-one__content {
  padding-right: 30px;
}
.appointment-one .sec-title {
  margin-bottom: 24px;
}
.appointment-one__service__item {
  padding: 34px 0 32px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.appointment-one__service__item:last-child {
  padding-bottom: 0;
}
@media (max-width: 430px) {
  .appointment-one__service__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.appointment-one__service__icon-box {
  width: 75px;
  height: 75px;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  background-color: var(--sifoxen-primary, #55D9D7);
  border-radius: 50%;
  transition: all 500ms ease;
}
.appointment-one__service__item:hover .appointment-one__service__icon-box {
  background-color: var(--sifoxen-base, #AE61BE);
}
.appointment-one__service__icon {
  display: inline-flex;
  align-items: center;
  font-size: 36px;
  color: var(--sifoxen-white, #fff);
  transition: all 500ms linear;
}
.appointment-one__service__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.appointment-one__service__item:hover .appointment-one__service__icon {
  transform: scale(0.9);
}
.appointment-one__service__title {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.appointment-one__service__text {
  margin: 0;
}
.appointment-one__image-grid {
  position: absolute;
  width: calc(50% - 60px);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  gap: 30px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .appointment-one__image-grid {
    width: calc(50% - 20px);
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .appointment-one__image-grid {
    position: static;
    transform: translateY(0);
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 390px) {
  .appointment-one__image-grid {
    gap: 11.5px;
  }
}
.appointment-one__image--stretch img {
  height: 100%;
}
.appointment-one__image img {
  object-fit: cover;
  width: 100%;
  display: block;
}
.appointment-one__image img + img {
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .appointment-one__image img + img {
    margin-top: 20px;
  }
}
@media (max-width: 390px) {
  .appointment-one__image img + img {
    margin-top: 11.5px;
  }
}
.appointment-one__right-image {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .appointment-one__right-image {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .appointment-one__right-image {
    display: none;
  }
}
.appointment-one__shape {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 42px;
  bottom: 165px;
  animation: zump 2s linear infinite;
}
@media (max-width: 1599px) {
  .appointment-one__shape {
    right: 30px;
  }
}
@media (max-width: 1399px) {
  .appointment-one__shape {
    right: 20px;
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .appointment-one__shape {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .appointment-one__shape {
    display: none;
  }
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/
.product {
  position: relative;
}
.product__sidebar {
  margin-top: 82px;
  position: relative;
}
@media (max-width: 991px) {
  .product__sidebar {
    margin-top: 0;
  }
}
.product__sidebar__item + .product__sidebar__item {
  margin-top: 30px;
}
.product__sidebar__item {
  padding: 30px;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
.product__sidebar__title {
  position: relative;
  font-size: 22px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  margin-top: -2px;
  margin-bottom: 21px;
}
.product__search {
  display: flex;
  align-items: center;
  position: relative;
  height: 59px;
}
.product__search input[type=search],
.product__search input[type=text] {
  padding-left: 10px;
  padding-right: 35px;
  outline: none;
  border: 0;
  border: 1px solid transparent;
  font-size: 16px;
  color: var(--sifoxen-text, #79767C);
  font-weight: 400;
  line-height: 1;
  width: 100%;
  height: 100%;
  background-color: var(--sifoxen-white, #fff);
  transition: all 500ms ease;
}
.product__search input[type=search]:focus,
.product__search input[type=text]:focus {
  color: var(--sifoxen-black, #362048);
  border-color: var(--sifoxen-base, #AE61BE);
}
.product__search button[type=submit] {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: auto;
  font-size: 20px;
  color: var(--sifoxen-base, #AE61BE);
  z-index: 11;
  transition: all 400ms ease;
}
.product__search button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product__search button[type=submit]:hover {
  color: var(--sifoxen-black, #362048);
}
.product__price-ranger {
  padding-top: 32px;
  padding-bottom: 31px;
}
.product__price-ranger .price-ranger {
  background-color: var(--sifoxen-white, #fff);
  padding: 15px 21px 6px 9px;
}
.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(2) {
  display: none;
}
.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(3) {
  position: relative;
  position: absolute;
}
.product__price-ranger .price-ranger .ui-slider .ui-slider-handle:nth-child(3)::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--sifoxen-white, #fff);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product__price-ranger #slider-range {
  margin: 0;
  background-color: transparent;
  border: 1px solid var(--sifoxen-base, #AE61BE);
  height: 7px;
  border-radius: 10px;
  position: relative;
}
.product__price-ranger #slider-range .ui-slider-range {
  height: 100%;
  background: var(--sifoxen-base, #AE61BE);
}
.product__price-ranger #slider-range .ui-slider-handle {
  position: absolute;
  top: -6.5px;
  background: var(--sifoxen-base, #AE61BE);
  border: 0;
  height: 18px;
  width: 18px !important;
  border-radius: 50%;
  margin-left: -2px;
  outline: medium none;
  cursor: pointer;
  z-index: 2;
}
.product__price-ranger .ranger-min-max-block {
  position: relative;
  display: block;
  margin-top: 7px;
}
.product__price-ranger .ranger-min-max-block input[type=text] {
  position: relative;
  display: inline-block;
  color: var(--sifoxen-text, #79767C);
  font-size: 12px;
  font-weight: 500;
  width: 36px;
  line-height: 14px;
  border: none;
  outline: none;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.product__price-ranger .ranger-min-max-block span {
  position: relative;
  display: inline-block;
  color: var(--sifoxen-text, #79767C);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  left: -1px;
}
.product__categories {
  padding-top: 32px;
}
.product__categories__title {
  margin-bottom: 13.5px;
}
.product__categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: -17px;
}
.product__categories ul li {
  position: relative;
  margin: 0 0 3.5px;
}
.product__categories ul li a {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 13px;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--sifoxen-text, #79767C);
  font-weight: 500;
  transition: all 500ms ease;
  z-index: 1;
  padding: 13.5px 0;
}
.product__categories ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: var(--sifoxen-base, #AE61BE);
  transition: all 500ms ease;
}
.product__categories ul li a .product-categories__icon {
  display: inline-flex;
  font-size: 12px;
  color: var(--sifoxen-text, #79767C);
  transition: all 500ms ease;
}
.product__categories ul li a .product-categories__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product__categories ul li a .product-categories__icon i {
  position: relative;
  top: 1px;
}
.product__categories ul li a:hover {
  padding-left: 15px;
  padding-right: 15px;
  color: var(--sifoxen-white, #fff);
}
.product__categories ul li a:hover::after {
  left: 0;
  width: 100%;
}
.product__categories ul li a:hover .product-categories__icon {
  color: var(--sifoxen-white, #fff);
}
.product__info-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .product__info-top {
    display: block;
  }
}
.product__showing-text {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: var(--sifoxen-black, #362048);
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .product__showing-text {
    margin-bottom: 15px;
  }
}
.product__showing-sort {
  margin: 0;
}
.product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  position: relative;
  display: block;
  width: 100%;
  min-width: 181px !important;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    min-width: 141px !important;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.product__showing-sort .bootstrap-select .dropdown-menu {
  border: none;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 52px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: transparent !important;
  margin: 0;
  padding: 0;
  padding-left: 16px;
  padding-right: 38px;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-text, #79767C) !important;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 52px;
  font-weight: 500;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
  text-align: left;
}
@media (max-width: 767px) {
  .product__showing-sort .bootstrap-select > .dropdown-toggle > .filter-option {
    text-align: left;
  }
}
.product__showing-sort .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 17px;
  color: var(--sifoxen-text, #79767C);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.product__showing-sort .bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 500;
  padding: 5px 16px 6px;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-black, #362048);
  background-color: var(--sifoxen-white2, #F5F2F4);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product__showing-sort .bootstrap-select .dropdown-menu > li:hover > a,
.product__showing-sort .bootstrap-select .dropdown-menu > li.selected > a {
  background-color: var(--sifoxen-base, #AE61BE);
  color: var(--sifoxen-white, #fff);
  border-color: var(--sifoxen-base, #AE61BE);
}
.product__item {
  position: relative;
  background-color: var(--sifoxen-white, #fff);
  border: 1px solid var(--sifoxen-border-color, #DDD8DB);
  transition: all 500ms ease;
}
.product__item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.product__item__image {
  position: relative;
  overflow: hidden;
}
.product__item__image img {
  width: 100%;
  display: block;
  transition: all 500ms ease;
  transform: scale(1);
}
.product__item:hover .product__item__image img {
  transform: scale(1.05);
}
.product__item__content {
  position: relative;
  text-align: center;
  padding: 30px 30px 30px;
}
@media (max-width: 767px) {
  .product__item__content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.product__item .sifoxen-ratings {
  justify-content: center;
  gap: 6.75px;
  margin-bottom: 15px;
}
.product__item .sifoxen-ratings__icon {
  font-size: 12px;
}
.product__item__title {
  font-size: 20px;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .product__item__title {
    font-size: 18px;
  }
}
.product__item__title:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.product__item__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product__item__title a:hover {
  background-size: 100% 1px;
}
.product__item__price {
  font-size: 18px;
  color: var(--sifoxen-text, #79767C);
  text-align: center;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 18px;
}
.product__item .sifoxen-btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  text-transform: capitalize;
  font-weight: 700;
}
.product__item .sifoxen-btn__icon {
  margin-left: 30px;
  position: relative;
  top: -1px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--sifoxen-white, #fff);
  transition: all 400ms ease;
}
.product__item .sifoxen-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product__item .sifoxen-btn__icon::before {
  content: "";
  width: 1px;
  height: calc(100% + 6px);
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background-color: RGBA(var(--sifoxen-white-rgb, 255, 255, 255), 0.2);
  transition: all 400ms ease;
}

.product-page {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .product-page {
    padding-top: 91px;
  }
}
@media (max-width: 575px) {
  .product-page {
    padding-top: 71px;
  }
}
@media (max-width: 991px) {
  .product-page--left {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .product-page--left {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .product-page--left {
    padding-top: 80px;
  }
}
.product-page .post-pagination {
  justify-content: center;
}
@media (max-width: 991px) {
  .product-page .post-pagination {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
# Shop Details
--------------------------------------------------------------*/
.product-details {
  position: relative;
}
.product-details__image img {
  max-width: 100%;
  height: auto;
}
.product-details__content {
  margin-top: 46px;
}
@media (max-width: 1199px) {
  .product-details__content {
    margin-top: 0;
  }
}
.product-details__top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 31px;
}
.product-details__name {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.product-details__price {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 24px;
  line-height: normal;
  text-transform: capitalize;
  font-weight: 700;
  margin: 0;
}
.product-details__review {
  margin-top: 9px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 27px;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.product-details__review a {
  font-size: 16px;
  color: var(--sifoxen-text, #79767C);
  text-transform: capitalize;
  line-height: normal;
  font-weight: 400;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.product-details__review a:hover {
  background-size: 100% 1px;
}
.product-details__review a:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.product-details__excerpt {
  margin-top: 21px;
  margin-bottom: 30px;
}
.product-details__excerpt__text {
  line-height: 1.875;
  margin-bottom: 0;
}
.product-details__quantity {
  position: relative;
  display: flex;
  align-items: center;
  gap: 29px;
  margin-bottom: 40px;
}
.product-details__quantity__title {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.75;
  margin-bottom: 0;
}
.product-details__quantity .quantity-box {
  position: relative;
  width: 98px;
  height: 53px;
  border: 1px solid var(--sifoxen-gray, #DDD8DB);
}
.product-details__quantity .quantity-box input {
  width: 62px;
  height: 53px;
  border: 0;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-black, #362048);
  outline: none;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  text-align: center;
}
.product-details__quantity .quantity-box input:focus {
  color: var(--sifoxen-black, #362048);
}
.product-details__quantity .quantity-box button {
  width: 34px;
  height: 26.5px;
  color: var(--sifoxen-text, #79767C);
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: transparent;
  border: none;
  border-left: 1px solid var(--sifoxen-border-color, #DDD8DB);
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  transition: all 500ms ease;
}
.product-details__quantity .quantity-box button svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product-details__quantity .quantity-box button.sub {
  bottom: 0px;
  top: auto;
  border-top: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.product-details__quantity .quantity-box button:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.product-details__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 40px;
}
.product-details__btn-1 {
  display: inline-flex;
  padding: 18px 21px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 700;
}
.product-details__btn-1 .sifoxen-btn__icon {
  margin-left: 36px;
  position: relative;
  top: -1px;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  color: var(--sifoxen-white, #fff);
  transition: all 400ms ease;
}
.product-details__btn-1 .sifoxen-btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.product-details__btn-1 .sifoxen-btn__icon::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: calc(50% + 1.5px);
  left: -18px;
  transform: translateY(-50%);
  background-color: RGBA(var(--sifoxen-white-rgb, 255, 255, 255), 0.2);
  transition: all 400ms ease;
}
.product-details__btn-2 {
  padding: 18px 32px;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
}
.product-details__socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 17px;
}
.product-details__socials__title {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 500;
  color: var(--sifoxen-text, #79767C);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
}
.product-details__socials .social-links a {
  color: var(--sifoxen-text, #79767C);
  border-color: var(--sifoxen-border-color, #DDD8DB);
}
.product-details__socials .social-links a:hover {
  color: var(--sifoxen-white, #fff);
  border-color: var(--sifoxen-primary, #55D9D7);
}
.product-details__description-wrapper {
  margin-top: 60px;
}
.product-details__description {
  position: relative;
  padding-bottom: 49px;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.product-details__description__title {
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.product-details__description__text {
  line-height: 1.875;
  margin-bottom: 0;
}
.product-details__description__text:not(:last-child) {
  margin-bottom: 30px;
}
.product-details .comments-one__card {
  padding-bottom: 34px;
}
.product-details__comments-form__top {
  margin-bottom: 33px;
}
.product-details__comments-form__title {
  margin-bottom: 27px;
}
.product-details__comments-form__text {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 26px;
}
.product-details__comments-form__ratings {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 39px;
}
@media (max-width: 1599px) {
  .product-details__comments-form__ratings {
    gap: 20px 25px;
  }
}
.product-details__comments-form__ratings__text {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 0;
}
.product-details__comments-form__ratings .sifoxen-ratings span {
  color: var(--sifoxen-gray, #DDD8DB);
}
.product-details__comments-form .sifoxen-btn {
  padding: 18px 20.45px;
  font-size: 15px;
  color: var(--sifoxen-white, #fff);
  text-transform: uppercase;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Cart
--------------------------------------------------------------*/
.cart-page {
  position: relative;
}
.cart-page .table-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 4px;
}
@media (max-width: 1199px) {
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
}
.cart-page__table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 24px;
}
@media (max-width: 1199px) {
  .cart-page__table {
    min-width: 1170px;
  }
}
.cart-page__table thead tr {
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.cart-page__table thead tr th {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 20px;
  color: var(--sifoxen-black, #362048);
  line-height: 1;
  font-weight: 700;
  padding: 0 66px 25.5px;
  text-transform: capitalize;
  border: none;
  background-color: transparent;
  border: 0 !important;
  box-shadow: none;
}
.cart-page__table thead tr th:first-child {
  padding-left: 0;
}
.cart-page__table thead tr th:last-child {
  padding-right: 0;
}
.cart-page__table tbody tr td {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--sifoxen-base, #AE61BE);
  text-transform: capitalize;
  line-height: normal;
  vertical-align: middle;
  border-top: none;
  box-shadow: none;
  background-color: transparent;
  border-top: 0 !important;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
  padding: 29px 66px;
  letter-spacing: 0;
}
.cart-page__table tbody tr td.cart-page__table__price, .cart-page__table tbody tr td.cart-page__table__total {
  font-size: 16px;
  font-weight: 500;
  color: var(--sifoxen-black, #362048);
}
.cart-page__table tbody tr td.cart-page__table__total {
  text-align: center;
}
.cart-page__table tbody tr td .cart-page__table__remove {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sifoxen-text, #79767C);
  font-size: 16px;
  line-height: normal;
}
.cart-page__table tbody tr td .cart-page__table__remove svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.cart-page__table tbody tr td .cart-page__table__remove:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.cart-page__table tbody tr td:first-child {
  padding-left: 0;
}
.cart-page__table tbody tr td:last-child {
  padding-right: 0;
}
.cart-page__table .product-details__quantity {
  margin-bottom: 0;
}
.cart-page__table .product-details__quantity .quantity-box input {
  color: var(--sifoxen-primary, #55D9D7);
}
.cart-page__table__meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-page__table__meta__img {
  flex-shrink: 0;
  width: 70px;
}
.cart-page__table__meta__img img {
  width: 100%;
  display: block;
}
.cart-page__table__meta__title {
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: normal;
  margin: 0;
}
.cart-page__table__meta__title:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.cart-page__table__meta__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.cart-page__table__meta__title a:hover {
  background-size: 100% 1px;
}
.cart-page__coupone__title {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--sifoxen-text, #79767C);
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 2px;
  margin-bottom: 15px;
}
.cart-page__coupone__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
@media (max-width: 767px) {
  .cart-page__coupone__box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-page__coupone__form {
  min-width: 445px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 767px) {
  .cart-page__coupone__form {
    min-width: 100%;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
.cart-page__coupone__form input[type=text] {
  display: block;
  width: 268px;
  height: 62px;
  border: none;
  font-size: 16px;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-text, #79767C);
  font-weight: normal;
  line-height: normal;
  background-color: var(--sifoxen-white, #fff);
  padding-left: 18px;
  padding-right: 18px;
  outline: none;
  border: 1px solid var(--sifoxen-gray3, #CFD7E0);
  transition: all 400ms ease;
}
.cart-page__coupone__form input[type=text]:focus {
  color: var(--sifoxen-black, #362048);
  border-color: var(--sifoxen-base, #AE61BE);
}
@media (max-width: 767px) {
  .cart-page__coupone__form input[type=text] {
    width: 100%;
  }
}
.cart-page__coupone__btn {
  padding: 0 27.75px;
  height: 62px;
}
@media (max-width: 767px) {
  .cart-page__coupone__btn {
    height: 55px;
  }
}
.cart-page__update-btn {
  padding: 0 23.25px;
  height: 62px;
}
@media (max-width: 767px) {
  .cart-page__update-btn {
    height: 55px;
  }
}
.cart-page__bottom-btn {
  border: 0;
  outline: 0;
  text-transform: capitalize;
  line-height: 62px;
}
@media (max-width: 767px) {
  .cart-page__bottom-btn {
    line-height: 55px;
  }
}
.cart-page__cart-checkout {
  margin-top: 10px;
  width: 100%;
  max-width: 310px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cart-page__cart-checkout {
    margin: 0;
  }
}
.cart-page__cart-total {
  position: relative;
  margin: 0;
}
.cart-page__cart-total li:not(.cart-page__cart-total__address) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 20px;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-black, #362048);
  text-transform: capitalize;
  font-weight: 700;
  line-height: normal;
}
.cart-page__cart-total li:not(.cart-page__cart-total__address) span {
  color: inherit;
}
.cart-page__cart-total__top {
  padding-bottom: 29px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--sifoxen-gray3, #CFD7E0);
}
.cart-page__cart-total__title {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0;
}
.cart-page__cart-total__amount--1 {
  margin-bottom: 30px;
}
.cart-page__cart-total__amount--2 {
  margin-bottom: 30px;
}
.cart-page__cart-total__amount__text {
  font-size: 18px;
  text-align: right;
  color: var(--sifoxen-primary, #55D9D7) !important;
}
.cart-page__cart-total__address {
  margin-bottom: 29px;
  padding-bottom: 29px;
  border-bottom: 1px solid var(--sifoxen-gray3, #CFD7E0);
}
.cart-page__cart-total__address__title {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--sifoxen-text, #79767C);
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.cart-page__cart-total__address__text {
  font-size: 16px;
  color: var(--sifoxen-text, #79767C);
  font-weight: 400;
  line-height: 1.625;
  text-transform: capitalize;
  margin-bottom: 0;
}
.cart-page__button .sifoxen-btn {
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--sifoxen-white, #fff);
  padding-top: 18px;
  padding-bottom: 18px;
}

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/
.checkout-page {
  position: relative;
  padding-top: 113px;
}
@media (max-width: 767px) {
  .checkout-page {
    padding-top: 93px;
  }
}
@media (max-width: 575px) {
  .checkout-page {
    padding-top: 73px;
  }
}
.checkout-page__form {
  --bs-gutter-y: 17px;
}
.checkout-page__title {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.checkout-page__billing-address {
  position: relative;
}
.checkout-page__billing-address__title {
  margin-bottom: 36px;
}
.checkout-page__control label {
  font-size: 16px;
  color: var(--sifoxen-black, #362048);
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 14px;
}
.checkout-page__control input[type=text],
.checkout-page__control input[type=email],
.checkout-page__control input[type=tel] {
  height: 61px;
  width: 100%;
  border: none;
  background-color: var(--sifoxen-white2, #F5F2F4);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 14px;
  color: var(--sifoxen-text, #79767C);
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  display: block;
  line-height: normal;
  font-weight: 400;
  border: 1px solid transparent;
  transition: all 400ms ease;
}
.checkout-page__control input[type=text]:focus,
.checkout-page__control input[type=email]:focus,
.checkout-page__control input[type=tel]:focus {
  color: var(--sifoxen-black, #362048);
  border-color: var(--sifoxen-base, #AE61BE);
}
.checkout-page__control .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
}
.checkout-page__control .bootstrap-select > .dropdown-toggle::after {
  display: none;
}
.checkout-page__control .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 61px;
  outline: none !important;
  border-radius: 0;
  border: 0;
  background-color: var(--sifoxen-white2, #F5F2F4) !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-text, #79767C) !important;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 61px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.checkout-page__control .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 16px;
  color: var(--sifoxen-text, #79767C);
}
.checkout-page__control .bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.checkout-page__control .bootstrap-select .dropdown-menu {
  border: none;
}
.checkout-page__control .bootstrap-select .dropdown-menu > li > a {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 22px;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-weight: normal;
  color: var(--sifoxen-black2, #341F47);
  background-color: var(--sifoxen-white, #fff);
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.checkout-page__control .bootstrap-select .dropdown-menu > li:hover > a,
.checkout-page__control .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--sifoxen-base, #AE61BE);
  color: var(--sifoxen-white, #fff);
  border-color: var(--sifoxen-base, #AE61BE);
}
.checkout-page__different-address {
  margin-top: 54px;
}
@media (max-width: 991px) {
  .checkout-page__different-address {
    margin-top: 0;
  }
}
.checkout-page__different-address__title {
  margin-bottom: 20px;
}
.checkout-page__different-address__inner {
  padding: 21px 20px;
  background-color: var(--sifoxen-white2, #F5F2F4);
  min-height: 177px;
}
.checkout-page__different-address__text {
  text-transform: capitalize;
  line-height: 1.625;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .checkout-page__different-address__text br {
    display: none;
  }
}
.checkout-page__your-order {
  margin-top: 60px;
  position: relative;
}
.checkout-page__your-order__title {
  margin-bottom: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.checkout-page__order-table {
  position: relative;
  width: 100%;
  border: none;
  margin: 0 0 0;
}
.checkout-page__order-table thead tr th {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 20px;
  color: var(--sifoxen-black, #362048);
  text-transform: capitalize;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 0 0 29px;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.checkout-page__order-table thead tr th:not(:first-child) {
  text-align: right;
}
.checkout-page__order-table tbody tr td {
  margin: 0;
  padding: 15px 0;
}
.checkout-page__order-table tbody tr td.pro__title, .checkout-page__order-table tbody tr td.pro__price {
  font-size: 16px;
  line-height: normal;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  color: var(--sifoxen-text, #79767C);
  font-weight: 500;
  text-transform: capitalize;
}
.checkout-page__order-table tbody tr td.pro__title--total, .checkout-page__order-table tbody tr td.pro__price--total {
  color: var(--sifoxen-base, #AE61BE);
  font-weight: 700;
}
.checkout-page__order-table tbody tr td:not(:first-child) {
  text-align: right;
}
.checkout-page__order-table tbody tr:first-child td {
  padding-top: 30px;
}
.checkout-page__order-table tbody tr:nth-child(3) td {
  padding-bottom: 35px;
}
.checkout-page__order-table tbody tr:last-child td {
  padding-top: 20px;
  border-top: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.checkout-page__payment-wrapper {
  background-color: var(--sifoxen-white2, #F5F2F4);
  padding: 30px;
}
@media (max-width: 412px) {
  .checkout-page__payment-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.checkout-page__payment {
  margin-bottom: 94px;
}
@media (max-width: 991px) {
  .checkout-page__payment {
    margin-bottom: 70px;
  }
}
.checkout-page__payment__item + .checkout-page__payment__item {
  margin-top: 30px;
}
.checkout-page__payment__item {
  position: relative;
}
.checkout-page__payment__title {
  display: flex;
  align-items: center;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  cursor: pointer;
  color: var(--sifoxen-black, #362048);
}
.checkout-page__payment__title::before {
  content: "\f111";
  position: relative;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid var(--sifoxen-border-color, #DDD8DB);
  border-radius: 50%;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 6px;
  color: var(--sifoxen-text, #79767C);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  transition: all 500ms ease;
}
.checkout-page__payment__item--active .checkout-page__payment__title {
  text-shadow: 0 0 0.5px currentColor;
}
.checkout-page__payment__item--active .checkout-page__payment__title::before {
  border-color: var(--sifoxen-primary, #55D9D7);
  color: var(--sifoxen-primary, #55D9D7);
}
.checkout-page__payment__content {
  margin-top: 10px;
  margin-left: 35px;
}
.checkout-page__payment__content p {
  line-height: 1.875;
  margin-bottom: 0;
}
.checkout-page__payment__button .sifoxen-btn {
  padding: 18px 26.5px;
  font-size: 15px;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/
.login-page {
  background-color: var(--sifoxen-white, #fff);
}
.login-page__image img {
  max-width: 100%;
  height: auto;
}
.login-page__image img + img {
  margin-top: 30px;
}
.login-page__top {
  margin-bottom: 45px;
}
.login-page__title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.36px;
  margin-bottom: 21px;
}
@media (max-width: 412px) {
  .login-page__title {
    font-size: 30px;
  }
}
.login-page__text {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.18px;
  line-height: 1.555;
}
@media (max-width: 500px) {
  .login-page__text {
    font-size: 16px;
  }
}
.login-page__form {
  padding: 61px 91px 59px;
  background-color: var(--sifoxen-white, #fff);
  box-shadow: 0px 4px 70px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .login-page__form {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 530px) {
  .login-page__form {
    padding: 51px 40px 49px;
  }
}
@media (max-width: 412px) {
  .login-page__form {
    padding: 41px 30px 39px;
  }
}
.login-page__form__form {
  margin-bottom: 41px;
}
.login-page__form__control:not(:last-child) {
  margin-bottom: 17px;
}
.login-page__form__control--forgot {
  text-align: right;
}
.login-page__form__title {
  font-size: 16px;
  color: var(--sifoxen-black, #362048);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16px;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.login-page__form__input {
  outline: 0;
  padding: 0 16px;
  width: 100%;
  height: 50px;
  display: block;
  font-size: 16px;
  color: var(--sifoxen-text, #79767C);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.16px;
  background-color: var(--sifoxen-white2, #F5F2F4);
  border: 1px solid var(--sifoxen-border-color, #DDD8DB);
  transition: all 500ms ease;
}
.login-page__form__input:focus {
  color: var(--sifoxen-black, #362048);
  border-color: var(--sifoxen-base, #AE61BE);
  background-color: transparent;
}
.login-page__form__forgot {
  position: relative;
  top: -1px;
  font-size: 14px;
  color: var(--sifoxen-text, #79767C);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14px;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.login-page__form__forgot:hover {
  background-size: 100% 1px;
}
.login-page__form__forgot:hover {
  color: var(--sifoxen-base, #AE61BE);
}
.login-page__form__btn {
  margin-top: 1px;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  width: 100%;
  color: var(--sifoxen-white, #fff) !important;
  letter-spacing: 0.16px;
}
.login-page__form__or {
  position: relative;
  text-align: center;
  letter-spacing: 0.16px;
  line-height: 1;
}
.login-page__form__or::before, .login-page__form__or::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 43%;
  height: 1px;
  background-color: var(--sifoxen-gray, #DDD8DB);
}
.login-page__form__or::before {
  left: 0;
}
.login-page__form__or::after {
  right: 0;
}
.login-page__form__inner {
  margin: 39px 0 61px;
}
.login-page__form__signin-btn {
  border: 0;
  outline: 0;
  padding: 12px 15px;
  width: 100%;
  font-size: 16px;
  color: var(--sifoxen-black, #362048);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  transition: all 500ms ease;
}
.login-page__form__signin-btn:hover {
  color: var(--sifoxen-base, #AE61BE);
}
@media (max-width: 430px) {
  .login-page__form__signin-btn {
    font-size: 14px;
  }
}
.login-page__form__signin-btn:not(:last-child) {
  margin-bottom: 10.44px;
}
.login-page__form__signin-title {
  margin: 0;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.16px;
}
.login-page__form__signin-title a {
  color: var(--sifoxen-base, #AE61BE);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.login-page__form__signin-title a:hover {
  background-size: 100% 1px;
}
.login-page__form__signin-title a:hover {
  color: var(--sifoxen-primary, #55D9D7);
}

/*--------------------------------------------------------------
# Faq
--------------------------------------------------------------*/
.faq-accordion .accordion {
  background-color: var(--sifoxen-white, #fff);
}
.faq-accordion .accordion + .accordion {
  margin-top: 20px;
}
.faq-accordion .accordion-title {
  padding: 24px 20px 24px 78px;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
@media (max-width: 1199px) {
  .faq-accordion .accordion-title {
    padding-right: 20px;
  }
}
.faq-accordion .accordion-title h4 {
  margin: 0;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.faq-accordion .accordion-title h4::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--sifoxen-gray, #DDD8DB);
  position: absolute;
  top: calc(100% + 11.5px);
  left: -21px;
  transition: all 600ms linear;
}
.faq-accordion .accordion-title__icon {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: -66px;
  transform: translateY(-50%);
  background-color: var(--sifoxen-black, #362048);
}
.faq-accordion .accordion-title__icon::after, .faq-accordion .accordion-title__icon::before {
  width: 2px;
  height: 16px;
  position: absolute;
  background-color: var(--sifoxen-white, #fff);
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.faq-accordion .accordion-title__icon::after {
  width: 16px;
  height: 2px;
}
.faq-accordion .active.accordion {
  border: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.faq-accordion .active .accordion-title {
  border: 0;
}
.faq-accordion .active .accordion-title h4::after {
  width: calc(100% + 51px);
}
@media (max-width: 1199px) {
  .faq-accordion .active .accordion-title h4::after {
    width: calc(100% + 41px);
  }
}
.faq-accordion .active .accordion-title__icon {
  background-color: var(--sifoxen-base, #AE61BE);
}
.faq-accordion .active .accordion-title__icon::after, .faq-accordion .active .accordion-title__icon::before {
  background-color: var(--sifoxen-white, #fff);
  opacity: 0;
}
.faq-accordion .active .accordion-title__icon::after {
  opacity: 1;
}
.faq-accordion .accordion-content .inner {
  padding: 9px 20px 25px 13px;
}
.faq-accordion .accordion-content p {
  margin: 0;
}

.faq-page-search {
  padding-top: var(--section-space, 120px);
  padding-bottom: 30px;
  background-color: var(--sifoxen-white, #fff);
}
@media (max-width: 767px) {
  .faq-page-search {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .faq-page-search {
    padding-top: 80px;
  }
}
.faq-page-search__inner {
  position: relative;
  padding: 48px 60px 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .faq-page-search__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 430px) {
  .faq-page-search__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 360px) {
  .faq-page-search__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.faq-page-search__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, var(--sifoxen-white, #fff) 0%, RGBA(var(--sifoxen-white-rgb, 255, 255, 255), 0) 100%);
}
.faq-page-search__content {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  text-align: center;
}
.faq-page-search__title {
  font-size: 55px;
  font-weight: 400;
  line-height: 1.09;
  letter-spacing: -1.65px;
  text-transform: capitalize;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .faq-page-search__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .faq-page-search__title {
    font-size: 35px;
  }
}
.faq-page-search__form {
  position: relative;
}
.faq-page-search__form input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 55px;
  background-color: var(--sifoxen-white, #fff);
  color: var(--sifoxen-text, #79767C);
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  letter-spacing: -0.28px;
  padding-left: 23px;
  padding-right: 39px;
  border: 1px solid var(--sifoxen-border-color, #DDD8DB);
  transition: all 500ms ease;
}
@media (max-width: 575px) {
  .faq-page-search__form input[type=text] {
    padding-left: 20px;
  }
}
.faq-page-search__form input[type=text]:focus {
  border-color: var(--sifoxen-base, #AE61BE);
  color: var(--sifoxen-black, #362048);
}
.faq-page-search__form button[type=submit] {
  display: flex;
  align-items: center;
  padding: 0;
  background-color: transparent;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  color: var(--sifoxen-base, #AE61BE);
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}
.faq-page-search__form button[type=submit] svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.faq-page-search__form button[type=submit]:hover {
  color: var(--sifoxen-black, #362048);
}

.faq-page {
  padding-top: 30px;
  padding-bottom: var(--section-space, 120px);
}
@media (max-width: 767px) {
  .faq-page {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .faq-page {
    padding-bottom: 80px;
  }
}

/*--------------------------------------------------------------
# Expert Therapist
--------------------------------------------------------------*/
.expert-therapist {
  margin-top: -191px;
  background-color: transparent;
}
.expert-therapist__inner {
  padding: 60px 87px 60px 60px;
  position: relative;
  background-color: var(--sifoxen-base, #AE61BE);
  z-index: 1;
}
@media (max-width: 1199px) {
  .expert-therapist__inner {
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .expert-therapist__inner {
    padding: 40px;
  }
}
@media (max-width: 390px) {
  .expert-therapist__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.expert-therapist__bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.expert-therapist__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, #AE61BE 17.05%, rgba(174, 97, 190, 0) 100%);
}
.expert-therapist__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  z-index: 1;
}
@media (max-width: 991px) {
  .expert-therapist__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.expert-therapist .sec-title {
  margin-bottom: 30px;
}
.expert-therapist .sec-title__top {
  margin-bottom: 10px;
}
.expert-therapist .sec-title__tagline, .expert-therapist .sec-title__title {
  color: var(--sifoxen-white, #fff);
}
.expert-therapist .sec-title__title {
  font-size: 55px;
  letter-spacing: -1.1px;
}
@media (max-width: 767px) {
  .expert-therapist .sec-title__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .expert-therapist .sec-title__title {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .expert-therapist .sec-title__title {
    font-size: 40px;
  }
}
.expert-therapist__text {
  margin-bottom: 43px;
  width: 100%;
  max-width: 478px;
  color: var(--sifoxen-white, #fff);
  font-weight: 500;
  line-height: 1.625;
}
.expert-therapist .video-btn {
  width: 108px;
  height: 108px;
  font-size: 24px;
}

/*--------------------------------------------------------------
# Solutions
--------------------------------------------------------------*/
.solutions-one {
  position: relative;
  background-color: var(--sifoxen-white, #fff);
}
@media (max-width: 991px) {
  .solutions-one {
    padding-top: 226px;
  }
}
@media (max-width: 767px) {
  .solutions-one {
    padding-top: 180px;
  }
}
@media (max-width: 575px) {
  .solutions-one {
    padding-top: 80px;
  }
}
.solutions-one--home {
  padding-bottom: 157px;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
@media (max-width: 1199px) {
  .solutions-one--home {
    padding-bottom: var(--section-space, 120px);
  }
}
@media (max-width: 767px) {
  .solutions-one--home {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .solutions-one--home {
    padding-bottom: 80px;
  }
}
.solutions-one--home .solutions-one__image-wrap {
  top: 60px;
}
@media (max-width: 991px) {
  .solutions-one--home .solutions-one__image-wrap {
    top: 0;
  }
}
.solutions-one--home .solutions-one__skills {
  margin-bottom: 0;
}
.solutions-one--home .solutions-one__shape-2__inner {
  background-color: var(--sifoxen-white2, #F5F2F4);
}
.solutions-one--home .solutions-one__main-tab-box .tab-buttons .tab-btn {
  background-color: var(--sifoxen-white, #fff);
}
.solutions-one--home .solutions-one__shape-3 {
  right: auto;
  left: -69px;
  bottom: 9px;
}
@media (max-width: 1199px) {
  .solutions-one--home .solutions-one__shape-3 {
    left: -100px;
  }
}
@media (max-width: 991px) {
  .solutions-one--home .solutions-one__shape-3 {
    display: block;
  }
}
@media (max-width: 575px) {
  .solutions-one--home .solutions-one__shape-3 {
    display: none;
  }
}
.solutions-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: lighten;
}
.solutions-one .container {
  position: relative;
  z-index: 1;
}
.solutions-one__image-wrap {
  position: relative;
  top: 9px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .solutions-one__image-wrap {
    top: 0;
    padding-right: 0;
  }
}
.solutions-one__image {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 768.000000"><g transform="translate(0.000000,768.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1760 7665 c0 -9 -14 -17 -37 -20 -101 -17 -217 -78 -383 -199 -170 -124 -147 -108 -504 -349 -231 -155 -327 -240 -481 -428 -18 -22 -102 -145 -132 -194 -90 -145 -180 -400 -212 -596 -15 -94 -15 -4349 0 -4433 10 -56 48 -210 69 -281 28 -95 98 -243 174 -365 99 -161 246 -324 400 -444 46 -36 86 -66 89 -66 3 0 31 -17 63 -39 180 -119 422 -208 654 -240 117 -17 5695 -11 5755 6 270 75 479 252 599 507 77 164 94 319 67 631 -22 260 -7 354 76 468 60 82 204 176 303 198 19 4 53 12 75 18 22 6 76 18 120 27 128 28 195 66 281 158 108 114 193 252 229 370 6 23 17 40 23 38 9 -1 12 33 12 123 0 89 -3 124 -12 123 -6 -2 -19 19 -29 46 -27 73 -82 158 -179 276 -130 159 -155 194 -189 267 -42 91 -50 190 -23 308 13 60 55 144 152 305 144 239 180 331 180 456 0 160 -74 296 -221 410 -225 173 -481 205 -934 118 -44 -9 -111 -22 -150 -30 -332 -64 -581 -60 -770 14 -95 37 -110 45 -180 96 -104 76 -180 198 -216 344 -16 67 -19 118 -19 399 0 331 -6 404 -46 543 -28 96 -94 261 -127 315 -6 11 -25 43 -41 70 -77 130 -223 289 -356 388 -76 56 -221 137 -295 163 -227 81 -272 89 -510 89 -218 0 -257 -5 -415 -56 -80 -26 -252 -101 -350 -153 -462 -246 -634 -306 -878 -306 -133 0 -177 8 -287 52 -129 52 -240 156 -415 388 -65 85 -144 184 -175 218 -109 119 -263 217 -383 243 -30 6 -56 17 -59 25 -8 21 -313 21 -313 -1z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 768.000000"><g transform="translate(0.000000,768.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1760 7665 c0 -9 -14 -17 -37 -20 -101 -17 -217 -78 -383 -199 -170 -124 -147 -108 -504 -349 -231 -155 -327 -240 -481 -428 -18 -22 -102 -145 -132 -194 -90 -145 -180 -400 -212 -596 -15 -94 -15 -4349 0 -4433 10 -56 48 -210 69 -281 28 -95 98 -243 174 -365 99 -161 246 -324 400 -444 46 -36 86 -66 89 -66 3 0 31 -17 63 -39 180 -119 422 -208 654 -240 117 -17 5695 -11 5755 6 270 75 479 252 599 507 77 164 94 319 67 631 -22 260 -7 354 76 468 60 82 204 176 303 198 19 4 53 12 75 18 22 6 76 18 120 27 128 28 195 66 281 158 108 114 193 252 229 370 6 23 17 40 23 38 9 -1 12 33 12 123 0 89 -3 124 -12 123 -6 -2 -19 19 -29 46 -27 73 -82 158 -179 276 -130 159 -155 194 -189 267 -42 91 -50 190 -23 308 13 60 55 144 152 305 144 239 180 331 180 456 0 160 -74 296 -221 410 -225 173 -481 205 -934 118 -44 -9 -111 -22 -150 -30 -332 -64 -581 -60 -770 14 -95 37 -110 45 -180 96 -104 76 -180 198 -216 344 -16 67 -19 118 -19 399 0 331 -6 404 -46 543 -28 96 -94 261 -127 315 -6 11 -25 43 -41 70 -77 130 -223 289 -356 388 -76 56 -221 137 -295 163 -227 81 -272 89 -510 89 -218 0 -257 -5 -415 -56 -80 -26 -252 -101 -350 -153 -462 -246 -634 -306 -878 -306 -133 0 -177 8 -287 52 -129 52 -240 156 -415 388 -65 85 -144 184 -175 218 -109 119 -263 217 -383 243 -30 6 -56 17 -59 25 -8 21 -313 21 -313 -1z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
.solutions-one__image__inner {
  position: relative;
  left: -19px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 768.000000"><g transform="translate(0.000000,768.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1760 7665 c0 -9 -14 -17 -37 -20 -101 -17 -217 -78 -383 -199 -170 -124 -147 -108 -504 -349 -231 -155 -327 -240 -481 -428 -18 -22 -102 -145 -132 -194 -90 -145 -180 -400 -212 -596 -15 -94 -15 -4349 0 -4433 10 -56 48 -210 69 -281 28 -95 98 -243 174 -365 99 -161 246 -324 400 -444 46 -36 86 -66 89 -66 3 0 31 -17 63 -39 180 -119 422 -208 654 -240 117 -17 5695 -11 5755 6 270 75 479 252 599 507 77 164 94 319 67 631 -22 260 -7 354 76 468 60 82 204 176 303 198 19 4 53 12 75 18 22 6 76 18 120 27 128 28 195 66 281 158 108 114 193 252 229 370 6 23 17 40 23 38 9 -1 12 33 12 123 0 89 -3 124 -12 123 -6 -2 -19 19 -29 46 -27 73 -82 158 -179 276 -130 159 -155 194 -189 267 -42 91 -50 190 -23 308 13 60 55 144 152 305 144 239 180 331 180 456 0 160 -74 296 -221 410 -225 173 -481 205 -934 118 -44 -9 -111 -22 -150 -30 -332 -64 -581 -60 -770 14 -95 37 -110 45 -180 96 -104 76 -180 198 -216 344 -16 67 -19 118 -19 399 0 331 -6 404 -46 543 -28 96 -94 261 -127 315 -6 11 -25 43 -41 70 -77 130 -223 289 -356 388 -76 56 -221 137 -295 163 -227 81 -272 89 -510 89 -218 0 -257 -5 -415 -56 -80 -26 -252 -101 -350 -153 -462 -246 -634 -306 -878 -306 -133 0 -177 8 -287 52 -129 52 -240 156 -415 388 -65 85 -144 184 -175 218 -109 119 -263 217 -383 243 -30 6 -56 17 -59 25 -8 21 -313 21 -313 -1z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 768.000000"><g transform="translate(0.000000,768.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1760 7665 c0 -9 -14 -17 -37 -20 -101 -17 -217 -78 -383 -199 -170 -124 -147 -108 -504 -349 -231 -155 -327 -240 -481 -428 -18 -22 -102 -145 -132 -194 -90 -145 -180 -400 -212 -596 -15 -94 -15 -4349 0 -4433 10 -56 48 -210 69 -281 28 -95 98 -243 174 -365 99 -161 246 -324 400 -444 46 -36 86 -66 89 -66 3 0 31 -17 63 -39 180 -119 422 -208 654 -240 117 -17 5695 -11 5755 6 270 75 479 252 599 507 77 164 94 319 67 631 -22 260 -7 354 76 468 60 82 204 176 303 198 19 4 53 12 75 18 22 6 76 18 120 27 128 28 195 66 281 158 108 114 193 252 229 370 6 23 17 40 23 38 9 -1 12 33 12 123 0 89 -3 124 -12 123 -6 -2 -19 19 -29 46 -27 73 -82 158 -179 276 -130 159 -155 194 -189 267 -42 91 -50 190 -23 308 13 60 55 144 152 305 144 239 180 331 180 456 0 160 -74 296 -221 410 -225 173 -481 205 -934 118 -44 -9 -111 -22 -150 -30 -332 -64 -581 -60 -770 14 -95 37 -110 45 -180 96 -104 76 -180 198 -216 344 -16 67 -19 118 -19 399 0 331 -6 404 -46 543 -28 96 -94 261 -127 315 -6 11 -25 43 -41 70 -77 130 -223 289 -356 388 -76 56 -221 137 -295 163 -227 81 -272 89 -510 89 -218 0 -257 -5 -415 -56 -80 -26 -252 -101 -350 -153 -462 -246 -634 -306 -878 -306 -133 0 -177 8 -287 52 -129 52 -240 156 -415 388 -65 85 -144 184 -175 218 -109 119 -263 217 -383 243 -30 6 -56 17 -59 25 -8 21 -313 21 -313 -1z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.solutions-one__image__inner img {
  width: 100%;
  display: block;
}
.solutions-one__shape-1 {
  position: absolute;
  top: -33px;
  left: 183px;
  width: 58.279px;
  height: 50.6px;
  background-color: RGBA(var(--sifoxen-primary-rgb, 85, 217, 215), 0.3);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: rotate 7s infinite linear;
}
@media (max-width: 1199px) {
  .solutions-one__shape-1 {
    top: -50px;
  }
}
@media (max-width: 767px) {
  .solutions-one__shape-1 {
    top: -30px;
  }
}
@media (max-width: 575px) {
  .solutions-one__shape-1 {
    display: none;
  }
}
.solutions-one__shape-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -83px;
  left: 228px;
  width: 81.865px;
  height: 71.077px;
  background-color: RGBA(var(--sifoxen-primary-rgb, 85, 217, 215), 0.97);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: rotate 7s infinite linear;
}
@media (max-width: 1199px) {
  .solutions-one__shape-2 {
    top: -105px;
  }
}
@media (max-width: 767px) {
  .solutions-one__shape-2 {
    top: -80px;
  }
}
@media (max-width: 575px) {
  .solutions-one__shape-2 {
    display: none;
  }
}
.solutions-one__shape-2__inner {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: var(--sifoxen-white, #fff);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.solutions-one__shape-3 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 30px;
  bottom: -78px;
  z-index: 1;
  animation: zump 2s linear infinite;
}
@media (max-width: 1199px) {
  .solutions-one__shape-3 {
    right: 0;
  }
}
@media (max-width: 991px) {
  .solutions-one__shape-3 {
    display: none;
  }
}
.solutions-one .sec-title {
  margin-bottom: 35px;
}
.solutions-one__main-tab-box {
  position: relative;
  display: block;
}
.solutions-one__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 11px;
  z-index: 1;
}
@media (max-width: 991px) {
  .solutions-one__main-tab-box .tab-buttons {
    margin-top: 0;
  }
}
.solutions-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 5px 15.6px;
  font-size: 16px;
  font-weight: 500;
  color: var(--sifoxen-black, #362048);
  text-align: center;
  line-height: 1.75;
  text-transform: capitalize;
  border-radius: 100px;
  background-color: var(--sifoxen-white2, #F5F2F4);
  z-index: 1;
  transition: all 500ms ease;
}
.solutions-one__main-tab-box .tab-buttons .tab-btn:hover, .solutions-one__main-tab-box .tab-buttons .tab-btn.active-btn {
  color: var(--sifoxen-black, #362048);
  background-color: var(--sifoxen-primary, #55D9D7);
  text-shadow: 0 0 1px currentColor;
}
.solutions-one__main-tab-box .tabs-content {
  margin-top: 22px;
  position: relative;
  display: block;
}
.solutions-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.solutions-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}
.solutions-one__text {
  margin-bottom: 21px;
}
.solutions-one__skills {
  padding-top: 25px;
  margin-bottom: 50px;
  border-top: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.solutions-one__skills .progress-box + .progress-box {
  margin-top: 25px;
}

.solutions-two {
  position: relative;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
.solutions-two__bg {
  width: calc(100% - 616px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media (max-width: 1799px) {
  .solutions-two__bg {
    width: 100%;
  }
}
.solutions-two__inner {
  width: calc(100% - 495px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(245, 242, 244, 0) 0%, rgba(245, 242, 244, 0.37) 11.67%, #F5F2F4 80.12%);
  z-index: 1;
}
@media (max-width: 1799px) {
  .solutions-two__inner {
    width: 100%;
  }
}
.solutions-two .container {
  position: relative;
  z-index: 2;
}
.solutions-two .sec-title {
  margin-bottom: 17px;
}
.solutions-two__text {
  margin-bottom: 31px;
}
.solutions-two__list {
  margin: 0;
  padding: 40px 0 0 0;
  border-top: 1px solid var(--sifoxen-border-color, #DDD8DB);
  list-style: none;
}
.solutions-two__list li {
  display: flex;
  gap: 20px;
}
.solutions-two__list li:not(:last-child) {
  padding-bottom: 21px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--sifoxen-border-color, #DDD8DB);
}
.solutions-two__list__icon {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 24px;
  color: var(--sifoxen-primary, #55D9D7);
  background-color: var(--sifoxen-white, #fff);
  border-radius: 50%;
  transition: all 500ms ease;
}
.solutions-two__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
li:hover .solutions-two__list__icon {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.solutions-two__list__content {
  margin-top: 7px;
}
@media (max-width: 430px) {
  .solutions-two__list__content {
    margin-top: 0;
  }
}
.solutions-two__list__title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.solutions-two__list__text {
  margin: 0;
  color: var(--sifoxen-black, #362048);
}

/*--------------------------------------------------------------
# Pricing Plan
--------------------------------------------------------------*/
.pricing-one {
  padding-top: 108px;
  background-color: var(--sifoxen-white, #fff);
}
@media (max-width: 767px) {
  .pricing-one {
    padding-top: 88px;
  }
}
@media (max-width: 575px) {
  .pricing-one {
    padding-top: 68px;
  }
}
.pricing-one__top {
  margin: 0 auto 61px;
  width: 100%;
  max-width: 926px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px 122px;
}
@media (max-width: 991px) {
  .pricing-one__top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .pricing-one__content {
    text-align: center;
  }
}
.pricing-one__title {
  margin-bottom: 21px;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
}
.pricing-one__text {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.555;
}
.pricing-one__main-tab-box {
  position: relative;
  display: block;
}
.pricing-one__main-tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 31px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  z-index: 1;
}
@media (max-width: 991px) {
  .pricing-one__main-tab-box .tab-buttons {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.pricing-one__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 13px 24px;
  font-size: 12px;
  font-weight: 500;
  color: var(--sifoxen-black, #362048);
  line-height: normal;
  letter-spacing: 0.833px;
  text-transform: uppercase;
  border-radius: 22px;
  background-color: var(--sifoxen-white2, #F5F2F4);
  z-index: 1;
  transition: all 500ms ease;
}
.pricing-one__main-tab-box .tab-buttons .tab-btn:hover, .pricing-one__main-tab-box .tab-buttons .tab-btn.active-btn {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
  box-shadow: 0px 5px 7px 0px rgba(82, 67, 194, 0.23);
  text-shadow: 0 0 1px currentColor;
}
.pricing-one__main-tab-box .tabs-content {
  margin-top: 20px;
  position: relative;
  display: block;
}
.pricing-one__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.pricing-one__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  /*! margin-top: 0px; */
}
.pricing-one__inner {
  padding-right: 40px;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
@media (max-width: 1199px) {
  .pricing-one__inner {
    padding-left: 40px;
  }
}
@media (max-width: 991px) {
  .pricing-one__inner {
    padding: 40px;
  }
}
@media (max-width: 425px) {
  .pricing-one__inner {
    padding: 30px;
  }
}
@media (max-width: 390px) {
  .pricing-one__inner {
    padding: 20px;
  }
}
.pricing-one__row {
  --bs-gutter-x: 40px;
}
@media (max-width: 991px) {
  .pricing-one__row {
    --bs-gutter-y: 40px;
  }
}
.pricing-one__col-image {
  flex: 0 0 auto;
  width: 21.71%;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .pricing-one__col-image {
    display: none;
  }
}
.pricing-one__col-card {
  flex: 0 0 auto;
  width: 23.249%;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .pricing-one__col-card {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .pricing-one__col-card {
    margin-bottom: 0;
    width: 46.92%;
  }
}
@media (max-width: 767px) {
  .pricing-one__col-card {
    width: 100%;
  }
}
.pricing-one__col-card--popular {
  flex: 0 0 auto;
  width: 28.377%;
}
@media (max-width: 1199px) {
  .pricing-one__col-card--popular {
    width: 35.5%;
  }
}
@media (max-width: 991px) {
  .pricing-one__col-card--popular {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .pricing-one__col-card--popular {
    width: 100%;
  }
}
.pricing-one__col-divider {
  width: 0.1%;
}
@media (max-width: 767px) {
  .pricing-one__col-divider {
    display: none;
  }
}
.pricing-one__col-divider__inner {
  position: relative;
  height: 100%;
}
.pricing-one__col-divider__inner::after {
  content: "";
  position: absolute;
  top: calc(50% + 9px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: calc(100% - 104px);
  background-color: var(--sifoxen-gray, #DDD8DB);
}
.pricing-one__image {
  margin-top: 56px;
}
.pricing-one__image img {
  width: 100%;
  display: block;
}
.pricing-one__card {
  margin-top: 44px;
}
@media (max-width: 991px) {
  .pricing-one__card {
    margin-top: 0;
  }
}
.pricing-one__card--popular {
  margin-top: -26px;
  padding: 20px 30px;
  background-color: var(--sifoxen-black, #362048);
  box-shadow: 0px 42px 34px 0px rgba(82, 67, 194, 0.3);
}
@media (max-width: 412px) {
  .pricing-one__card--popular {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .pricing-one__card--popular {
    margin-top: 0;
  }
}
.pricing-one__card--popular .pricing-one__card__price,
.pricing-one__card--popular .pricing-one__card__price span,
.pricing-one__card--popular .pricing-one__card__title,
.pricing-one__card--popular .pricing-one__card__text,
.pricing-one__card--popular .pricing-one__card__list li {
  color: var(--sifoxen-white, #fff);
}
.pricing-one__card--popular .pricing-one__card__price {
  margin-bottom: 18px;
}
.pricing-one__card--popular .pricing-one__card__title {
  margin-bottom: 7px;
}
.pricing-one__card--popular .pricing-one__card__list {
  padding: 0;
  margin: 18px 0 21px;
}
.pricing-one__card--popular .pricing-one__card__list::after {
  display: none;
}
.pricing-one__card--popular .pricing-one__card__list li + li {
  margin-top: 10.5px;
}
.pricing-one__card--popular .pricing-one__card__list__icon {
  color: var(--sifoxen-white, #fff);
  background-color: RGBA(var(--sifoxen-white-rgb, 255, 255, 255), 0.15);
}
.pricing-one__card--popular .pricing-one__card__btn {
  width: 100%;
  text-transform: capitalize;
  background-color: var(--sifoxen-primary, #55D9D7);
}
.pricing-one__card__category {
  margin: 0 0 21px auto;
  display: table;
  padding: 7.5px 15.77px;
  font-size: 10px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.833px;
  border-radius: 13.5px;
  color: var(--sifoxen-base, #AE61BE);
  background-color: var(--sifoxen-white, #fff);
  transition: all 500ms ease;
}
.pricing-one__card:hover .pricing-one__card__category {
  color: var(--sifoxen-white, #fff);
  background-color: var(--sifoxen-primary, #55D9D7);
}
.pricing-one__card__price {
  margin-bottom: 11px;
  font-size: 36px;
  color: var(--sifoxen-black5, #231D4F);
  font-weight: 700;
  line-height: 1.277;
}
.pricing-one__card__price span {
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 17px;
  color: var(--sifoxen-text, #79767C);
  font-weight: 500;
  line-height: normal;
}
.pricing-one__card__title {
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
}
.pricing-one__card__text {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.733;
}
.pricing-one__card__list {
  position: relative;
  margin: 12px 0 30px 0;
  padding: 21px 0 0 0;
  list-style: none;
}
.pricing-one__card__list::after {
  content: "";
  width: calc(100% - 25px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--sifoxen-gray, #DDD8DB);
}
.pricing-one__card__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
}
.pricing-one__card__list li + li {
  margin-top: 20px;
}
.pricing-one__card__list__icon {
  width: 20px;
  height: 20px;
  font-size: 9px;
  color: var(--sifoxen-base, #AE61BE);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: RGBA(var(--sifoxen-base-rgb, 174, 97, 190), 0.15);
}
.pricing-one__card__btn {
  font-size: 15px;
  font-weight: 600;
  padding: 13px 58.35px;
  background-color: var(--sifoxen-black, #362048);
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills-one {
  position: relative;
  background-color: var(--sifoxen-white, #fff);
}
.skills-one .container {
  position: relative;
  z-index: 1;
}
.skills-one__content {
  position: relative;
  padding-right: 31px;
}
@media (max-width: 1199px) {
  .skills-one__content {
    padding-right: 0;
  }
}
.skills-one__content__top {
  margin-bottom: 30px;
}
.skills-one__top__image {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: 10px solid var(--sifoxen-white, #fff);
  box-shadow: 0px 4px 50px 0px rgba(var(--sifoxen-black3-rgb, 0, 0, 0), 0.15);
}
.skills-one .circle-text {
  position: relative;
  position: absolute;
  top: -10px;
  right: 20px;
  width: 200px;
  height: 200px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  transition: all 500ms ease;
}
@media (max-width: 1399px) {
  .skills-one .circle-text {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .skills-one .circle-text {
    right: -50px;
  }
}
@media (max-width: 991px) {
  .skills-one .circle-text {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .skills-one .circle-text {
    margin-top: 40px;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
  }
}
.skills-one .circle-text__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 114px;
  height: 114px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--sifoxen-base, #AE61BE);
}
.skills-one .circle-text__logo img {
  max-width: 100%;
  height: auto;
}
.skills-one .circle-text__curved-circle {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  transform-origin: center center;
  animation: rotate 10s infinite linear;
}
.skills-one .circle-text__curved-circle__item {
  width: 200px;
  position: relative;
  top: 3px;
  left: 0;
}
.skills-one .circle-text__curved-circle__item span {
  font-family: var(--sifoxen-heading-font, "EB Garamond", serif);
  text-transform: uppercase;
  font-size: 13px;
  color: var(--sifoxen-base, #AE61BE);
  font-weight: 700;
  letter-spacing: normal;
  transition: all 400ms ease;
}
.skills-one .sec-title {
  margin-bottom: 17px;
}
.skills-one__text-1 {
  margin: 0;
  color: var(--sifoxen-black, #362048);
  font-weight: 500;
}
.skills-one__text-2 {
  margin: 0;
}
.skills-one__text-wrap {
  margin-bottom: 27px;
}
.skills-one__text-wrap p + p {
  margin-top: 14px;
}
.skills-one__skills {
  margin-bottom: 50px;
  width: 100%;
  max-width: 570px;
}
.skills-one__skills .progress-box + .progress-box {
  margin-top: 25px;
}
.skills-one__image {
  width: 39.15%;
  height: calc(100% - 240px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 1799px) {
  .skills-one__image {
    width: 37%;
  }
}
@media (max-width: 1599px) {
  .skills-one__image {
    width: 35%;
  }
}
@media (max-width: 1399px) {
  .skills-one__image {
    width: 33%;
  }
}
@media (max-width: 1199px) {
  .skills-one__image {
    display: none;
  }
}
.skills-one__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .skills-one__shape-box {
    display: none;
  }
}
.skills-one__shape-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 70px;
  bottom: 345px;
  width: 127.914px;
  height: 111.493px;
  background-color: RGBA(var(--sifoxen-primary-rgb, 85, 217, 215), 0.97);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: rotate 7s infinite linear;
}
@media (max-width: 1599px) {
  .skills-one__shape-1 {
    width: 80px;
    height: 69px;
    left: 20px;
    bottom: 355px;
  }
}
.skills-one__shape-1__inner {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: var(--sifoxen-white, #fff);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.skills-one__shape-2 {
  position: absolute;
  left: 0;
  bottom: 298px;
  width: 91.061px;
  height: 79.373px;
  background-color: RGBA(var(--sifoxen-primary-rgb, 85, 217, 215), 0.3);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: rotate 7s infinite linear;
}
@media (max-width: 1599px) {
  .skills-one__shape-2 {
    width: 60px;
    height: 50px;
  }
}

/*--------------------------------------------------------------
# Schedule
--------------------------------------------------------------*/
.schedule-one {
  margin-top: -85px;
  position: relative;
  counter-reset: scheduleNumber;
  z-index: 1;
}
@media (max-width: 991px) {
  .schedule-one {
    margin-top: 0;
    padding-top: var(--section-space, 120px);
    background-color: var(--sifoxen-white, #fff);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .schedule-one {
    padding-top: 100px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .schedule-one {
    padding-top: 80px;
  }
}
.schedule-one__item {
  padding: 25.5px 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
@media (max-width: 767px) {
  .schedule-one__item {
    text-align: center;
    flex-direction: column;
  }
}
.schedule-one__number {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--sifoxen-white, #fff);
  transition: all 500ms ease;
}
.schedule-one__number::after {
  content: "0" counter(scheduleNumber);
  counter-increment: scheduleNumber;
  font-family: var(--sifoxen-font, "Plus Jakarta Sans", sans-serif);
  font-size: 16px;
  color: var(--sifoxen-base, #AE61BE);
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  transition: all 500ms ease;
}
.schedule-one__item:hover .schedule-one__number {
  background-color: var(--sifoxen-base, #AE61BE);
}
.schedule-one__item:hover .schedule-one__number::after {
  color: var(--sifoxen-white, #fff);
}
.schedule-one__title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .schedule-one__title br {
    display: none;
  }
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404__image {
  margin-bottom: 53px;
  text-align: center;
}
.error-404__image img {
  max-width: 100%;
  height: auto;
  animation: moveHorizontal 2s linear infinite;
}
.error-404__inner {
  text-align: center;
}
.error-404__title {
  font-size: 24px;
  line-height: normal;
  letter-spacing: -0.48px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.error-404__text {
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
  text-transform: capitalize;
  margin-bottom: 27px;
}
.error-404 .sifoxen-btn {
  padding: 16px 41px;
  background-color: var(--sifoxen-sky-blue, #01C3ED);
}
.error-404 .sifoxen-btn::before, .error-404 .sifoxen-btn::after {
  background-color: var(--sifoxen-base, #AE61BE);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  background-color: var(--sifoxen-black, #362048);
}
.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  filter: grayscale(1);
}
.main-footer .container {
  position: relative;
  z-index: 1;
}
.main-footer__top {
  position: relative;
  overflow: hidden;
  padding: 55.5px 40px;
  margin-bottom: 53px;
  background-color: var(--sifoxen-white2, #F5F2F4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px 30px;
}
@media (max-width: 1199px) {
  .main-footer__top {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 500px) {
  .main-footer__top {
    padding: 40px 30px;
  }
}
.main-footer__top__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-footer__logo {
  position: relative;
  z-index: 2;
}
.main-footer__newsletter {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 752px;
  margin-right: 74px;
}
@media (max-width: 1199px) {
  .main-footer__newsletter {
    margin-right: 0;
  }
}
.main-footer__newsletter__form {
  position: relative;
}
.main-footer__newsletter__form::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  background-color: RGBA(var(--sifoxen-border-color-rgb, 221, 216, 219), 0.25);
}
@media (max-width: 1199px) {
  .main-footer__newsletter__form::before {
    display: none;
  }
}
.main-footer__newsletter__form input[type=text] {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  height: 70px;
  background-color: var(--sifoxen-white2, #F5F2F4);
  color: var(--sifoxen-text, #79767C);
  font-size: 14px;
  font-weight: 400;
  padding-left: 70px;
  padding-right: 20px;
  border: 1px solid var(--sifoxen-border-color, #DDD8DB);
  transition: all 500ms ease;
}
@media (max-width: 500px) {
  .main-footer__newsletter__form input[type=text] {
    height: 60px;
    padding-left: 55px;
  }
}
.main-footer__newsletter__form input[type=text]:focus {
  color: var(--sifoxen-black, #362048);
  border-color: var(--sifoxen-base, #AE61BE);
}
.main-footer__newsletter__form button[type=submit] {
  width: auto;
  height: auto;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .main-footer__newsletter__form button[type=submit] {
    margin-top: 25px;
    position: static;
    transform: translate(0);
  }
}
.main-footer__newsletter__inner {
  position: relative;
}
.main-footer__newsletter__icon {
  font-size: 30px;
  color: var(--sifoxen-text, #79767C);
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  transition: all 500ms ease;
}
.main-footer__newsletter__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
@media (max-width: 500px) {
  .main-footer__newsletter__icon {
    font-size: 20px;
  }
}
.main-footer__newsletter__form input[type=text]:focus + .main-footer__newsletter__icon {
  color: var(--sifoxen-black, #362048);
}
.main-footer__shape {
  position: absolute;
  top: 0;
  right: 38px;
}
@media (max-width: 767px) {
  .main-footer__shape {
    display: none;
  }
}
.main-footer__shape__image, .main-footer__shape__box {
  position: absolute;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 137.000000"><g transform="translate(0.000000,137.000000) scale(0.050000,-0.050000)"><path d="M1390 1440 c1448 -1449 1378 -1390 1650 -1390 272 0 202 -59 1650 1390 l1300 1300 -2950 0 -2950 0 1300 -1300z" /></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300.000000 137.000000"><g transform="translate(0.000000,137.000000) scale(0.050000,-0.050000)"><path d="M1390 1440 c1448 -1449 1378 -1390 1650 -1390 272 0 202 -59 1650 1390 l1300 1300 -2950 0 -2950 0 1300 -1300z" /></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: bottom center;
  mask-position: bottom center;
  -webkit-mask-size: auto;
  mask-size: auto;
  width: 406px;
  animation: zump 2.6s infinite linear;
}
.main-footer__shape__image {
  top: -318px;
  right: 38px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .main-footer__shape__image {
    top: -340px;
  }
}
.main-footer__shape__box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--sifoxen-primary, #55D9D7);
  height: 185px;
  z-index: 0;
}
@media (max-width: 1199px) {
  .main-footer__shape__box {
    top: -22px;
  }
}
.main-footer__bottom {
  margin-top: 51px;
  text-align: center;
}
.main-footer__bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 0;
  border-top: 1px solid rgba(var(--sifoxen-border-color-rgb, 221, 216, 219), 0.25);
}
@media (max-width: 767px) {
  .main-footer__bottom__inner {
    flex-direction: column;
    justify-content: center;
  }
}
.main-footer__copyright {
  margin: 0;
  font-weight: 500;
  color: var(--sifoxen-gray2, #9F83B5);
}

.footer-widget--about .footer-widget__title {
  margin-bottom: 41px;
}
@media (max-width: 1199px) {
  .footer-widget--links {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .footer-widget--links {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .footer-widget--links {
    padding-left: 0px;
  }
}
.footer-widget--time .footer-widget__title {
  margin-bottom: 39px;
}
@media (max-width: 991px) {
  .footer-widget--contact {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .footer-widget--contact {
    padding-left: 0px;
  }
}
.footer-widget--contact .footer-widget__title {
  margin-bottom: 41px;
}
.footer-widget__title {
  position: relative;
  font-size: 20px;
  color: var(--sifoxen-white, #fff);
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 33px;
}
.footer-widget__title::after {
  content: "";
  width: 66px;
  height: 1px;
  background-color: var(--sifoxen-primary, #55D9D7);
  position: absolute;
  left: 0;
  bottom: -11px;
}
.footer-widget__about-text {
  font-size: 15px;
  color: var(--sifoxen-gray2, #9F83B5);
  font-weight: 400;
  line-height: 1.866;
  text-transform: capitalize;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-widget__about-text {
    width: 100%;
    max-width: 450px;
  }
}
.footer-widget__btn {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.footer-widget__links {
  margin: 0;
}
.footer-widget__links li + li {
  margin-top: 8px;
}
.footer-widget__links li {
  font-size: 16px;
  color: var(--sifoxen-gray2, #9F83B5);
  font-weight: 400;
  line-height: 1.75;
  text-transform: capitalize;
}
.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links li a:hover {
  background-size: 100% 1px;
}
.footer-widget__links li a:hover {
  color: var(--sifoxen-primary, #55D9D7);
}
.footer-widget__time {
  margin: 0;
}
.footer-widget__time li + li {
  margin-top: 16px;
}
.footer-widget__time li {
  font-size: 16px;
  color: var(--sifoxen-gray2, #9F83B5);
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}
.footer-widget__time li span {
  font-weight: 600;
}
.footer-widget__address {
  padding: 0;
  margin-bottom: 19px;
  font-size: 15px;
  color: var(--sifoxen-gray2, #9F83B5);
  font-weight: 400;
  line-height: 1.866;
  text-transform: capitalize;
}
.footer-widget__info {
  margin: 0;
}
.footer-widget__info li + li {
  margin-top: 20px;
}
.footer-widget__info li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 15px;
  color: var(--sifoxen-gray2, #9F83B5);
  font-weight: 400;
  line-height: 1.2;
}
.footer-widget__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__info li a:hover {
  background-size: 100% 1px;
}
.footer-widget__info li a:hover {
  color: var(--sifoxen-primary, #55D9D7);
}
.footer-widget__info__icon {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: var(--sifoxen-primary, #55D9D7);
}
.footer-widget__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# Boxed Home
--------------------------------------------------------------*/
body.boxed-wrapper {
  position: relative;
}
body.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--sifoxen-white, #fff);
  box-shadow: 0px 0px 100px 0px rgba(var(--sifoxen-black-rgb, 54, 32, 72), 0.08);
}
@media (max-width: 1699px) {
  body.boxed-wrapper .main-slider-one__item {
    padding-bottom: 303px;
  }
}
@media (max-width: 1599px) {
  body.boxed-wrapper .main-slider-one__item {
    padding-bottom: 300px;
  }
}
@media (max-width: 1499px) {
  body.boxed-wrapper .main-slider-one__item {
    padding-bottom: 350px;
  }
}
@media (max-width: 1399px) {
  body.boxed-wrapper .main-slider-one__item {
    padding-bottom: 370px;
  }
}
@media (max-width: 1299px) {
  body.boxed-wrapper .main-slider-one__item {
    padding-top: 100px;
    padding-bottom: 340px;
  }
}
@media (max-width: 1199px) {
  body.boxed-wrapper .main-slider-one__item {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  body.boxed-wrapper .main-slider-one__item {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  body.boxed-wrapper .main-slider-one__item {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}
@media (max-width: 575px) {
  body.boxed-wrapper .main-slider-one__item {
    padding-bottom: 180px;
  }
}
@media (min-width: 1600px) {
  body.boxed-wrapper .main-slider-one .container {
    padding-left: 120px;
    padding-right: 120px;
  }
}
body.boxed-wrapper .main-slider-one__title {
  font-size: 70px;
}
@media (max-width: 1599px) {
  body.boxed-wrapper .main-slider-one__title {
    font-size: 63px;
  }
}
@media (max-width: 1399px) {
  body.boxed-wrapper .main-slider-one__title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  body.boxed-wrapper .main-slider-one__title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  body.boxed-wrapper .main-slider-one__title {
    font-size: 45px;
  }
}
body.boxed-wrapper .main-slider-one__image-wrap {
  max-width: 770px;
}
@media (max-width: 1599px) {
  body.boxed-wrapper .main-slider-one__image-wrap {
    max-width: 730px;
  }
}
@media (max-width: 1499px) {
  body.boxed-wrapper .main-slider-one__image-wrap {
    max-width: 680px;
  }
}
@media (max-width: 1399px) {
  body.boxed-wrapper .main-slider-one__image-wrap {
    max-width: 640px;
  }
}
@media (max-width: 1299px) {
  body.boxed-wrapper .main-slider-one__image-wrap {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  body.boxed-wrapper .main-slider-one__image-wrap {
    position: relative;
    top: 0;
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  body.boxed-wrapper .main-slider-one__image-wrap {
    display: none;
  }
}
body.boxed-wrapper .main-slider-one__image__border {
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  height: calc(100% - 20px);
}
@media (max-width: 1599px) {
  body.boxed-wrapper .main-slider-one__image__border {
    height: calc(100% - 50px);
  }
}
@media (max-width: 1499px) {
  body.boxed-wrapper .main-slider-one__image__border {
    height: calc(100% - 100px);
  }
}
@media (max-width: 1399px) {
  body.boxed-wrapper .main-slider-one__image__border {
    height: calc(100% - 140px);
  }
}
@media (max-width: 1299px) {
  body.boxed-wrapper .main-slider-one__image__border {
    height: calc(100% - 180px);
  }
}
body.boxed-wrapper .main-slider-one__shape-2 {
  top: 70px;
  left: 45px;
}
@media (max-width: 1299px) {
  body.boxed-wrapper .main-slider-one__shape-2 {
    left: 0px;
  }
}
body.boxed-wrapper .main-slider-one__shape-3 {
  left: 0;
}
body.boxed-wrapper .main-slider-one__carousel.owl-carousel .owl-nav {
  left: 10px;
}
@media (max-width: 1599px) {
  body.boxed-wrapper .main-slider-one__carousel.owl-carousel .owl-nav {
    left: 5px;
  }
}
@media (max-width: 1399px) {
  body.boxed-wrapper .main-slider-one__carousel.owl-carousel .owl-nav {
    left: -7px;
  }
}
@media (max-width: 1299px) {
  body.boxed-wrapper .main-slider-one__carousel.owl-carousel .owl-nav {
    top: auto;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, 0) rotate(0deg);
  }
}
body.boxed-wrapper .main-slider-one__carousel .sifoxen-owl__carousel__counter {
  left: 238px;
  bottom: 160px;
}
@media (max-width: 1799px) {
  body.boxed-wrapper .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    left: 216px;
  }
}
@media (max-width: 1699px) {
  body.boxed-wrapper .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    bottom: 140px;
  }
}
@media (max-width: 1599px) {
  body.boxed-wrapper .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    left: 246px;
  }
}
@media (max-width: 1399px) {
  body.boxed-wrapper .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    left: 216px;
  }
}
@media (max-width: 1299px) {
  body.boxed-wrapper .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    left: 126px;
  }
}
@media (max-width: 1299px) {
  body.boxed-wrapper .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    bottom: 47px;
  }
}
@media (max-width: 767px) {
  body.boxed-wrapper .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    left: 93px;
  }
}
@media (max-width: 575px) {
  body.boxed-wrapper .main-slider-one__carousel .sifoxen-owl__carousel__counter {
    gap: 15px;
    left: 15px;
    bottom: 53.5px;
  }
}
body.boxed-wrapper .main-slider-one__thumb {
  bottom: 190px;
}
@media (max-width: 1499px) {
  body.boxed-wrapper .main-slider-one__thumb {
    bottom: 90px;
  }
}
@media (max-width: 1299px) {
  body.boxed-wrapper .main-slider-one__thumb {
    display: none !important;
  }
}
body.boxed-wrapper .therapist-one {
  padding: 145px 0;
}
@media (max-width: 1599px) {
  body.boxed-wrapper .therapist-one {
    padding: 158px 0;
  }
}
@media (max-width: 1499px) {
  body.boxed-wrapper .therapist-one {
    padding: 171px 0;
  }
}
@media (max-width: 991px) {
  body.boxed-wrapper .therapist-one {
    padding: var(--section-space, 120px) 0;
  }
}
@media (max-width: 767px) {
  body.boxed-wrapper .therapist-one {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  body.boxed-wrapper .therapist-one {
    padding: 80px 0;
  }
}
body.boxed-wrapper .therapist-one__carousel.owl-carousel .owl-nav {
  bottom: 30px;
}
@media (max-width: 1440px) {
  body.boxed-wrapper .therapist-one__carousel.owl-carousel .owl-nav {
    bottom: 56px;
  }
}
@media (max-width: 1399px) {
  body.boxed-wrapper .therapist-one__carousel.owl-carousel .owl-nav {
    bottom: 53px;
  }
}
@media (max-width: 1024px) {
  body.boxed-wrapper .therapist-one__carousel.owl-carousel .owl-nav {
    bottom: 52px;
  }
}
@media (max-width: 991px) {
  body.boxed-wrapper .therapist-one__carousel.owl-carousel .owl-nav {
    margin-top: 60px;
    position: static;
  }
}
body.boxed-wrapper .testimonials-one__single-image {
  right: 0px;
}
@media (max-width: 1599px) {
  body.boxed-wrapper .testimonials-one__single-image {
    right: -20px;
  }
}
@media (max-width: 1399px) {
  body.boxed-wrapper .testimonials-one__single-image {
    display: none;
  }
}
body.boxed-wrapper .blog-one .container-fluid {
  max-width: 1400px;
}
/*# sourceMappingURL=sifoxen.css.map */
.logo-box h3{
  color: white;
}


.pt-cus {
  padding-top: 60px;
  padding-bottom: 100px;
  padding-left: 50px;
  padding-right: 50px;

}


@media screen and (max-width: 776px) {
  .pt-cus {
      padding-top: 20px;
      padding-bottom: 50px;
      padding-left: 15px;
      padding-right: 15px;
  }
}