/************ TABLE OF CONTENTS ***************

  01. Theme Default CSS
  02. background CSS
	03. buttons css

**********************************************/
/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
:root {
  /**
     @Font-Family Declaration
   */
  --tj-ff-body: "Manrope", sans-serif;
  --tj-ff-heading: "Manrope", sans-serif;
  --tj-ff-fontawesome: "Font Awesome 6 Pro";
  --tj-ff-fonticon: "edunex-icons";
  /**
     @Font-weight Declaration
   */
  --tj-fw-normal: normal;
  --tj-fw-thin: 100;
  --tj-fw-elight: 200;
  --tj-fw-light: 300;
  --tj-fw-regular: 400;
  --tj-fw-medium: 500;
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;
  --tj-fw-ebold: 800;
  --tj-fw-black: 900;
  /**
     @Font-Size Declaration
   */
  --tj-fs-body: 16px;
  --tj-fs-h1: 60px;
  --tj-fs-h2: 44px;
  --tj-fs-h3: 32px;
  --tj-fs-h4: 24px;
  --tj-fs-h5: 20px;
  --tj-fs-h6: 18px;
  /**
     @Color Declaration
   */
  --tj-color-common-white: #ffffff;
  --tj-color-common-black: #000000;
  --tj-color-heading-primary: #272f54;
  --tj-color-text-body: #434966;
  --tj-color-theme-primary: #723ec3;
  --tj-color-theme-primary-hover: rgba(114, 62, 195, 0.8);
  --tj-color-theme-dark: #272f54;
  --tj-color-theme-dark-2: #0f1321;
  --tj-color-theme-dark-3: #191b22;
  --tj-color-theme-dark-4: #2f2e44;
  --tj-color-theme-bg: #fff2e5;
  --tj-color-theme-bg-2: #f9edff;
  --tj-color-theme-bg-3: #e5f5fd;
  --tj-color-theme-bg-4: #e5f9f7;
  --tj-color-theme-bg-5: #fff0ed;
  --tj-color-theme-bg-6: #e6f9f1;
  --tj-color-theme-bg-7: #e6e9f9;
  --tj-color-theme-bg-8: #ffe5e5;
  --tj-color-theme-bg-9: #f0d1ff;
  --tj-color-theme-bg-10: #c8ebfd;
  --tj-color-theme-bg-11: #ffd7cf;
  --tj-color-theme-bg-12: #c7f0df;
  --tj-color-theme-bg-13: #d5d3f6;
  --tj-color-theme-bg-14: #cef5e4;
  --tj-color-theme-bg-15: #f5d7d7;
  --tj-color-light-1: #ffffff;
  --tj-color-light-2: #a9abb8;
  --tj-color-light-3: #ecf0f0;
  --tj-color-light-4: #c7c9d4;
  --tj-color-light-5: rgba(255, 255, 255, 0.6980392157);
  --tj-color-border-1: #e6e7eb;
  --tj-color-border-2: rgba(39, 47, 84, 0.1019607843);
  --tj-color-border-3: rgba(255, 255, 255, 0.1019607843);
  --tj-color-border-4: rgba(39, 47, 84, 0.0784313725);
  --tj-color-border-5: rgba(114, 62, 195, 0.2);
  --tj-color-others-1: #008ed5;
  --tj-color-others-2: #e55f44;
  --tj-color-others-3: #02874f;
  --tj-color-blur-1: rgba(255, 255, 255, 0.0588235294);
  --tj-color-green-1: #0ae448;
  --tj-color-green-2: #87e64b;
  --tj-color-green-3: #8eff65;
  --tj-color-orange-1: #ff4d00;
  --tj-color-orange-2: #ffa838;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scrollbar-width: thin;
  scrollbar-color: var(--tj-color-theme-primary) var(--tj-color-theme-dark);
}

body,
.site-main {
  min-height: 100%;
  overflow-x: hidden;
}

.site-main {
  overflow: hidden;
}

/**
  Typography CSS
*/
body {
  font-family: var(--tj-ff-body);
  font-size: var(--tj-fs-body);
  font-weight: normal;
  color: var(--tj-color-text-body);
  line-height: 1.625;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-heading-primary);
  margin-top: 0px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.035em;
  line-height: 1.2;
}

h1 {
  font-size: var(--tj-fs-h1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h1 {
    font-size: 45px;
  }
}

h2 {
  font-size: var(--tj-fs-h2);
  letter-spacing: -0.02em;
  line-height: 1.2727;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: var(--tj-fs-h3);
  line-height: 1.25;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: var(--tj-fs-h4);
  line-height: 1.333;
  letter-spacing: -0.015em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: var(--tj-fs-h5);
  line-height: 1.4;
}

h6 {
  font-size: var(--tj-fs-h6);
  line-height: 1.444;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: block;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
svg path,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus,
button:focus:not(:focus-visible) {
  outline: 0;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

select,
.nice-select,
input:not([type=submit]):not([type=radio]):not([type=checkbox]),
textarea {
  outline: none;
  background-color: --tj-color-common-white;
  height: auto;
  width: 100%;
  font-size: var(--tj-fs-body);
  border: 1px solid var(--tj-color-common-white);
  color: var(--tj-color-common-black);
  padding: 10px 15px;
}

input[type=color] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: var(--tj-color-theme-secondary);
}

::-webkit-scrollbar-thumb {
  background: var(--tj-color-theme-primary);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

*::-moz-selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

::selection {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}
*::-moz-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}
*:-ms-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}
*::-ms-input-placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}
*::placeholder {
  color: var(--tj-color-common-black);
  font-size: var(--tj-fs-body);
  opacity: 1;
}

/**
 	Common Classes CSS
*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
}
.container.gx-0,
.container-fluid.gx-0,
.container-lg.gx-0,
.container-md.gx-0,
.container-sm.gx-0,
.container-xl.gx-0,
.container-xxl.gx-0 {
  --bs-gutter-x: 0;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1350px;
}

.row {
  --bs-gutter-x: 30px;
}

img {
  max-width: 100%;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

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

.gap-30-30 {
  --bs-gutter-x: 60px;
}
.gap-30-30 .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .gap-30-30 .row {
    --bs-gutter-y: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .gap-30-30 {
    --bs-gutter-x: 30px;
  }
  .gap-30-30 .row {
    --bs-gutter-y: 30px;
  }
}

.gap-0-30 {
  --bs-gutter-x: 30px;
}
.gap-0-30 .row {
  --bs-gutter-x: 30px;
}

.gap-30 {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
.gap-30 .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}

.rg-30,
.rg-30 .row {
  row-gap: 30px;
}

.top-space-15 {
  padding-top: 15px;
}

.bg-shape-2, .bg-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 597px;
  width: 100%;
  z-index: -1;
  mix-blend-mode: difference;
  pointer-events: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bg-shape-2, .bg-shape-1 {
    max-width: 450px;
  }
}
.bg-shape-2 {
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
}
.bg-shape-sm {
  max-width: 450px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .bg-shape-sm {
    max-width: 400px;
  }
}

.section-gap-x {
  -webkit-padding-start: 15px;
          padding-inline-start: 15px;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
}

.section-inner {
  border-radius: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-inner {
    border-radius: 12px;
  }
}

.inner-gap,
.section-gap {
  padding-top: 110px;
  padding-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner-gap,
  .section-gap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-gap,
  .section-gap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .inner-gap,
  .section-gap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.inner-gap-2,
.section-gap-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner-gap-2,
  .section-gap-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .inner-gap-2,
  .section-gap-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.inner-gap-top,
.section-gap-top {
  padding-top: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner-gap-top,
  .section-gap-top {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-gap-top,
  .section-gap-top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .inner-gap-top,
  .section-gap-top {
    padding-top: 70px;
  }
}

.inner-gap-bottom,
.section-gap-bottom {
  padding-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inner-gap-bottom,
  .section-gap-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-gap-bottom,
  .section-gap-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .inner-gap-bottom,
  .section-gap-bottom {
    padding-bottom: 70px;
  }
}

.section-separator {
  border-top: 1px solid var(--tj-color-border-1);
}

.section-separator-2 {
  border-top: 1px solid var(--tj-color-border-7);
}

.wow {
  visibility: hidden;
}

#smooth-content {
  padding-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #smooth-content {
    padding-bottom: 0;
  }
}

.tj-fade-anim {
  -webkit-transition: none;
  transition: none;
}

.tj-theme-bg {
  background-color: var(--tj-color-theme-bg);
}

.tj-theme-bg-2 {
  background-color: var(--tj-color-theme-bg-2);
}

.tj-theme-bg-3 {
  background-color: var(--tj-color-theme-bg-3);
}

.tj-theme-bg-4 {
  background-color: var(--tj-color-theme-bg-4);
}

.tj-theme-bg-5 {
  background-color: var(--tj-color-theme-bg-5);
}

.tj-theme-bg-6 {
  background-color: var(--tj-color-theme-bg-6);
}

.tj-theme-bg-7 {
  background-color: var(--tj-color-theme-bg-7);
}

.tj-theme-bg-8 {
  background-color: var(--tj-color-theme-bg-8);
}

.tj-theme-bg-9 {
  background-color: var(--tj-color-theme-bg-9);
}

.tj-rating-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 1;
}
.tj-rating-wrapper .r-icon {
  position: relative;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tj-rating-wrapper .r-icon-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  --r-rating-icon-color: var(--tj-color-orange-1);
  opacity: 0.5;
}
.tj-rating-wrapper .r-icon-wrapper.r-icon-marked {
  opacity: 1;
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  overflow: hidden;
  position: absolute;
  width: var(--r-rating-icon-marked-width);
  z-index: 1;
}
.tj-rating-wrapper .r-icon-wrapper i,
.tj-rating-wrapper .r-icon-wrapper svg {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--r-rating-icon-color);
  line-height: 1;
}
.tj-rating-wrapper .label {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-heading-primary);
  margin-left: 2px;
}
.tj-rating-wrapper-sm {
  font-size: 15px;
}
.tj-rating-wrapper-sm .label {
  font-size: 15px;
  color: var(--tj-color-light-1);
  -webkit-margin-start: 4px;
          margin-inline-start: 4px;
  padding: 0;
  border: 0;
}

.slider-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.slider-navigation-absolute {
  position: absolute;
  inset-inline-start: -20px;
  inset-inline-end: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
  z-index: 1;
}

.slider-next,
.slider-prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--tj-color-heading-primary);
  background-color: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-border-1);
  pointer-events: all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-next .anim-icon,
.slider-prev .anim-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.slider-next .anim-icon i,
.slider-prev .anim-icon i {
  position: relative;
  top: 0;
  color: var(--tj-color-heading-primary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 13px;
}
.slider-next .anim-icon i:last-child,
.slider-prev .anim-icon i:last-child {
  position: absolute;
  -webkit-transform: translateX(150%);
      -ms-transform: translateX(150%);
          transform: translateX(150%);
  color: var(--tj-color-theme-dark);
}
.slider-next:hover,
.slider-prev:hover {
  color: var(--tj-color-theme-dark);
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.slider-next:hover .anim-icon i,
.slider-prev:hover .anim-icon i {
  color: var(--tj-color-common-white);
}
.slider-next:hover .anim-icon i:first-child,
.slider-prev:hover .anim-icon i:first-child {
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
}
.slider-next:hover .anim-icon i:last-child,
.slider-prev:hover .anim-icon i:last-child {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .slider-next,
  .slider-prev {
    width: 40px;
    height: 40px;
  }
}

.slider-next .anim-icon i:last-child {
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
}
.slider-next:hover .anim-icon i:first-child {
  -webkit-transform: translateX(150%);
      -ms-transform: translateX(150%);
          transform: translateX(150%);
}

/** Buttons CSS **/
.tj-btn-primary {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  font-size: 16px;
  letter-spacing: -0.01em;
  font-weight: var(--tj-fw-sbold);
  padding: 20px 26px 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  border-radius: 10px;
  overflow: hidden;
}
.tj-btn-primary .btn-text {
  position: relative;
  height: 19px;
  overflow: hidden;
}
.tj-btn-primary .btn-text-inner {
  display: block;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.tj-btn-primary .btn-text-inner span {
  display: block;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.tj-btn-primary .btn-text-inner span:first-child {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}
.tj-btn-primary .btn-text-inner span:last-child {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
.tj-btn-primary .btn-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  line-height: 1;
  overflow: hidden;
  margin-top: -2px;
}
.tj-btn-primary .btn-icon i {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tj-btn-primary:hover {
  background-color: var(--tj-color-theme-primary-hover);
}
.tj-btn-primary:hover .btn-text-inner {
  -webkit-transform: translateY(-17px);
      -ms-transform: translateY(-17px);
          transform: translateY(-17px);
}
.tj-btn-primary:hover .btn-text-inner span:first-child {
  -webkit-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
          transform: rotate(20deg);
}
.tj-btn-primary:hover .btn-text-inner span:last-child {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.tj-btn-primary:hover .btn-icon i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.tj-btn-primary:hover, .tj-btn-primary:focus {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-btn-primary {
    padding: 16px 20px 13px;
  }
}
.tj-btn-sm {
  padding: 16px 20px 13px;
}
.tj-btn-gassy {
  background-color: var(--tj-color-blur-1);
  border: 1px solid var(--tj-color-border-3);
  backdrop-filter: blur(15px);
}
.tj-btn-gassy:hover {
  background-color: var(--tj-color-blur-1);
  border-color: var(--tj-color-border-3);
}
.tj-btn-gradient {
  border: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 10px;
}
.tj-btn-gradient::before, .tj-btn-gradient::after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: none;
  transition: none;
}
.tj-btn-gradient::before {
  background-image: conic-gradient(from 90deg, var(--tj-color-theme-primary) 0%, #ffad5f 50%, var(--tj-color-theme-primary) 100%);
  width: 120%;
  height: 406%;
}
.tj-btn-gradient::after {
  inset: 2px;
  background-color: var(--tj-color-theme-dark-4);
  border-radius: 8px;
}
.tj-btn-gradient:hover {
  background-color: var(--tj-color-blur-1);
  border-color: transparent;
}
.tj-btn-gradient:hover::before {
  -webkit-animation: gradientSpin 0.8s infinite linear;
          animation: gradientSpin 0.8s infinite linear;
}
.tj-btn-rounded {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-dark);
  pointer-events: all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tj-btn-rounded .anim-icon {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tj-btn-rounded .anim-icon i {
  position: relative;
  top: 0;
  color: var(--tj-color-common-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
}
.tj-btn-rounded .anim-icon i:last-child {
  position: absolute;
  -webkit-transform: translateX(-150%);
      -ms-transform: translateX(-150%);
          transform: translateX(-150%);
  color: var(--tj-color-common-white);
}
.tj-btn-rounded:hover {
  background-color: var(--tj-color-theme-primary);
}
.tj-btn-rounded:hover .anim-icon i {
  color: var(--tj-color-common-white);
}
.tj-btn-rounded:hover .anim-icon i:first-child {
  -webkit-transform: translateX(150%);
      -ms-transform: translateX(150%);
          transform: translateX(150%);
}
.tj-btn-rounded:hover .anim-icon i:last-child {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-btn-rounded {
    width: 40px;
    height: 40px;
  }
}

/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.tj-header-area {
  position: relative;
  padding: 0px 15px;
  -webkit-padding-end: 5px;
          padding-inline-end: 5px;
  z-index: 9;
  margin: 0 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-header-area {
    margin: 0 15px;
  }
}
.tj-header-area.header-absolute {
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 15px;
  width: calc(100% - 30px);
  border-bottom: 1px solid var(--tj-color-border-3);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  z-index: 90;
}
.tj-header-area.header-duplicate {
  width: calc(100% - 30px);
  position: fixed;
  top: -90px;
  left: 0;
  padding: 0 50px;
  z-index: 98;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media (max-width: 575px) {
  .tj-header-area.header-duplicate {
    width: calc(100% - 20px);
  }
}
.tj-header-area.header-duplicate.sticky-out {
  top: 0;
  opacity: 1;
  -webkit-animation: bounceInUp 1s;
          animation: bounceInUp 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background-color: var(--tj-color-theme-dark-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area.header-duplicate {
    padding: 0px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-header-area.header-duplicate {
    padding: 15px 0px;
  }
}
.tj-header-area.sticky {
  z-index: 100;
  top: 0;
  opacity: 1;
  -webkit-animation: bounceInDown 1s;
          animation: bounceInDown 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  background-color: var(--tj-color-theme-dark-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area {
    padding: 0px 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-header-area {
    padding: 15px 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-header-area .tj-header-button {
    margin-left: auto;
  }
}

.tj-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tj-header-wrapper .tj-header-logo {
  max-width: 140px;
  width: 100%;
}
.tj-header-wrapper .tj-header-logo a {
  display: inline-block;
}

.tj-header-area .menu-bar {
  margin-left: 25px;
}

.menu_bar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  left: 0;
  margin-left: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.menu_bar i {
  font-size: 24px;
  font-weight: var(--tj-fw-medium);
  display: none;
  line-height: 1;
  color: var(--tj-color-common-white);
}
.menu_bar span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--tj-color-common-white);
  border-radius: 10px;
  margin-right: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_bar span:last-child, .menu_bar span:first-child {
  width: 25px;
}
.menu_bar.mobile_menu_bar {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: var(--tj-color-theme-primary);
  border-radius: 7px;
}
.menu_bar.mobile_menu_bar span {
  background-color: var(--tj-color-common-white);
}
.menu_bar:hover span {
  width: 100%;
}
.menu_bar.menu-bar-toggeled i {
  display: block;
}
.menu_bar.menu-bar-toggeled span {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_bar {
    margin-left: 0;
  }
}

/* mobile-menu */
.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mobile-menu .mean-bar {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mean-container .mean-bar {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-gradient-1)), color-stop(100%, var(--tj-color-gradient-3)), to(var(--tj-color-gradient-2)));
  background: linear-gradient(90deg, var(--tj-color-gradient-1) 0%, var(--tj-color-gradient-3) 100%, var(--tj-color-gradient-2) 100%);
  color: var(--tj-color-common-white);
}

.mean-nav ul li a.mean-expand i.fa-plus {
  display: block;
}

.mean-nav ul li a.mean-expand i.fa-minus {
  display: none;
}

.mobile-menu .mean-nav ul:not(.sub-menu) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mean-nav ul li a.mean-expand.mean-clicked i.fa-minus {
  display: block;
}

.mean-nav ul li a.mean-expand.mean-clicked i.fa-plus {
  display: none;
}

.tj-header-area .mobile-menu .mean-bar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tj-header-area .mobile-menu.mean-container .mean-nav {
  background: transparent;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0px;
}

.tj-header-area .mobile-menu {
  overflow: hidden;
  position: fixed;
  left: 15px;
  top: 94px;
  width: calc(100% - 30px);
  max-height: calc(100% - 94px);
  overflow-y: auto;
  background: var(--tj-color-theme-dark-2);
  color: var(--tj-color-common-white);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: -1;
}
@media (max-width: 575px) {
  .tj-header-area .mobile-menu {
    top: 84px;
    max-height: calc(100% - 84px);
  }
}

.tj-header-area .mobile-menu.opened {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}

.tj-header-area .mobile-menu ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.tj-header-area .mobile-menu ul li {
  width: 100%;
  display: block;
}

.tj-header-area .mobile-menu ul li a:not(.mean-expand) {
  width: 100%;
  text-transform: capitalize;
  line-height: 1.2;
  padding: 18px 0;
  letter-spacing: 1px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tj-header-area .mobile-menu ul li:last-child a:not(.mean-expand) {
  border-bottom: 0;
  padding-bottom: 0;
}

.tj-header-area .mobile-menu ul li a.mean-expand {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  top: 13px;
}
.tj-header-area .mobile-menu ul li a.mean-expand i {
  font-size: 14px;
}

.tj-header-area .mobile-menu ul li > .sub-menu {
  max-width: 100%;
  padding: 0;
}

.tj-header-area .mobile-menu ul li > .sub-menu > li {
  padding-left: 20px;
}

.tj-header-area .mobile-menu ul li > .sub-menu > li > a:not(.mean-expand) {
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;
  padding: 15px 0;
}

#innerMenu .elementor-icon-list-item.active {
  border-bottom: 2px solid var(--e-global-color-3f0b73b);
}

#innerMenu .elementor-icon-list-item.active > a span {
  color: var(--e-global-color-3f0b73b);
}

#innerMenu .elementor-icon-list-item {
  border-bottom: 2px solid transparent;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceInUp {
  0%, 10%, 35%, 50%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  35% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  80% {
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
}
@keyframes bounceInUp {
  0%, 10%, 35%, 50%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  35% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 2px, 0);
    transform: translate3d(0, 2px, 0);
  }
  80% {
    -webkit-transform: translate3d(0, -90px, 0);
    transform: translate3d(0, -90px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
}
@-webkit-keyframes bounceTwice {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  25% {
    -webkit-transform: rotate(0deg) translateY(-3px);
            transform: rotate(0deg) translateY(-3px);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  75% {
    -webkit-transform: rotate(0deg) translateY(-3px);
            transform: rotate(0deg) translateY(-3px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
}
@keyframes bounceTwice {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  25% {
    -webkit-transform: rotate(0deg) translateY(-3px);
            transform: rotate(0deg) translateY(-3px);
  }
  50% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  75% {
    -webkit-transform: rotate(0deg) translateY(-3px);
            transform: rotate(0deg) translateY(-3px);
  }
  100% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
}
/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.tj-header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-menu ul {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
  }
}
.tj-header-menu ul > li > a, .tj-header-menu ul > li > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: var(--tj-ff-body);
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  padding: 32px 0px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  letter-spacing: 0em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-menu ul > li > a, .tj-header-menu ul > li > button {
    font-size: 14px;
  }
}
.tj-header-menu ul > li.current > a,
.tj-header-menu ul > li.current > button, .tj-header-menu ul > li.current-menu-ancestor > a,
.tj-header-menu ul > li.current-menu-ancestor > button {
  color: var(--tj-color-theme-primary);
}
.tj-header-menu ul > li:hover > a,
.tj-header-menu ul > li:hover > button {
  color: var(--tj-color-theme-primary);
}

/* !END: Theme Header CSS */
/* !START: Footer CSS */
.tj-footer-inner {
  background: url("../img/bg/bg-common-2.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-inner {
    border-radius: 12px;
  }
}
.tj-footer-copyright {
  padding: 35px 0;
  border-top: 1px solid var(--tj-color-border-3);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-copyright {
    padding: 25px 0;
  }
}
.tj-footer-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 489px;
  z-index: 1;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(rgba(115, 115, 115, 0)));
  -webkit-mask-image: linear-gradient(180deg, #d9d9d9 0%, rgba(115, 115, 115, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(rgba(115, 115, 115, 0)));
          mask-image: linear-gradient(180deg, #d9d9d9 0%, rgba(115, 115, 115, 0) 100%);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-footer-img {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-footer-img {
    max-width: 375px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-img {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-img {
    max-width: 300px;
    left: -115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-footer-img {
    max-width: 300px;
    left: -154px;
  }
}
@media (max-width: 575px) {
  .tj-footer-img {
    max-width: 250px;
    left: -164px;
  }
}
.tj-footer-img:last-child {
  left: auto;
  right: 0;
  max-width: 489px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-footer-img:last-child {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-footer-img:last-child {
    max-width: 375px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-img:last-child {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-img:last-child {
    max-width: 300px;
    right: -115px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-footer-img:last-child {
    max-width: 300px;
    right: -154px;
  }
}
@media (max-width: 575px) {
  .tj-footer-img:last-child {
    max-width: 250px;
    right: -164px;
  }
}

.copyright {
  color: var(--tj-color-light-2);
  font-family: var(--tj-ff-heading);
}
.copyright p {
  margin-bottom: 0;
}
.copyright p a {
  color: var(--tj-color-common-white);
}
.copyright p a:hover {
  color: var(--tj-color-theme-primary);
}

.tj-footer-icon-img {
  position: absolute;
  left: 24%;
  top: 49%;
  z-index: -1;
  mix-blend-mode: luminosity;
}
.tj-footer-icon-img:first-child img {
  width: 97px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-icon-img:first-child {
    width: 90px;
    left: 21%;
    top: 57%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-icon-img:first-child {
    width: 55px;
    left: 18%;
    top: 52%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-icon-img:first-child {
    width: 55px;
    left: 5%;
    top: 49%;
  }
}
.tj-footer-icon-img:last-child {
  left: 60%;
  top: 59%;
}
.tj-footer-icon-img:last-child img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  width: 164px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-icon-img:last-child {
    width: 100px;
    top: 68%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-icon-img:last-child {
    width: 80px;
    top: 68%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-icon-img:last-child {
    width: 65px;
    top: 73%;
    left: 71%;
  }
}
.tj-footer-blur-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.tj-footer-blur-img:nth-child(2) {
  left: auto;
  right: 0;
  height: 100%;
}
.tj-footer-blur-img:nth-child(2) img {
  width: auto;
  height: 100%;
}
.tj-footer-blur-img:nth-child(3) {
  top: auto;
  left: 0;
  bottom: 0;
}
.tj-footer-marquee {
  position: absolute;
  inset: 30px;
  max-width: 331px;
  overflow: hidden;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(255, 255, 255, 0)), color-stop(30.6%, var(--tj-color-common-white)), color-stop(69.51%, var(--tj-color-common-white)), color-stop(98%, rgba(255, 255, 255, 0)));
  -webkit-mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 2%, var(--tj-color-common-white) 30.6%, var(--tj-color-common-white) 69.51%, rgba(255, 255, 255, 0) 98%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(2%, rgba(255, 255, 255, 0)), color-stop(30.6%, var(--tj-color-common-white)), color-stop(69.51%, var(--tj-color-common-white)), color-stop(98%, rgba(255, 255, 255, 0)));
          mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 2%, var(--tj-color-common-white) 30.6%, var(--tj-color-common-white) 69.51%, rgba(255, 255, 255, 0) 98%);
}
.tj-footer-marquee-start {
  inset-inline-end: auto;
}
.tj-footer-marquee-end {
  inset-inline-start: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-footer-marquee {
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-marquee {
    max-width: 180px;
  }
  .tj-footer-marquee-start {
    inset-inline-start: 15px;
  }
  .tj-footer-marquee-end {
    inset-inline-end: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-marquee {
    max-width: 130px;
  }
  .tj-footer-marquee-start {
    inset-inline-start: 15px;
  }
  .tj-footer-marquee-end {
    inset-inline-end: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-marquee {
    display: none;
  }
}
.tj-footer-marquee-inner,
.tj-footer-marquee .tj-footer-slider {
  height: 100%;
  width: 100%;
}
.tj-footer-marquee-inner .swiper-slide,
.tj-footer-marquee .tj-footer-slider .swiper-slide {
  height: auto;
}
.tj-footer-marquee .footer-demo {
  background-color: var(--tj-color-theme-dark-2);
  border: 3px solid var(--tj-color-theme-dark-2);
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
}
.tj-footer-marquee .footer-demo img {
  opacity: 0.3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tj-footer-slider-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* !END: Footer CSS */
/**----------------------------------------
START: Theme Animation Keyfream CSS
----------------------------------------*/
.tj-anim-move-var {
  -webkit-animation-name: moveVar;
          animation-name: moveVar;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.tj-anim-move-hor {
  -webkit-animation-name: moveHor;
          animation-name: moveHor;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.tj-zoom-in-out {
  -webkit-animation-name: tjZoomInOut3;
          animation-name: tjZoomInOut3;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes moveHor {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}

@keyframes moveHor {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
}
@-webkit-keyframes moveVar {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@keyframes moveVar {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}
@-webkit-keyframes moving-left {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  20% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translatey(-30px);
            transform: translatey(-30px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes moving-left {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  20% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
  }
  50% {
    -webkit-transform: translatey(-30px);
            transform: translatey(-30px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@-webkit-keyframes moving-right {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  20% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  50% {
    -webkit-transform: translatey(30px);
            transform: translatey(30px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@keyframes moving-right {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  20% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  50% {
    -webkit-transform: translatey(30px);
            transform: translatey(30px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}
@-webkit-keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.7, 1.1);
            transform: scale(0.7, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.7);
            transform: scale(1.1, 0.7);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05);
  }
}
@keyframes gelatine {
  from, to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.7, 1.1);
            transform: scale(0.7, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.7);
            transform: scale(1.1, 0.7);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05);
  }
}
@-webkit-keyframes zoomInOutAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes zoomInOutAnim {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes tjZoomInOut3 {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes tjZoomInOut3 {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes gradientSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes gradientSpin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* !END: Theme Animation Keyfream CSS */
/**----------------------------------------
START: Theme section  CSS
----------------------------------------*/
.tj-section-wrapper {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-section-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .tj-section-wrapper {
    margin-bottom: 35px;
  }
}
.tj-section-wrapper .tj-section-desc {
  margin-top: 12px;
  margin-bottom: 0;
  max-width: 530px;
}
.tj-section-wrapper-centered {
  max-width: 508px;
  margin-left: auto;
  margin-right: auto;
}
.tj-section-wrapper-centered .tj-section-desc {
  margin: 12px auto 0;
  max-width: 591px;
}
.tj-section-wrapper-centered-sm {
  max-width: 700px;
}
.tj-section-wrapper-centered-lg {
  max-width: 604px;
}
.tj-section-subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-theme-bg-7);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: var(--tj-fw-sbold);
  padding: 6px 12px;
  margin-bottom: 18px;
  border-radius: 6px;
}
.tj-section-subtitle i {
  color: var(--tj-color-theme-primary);
  font-size: 22px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-section-subtitle {
    margin-bottom: 15px;
  }
}
.tj-section-subtitle.text-white {
  border-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-section-subtitle {
    font-size: 13px;
  }
}
.tj-section-desc {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-section-desc {
    font-size: 16px;
  }
}
.tj-section-number {
  display: block;
  font-size: 224px;
  font-weight: var(--tj-fw-sbold);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(24%, #000000), color-stop(88%, rgba(0, 0, 0, 0)));
  -webkit-mask-image: linear-gradient(180deg, #000000 24%, rgba(0, 0, 0, 0) 88%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(24%, #000000), color-stop(88%, rgba(0, 0, 0, 0)));
          mask-image: linear-gradient(180deg, #000000 24%, rgba(0, 0, 0, 0) 88%);
  letter-spacing: -0.015em;
  line-height: 1;
  margin-top: -33px;
  margin-bottom: -40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-section-number {
    font-size: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-section-number {
    font-size: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-section-number {
    font-size: 80px;
    margin-top: -20px;
    margin-bottom: -21px;
  }
}

/* !END: Theme section CSS */
/**----------------------------------------
START: Back to top CSS
----------------------------------------*/
.back-to-top-wrapper {
  position: fixed;
  inset-inline-end: 30px;
  bottom: 30px;
  display: block;
  border-radius: 50%;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .back-to-top-wrapper {
    inset-inline-end: 15px;
    bottom: 15px;
  }
}
.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  inset-inline-end: 60px;
  bottom: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .back-to-top-btn-show {
    inset-inline-end: 20px;
    bottom: 20px;
  }
}
.back-to-top-btn {
  position: relative;
  z-index: 0;
}
.back-to-top-btn .back-to-top-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 54px;
  height: 54px;
  font-size: 16px;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-radius: 50%;
  text-shadow: 0 40px 0 var(--tj-color-common-white);
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .back-to-top-btn .back-to-top-icon {
    width: 46px;
    height: 46px;
  }
}
.back-to-top-btn .back-to-top-icon i {
  display: inline-block;
}
.back-to-top-btn::before {
  content: "";
  position: absolute;
  inset: -3px;
  z-index: -1;
  background-color: var(--tj-color-blur-2);
  backdrop-filter: blur(80px);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.back-to-top-btn-fnc .back-to-top-icon {
  background-color: var(--tj-color-blue-1);
}
.back-to-top-btn-mrc .back-to-top-icon {
  background-color: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .back-to-top-btn-mrc-wrapper {
    inset-inline-end: 0;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .back-to-top-btn-mrc-wrapper.back-to-top-btn-show {
    inset-inline-end: 15px;
    bottom: 15px;
  }
}
.back-to-top-btn:hover .back-to-top-icon i {
  -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.back-to-top-btn:hover::before {
  inset: -7px;
}

/* !END: Back to top CSS */
/**----------------------------------------
START: Preloader CSS
----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  z-index: 99999;
  background-color: var(--tj-color-common-white);
  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;
}
.preloader .loading-container {
  margin: 40px auto;
}
.preloader .loading {
  height: 110px;
  width: 110px;
  border-radius: 100%;
  position: relative;
  border: 1px solid transparent;
  border-color: transparent var(--tj-color-theme-primary) transparent var(--tj-color-theme-primary);
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
          animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.preloader #loading-icon {
  position: absolute;
  width: 60px;
  top: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* !END: Preloader CSS */
/**----------------------------------------
START: Theme Hero CSS
----------------------------------------*/
.tj-hero-area {
  background: url("../img/bg/bg-common.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70vh;
  padding: 161px 0 0;
  position: relative;
  margin: 0 15px 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-area {
    min-height: 85vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-area {
    min-height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-area {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-area {
    padding: 160px 0 0;
    min-height: auto;
    background-position: left center;
  }
}
@media (max-width: 575px) {
  .tj-hero-area {
    padding: 127px 0 0;
    min-height: auto;
    margin: 0 15px 0;
  }
}
.tj-hero-demo-img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-demo-img {
    width: 6%;
  }
  .tj-hero-demo-img:last-child {
    width: 33%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-demo-img:first-child {
    left: 0;
    width: 11%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-demo-img {
    display: none;
  }
}
.tj-hero-demo-img:last-child {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-demo-img:last-child {
    right: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-demo-img:last-child {
    right: -7%;
    width: 260px;
  }
}
.tj-hero-icon-img {
  position: absolute;
  left: 50%;
  top: 40%;
  z-index: -1;
  mix-blend-mode: luminosity;
}
.tj-hero-icon-img:nth-child(2) {
  left: 71%;
  top: 28%;
}
.tj-hero-icon-img:last-child {
  left: 61%;
  top: 69%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-icon-img {
    width: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-icon-img {
    width: 70px;
  }
  .tj-hero-icon-img:first-child {
    top: 49%;
  }
  .tj-hero-icon-img:last-child {
    left: 70%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-icon-img {
    width: 50px;
  }
  .tj-hero-icon-img:first-child {
    top: 49%;
  }
  .tj-hero-icon-img:last-child {
    left: 70%;
  }
}
.tj-hero-blur-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.tj-hero-blur-img:last-child {
  left: auto;
  right: 0;
}
.tj-hero-top-wrapper {
  width: 100%;
  margin-bottom: 70px;
  position: relative;
  z-index: 3;
}
@media (max-width: 575px) {
  .tj-hero-top-wrapper {
    margin-bottom: 76px;
  }
}
.tj-hero-top-wrapper .logo {
  max-width: 88px;
  height: 88px;
  margin: auto;
  margin-bottom: 20px;
}
.tj-hero-top-wrapper .logo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .tj-hero-top-wrapper .logo {
    max-width: 75px;
    height: 75px;
  }
}
.tj-hero-top-wrapper .tj-section-subtitle {
  background-color: var(--tj-color-blur-1);
  border: 1px solid var(--tj-color-border-3);
  backdrop-filter: blur(15px);
  color: var(--tj-color-common-white);
  padding: 5px 12px;
  gap: 8px;
  -webkit-transition: none;
  transition: none;
}
.tj-hero-top-wrapper .hero-title .title {
  max-width: 993px;
  margin-bottom: 12px;
  color: var(--tj-color-common-white);
  max-width: 696px;
  -webkit-transition: none;
  transition: none;
}
.tj-hero-top-wrapper .desc {
  color: var(--tj-color-light-2);
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  max-width: 615px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-top-wrapper .desc {
    font-size: 16px;
  }
}
.tj-hero-top-wrapper .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-top-wrapper {
    max-width: 820px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-top-wrapper {
    max-width: 811px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-top-wrapper {
    max-width: 675px;
  }
  .tj-hero-top-wrapper .hero-title .title {
    font-size: 51px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-top-wrapper {
    max-width: 450px;
  }
  .tj-hero-top-wrapper .hero-title .title {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .tj-hero-top-wrapper .hero-title .title {
    font-size: 36px;
  }
}
.tj-hero-service .services_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 103px auto 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-service .services_wrap {
    margin-top: 94px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-service .services_wrap {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-service .services_wrap {
    margin-top: 65px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-service .services_wrap {
    max-width: 450px;
    margin-top: 84px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .tj-hero-service .services_wrap {
    margin-top: 54px;
  }
}
.tj-hero-service .services_wrap .tj-service-wrapper {
  padding: 27px 26px 22px;
  background-color: var(--tj-color-blur-1);
  border: 1px solid var(--tj-color-border-3);
  backdrop-filter: blur(15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  width: auto;
  -webkit-transition: none;
  transition: none;
}
.tj-hero-service .services_wrap .tj-service-wrapper .tj-service-icon span {
  width: auto;
  height: auto;
  background-color: transparent;
  margin-bottom: 0;
}
.tj-hero-service .services_wrap .tj-service-wrapper .tj-service-icon img {
  width: 32px;
  height: 32px;
}
.tj-hero-service .services_wrap .tj-service-wrapper .tj-service-title {
  color: var(--tj-color-light-3);
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.625;
  font-weight: var(--tj-fw-medium);
  letter-spacing: -0.015em;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-service .services_wrap .tj-service-wrapper {
    width: 100%;
  }
}

@-webkit-keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
            transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
            transform: rotate(360deg) translateY(100px);
  }
}

@keyframes services-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
            transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
            transform: rotate(360deg) translateY(100px);
  }
}
.hero-mobile-images img {
  width: 100%;
}

@-webkit-keyframes hover-underline {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  49% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes hover-underline {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  49% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  50% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}
@-webkit-keyframes up-down-move {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
@keyframes up-down-move {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}
.title-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#ffad5f), color-stop(50%, #723ec3), to(#ffad5f));
  background: linear-gradient(90deg, #ffad5f 0%, #723ec3 50%, #ffad5f 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: titleGradient 5s linear infinite;
          animation: titleGradient 5s linear infinite;
}

@-webkit-keyframes titleGradient {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 200% 50%;
  }
}

@keyframes titleGradient {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: 200% 50%;
  }
}
/* !END: Theme Hero CSS */
/**----------------------------------------
START: Theme Marquee CSS
----------------------------------------*/
.tj-maquee-text {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-maquee-text {
    margin-top: -14px;
  }
}
.tj-maquee-text-inner {
  position: relative;
  background: linear-gradient(87.44deg, #d57b4b 26.41%, #723ec3 60.89%);
  padding: 22px 0;
  margin: 0 15px;
  z-index: 3;
  width: calc(100% - 30px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-maquee-text-inner {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-maquee-text-inner {
    padding: 14px 0;
  }
}
@media (max-width: 575px) {
  .tj-maquee-text-inner {
    width: calc(100% - 30px);
    padding: 14px 0;
    margin: 0 15px;
  }
}
.tj-maquee-text-inner .tj-maquee-text-slider-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.tj-maquee-text-inner .tj-maquee-text-slider-item {
  width: auto;
  display: inline-block;
}
.tj-maquee-text-inner .tj-maquee-text-slider-item .marquee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.tj-maquee-text-inner .tj-maquee-text-slider-item .marquee-box .marquee-icon {
  line-height: 1;
  width: 24px;
  -webkit-animation-name: pulseImg;
          animation-name: pulseImg;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  color: var(--tj-color-common-white);
}
.tj-maquee-text-inner .tj-maquee-text-slider-item .marquee-box .marquee-title .title {
  font-size: 24px;
  font-weight: var(--tj-fw-medium);
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 0;
  white-space: nowrap;
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-maquee-text-inner .tj-maquee-text-slider-item .marquee-box .marquee-icon {
    font-size: 30px;
  }
  .tj-maquee-text-inner .tj-maquee-text-slider-item .marquee-box .marquee-title .title {
    font-size: 20px;
  }
}
.tj-maquee-text-inner-2 {
  padding: 12px 0;
}
.tj-maquee-text-inner-2 .tj-maquee-text-slider-item .marquee-box .marquee-icon {
  width: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-maquee-text-inner-2 .tj-maquee-text-slider-item .marquee-box .marquee-icon {
    width: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-maquee-text-inner-2 .tj-maquee-text-slider-item .marquee-box .marquee-icon {
    width: 32px;
  }
}
.tj-maquee-text-inner-2 .tj-maquee-text-slider-item .marquee-box .marquee-icon img {
  width: 100%;
}
.tj-maquee-text-inner-2 .tj-maquee-text-slider-item .marquee-box .marquee-title .title {
  font-size: 48px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-maquee-text-inner-2 .tj-maquee-text-slider-item .marquee-box .marquee-title .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-maquee-text-inner-2 .tj-maquee-text-slider-item .marquee-box .marquee-title .title {
    font-size: 30px;
  }
}

@-webkit-keyframes pulseImg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@keyframes pulseImg {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
/* !END: Theme Marquee CSS */
/**----------------------------------------
START: Includes CSS
----------------------------------------*/
.tj-includes-row {
  --bs-gutter-x: 30px;
  row-gap: 30px;
}

.tj-includes-item {
  height: 100%;
  padding: 30px 25px 26px;
  border: 1px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  border-color: var(--tj-color-border-4);
  background: var(--tj-color-theme-bg-2);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.tj-includes-item-1 .tj-includes-number {
  color: var(--tj-color-theme-primary);
  background: var(--tj-color-theme-bg-9);
}
.tj-includes-item-1 .tj-includes-list li i {
  color: var(--tj-color-theme-primary);
}
.tj-includes-item-2 {
  background: var(--tj-color-theme-bg-3);
}
.tj-includes-item-2 .tj-includes-number {
  color: var(--tj-color-others-1);
  background: var(--tj-color-theme-bg-10);
}
.tj-includes-item-2 .tj-includes-list li i {
  color: var(--tj-color-others-1);
}
.tj-includes-item-3 {
  background: var(--tj-color-theme-bg-5);
}
.tj-includes-item-3 .tj-includes-number {
  color: var(--tj-color-others-2);
  background: var(--tj-color-theme-bg-11);
}
.tj-includes-item-3 .tj-includes-list li i {
  color: var(--tj-color-others-2);
}
.tj-includes-item-4 {
  background: var(--tj-color-theme-bg-6);
}
.tj-includes-item-4 .tj-includes-number {
  color: var(--tj-color-others-3);
  background: var(--tj-color-theme-bg-12);
}
.tj-includes-item-4 .tj-includes-list li i {
  color: var(--tj-color-others-3);
}
.tj-includes-item:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}

.tj-includes-number {
  width: 36px;
  height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.015em;
  line-height: 1;
  margin-bottom: 18px;
}

.tj-includes-title {
  margin: 0 0 12px;
}

.tj-includes-desc {
  margin: 0;
  letter-spacing: 0;
}

.tj-includes-image {
  position: relative;
  margin-top: 24px;
  margin-bottom: 22px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--tj-color-border-2);
}
.tj-includes-image img {
  width: 100%;
  display: block;
}

.tj-includes-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-includes-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: var(--tj-fw-medium);
  line-height: 1.4;
  letter-spacing: -0.015em;
  color: var(--tj-color-heading-primary);
}
.tj-includes-list li:last-child {
  margin-bottom: 0;
}
.tj-includes-list li i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-includes-row {
    --bs-gutter-x: 15px;
  }
  .tj-includes-item {
    padding: 30px 20px 26px;
  }
  .tj-includes-title {
    font-size: 22px;
  }
  .tj-includes-desc {
    min-height: auto;
  }
}
/* !END: Includes CSS */
/**----------------------------------------
START: Theme Roll CSS
----------------------------------------*/
.marquee-area {
  background-color: var(--tj-color-theme-primary);
  padding: 30px 0;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .marquee-area {
    padding: 25px 0;
  }
}
.marquee-area .tj-marquee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .marquee-area .tj-marquee-box {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marquee-area .tj-marquee-box {
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .marquee-area .tj-marquee-box {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .marquee-area .tj-marquee-box {
    gap: 10px;
  }
}
.marquee-area .tj-marquee-box .tj-marquee-icon {
  position: relative;
  max-width: 80px;
  width: 100%;
  top: -2px;
}
.marquee-area .tj-marquee-box .tj-marquee-icon img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .marquee-area .tj-marquee-box .tj-marquee-icon {
    max-width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marquee-area .tj-marquee-box .tj-marquee-icon {
    max-width: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .marquee-area .tj-marquee-box .tj-marquee-icon {
    max-width: 40px;
  }
}
@media (max-width: 575px) {
  .marquee-area .tj-marquee-box .tj-marquee-icon {
    max-width: 30px;
  }
}
.marquee-area .tj-marquee-title .title {
  margin-bottom: 0;
  font-size: 120px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .marquee-area .tj-marquee-title .title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marquee-area .tj-marquee-title .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .marquee-area .tj-marquee-title .title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .marquee-area .tj-marquee-title .title {
    font-size: 40px;
  }
}
.marquee-area .tj-marquee-wrapper {
  max-width: 100%;
  width: auto;
}
.marquee-area--primary {
  -webkit-transform: rotate(1.5deg);
      -ms-transform: rotate(1.5deg);
          transform: rotate(1.5deg);
}
.marquee-area--primary .tj-marquee-icon img {
  -webkit-animation: rotateImg2 6s infinite linear;
          animation: rotateImg2 6s infinite linear;
}
.marquee-area--dark {
  background-color: var(--tj-color-theme-bg);
  -webkit-transform: rotate(-1.5deg);
      -ms-transform: rotate(-1.5deg);
          transform: rotate(-1.5deg);
}
.marquee-area--dark .tj-marquee-title .title {
  color: var(--tj-color-common-white);
}
.marquee-area--dark .tj-marquee-icon img {
  -webkit-animation: rotateImg3 6s infinite linear;
          animation: rotateImg3 6s infinite linear;
}

@-webkit-keyframes rotateImg2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes rotateImg2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotateImg3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateImg3 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* !END: Theme Roll CSS */
/**----------------------------------------
START: Theme Demo CSS
----------------------------------------*/
.tj-demo-area {
  position: relative;
  z-index: 1;
}
.tj-demo-area .section-inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-demo-area .section-inner {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.tj-demo-area .tj-section-wrapper {
  max-width: 621px;
}
.tj-demo-area .tj-section-wrapper .tj-section-title {
  font-size: var(--tj-fs-h1);
  letter-spacing: -0.035em;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-demo-area .tj-section-wrapper .tj-section-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-demo-area .tj-section-wrapper .tj-section-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-demo-area .tj-section-wrapper .tj-section-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .tj-demo-area .tj-section-wrapper .tj-section-title {
    font-size: 31px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-demo-area .tj-section-wrapper {
    max-width: 600px;
  }
  .tj-demo-area .tj-section-wrapper .tj-section-desc {
    max-width: 481px;
  }
}
.tj-demo-title a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-demo-thumb .image {
  max-width: 596px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 18px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-demo-thumb .image {
    border-radius: 10px;
    margin-bottom: 25px;
  }
}
.tj-demo-thumb .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-demo-thumb .image {
    max-width: 100%;
  }
}
.tj-demo-thumb .image .tj-demo-badge {
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--tj-color-common-white);
  background-color: #ff0000;
  padding: 3px 7px;
  border-radius: 40px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.tj-demo-thumb-inner {
  padding: 30px;
  position: relative;
  z-index: 1;
  background-color: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-border-2);
  border-radius: 20px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(43, 22, 96, 0.0509803922);
          box-shadow: 0px 20px 40px 0px rgba(43, 22, 96, 0.0509803922);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-demo-thumb-inner {
    border-radius: 12px;
    padding: 15px;
    padding-bottom: 25px;
  }
}
.tj-demo-thumb-inner:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.tj-demo-thumb-inner:hover .image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.tj-demo-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

/* !END: Theme Demo CSS */
/**----------------------------------------
START: Theme Projct CSS
----------------------------------------*/
.tj-experience-area {
  position: relative;
}
.tj-experience-area .tj-section-wrapper {
  max-width: 580px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-experience-area .tj-section-wrapper {
    padding: 55px 0 45px;
    -webkit-padding-start: 10px;
            padding-inline-start: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-experience-area .tj-section-wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-experience-area .tj-section-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .tj-experience-area .tj-section-wrapper {
    margin-bottom: 35px;
  }
}
.tj-experience-area .tj-section-wrapper .tj-section-desc {
  max-width: 531px;
}
.tj-experience-area .tj-section-wrapper .tj-section-subtitle {
  background-color: var(--tj-color-theme-bg-9);
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-experience-area .tj-section-wrapper .tj-section-desc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-experience-area .tj-section-wrapper .tj-section-desc {
    font-size: 16px;
  }
}
.tj-experience-list-area {
  margin-top: 24px;
  padding-top: 23px;
  border-top: 1px solid var(--tj-color-border-2);
}
.tj-experience-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-experience-list {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-experience-list {
    gap: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-experience-list {
    grid-template-columns: 100%;
    gap: 15px;
  }
}
.tj-experience-list-title {
  font-weight: var(--tj-fw-medium);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 21px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-experience-list-title {
    font-size: 16px;
  }
}
.tj-experience-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-heading-primary);
  line-height: 1.4444;
}
.tj-experience-list li span:has(i) {
  width: 22px;
  height: 22px;
  background-color: var(--tj-color-theme-primary);
  border-radius: 50%;
  color: var(--tj-color-common-white);
  font-size: 15px;
  font-weight: var(--tj-fw-regular);
  line-height: 1;
  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;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-experience-list li {
    font-size: 16px;
    gap: 6px;
  }
  .tj-experience-list li span:has(i) {
    width: 18px;
    height: 18px;
    font-size: 12px;
  }
}
.tj-experience-slider-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.tj-experience-wrapper {
  max-width: 1655px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
.tj-experience-marquee-inner {
  max-width: 820px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  padding: 30px 0;
  overflow: hidden;
  border: 5px solid var(--tj-color-theme-dark);
  background-color: var(--tj-color-common-white);
  border-radius: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-experience-marquee-inner {
    padding: 15px 0;
  }
}
.tj-experience-thumb {
  border: 2px solid var(--tj-color-border-2);
  border-radius: 14px;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(43, 22, 96, 0.0509803922);
          box-shadow: 0px 20px 40px 0px rgba(43, 22, 96, 0.0509803922);
}
.tj-experience-thumb img {
  width: 100%;
}
.tj-experience-item {
  display: grid;
  grid-template-columns: 45% 1fr;
  padding: 80px;
  border-radius: 20px;
}
.tj-experience-item-reverse {
  grid-template-columns: 1fr 45%;
}
.tj-experience-item-reverse .tj-section-wrapper {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
.tj-experience-item-reverse .tj-experience-marquee {
  grid-row: 1/2;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-experience-item {
    grid-template-columns: 45% calc(55% - 30px);
    padding: 40px;
    gap: 30px;
  }
  .tj-experience-item-reverse {
    grid-template-columns: calc(55% - 30px) 45%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-experience-item {
    grid-template-columns: 50% calc(50% - 30px);
    padding: 15px;
    gap: 30px;
  }
  .tj-experience-item-reverse {
    grid-template-columns: calc(50% - 30px) 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-experience-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 80px 30px 30px;
  }
  .tj-experience-item-reverse {
    grid-template-columns: 1fr;
  }
  .tj-experience-item-reverse .tj-section-wrapper {
    width: 100%;
  }
  .tj-experience-item-reverse .tj-experience-marquee {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-experience-item {
    padding: 70px 20px 20px;
    border-radius: 12px;
  }
}
.tj-experience-item.tj-theme-bg-3 .tj-section-wrapper .tj-section-subtitle {
  background-color: var(--tj-color-theme-bg-10);
  color: var(--tj-color-others-1);
}
.tj-experience-item.tj-theme-bg-3 .tj-experience-list li span:has(i) {
  background-color: var(--tj-color-others-1);
}
.tj-experience-item.tj-theme-bg-5 .tj-section-wrapper .tj-section-subtitle {
  background-color: var(--tj-color-theme-bg-11);
  color: var(--tj-color-others-2);
}
.tj-experience-item.tj-theme-bg-5 .tj-experience-list li span:has(i) {
  background-color: var(--tj-color-others-2);
}
.tj-experience-item.tj-theme-bg-6 .tj-section-wrapper .tj-section-subtitle {
  background-color: var(--tj-color-theme-bg-12);
  color: var(--tj-color-others-3);
}
.tj-experience-item.tj-theme-bg-6 .tj-experience-list li span:has(i) {
  background-color: var(--tj-color-others-3);
}

/* !END: Theme Projct CSS */
/**----------------------------------------
START: More Features CSS
----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-more-features-section .rg-30,
  .tj-more-features-section .rg-30 .row {
    --bs-gutter-x: 20px;
    row-gap: 20px;
  }
}

.tj-feature-counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 321px;
  padding: 20px 0;
  margin-top: 51px;
  border: 1px solid var(--tj-color-border-3);
  border-width: 0;
  border-top-width: 1px;
  border-bottom-width: 1px;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-feature-counter-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-counter-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}
.tj-feature-counter-item {
  position: relative;
}
.tj-feature-counter-item:not(:last-child) {
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}
.tj-feature-counter-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--tj-color-border-3);
}
.tj-feature-counter-item .text {
  line-height: 1;
  margin-bottom: 8px;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--tj-color-light-4);
}
.tj-feature-counter-item .counter {
  color: var(--tj-color-green-3);
  font-weight: var(--tj-fw-sbold);
  font-size: 39px;
  letter-spacing: -0.04em;
  line-height: 0.7;
  margin-bottom: 0;
}
.tj-feature-counter-item .counter-prefix {
  font-size: 26px;
  letter-spacing: -0.02em;
  margin-right: 1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-counter-item .counter {
    font-size: 28px;
  }
  .tj-feature-counter-item .counter-prefix {
    font-size: 23px;
  }
}
.tj-feature-counter-empty {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  min-width: inherit;
}
.tj-feature-counter-empty .title {
  font-size: 64px;
  letter-spacing: -0.02em;
  color: var(--tj-color-green-3);
  font-weight: var(--tj-fw-sbold);
  line-height: 0.7;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-counter-empty .title {
    font-size: 48px;
  }
}
.tj-feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-feature-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-bottom: 13px;
  font-size: 15px;
  font-weight: var(--tj-fw-medium);
  line-height: 1.4;
  letter-spacing: -0.015em;
  color: var(--tj-color-heading-primary);
}
.tj-feature-list li:last-child {
  margin-bottom: 0;
}
.tj-feature-list li i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
}
.tj-feature-card {
  position: relative;
  padding: 40px 30px;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: var(--tj-color-theme-bg);
}
.tj-feature-card h3 {
  margin-bottom: 14px;
  font-size: 26px;
  font-weight: var(--tj-fw-sbold);
  line-height: 1.38;
  letter-spacing: -0.015em;
}
.tj-feature-card-large {
  min-height: 715px;
  padding-bottom: 0;
  background: var(--tj-color-theme-dark-3);
  color: var(--tj-color-common-white);
}
.tj-feature-card-large .tj-feature-icon {
  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: 70px;
  height: 70px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--tj-color-theme-primary);
  font-size: 26px;
}
.tj-feature-card-large .tj-feature-icon img {
  width: 36px;
}
.tj-feature-card-large h3 {
  color: var(--tj-color-common-white);
}
.tj-feature-card-large p {
  max-width: 510px;
  margin: 0 0 34px;
  color: var(--tj-color-light-4);
}
.tj-feature-card-large .tj-feature-image img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-card-large {
    min-height: inherit;
  }
}
.tj-feature-card-gsap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 406px;
  background: var(--tj-color-theme-dark-3);
  color: var(--tj-color-common-white);
  height: auto;
}
.tj-feature-card-gsap .tj-feature-gsap-content {
  position: relative;
  z-index: 2;
  max-width: 322px;
}
.tj-feature-card-gsap .tj-feature-gsap-content h3 {
  margin: -9px 0 8px;
  color: var(--tj-color-green-1);
  font-size: 109px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.03em;
  line-height: 1;
}
.tj-feature-card-gsap .tj-feature-gsap-content p {
  margin: 0;
  color: var(--tj-color-light-4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-card-gsap .tj-feature-gsap-content h3 {
    font-size: 80px;
  }
}
.tj-feature-card-gsap .tj-feature-gsap-image {
  position: absolute;
  right: -6%;
  bottom: -5%;
  width: 61%;
}
.tj-feature-card-gsap .tj-feature-gsap-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom right;
     object-position: bottom right;
  mix-blend-mode: lighten;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-card-gsap .tj-feature-gsap-image {
    width: 71%;
  }
}
.tj-feature-card-updated, .tj-feature-card-browser {
  height: auto;
  min-height: auto;
}
.tj-feature-card-browser {
  height: 100%;
  min-height: auto;
}
.tj-feature-card-updated {
  background: var(--tj-color-theme-bg-13);
  color: var(--tj-color-text-body);
}
.tj-feature-card-updated .tj-feature-icon {
  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: 70px;
  height: 70px;
  margin-bottom: 24px;
  border-radius: 50%;
}
.tj-feature-card-updated p {
  margin: 0;
  color: var(--tj-color-text-body);
}
.tj-feature-card-browser {
  background: var(--tj-color-theme-bg-14);
}
.tj-feature-card-browser h3 {
  margin-top: -7px;
  margin-bottom: 12px;
}
.tj-feature-card-browser p {
  margin: 0;
  color: var(--tj-color-text-body);
}
.tj-feature-card-browser .tj-browser-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 30px;
  -webkit-margin-start: -30px;
          margin-inline-start: -30px;
  -webkit-margin-end: -30px;
          margin-inline-end: -30px;
  margin-bottom: -6px;
}
.tj-feature-card-core {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 32px;
  padding-bottom: 0;
  border: 1px solid var(--tj-color-border-4);
}
.tj-feature-card-core h3 {
  margin-bottom: 9px;
}
.tj-feature-card-core .tj-feature-image {
  margin-top: auto;
}
@media (max-width: 575px) {
  .tj-feature-card-integrations .tj-feature-image {
    -webkit-margin-start: -40px;
            margin-inline-start: -40px;
    -webkit-margin-end: -40px;
            margin-inline-end: -40px;
  }
}
.tj-feature-card-course {
  background: linear-gradient(136.18deg, #003ccc 16.32%, #923ec3 51.55%);
}
.tj-feature-card-course h3 {
  color: var(--tj-color-common-white);
}
.tj-feature-card-course p {
  color: var(--tj-color-common-white);
  opacity: 0.8;
  margin-bottom: 0;
}
.tj-feature-card-course .tj-feature-image {
  margin-top: -12px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-card-course .tj-feature-image {
    margin-top: 12px;
  }
}
@media (max-width: 575px) {
  .tj-feature-card-course .tj-feature-image {
    -webkit-margin-start: -50px;
            margin-inline-start: -50px;
    -webkit-margin-end: -40px;
            margin-inline-end: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-feature-card-course .tj-feature-image {
    margin-top: -9px;
  }
}
.tj-feature-card-mobile {
  background: linear-gradient(102.1deg, #723ec3 28.44%, #923ec3 90.91%);
}
.tj-feature-card-mobile .tj-feature-image {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(67.19%, #c4c4c4), to(rgba(94, 94, 94, 0)));
  -webkit-mask-image: linear-gradient(180deg, #c4c4c4 67.19%, rgba(94, 94, 94, 0) 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(67.19%, #c4c4c4), to(rgba(94, 94, 94, 0)));
          mask-image: linear-gradient(180deg, #c4c4c4 67.19%, rgba(94, 94, 94, 0) 100%);
}
.tj-feature-card-mobile h3 {
  color: var(--tj-color-common-white);
}
.tj-feature-card-mobile p {
  max-width: 446px;
  color: var(--tj-color-common-white);
  opacity: 0.8;
  margin-bottom: 34px;
}
.tj-feature-card-mobile-blur {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
.tj-feature-card-mobile-blur img {
  width: auto;
  height: 100%;
}
.tj-feature-card-mobile-2 {
  background-color: var(--tj-color-theme-dark-3);
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  border: 0;
  position: relative;
  z-index: 0;
}
.tj-feature-card-mobile-2 .tj-feature-icon {
  margin-bottom: 19px;
}
.tj-feature-card-mobile-2 h3 {
  color: var(--tj-color-common-white);
}
.tj-feature-card-mobile-2 p {
  max-width: 446px;
  color: var(--tj-color-light-4);
  margin-bottom: 0;
}
.tj-feature-card-mobile-2 .tj-feature-content {
  max-width: 446px;
}
.tj-feature-card-mobile-2 .tj-feature-image {
  max-width: 667px;
  margin-bottom: -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-feature-card-mobile-2 .tj-feature-content {
    padding-bottom: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-card-mobile-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tj-feature-card-mobile-2 .tj-feature-content {
    max-width: 100%;
  }
  .tj-feature-card-mobile-2 .tj-feature-image {
    max-width: 100%;
    text-align: center;
  }
}
.tj-feature-card-learning {
  background: var(--tj-color-theme-bg-13);
}
.tj-feature-card-learning .tj-feature-image {
  -webkit-margin-start: -15px;
          margin-inline-start: -15px;
  -webkit-margin-end: -15px;
          margin-inline-end: -15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-feature-card-learning .tj-feature-image {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
}
.tj-feature-card-learning p {
  margin-bottom: 34px;
}
.tj-feature-card-secured {
  background: var(--tj-color-theme-bg-15);
  border-width: 0;
}
.tj-feature-card-secured p {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-feature-card-secured .tj-feature-image {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
}
.tj-feature-card-performance {
  background: var(--tj-color-theme-dark-3);
  color: var(--tj-color-common-white);
  display: grid;
  grid-template-columns: 45% 49%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
.tj-feature-card-performance .tj-feature-icon {
  margin-bottom: 22px;
}
.tj-feature-card-performance h3 {
  color: var(--tj-color-common-white);
}
.tj-feature-card-performance p {
  color: var(--tj-color-light-4);
  margin-bottom: 0;
}
.tj-feature-card-performance .tj-feature-image {
  margin-top: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-card-performance {
    grid-template-columns: 100%;
    padding: 40px 30px 30px;
  }
  .tj-feature-card-performance .tj-feature-image {
    margin-top: 30px;
  }
}
.tj-feature-card-elementor {
  background: linear-gradient(108.69deg, #ffdbf8 4.3%, #ffdbf8 95.7%);
  display: grid;
  grid-template-columns: calc(47.5% - 30px) 52.5%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.tj-feature-card-elementor .tj-feature-icon {
  margin-bottom: 22px;
}
.tj-feature-card-elementor h3 {
  margin-bottom: 13px;
}
.tj-feature-card-elementor p {
  margin-bottom: 18px;
}
.tj-feature-card-elementor .tj-feature-image {
  margin-top: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-feature-card-elementor {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-card-elementor {
    grid-template-columns: 100%;
  }
  .tj-feature-card-elementor .tj-feature-content {
    -webkit-padding-end: 30px;
            padding-inline-end: 30px;
  }
  .tj-feature-card-elementor .tj-feature-image {
    text-align: center;
    margin-top: 30px;
    margin-bottom: -10px;
    -webkit-margin-start: -5px;
            margin-inline-start: -5px;
  }
}
.tj-feature-card-woo {
  background: linear-gradient(102.1deg, #873eff 28.44%, #923ec3 90.91%);
  display: grid;
  grid-template-columns: calc(46% - 30px) 54%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 43px;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.tj-feature-card-woo .tj-feature-icon {
  margin-bottom: 22px;
}
.tj-feature-card-woo h3 {
  margin-bottom: 13px;
  color: var(--tj-color-common-white);
}
.tj-feature-card-woo p {
  margin-bottom: 18px;
  color: var(--tj-color-common-white);
  max-width: 350px;
  opacity: 0.9;
}
.tj-feature-card-woo .tj-feature-image {
  margin-top: 0;
  margin-top: -14px;
}
.tj-feature-card-woo .tj-feature-list li {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-card-woo {
    grid-template-columns: 100%;
  }
  .tj-feature-card-woo .tj-feature-content {
    -webkit-padding-end: 30px;
            padding-inline-end: 30px;
  }
  .tj-feature-card-woo .tj-feature-image {
    text-align: center;
    margin-top: 30px;
    margin-bottom: -17px;
    -webkit-margin-start: -12px;
            margin-inline-start: -12px;
  }
}
.tj-feature-card-ocdi {
  background: var(--tj-color-theme-bg-14);
  border-width: 0;
}
.tj-feature-card-ocdi p {
  margin-bottom: 24px;
  max-width: 319px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-feature-card-ocdi .tj-feature-image {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
}

.spinner {
  width: 52px;
  height: 52px;
}

.spinner path {
  -webkit-animation: fade 1.2s linear infinite;
          animation: fade 1.2s linear infinite;
}

/* stagger each of the 12 paths evenly around the cycle */
.spinner path:nth-child(1) {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.spinner path:nth-child(2) {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.spinner path:nth-child(3) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.spinner path:nth-child(4) {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.spinner path:nth-child(5) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.spinner path:nth-child(6) {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.spinner path:nth-child(7) {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.spinner path:nth-child(8) {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.spinner path:nth-child(9) {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.spinner path:nth-child(10) {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.spinner path:nth-child(11) {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.spinner path:nth-child(12) {
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.05;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.05;
  }
}
/* !END: More Features CSS */
/**----------------------------------------
START: Theme Fature CSS
----------------------------------------*/
.tj-feature-area .features_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-feature-area .features_wrap {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-feature-area .features_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .tj-feature-area .features_wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.tj-feature-area .features_wrap .tj-service-wrapper {
  background-color: transparent;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 8px;
}
.tj-feature-area .features_wrap .tj-service-title {
  margin-bottom: 10px;
  color: var(--tj-color-common-white);
}
.tj-feature-area .features_wrap .tj-service-desc {
  color: var(--tj-color-common-white-3);
}
.tj-feature-area.tj-theme-bg {
  margin: 0 15px;
  border-radius: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-area.tj-theme-bg {
    border-radius: 12px;
  }
}
.tj-feature-item-inner {
  padding: 30px 30px 26px;
  background: var(--tj-color-common-white);
  position: relative;
  z-index: 1;
  border: 1px solid var(--tj-color-border-4);
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(43, 22, 96, 0.0509803922);
          box-shadow: 0px 20px 40px 0px rgba(43, 22, 96, 0.0509803922);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-item-inner {
    padding: 30px 15px 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-item-inner {
    border-radius: 12px;
  }
}
.tj-feature-item-inner:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.tj-feature-item:hover .tj-feature-icon span {
  -webkit-animation: gelatine 0.6s;
          animation: gelatine 0.6s;
}
.tj-feature-title {
  margin-top: 20px;
  margin-bottom: 0;
}
.tj-feature-title a {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-feature-title a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-feature-desc {
  margin-top: 6px;
}
.tj-feature-desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-feature-desc {
    font-size: 15px;
  }
}
.tj-feature-icon {
  line-height: 1;
}
.tj-feature-icon span {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tj-feature-icon span img {
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-feature-item .tj-feature-icon {
    width: 55px;
  }
  .tj-feature-item:first-child .tj-feature-icon {
    width: 66px;
  }
}

/* !END: Theme Fature CSS */
/**----------------------------------------
START: Theme Testimonial CSS
----------------------------------------*/
.tj-testimonial-section {
  background: linear-gradient(333.7deg, #ffdaad 24.79%, #dac2ff 100%);
  position: relative;
  z-index: 0;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-testimonial-section {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-section {
    padding-bottom: 40px;
  }
}
.tj-testimonial-section .tj-section-wrapper-centered {
  max-width: 524px;
}
.tj-testimonial-section .tj-section-subtitle {
  background: var(--tj-color-light-5);
  border: 1px solid var(--tj-color-common-white);
}

.testimonial-item {
  position: relative;
  background: var(--tj-color-light-5);
  border: 1px solid var(--tj-color-common-white);
  border-radius: 16px;
  margin-bottom: 30px;
  max-width: 420px;
  width: 100%;
  padding: 40px 30px 30px;
  z-index: 1;
}
.testimonial-item .tj-rating-wrapper {
  margin-bottom: 23px;
}
.testimonial-item .desc {
  font-size: 20px;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-heading-primary);
  line-height: 1.5;
}
.testimonial-item .desc p {
  margin-bottom: 0;
}
.testimonial-item .desc p b {
  text-decoration: underline;
  color: var(--tj-color-theme-dark);
  font-weight: var(--tj-fw-medium);
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-item .desc {
    font-size: 18px;
  }
}
.testimonial-item .testimonial-auother {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  position: relative;
}
.testimonial-item .testimonial-auother::before {
  content: "";
  width: calc(100% + 60px);
  height: 0;
  border-top: 1px solid var(--tj-color-border-2);
  position: absolute;
  top: 0;
  inset-inline-start: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-item .testimonial-auother::before {
    inset-inline-start: -20px;
    width: calc(100% + 40px);
  }
}
.testimonial-item .testimonial-auother .author-images {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 1;
  background-color: var(--tj-color-green-2);
  border-radius: 50%;
}
.testimonial-item .testimonial-auother .auother-name .title {
  margin-bottom: 0px;
  letter-spacing: -0.015em;
}
.testimonial-item .testimonial-auother .auother-name .desig {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--tj-color-common-black-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-item {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-item {
    padding: 30px 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-item .desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

/* !END: Theme Testimonial CSS */
/**----------------------------------------
START: Help Center CSS
----------------------------------------*/
.tj-help-center-section .tj-section-wrapper-centered {
  max-width: 578px;
}

.tj-help-card {
  position: relative;
  min-height: 424px;
  padding: 48px 30px 42px;
  border: 1px solid var(--tj-color-border-4);
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(43, 22, 96, 0.0509803922);
          box-shadow: 0px 20px 40px 0px rgba(43, 22, 96, 0.0509803922);
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-help-card {
    padding: 40px 20px 34px;
  }
}
.tj-help-card .tj-help-card-icon {
  width: 70px;
  margin-bottom: 32px;
  color: var(--tj-color-theme-primary);
  font-size: 52px;
  line-height: 1;
}
.tj-help-card .tj-help-card-content h3 {
  margin: 0 0 14px;
  letter-spacing: -0.015em;
}
.tj-help-card .tj-help-card-content p {
  max-width: 570px;
  margin: 0 0 24px;
}
.tj-help-card .tj-help-card-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 22px;
  border: 1px solid var(--tj-color-border-5);
  border-radius: 10px;
  background: var(--tj-color-theme-bg-2);
  color: var(--tj-color-theme-primary);
}
.tj-help-card .tj-help-card-btn:hover {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.tj-help-card .tj-help-card-note {
  display: block;
  color: var(--tj-color-text-body);
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: var(--tj-fw-medium);
  line-height: 1.3;
}
.tj-help-card .tj-help-card-note span {
  color: var(--tj-color-theme-primary);
}

.tj-help-card-team {
  border: 0;
  background: linear-gradient(304.01deg, #ffad5f 9.01%, #723ec3 87.53%);
}
.tj-help-card-team .tj-help-card-icon,
.tj-help-card-team .tj-help-card-content h3,
.tj-help-card-team .tj-help-card-content p,
.tj-help-card-team .tj-help-card-note {
  color: var(--tj-color-common-white);
}
.tj-help-card-team .tj-help-card-note span {
  color: var(--tj-color-common-white);
}
.tj-help-card-team .tj-help-card-btn {
  border-color: var(--tj-color-common-white);
  background: var(--tj-color-common-white);
  color: var(--tj-color-heading-primary);
}
.tj-help-card-team .tj-help-card-btn:hover {
  background: var(--tj-color-theme-dark-2);
  border-color: var(--tj-color-theme-dark-2);
  color: var(--tj-color-common-white);
}

.tj-support-card {
  padding: 40px 30px 34px;
  border: 1px solid var(--tj-color-border-2);
  border-radius: 16px;
  background: linear-gradient(99.29deg, #ffe5c7 14.06%, #ece0ff 85.94%);
  max-width: 381px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-support-card {
    margin-top: 20px;
  }
}
.tj-support-card .tj-support-icon {
  width: 70px;
  margin-bottom: 21px;
  color: var(--tj-color-theme-primary);
  font-size: 58px;
  line-height: 1;
}
.tj-support-card h3 {
  margin: 0 0 11px;
  letter-spacing: -0.015em;
}
.tj-support-card p {
  margin: 0 0 18px;
}
.tj-support-card .tj-support-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tj-support-card .tj-support-note {
  display: block;
  color: var(--tj-color-text-body);
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: var(--tj-fw-medium);
  line-height: 1.3;
}
.tj-support-card .tj-support-note span {
  color: var(--tj-color-theme-primary);
}

/* !END: Help Center CSS */
/**----------------------------------------
START: Theme CTA CSS
----------------------------------------*/
.tj-cta-section {
  background: transparent;
}

.tj-cta-section.style-2 {
  padding-bottom: 0px;
  background-color: transparent;
  position: relative;
}

.cta-button {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-button {
    margin-top: 21px;
  }
}

.cta-wrapper {
  padding: 110px 25px 126px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.cta-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 25px;
  z-index: -1;
}
.cta-wrapper .cta-content {
  max-width: 615px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-wrapper .cta-content {
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper .cta-content {
    max-width: 485px;
  }
}
.cta-wrapper .cta-content .tj-section-subtitle {
  background-color: var(--tj-color-blur-1);
  border: 1px solid var(--tj-color-border-3);
  backdrop-filter: blur(15px);
  color: var(--tj-color-common-white);
  padding: 5px 12px;
  gap: 8px;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 575px) {
  .cta-wrapper .cta-content .tj-section-subtitle {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 11px;
  }
}
.cta-wrapper .cta-content .tj-section-subtitle::after, .cta-wrapper .cta-content .tj-section-subtitle::before {
  background-color: var(--tj-color-theme-primary);
}
.cta-wrapper .cta-content .title {
  font-size: var(--tj-fs-h1);
  color: var(--tj-color-common-white);
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-wrapper .cta-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-wrapper .cta-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper .cta-content .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-wrapper .cta-content .title {
    font-size: 32px;
    margin-bottom: 11px;
  }
}
.cta-wrapper .cta-content .desc {
  color: var(--tj-color-light-2);
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  max-width: 615px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper .cta-content .desc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-wrapper .cta-content .desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-wrapper {
    padding: 100px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper {
    padding: 80px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-wrapper {
    padding: 70px 15px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper {
    padding: 70px 15px;
  }
}

.featured-cta--elementor {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-cta--elementor {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-cta--elementor {
    padding-top: 70px;
  }
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* !END: Theme CTA CSS */
/**----------------------------------------
START: FAQ CSS
----------------------------------------*/
.tj-faq-area .tj-section-title {
  font-size: 128px;
  letter-spacing: -0.02em;
  font-weight: var(--tj-fw-sbold);
  line-height: 1;
  max-width: 820px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-faq-area .tj-section-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-faq-area .tj-section-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-area .tj-section-title {
    font-size: 70px;
  }
}

.tj-faq {
  max-width: 820px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

.tj-faq-style {
  border: 0;
  border-radius: 12px;
  background-color: var(--tj-color-common-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.tj-faq-style .accordion-item {
  border: none;
  border-radius: 16px;
  background-color: transparent;
  border: 1px solid var(--tj-color-border-2);
  color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  -webkit-box-shadow: 0px 20px 40px 0px transparent;
          box-shadow: 0px 20px 40px 0px transparent;
  z-index: 1;
  overflow: hidden;
}
.tj-faq-style .accordion-item .accordion-header .accordion-button {
  background: transparent;
  font-size: 24px;
  padding: 22px 80px 22px 30px;
  color: var(--tj-color-heading-primary);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  position: relative;
  border: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: -0.015em;
  line-height: 1.333;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-style .accordion-item .accordion-header .accordion-button {
    padding: 24px 65px 24px 15px;
    font-size: 18px;
  }
}
.tj-faq-style .accordion-item .accordion-header .accordion-button span {
  color: var(--tj-color-common-white-4);
  margin-right: 5px;
}
.tj-faq-style .accordion-item .accordion-header .accordion-button:before {
  content: "\e957";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 16px;
  right: 30px;
  font-family: var(--tj-ff-fonticon);
  font-weight: 500;
  border: 1px solid var(--tj-color-theme-primary);
  height: 30px;
  width: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--tj-color-theme-primary);
  background: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-style .accordion-item .accordion-header .accordion-button:before {
    right: 15px;
  }
}
.tj-faq-style .accordion-item .accordion-header .accordion-button.collapsed {
  border: 0;
  background: transparent;
}
.tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--tj-color-theme-primary);
}
.tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  color: var(--tj-color-common-white);
  border-color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-theme-primary);
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.tj-faq-style .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tj-faq-style .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.tj-faq-style .accordion-item:has(.accordion-button:not(.collapsed)) {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(43, 22, 96, 0.1019607843);
          box-shadow: 0px 20px 40px 0px rgba(43, 22, 96, 0.1019607843);
  border-color: var(--tj-color-theme-primary);
}
.tj-faq-style .accordion-item:first-child .accordion-button.collapsed {
  border-top: 0;
}
.tj-faq-style .accordion-item:not(:has(.collapsed)) + .accordion-item .accordion-button.collapsed {
  border-color: transparent;
}
.tj-faq-style .accordion-item .accordion-body {
  padding: 0 30px 24px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-style .accordion-item .accordion-body {
    padding: 0 15px 24px;
  }
}
.tj-faq-style .accordion-item .accordion-body p,
.tj-faq-style .accordion-item .accordion-body ul {
  margin-bottom: 0;
}
.tj-faq-style .accordion-item .accordion-body ul {
  padding-left: 15px;
}
.tj-faq-style .accordion-item .accordion-body p a {
  text-decoration: underline;
}
.tj-faq-style .accordion-item .accordion-body p a:hover {
  color: var(--tj-color-border-3);
}

/* !END: FAQ CSS */
/**----------------------------------------
START: Tutor CSS
----------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-tutor-section .tj-section-wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-tutor-section .tj-section-wrapper {
    margin-bottom: 45px;
  }
}
.tj-tutor-section .tj-section-desc {
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.01em;
}
.tj-tutor-inner {
  position: relative;
  padding: 60px;
  border-radius: 20px;
  z-index: 0;
  overflow: hidden;
}
.tj-tutor-inner::before, .tj-tutor-inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: none;
  transition: none;
}
.tj-tutor-inner::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa838), color-stop(28.19%, #ff65c3), color-stop(56.37%, #8652ff));
  background-image: linear-gradient(90deg, #ffa838 0%, #ff65c3 28.19%, #8652ff 56.37%);
  inset: 0;
}
.tj-tutor-inner::after {
  inset: 5px;
  background-color: var(--tj-color-theme-dark-4);
  background: url("../img/bg/bg-common-3.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-tutor-inner::after {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-tutor-inner {
    padding: 60px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-tutor-inner {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-tutor-inner {
    border-radius: 12px;
    padding: 60px 20px;
  }
}
.tj-tutor-inner-wrapper {
  display: grid;
  gap: 0 30px;
  grid-template-columns: calc(45% - 30px) 55%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-tutor-inner-wrapper {
    grid-template-columns: 100%;
  }
}
.tj-tutor-inner .tj-section-title {
  color: var(--tj-color-common-white);
  max-width: 350px;
}
.tj-tutor-inner .tj-section-desc {
  color: var(--tj-color-common-white);
  opacity: 0.8;
  max-width: 455px;
}
.tj-tutor-inner .btn-area {
  margin-top: 24px;
}
.tj-tutor-icon {
  margin-bottom: 16px;
}
.tj-tutor-blur {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  z-index: -1;
}
.tj-tutor-img img {
  width: 100%;
}
.tj-tutor-slider {
  overflow: hidden;
  border: 6px solid var(--tj-color-border-3);
  border-radius: 18px;
}
.tj-tutor-slider-inner {
  max-width: 646px;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-tutor-slider-inner {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-tutor-slider-inner {
    border-radius: 10px;
  }
}
.tj-tutor-service .services_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 54px;
  border: 1px solid var(--tj-color-border-3);
  border-radius: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-tutor-service .services_wrap {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-tutor-service .services_wrap {
    margin-top: 40px;
    max-width: 450px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-template-columns: 100%;
  }
}
.tj-tutor-service .services_wrap .tj-service-wrapper {
  padding: 35px 30px;
  border: 1px solid var(--tj-color-border-3);
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: auto;
  -webkit-transition: none;
  transition: none;
}
.tj-tutor-service .services_wrap .tj-service-wrapper:not(:last-child) {
  border-inline-end-width: 1px;
}
.tj-tutor-service .services_wrap .tj-service-wrapper .tj-service-icon span {
  width: 56px;
  height: 56px;
  background-color: var(--tj-color-blur-1);
  border: 1px solid var(--tj-color-border-3);
  backdrop-filter: blur(15px);
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.tj-tutor-service .services_wrap .tj-service-wrapper .tj-service-icon img {
  width: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-tutor-service .services_wrap .tj-service-wrapper .tj-service-icon span {
    width: 45px;
    height: 45px;
  }
  .tj-tutor-service .services_wrap .tj-service-wrapper .tj-service-icon img {
    width: 20px;
  }
}
.tj-tutor-service .services_wrap .tj-service-wrapper .tj-service-title {
  color: var(--tj-color-light-3);
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.375;
  font-weight: var(--tj-fw-medium);
  letter-spacing: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-tutor-service .services_wrap .tj-service-wrapper .tj-service-title {
    font-size: 14px;
  }
  .tj-tutor-service .services_wrap .tj-service-wrapper {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-tutor-service .services_wrap .tj-service-wrapper {
    border-width: 0;
  }
  .tj-tutor-service .services_wrap .tj-service-wrapper:not(:last-child) {
    border-inline-end-width: 0;
  }
  .tj-tutor-service .services_wrap .tj-service-wrapper:nth-child(1), .tj-tutor-service .services_wrap .tj-service-wrapper:nth-child(2) {
    border-bottom-width: 1px;
  }
  .tj-tutor-service .services_wrap .tj-service-wrapper:nth-child(odd) {
    border-inline-end-width: 1px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-tutor-service .services_wrap .tj-service-wrapper {
    border-width: 0;
  }
  .tj-tutor-service .services_wrap .tj-service-wrapper:not(:last-child) {
    border-inline-end-width: 0;
  }
  .tj-tutor-service .services_wrap .tj-service-wrapper:not(:last-child) {
    border-bottom-width: 1px;
  }
  .tj-tutor-service .services_wrap .tj-service-wrapper {
    width: 100%;
  }
}

/* !END: Tutor CSS *//*# sourceMappingURL=main.css.map */