/************ 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=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap");
:root {
  /**
     @Font-Family Declaration
   */
  --tj-ff-body: 'Mona Sans', sans-serif;;
  --tj-ff-heading: 'Mona Sans', sans-serif;;
  --tj-ff-fontawesome: "Font Awesome 6 Pro";
  /**
     @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: 72px;
  --tj-fs-h2: 48px;
  --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-white-2: #ecf0f0;
  --tj-color-common-white-3: #a9b8b8;
  --tj-color-common-white-4: #67787a;
  --tj-color-common-black: #000000;
  --tj-color-common-black-2: #676e7a;
  --tj-color-heading-primary: #0c1e21;
  --tj-color-text-body: #364e52;
  --tj-color-theme-primary: #1e8a8a;
  --tj-color-theme-dark: #0c1e21;
  --tj-color-theme-dark-2: #364052;
  --tj-color-theme-bg: #d8e5e5;
  --tj-color-theme-bg-2: #f7f7f7;
  --tj-color-grey-1: #ecf0f0;
  --tj-color-grey-2: #b8b8b8;
  --tj-color-grey-3: #f5f4f2;
  --tj-color-grey-4: rgba(255, 255, 255, 0.8);
  --tj-color-border-1: #313d3d;
  --tj-color-border-2: #c9d1d1;
  --tj-color-border-3: #d7d8db;
  --tj-color-border-4: rgba(255, 255, 255, 0.1019607843);
  --tj-color-border-5: rgba(255, 255, 255, 0.2);
  --tj-color-extra-1: #ff647c;
  --tj-color-extra-2: #88e64c;
  --tj-color-extra-3: #87e64b;
  --tj-color-extra-4: #d83c5c;
}

* {
  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.5;
  background-color: var(--tj-color-grey-1);
  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-medium);
  letter-spacing: -0.03em;
  line-height: 1.2;
}

h1 {
  font-size: var(--tj-fs-h1);
  line-height: 1.108;
}
@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);
  line-height: 1.125;
}
@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;
}
@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
*/
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;
}

.top-space-15 {
  padding-top: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .top-space-15 {
    padding-top: 12px;
  }
}

.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-margin-start: 15px;
          margin-inline-start: 15px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  border-radius: 12px;
}
@media (max-width: 575px) {
  .section-gap-x {
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
}

.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-btn {
  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: 10px;
  position: relative;
  background-color: var(--tj-color-theme-primary);
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  padding: 5px 5px 5px 25px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  white-space: nowrap;
  z-index: 2;
  overflow: hidden;
}
.tj-btn .btn-text {
  color: var(--tj-color-common-white);
  overflow: hidden;
}
.tj-btn .btn-text span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  text-shadow: 0 30px 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.tj-btn .btn-icon {
  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;
  font-size: 20px;
  line-height: 1;
  width: 42px;
  height: 42px;
  overflow: hidden;
  background-color: var(--tj-color-theme-dark);
  border-radius: 50%;
}
.tj-btn .btn-icon i {
  color: var(--tj-color-common-white);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tj-btn-white {
  background-color: var(--tj-color-common-white);
}
.tj-btn-white .btn-text {
  color: var(--tj-color-heading-primary);
}
.tj-btn:hover .btn-text span {
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.tj-btn:hover .btn-icon i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.tj-btn-add-cart .btn-icon i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.tj-btn-add-cart:hover .btn-icon i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-animation: gelatine 0.6s;
          animation: gelatine 0.6s;
}
.tj-btn-purchase.tj-btn {
  background-color: var(--tj-color-common-white);
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.tj-btn-purchase.tj-btn .btn_inner {
  padding: 9px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tj-btn-purchase.tj-btn .btn_inner .btn_text {
  text-shadow: none;
  color: var(--tj-color-theme-dark);
}
.tj-btn-purchase.tj-btn .btn_inner::before {
  display: none;
}
.tj-btn-purchase.tj-btn .btn_inner img {
  width: 90px;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-btn-purchase.tj-btn:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
  background-color: var(--tj-color-extra-2);
}
.tj-btn-purchase.tj-btn:hover .btn_inner img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.tj-btn-purchase.tj-btn:hover .btn_inner .btn_text {
  color: var(--tj-color-theme-dark);
}
.tj-btn-purchase.tj-btn:hover .btn_inner .btn_text > span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tj-btn-purchase-2.tj-btn {
  background-color: var(--tj-color-extra-2);
}
.tj-btn-purchase-2.tj-btn .btn_inner img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
.tj-btn-purchase-2.tj-btn:hover {
  background-color: var(--tj-color-common-white);
}
.tj-btn-purchase-2.tj-btn:hover .btn_inner img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.tj-button-area .tj-btn {
  background-color: var(--tj-color-theme-dark);
}
.tj-button-area .tj-btn .btn_inner .btn_text {
  color: var(--tj-color-common-white);
}
.tj-button-area .tj-btn .btn_inner .btn_icon > span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.tj-header-area {
  position: relative;
  padding: 0px 8px;
  z-index: 9;
  margin: 0 15px;
}
@media (max-width: 575px) {
  .tj-header-area {
    margin: 0 10px;
  }
}
.tj-header-area.header-absolute {
  position: absolute;
  background-color: transparent;
  left: 0;
  top: 15px;
  width: calc(100% - 30px);
  border-bottom: 1px dashed var(--tj-color-border-1);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  z-index: 90;
}
@media (max-width: 575px) {
  .tj-header-area.header-absolute {
    width: calc(100% - 20px);
    top: 10px;
  }
}
.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);
}
@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);
}
@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: 150px;
  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: 70px;
  width: calc(100% - 30px);
  max-height: calc(100% - 80px);
  overflow-y: auto;
  background: var(--tj-color-theme-dark);
  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 {
    width: calc(100% - 20px);
    left: 10px;
  }
}

.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 > .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-section {
  background: url("../img/bg/bg-common-2.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.tj-footer-copyright {
  padding: 25px 0;
  border-top: 1px solid var(--tj-color-border-4);
}
.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-common-white-3);
  font-family: var(--tj-ff-heading);
  letter-spacing: -0.03em;
}
.copyright p {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 0;
}
.copyright p a {
  color: var(--tj-color-common-white);
}
.copyright p a:hover {
  color: var(--tj-color-border-2);
}

/* !END: Footer CSS */
/**----------------------------------------
START: Theme Animation Keyfream CSS
----------------------------------------*/
@-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);
  }
}
.tj-zoom-in-out-anim {
  -webkit-animation-name: zoomInOutAnim;
          animation-name: zoomInOutAnim;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@-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);
  }
}
/* !END: Theme Animation Keyfream CSS */
/**----------------------------------------
START: Theme section  CSS
----------------------------------------*/
.tj-section-wrapper {
  margin-bottom: 55px;
}
.tj-section-wrapper .tj-section-title {
  margin-bottom: 0;
}
.tj-section-wrapper .tj-section-title span {
  color: var(--tj-color-theme-primary);
}
.tj-section-wrapper .tj-section-title-badge {
  position: relative;
  z-index: 0;
  width: 108px;
  display: inline-block;
  margin-right: -7px;
}
@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-section-wrapper .tj-section-title-badge {
    width: 92px;
  }
}
@media (max-width: 575px) {
  .tj-section-wrapper .tj-section-title-badge {
    width: 76px;
  }
}
.tj-section-wrapper .tj-section-title-badge::after {
  content: "";
  position: absolute;
  left: 49%;
  top: 45%;
  -webkit-transform: translate(-51%, -50%);
      -ms-transform: translate(-51%, -50%);
          transform: translate(-51%, -50%);
  z-index: -1;
  width: 94%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../img/icon/title-badge.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@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-wrapper .tj-section-title-badge::after {
    width: 81%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-section-wrapper .tj-section-title {
    font-size: 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;
  }
  .tj-section-wrapper .tj-section-title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .tj-section-wrapper {
    margin-bottom: 40px;
  }
  .tj-section-wrapper .tj-section-title {
    font-size: 29px;
  }
}
.tj-section-wrapper .tj-section-desc {
  margin-top: 15px;
  margin-bottom: 0;
  max-width: 530px;
}
.tj-section-wrapper-centered {
  max-width: 764px;
  margin-left: auto;
  margin-right: auto;
}
.tj-section-wrapper-centered .tj-section-desc {
  margin: 15px auto 0;
  max-width: 591px;
}
.tj-section-wrapper-centered-sm {
  max-width: 700px;
}
.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-heading-primary);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: var(--tj-fw-bold);
  border: 1px dashed var(--tj-color-border-2);
  padding: 2px 10px;
  margin-bottom: 20px;
  border-radius: 4px;
}
.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;
  }
}

/* !END: Theme section CSS */
/**----------------------------------------
START: Back to top CSS
----------------------------------------*/
#tj-back-to-top {
  height: 60px;
  width: 60px;
  background-color: var(--tj-color-common-white);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 40px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  #tj-back-to-top {
    height: 50px;
    width: 50px;
  }
}
#tj-back-to-top.active {
  bottom: 40px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
          animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--tj-color-theme-primary);
}
#tj-back-to-top .return {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#tj-back-to-top-percentage {
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-dark);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: var(--tj-fw-sbold);
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px;
}
#tj-back-to-top-percentage i {
  font-size: var(--tj-fs-h5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #tj-back-to-top {
    right: 30px;
  }
  #tj-back-to-top.active {
    bottom: 30px;
  }
}
@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-back-to-top {
    bottom: 20px;
    right: 20px;
  }
  #tj-back-to-top.active {
    bottom: 20px;
  }
}

@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
            transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
            transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
/* !END: Back to top CSS */
/**----------------------------------------
START: Preloader CSS
----------------------------------------*/
.tj-preloader {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tj-color-theme-dark);
  z-index: 100000000;
  color: #fdfdf9;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tj-preloader.is-loading .tj-preloader-ball-inner,
.tj-preloader.is-loading .tj-preloader-ball-shadow {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.tj-preloader.is-loaded {
  pointer-events: none;
}

.tj-preloader .tj-preloader-overlay {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tj-color-theme-dark);
  z-index: 99999999;
  opacity: 1;
  -webkit-animation: tj-fade-out 2s forwards;
          animation: tj-fade-out 2s forwards;
}

@-webkit-keyframes tj-fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes tj-fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.tj-preloader .tj-preloader-inner {
  width: 100%;
  height: 100%;
  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;
}

.tj-preloader .tj-preloader-ball-wrap {
  gap: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  inset-inline-start: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(16px);
      -ms-transform: translateX(16px);
          transform: translateX(16px);
}

@media only screen and (min-width: 1025px) {
  .tj-preloader .tj-preloader-ball-wrap {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.tj-preloader .tj-preloader-ball-inner-wrap {
  position: absolute;
  width: 10px;
  height: 100%;
  top: 50%;
  inset-inline-start: -16px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  z-index: 10000;
}
@media only screen and (min-width: 1025px) {
  .tj-preloader .tj-preloader-ball-inner-wrap {
    inset-inline-start: -30px;
  }
}

.tj-preloader .tj-preloader-ball-shadow {
  position: absolute;
  width: 16px;
  height: 4px;
  inset-inline-start: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #00ffc2;
  bottom: 0;
  border-radius: 50%;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  -webkit-box-shadow: 0 4px 20px 0 #20e7b7;
          box-shadow: 0 4px 20px 0 #20e7b7;
  -webkit-transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation: tj-shadow-blur 1s linear infinite;
          animation: tj-shadow-blur 1s linear infinite;
}

.tj-preloader .tj-preloader-ball-inner {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00ffc2;
  -webkit-animation: tj-bounce-anim 1s linear infinite;
          animation: tj-bounce-anim 1s linear infinite;
  -webkit-box-shadow: 0 0 12px 0 #fdfdf9;
          box-shadow: 0 0 12px 0 #fdfdf9;
  -webkit-transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.tj-preloader.is-loaded .tj-preloader-ball-shadow {
  display: none;
}

.tj-preloader.is-loaded .tj-preloader-ball-inner {
  -webkit-animation: fadeLeftToRight 0.7s linear;
          animation: fadeLeftToRight 0.7s linear;
}

.tj-preloader .tj-preloader-ball {
  position: absolute;
  width: 14px;
  height: 14px;
  bottom: 50%;
  inset-inline-start: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  border-radius: 50%;
  background-color: rgba(0, 255, 194, 0.1);
  -webkit-box-shadow: 0 0 20px 0 #20e7b7;
          box-shadow: 0 0 20px 0 #20e7b7;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.tj-preloader .tj-preloader-text {
  font-size: 20px;
  position: relative;
  letter-spacing: 0;
  -webkit-transform: translateY(-0.03em);
      -ms-transform: translateY(-0.03em);
          transform: translateY(-0.03em);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: var(--tj-fw-sbold);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-preloader .tj-preloader-text {
    font-size: 16px;
  }
}

.tj-preloader.is-loaded .tj-preloader-text {
  opacity: 0;
  visibility: hidden;
}

#tj-weave-anim span {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  -webkit-animation: tj-weave-anim 1.15s ease infinite;
          animation: tj-weave-anim 1.15s ease infinite;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#tj-weave-anim span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#tj-weave-anim span:nth-child(2) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
#tj-weave-anim span:nth-child(3) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
#tj-weave-anim span:nth-child(4) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
#tj-weave-anim span:nth-child(5) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#tj-weave-anim span:nth-child(6) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#tj-weave-anim span:nth-child(7) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
#tj-weave-anim span:nth-child(8) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
#tj-weave-anim span:nth-child(9) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#tj-weave-anim span:nth-child(10) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
#tj-weave-anim span:nth-child(11) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#tj-weave-anim span:nth-child(12) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
#tj-weave-anim span:nth-child(13) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#tj-weave-anim span:nth-child(14) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
#tj-weave-anim span:nth-child(15) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
#tj-weave-anim span:nth-child(16) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
#tj-weave-anim span:nth-child(17) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#tj-weave-anim span:nth-child(18) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
#tj-weave-anim span:nth-child(19) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#tj-weave-anim span:nth-child(20) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
#tj-weave-anim span:nth-child(21) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#tj-weave-anim span:nth-child(22) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
#tj-weave-anim span:nth-child(23) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}

@-webkit-keyframes tj-shadow-blur {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translate(-50%) scale(0.6);
            transform: translate(-50%) scale(0.6);
    opacity: 0.4;
  }
  30% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
    -webkit-transform: translate(-50%, -0.5rem) scale(1);
            transform: translate(-50%, -0.5rem) scale(1);
    opacity: 1;
  }
  to {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translate(-50%) scale(0.6);
            transform: translate(-50%) scale(0.6);
    opacity: 0.4;
  }
}

@keyframes tj-shadow-blur {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translate(-50%) scale(0.6);
            transform: translate(-50%) scale(0.6);
    opacity: 0.4;
  }
  30% {
    -webkit-filter: blur(2px);
            filter: blur(2px);
    -webkit-transform: translate(-50%, -0.5rem) scale(1);
            transform: translate(-50%, -0.5rem) scale(1);
    opacity: 1;
  }
  to {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translate(-50%) scale(0.6);
            transform: translate(-50%) scale(0.6);
    opacity: 0.4;
  }
}
@-webkit-keyframes fadeLeftToRight {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
    opacity: 1;
  }
  30% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(-3000%, 0) scale(1);
            transform: translate(-3000%, 0) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(-2000%, 0) scale(1);
            transform: translate(-2000%, 0) scale(1);
    opacity: 1;
  }
  60% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(0%, 0) scale(1);
            transform: translate(0%, 0) scale(1);
    opacity: 1;
  }
  to {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translate(1000%, 0) scale(7);
            transform: translate(1000%, 0) scale(7);
    opacity: 0.4;
  }
}
@keyframes fadeLeftToRight {
  0% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(0) scale(1);
            transform: translate(0) scale(1);
    opacity: 1;
  }
  30% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(-3000%, 0) scale(1);
            transform: translate(-3000%, 0) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(-2000%, 0) scale(1);
            transform: translate(-2000%, 0) scale(1);
    opacity: 1;
  }
  60% {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: translate(0%, 0) scale(1);
            transform: translate(0%, 0) scale(1);
    opacity: 1;
  }
  to {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    -webkit-transform: translate(1000%, 0) scale(7);
            transform: translate(1000%, 0) scale(7);
    opacity: 0.4;
  }
}
@-webkit-keyframes tj-bounce-anim {
  0% {
    -webkit-transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
            transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
  }
  3% {
    -webkit-transform: translateY(calc(-50% - 0.95rem)) scale(1.1, 1.05);
            transform: translateY(calc(-50% - 0.95rem)) scale(1.1, 1.05);
  }
  5% {
    -webkit-transform: translateY(calc(-50% - 0.9rem)) scale(1.2, 1.1);
            transform: translateY(calc(-50% - 0.9rem)) scale(1.2, 1.1);
  }
  8% {
    -webkit-transform: translateY(calc(-50% - 0.8rem)) scale(0.98, 1.15);
            transform: translateY(calc(-50% - 0.8rem)) scale(0.98, 1.15);
  }
  12% {
    -webkit-transform: translateY(calc(-50% - 0.7rem)) scale(0.95, 1.2);
            transform: translateY(calc(-50% - 0.7rem)) scale(0.95, 1.2);
  }
  16% {
    -webkit-transform: translateY(calc(-50% - 0.5rem)) scale(0.92, 1.25);
            transform: translateY(calc(-50% - 0.5rem)) scale(0.92, 1.25);
  }
  20% {
    -webkit-transform: translateY(calc(-50% - 0.2rem)) scale(0.9, 1.4);
            transform: translateY(calc(-50% - 0.2rem)) scale(0.9, 1.4);
  }
  24% {
    -webkit-transform: translateY(calc(-50% + 0.4rem)) scale(0.9, 1.7);
            transform: translateY(calc(-50% + 0.4rem)) scale(0.9, 1.7);
  }
  26% {
    -webkit-transform: translateY(calc(-50% + 0.8rem)) scale(0.9, 1.4);
            transform: translateY(calc(-50% + 0.8rem)) scale(0.9, 1.4);
  }
  28% {
    -webkit-transform: translateY(calc(-50% + 0.95rem)) scale(1.2, 0.7);
            transform: translateY(calc(-50% + 0.95rem)) scale(1.2, 0.7);
  }
  30% {
    -webkit-transform: translateY(calc(-50% + 1rem)) scale(1.5, 0.3);
            transform: translateY(calc(-50% + 1rem)) scale(1.5, 0.3);
  }
  32% {
    -webkit-transform: translateY(calc(-50% + 0.8rem)) scale(1.4, 0.4);
            transform: translateY(calc(-50% + 0.8rem)) scale(1.4, 0.4);
  }
  36% {
    -webkit-transform: translateY(calc(-50% + 0.5rem)) scale(1.2, 0.8);
            transform: translateY(calc(-50% + 0.5rem)) scale(1.2, 0.8);
  }
  42% {
    -webkit-transform: translateY(calc(-50% + 0.2rem)) scaleY(1.2);
            transform: translateY(calc(-50% + 0.2rem)) scaleY(1.2);
  }
  48% {
    -webkit-transform: translateY(calc(-50% - 0.2rem)) scale(0.9, 1.4);
            transform: translateY(calc(-50% - 0.2rem)) scale(0.9, 1.4);
  }
  54% {
    -webkit-transform: translateY(calc(-50% - 0.3rem)) scale(0.92, 1.3);
            transform: translateY(calc(-50% - 0.3rem)) scale(0.92, 1.3);
  }
  62% {
    -webkit-transform: translateY(calc(-50% - 0.5rem)) scale(0.95, 1.2);
            transform: translateY(calc(-50% - 0.5rem)) scale(0.95, 1.2);
  }
  68% {
    -webkit-transform: translateY(calc(-50% - 0.6rem)) scale(0.97, 1.15);
            transform: translateY(calc(-50% - 0.6rem)) scale(0.97, 1.15);
  }
  75% {
    -webkit-transform: translateY(calc(-50% - 0.7rem)) scale(0.98, 1.1);
            transform: translateY(calc(-50% - 0.7rem)) scale(0.98, 1.1);
  }
  80% {
    -webkit-transform: translateY(calc(-50% - 0.8rem)) scale(0.99, 1.08);
            transform: translateY(calc(-50% - 0.8rem)) scale(0.99, 1.08);
  }
  85% {
    -webkit-transform: translateY(calc(-50% - 0.9rem)) scaleY(1.05);
            transform: translateY(calc(-50% - 0.9rem)) scaleY(1.05);
  }
  90% {
    -webkit-transform: translateY(calc(-50% - 0.95rem)) scale(1.2, 1.03);
            transform: translateY(calc(-50% - 0.95rem)) scale(1.2, 1.03);
  }
  95% {
    -webkit-transform: translateY(calc(-50% - 0.98rem)) scale(1.1, 1.01);
            transform: translateY(calc(-50% - 0.98rem)) scale(1.1, 1.01);
  }
  to {
    -webkit-transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
            transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
  }
}
@keyframes tj-bounce-anim {
  0% {
    -webkit-transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
            transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
  }
  3% {
    -webkit-transform: translateY(calc(-50% - 0.95rem)) scale(1.1, 1.05);
            transform: translateY(calc(-50% - 0.95rem)) scale(1.1, 1.05);
  }
  5% {
    -webkit-transform: translateY(calc(-50% - 0.9rem)) scale(1.2, 1.1);
            transform: translateY(calc(-50% - 0.9rem)) scale(1.2, 1.1);
  }
  8% {
    -webkit-transform: translateY(calc(-50% - 0.8rem)) scale(0.98, 1.15);
            transform: translateY(calc(-50% - 0.8rem)) scale(0.98, 1.15);
  }
  12% {
    -webkit-transform: translateY(calc(-50% - 0.7rem)) scale(0.95, 1.2);
            transform: translateY(calc(-50% - 0.7rem)) scale(0.95, 1.2);
  }
  16% {
    -webkit-transform: translateY(calc(-50% - 0.5rem)) scale(0.92, 1.25);
            transform: translateY(calc(-50% - 0.5rem)) scale(0.92, 1.25);
  }
  20% {
    -webkit-transform: translateY(calc(-50% - 0.2rem)) scale(0.9, 1.4);
            transform: translateY(calc(-50% - 0.2rem)) scale(0.9, 1.4);
  }
  24% {
    -webkit-transform: translateY(calc(-50% + 0.4rem)) scale(0.9, 1.7);
            transform: translateY(calc(-50% + 0.4rem)) scale(0.9, 1.7);
  }
  26% {
    -webkit-transform: translateY(calc(-50% + 0.8rem)) scale(0.9, 1.4);
            transform: translateY(calc(-50% + 0.8rem)) scale(0.9, 1.4);
  }
  28% {
    -webkit-transform: translateY(calc(-50% + 0.95rem)) scale(1.2, 0.7);
            transform: translateY(calc(-50% + 0.95rem)) scale(1.2, 0.7);
  }
  30% {
    -webkit-transform: translateY(calc(-50% + 1rem)) scale(1.5, 0.3);
            transform: translateY(calc(-50% + 1rem)) scale(1.5, 0.3);
  }
  32% {
    -webkit-transform: translateY(calc(-50% + 0.8rem)) scale(1.4, 0.4);
            transform: translateY(calc(-50% + 0.8rem)) scale(1.4, 0.4);
  }
  36% {
    -webkit-transform: translateY(calc(-50% + 0.5rem)) scale(1.2, 0.8);
            transform: translateY(calc(-50% + 0.5rem)) scale(1.2, 0.8);
  }
  42% {
    -webkit-transform: translateY(calc(-50% + 0.2rem)) scaleY(1.2);
            transform: translateY(calc(-50% + 0.2rem)) scaleY(1.2);
  }
  48% {
    -webkit-transform: translateY(calc(-50% - 0.2rem)) scale(0.9, 1.4);
            transform: translateY(calc(-50% - 0.2rem)) scale(0.9, 1.4);
  }
  54% {
    -webkit-transform: translateY(calc(-50% - 0.3rem)) scale(0.92, 1.3);
            transform: translateY(calc(-50% - 0.3rem)) scale(0.92, 1.3);
  }
  62% {
    -webkit-transform: translateY(calc(-50% - 0.5rem)) scale(0.95, 1.2);
            transform: translateY(calc(-50% - 0.5rem)) scale(0.95, 1.2);
  }
  68% {
    -webkit-transform: translateY(calc(-50% - 0.6rem)) scale(0.97, 1.15);
            transform: translateY(calc(-50% - 0.6rem)) scale(0.97, 1.15);
  }
  75% {
    -webkit-transform: translateY(calc(-50% - 0.7rem)) scale(0.98, 1.1);
            transform: translateY(calc(-50% - 0.7rem)) scale(0.98, 1.1);
  }
  80% {
    -webkit-transform: translateY(calc(-50% - 0.8rem)) scale(0.99, 1.08);
            transform: translateY(calc(-50% - 0.8rem)) scale(0.99, 1.08);
  }
  85% {
    -webkit-transform: translateY(calc(-50% - 0.9rem)) scaleY(1.05);
            transform: translateY(calc(-50% - 0.9rem)) scaleY(1.05);
  }
  90% {
    -webkit-transform: translateY(calc(-50% - 0.95rem)) scale(1.2, 1.03);
            transform: translateY(calc(-50% - 0.95rem)) scale(1.2, 1.03);
  }
  95% {
    -webkit-transform: translateY(calc(-50% - 0.98rem)) scale(1.1, 1.01);
            transform: translateY(calc(-50% - 0.98rem)) scale(1.1, 1.01);
  }
  to {
    -webkit-transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
            transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
  }
}
@-webkit-keyframes tj-weave-anim {
  0% {
    -webkit-transform: translate3D(0, 0, 0) scale(1) rotateY(0);
            transform: translate3D(0, 0, 0) scale(1) rotateY(0);
  }
  12% {
    -webkit-transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
            transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
  }
  24% {
    -webkit-transform: translate3D(0, 0, 0) scale(1) rotateY(0);
            transform: translate3D(0, 0, 0) scale(1) rotateY(0);
  }
  36% {
    -webkit-transform: translate3D(0, 0, 0) scale(1);
            transform: translate3D(0, 0, 0) scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes tj-weave-anim {
  0% {
    -webkit-transform: translate3D(0, 0, 0) scale(1) rotateY(0);
            transform: translate3D(0, 0, 0) scale(1) rotateY(0);
  }
  12% {
    -webkit-transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
            transform: translate3D(2px, -2px, 2px) scale(1.16) rotateY(6deg);
  }
  24% {
    -webkit-transform: translate3D(0, 0, 0) scale(1) rotateY(0);
            transform: translate3D(0, 0, 0) scale(1) rotateY(0);
  }
  36% {
    -webkit-transform: translate3D(0, 0, 0) scale(1);
            transform: translate3D(0, 0, 0) scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* !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: 185px 0 0;
  position: relative;
  margin: 0 15px 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  z-index: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-area {
    padding: 180px 0 0;
    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 {
    padding: 180px 0 0;
    min-height: auto;
  }
}
@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: 120px 0 0;
    min-height: auto;
    background-position: left center;
    margin: 0 10px 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) {
  .tj-hero-demo-img {
    width: 23%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-demo-img {
    width: 22%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-demo-img {
    left: -10%;
    width: 26%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-demo-img {
    left: -4%;
    width: 30%;
  }
}
@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: 223px;
  }
}
.tj-hero-top-wrapper {
  max-width: 1175px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 92px;
  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 {
  color: var(--tj-color-common-white);
  border-color: var(--tj-color-border-1);
  gap: 8px;
}
.tj-hero-top-wrapper .hero-title .title {
  max-width: 993px;
  margin: 0 auto;
  font-size: 72px;
  line-height: 1.19;
  margin-bottom: 28px;
  letter-spacing: -0.03em;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-sbold);
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-top-wrapper {
    max-width: 820px;
  }
  .tj-hero-top-wrapper .hero-title .title {
    font-size: 63px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-top-wrapper {
    max-width: 811px;
  }
  .tj-hero-top-wrapper .hero-title .title {
    font-size: 62px;
  }
}
@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-icon {
  position: absolute;
  top: 25%;
  left: 125px;
  max-width: 40px;
  width: 100%;
  z-index: 2;
  -webkit-animation: up-down-move 3s forwards infinite alternate;
          animation: up-down-move 3s forwards infinite alternate;
}
.tj-hero-icon img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-icon {
    top: 20%;
    left: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-icon {
    top: 20%;
    left: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-icon {
    top: 22%;
    left: 35px;
    max-width: 25px;
  }
}
.tj-hero-service .services_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  border: 1px dashed var(--tj-color-border-1);
  border-left: 0;
  border-right: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 811px;
  margin: 100px 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) {
  .tj-hero-service .services_wrap {
    margin-top: 65px;
    max-width: 434px;
    -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: 30px 10px 30px 14px;
  background-color: transparent;
  border: 0;
  border-right: 1px dashed var(--tj-color-border-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  max-width: inherit;
  width: auto;
}
.tj-hero-service .services_wrap .tj-service-wrapper .tj-service-icon span {
  width: 58px;
  height: 58px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  margin-bottom: 0;
}
.tj-hero-service .services_wrap .tj-service-wrapper .tj-service-icon img {
  width: 34px;
  height: 34px;
}
.tj-hero-service .services_wrap .tj-service-wrapper .tj-service-content {
  max-width: 120px;
  width: 100%;
}
.tj-hero-service .services_wrap .tj-service-wrapper .tj-service-title {
  color: var(--tj-color-common-white-2);
  text-align: left;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.625;
  font-weight: var(--tj-fw-medium);
  letter-spacing: -0.03em;
}
.tj-hero-service .services_wrap .tj-service-wrapper:first-child {
  padding-left: 0;
}
.tj-hero-service .services_wrap .tj-service-wrapper:last-child {
  border-right: 0;
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-service .services_wrap .tj-service-wrapper {
    width: 50%;
  }
  .tj-hero-service .services_wrap .tj-service-wrapper:first-child, .tj-hero-service .services_wrap .tj-service-wrapper:nth-child(2) {
    border-bottom: 1px dashed var(--tj-color-border-1);
  }
  .tj-hero-service .services_wrap .tj-service-wrapper:nth-child(2n) {
    border-right: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-service .services_wrap .tj-service-wrapper {
    padding: 30px 0;
    border-right: 0;
    border-bottom: 1px dashed var(--tj-color-border-1);
    width: 100%;
  }
  .tj-hero-service .services_wrap .tj-service-wrapper:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 575px) {
  .tj-hero-service .services_wrap .tj-service-wrapper {
    padding: 20px 0;
  }
}

@-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);
  }
}
/* !END: Theme Hero CSS */
/**----------------------------------------
START: Theme Marquee CSS
----------------------------------------*/
.h5-maquee {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h5-maquee {
    margin-top: -14px;
  }
}
.h5-maquee-inner {
  position: relative;
  background: var(--tj-color-theme-primary);
  padding: 18px 0;
  margin: 0 15px;
  z-index: 3;
  width: calc(100% - 30px);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h5-maquee-inner {
    padding: 14px 0;
  }
}
@media (max-width: 575px) {
  .h5-maquee-inner {
    width: calc(100% - 20px);
    padding: 14px 0;
    margin: 0 10px;
  }
}
.h5-maquee-inner .h5-maquee-slider-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.h5-maquee-inner .h5-maquee-slider-item {
  width: auto;
  display: inline-block;
}
.h5-maquee-inner .h5-maquee-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: 40px;
}
.h5-maquee-inner .h5-maquee-slider-item .marquee-box .marquee-icon {
  line-height: 1;
  font-size: 35px;
  -webkit-animation: pulseImg 1s infinite;
          animation: pulseImg 1s infinite;
  color: var(--tj-color-common-white);
}
.h5-maquee-inner .h5-maquee-slider-item .marquee-box .marquee-title .title {
  font-size: 24px;
  font-weight: var(--tj-fw-sbold);
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 0;
  white-space: nowrap;
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-maquee-inner .h5-maquee-slider-item .marquee-box {
    gap: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h5-maquee-inner .h5-maquee-slider-item .marquee-box {
    gap: 30px;
  }
  .h5-maquee-inner .h5-maquee-slider-item .marquee-box .marquee-icon {
    font-size: 30px;
  }
  .h5-maquee-inner .h5-maquee-slider-item .marquee-box .marquee-title .title {
    font-size: 20px;
  }
}

@-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: Theme Service CSS
----------------------------------------*/
.tj-service-area {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-area {
    padding-top: 100px;
    padding-bottom: 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) {
  .tj-service-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.tj-service-wrapper {
  padding: 40px 30px;
  background: var(--tj-color-common-white);
  position: relative;
  max-width: 410px;
  width: 100%;
  z-index: 1;
  border: 1px solid var(--tj-color-border-2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-service-wrapper {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-service-wrapper {
    max-width: 333px;
  }
}
.tj-service-icon span {
  width: 70px;
  height: 70px;
  line-height: 1;
  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;
  background: var(--tj-color-theme-primary);
  border-radius: 50%;
  margin-bottom: 45px;
}
.tj-service-icon span img {
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.tj-service-title {
  margin-bottom: 20px;
}
.tj-service-title a {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-service-title a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-service-desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-service-wrapper {
    padding: 30px 15px;
  }
  .tj-service-icon span {
    margin-bottom: 25px;
  }
  .tj-service-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-wrapper {
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .tj-service-icon span {
    margin-bottom: 25px;
  }
  .tj-service-title {
    margin-bottom: 15px;
    font-size: 22px;
  }
}

.services_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
.services_wrap .tj-service-wrapper:hover .tj-service-icon span img {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.features_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
.features_wrap .tj-service-wrapper {
  max-width: 300px;
  background-color: var(--tj-color-theme-bg);
  border: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .features_wrap .tj-service-wrapper {
    max-width: 100%;
  }
}

/* !END: Theme Service 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 {
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-demo-area {
    padding: 100px 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-demo-area {
    padding: 80px 0;
  }
}
.tj-demo-area .container-fluid {
  max-width: 1980px;
}
.tj-demo-area .tj-puchage-demo-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (max-width: 575px) {
  .tj-demo-area .tj-puchage-demo-button {
    margin-top: 40px;
  }
}
.tj-demo-section {
  text-align: center;
  margin-bottom: 46px;
}
.tj-demo-section-title {
  font-size: 116px;
  display: inline-block;
  color: var(--tj-color-theme-primary);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 15px;
  line-height: 0.85;
  letter-spacing: -2.5%;
}
.tj-demo-section-subtitle {
  font-size: 48px;
  letter-spacing: -0.02em;
  color: var(--tj-color-heading-primary);
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-demo-section-title {
    font-size: 95px;
  }
  .tj-demo-section-subtitle {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .tj-demo-section-title {
    font-size: 75px;
  }
  .tj-demo-section-subtitle {
    font-size: 32px;
  }
}
@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-section {
    margin-bottom: 30px;
  }
}
.tj-demo-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-demo-wrapper {
    margin-bottom: 0px;
  }
}
.tj-demo-top-content {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  margin-bottom: 50px;
}
.tj-demo-top-title {
  font-size: 32px;
  margin-bottom: 0;
}
.tj-demo-top-title span {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-demo-top-title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .tj-demo-top-title {
    font-size: 24px;
  }
}
.tj-demo-thumb {
  padding: 15px 15px 25px;
  position: relative;
  z-index: 1;
  border: 1px solid var(--tj-color-border-2);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
}
.tj-demo-thumb .image {
  max-width: 596px;
  width: 100%;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
  overflow: hidden;
}
.tj-demo-thumb .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--tj-color-theme-dark);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-demo-thumb .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@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 h6 {
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-sbold);
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}
.tj-demo-thumb h6 a {
  color: var(--tj-color-heading-primary);
}
.tj-demo-thumb h6 a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-demo-thumb:not(.coming):hover .image::before {
  opacity: 0.7;
  visibility: visible;
}
.tj-demo-thumb:not(.coming):hover .tj-demo-button {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .tj-demo-thumb {
    padding: 15px 15px 25px;
  }
}
.tj-demo-thumb.coming .image::before {
  display: none;
}
.tj-demo-button {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

/* !END: Theme Demo CSS */
/**----------------------------------------
START: Theme Projct CSS
----------------------------------------*/
.tj-project-area {
  padding-bottom: 120px;
  position: relative;
}
.tj-project-area::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 65%;
  height: 80%;
  border-radius: 50%;
  background: var(--tj-color-theme-primary);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  opacity: 0.2;
  z-index: -1;
  backdrop-filter: blur(10px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-project-area::before {
    height: 70%;
  }
}
@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-project-area::before {
    width: 65%;
    height: 65%;
    opacity: 0.3;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-project-area {
    padding-bottom: 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) {
  .tj-project-area {
    padding-bottom: 70px;
  }
  .tj-project-area-top {
    margin-bottom: 40px;
  }
}
.tj-project-slider-transition {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.tj-project-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.tj-project-title {
  font-size: 96px;
  color: var(--tj-color-theme-primary);
  display: inline-block;
  font-weight: var(--tj-fw-sbold);
  line-height: 1;
  margin: 25px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-project-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-project-title {
    font-size: 70px;
    margin-top: 0;
  }
}
.tj-project-thumb {
  border: 1px solid var(--tj-color-border-2);
  border-radius: 10px;
  overflow: hidden;
}
.tj-project-thumb img {
  width: 100%;
}

/* !END: Theme Projct CSS */
/**----------------------------------------
START: Theme Fature CSS
----------------------------------------*/
.featured {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--tj-color-theme-bg);
  position: relative;
  z-index: 0;
}
.featured-2 {
  background: transparent;
}
.featured .tj-section-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;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured .tj-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.featured .tj-section-heading-left {
  max-width: 765px;
  width: 100%;
}
.featured .tj-section-heading-left.style-2 {
  max-width: 840px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured .tj-section-heading-left {
    max-width: 100%;
  }
}
.featured .tj-section-heading-right {
  max-width: 364px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured .tj-section-heading-right {
    max-width: 314px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured .tj-section-heading-right {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured {
    padding-top: 100px;
    padding-bottom: 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 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.featured-single {
  background: var(--tj-color-common-white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  overflow: hidden;
}
.featured-single .featured-icon {
  margin-bottom: 25px;
}
.featured-single .featured-icon span {
  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;
  max-width: 77.49px;
  width: 100%;
  height: 77.49px;
}
.featured-single .featured-icon span img {
  width: 100%;
  border-radius: 6px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-single .featured-icon {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-single .featured-icon {
    margin-bottom: 20px;
  }
}
.featured-single .featured-title {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-single .featured-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .featured-single .featured-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .featured-single .featured-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .featured-single .featured-title {
    font-size: 26px;
  }
}
.featured-single .featured-title span {
  color: var(--tj-color-extra-4);
}
.featured-single .featured-desc {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-single .featured-desc {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-single .featured-desc {
    margin-bottom: 25px;
  }
}
.featured-single .featured-list ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 16px;
}
@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-single .featured-list ul {
    grid-template-columns: 100%;
  }
}
.featured-single .featured-list ul li {
  color: var(--tj-color-theme-dark);
  font-weight: var(--tj-fw-sbold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.featured-single .featured-list ul li::before {
  content: "\e92f";
  font-family: "bexon-icons";
  color: var(--tj-color-theme-primary);
  font-size: 14px;
}
.featured-single .featured-img img {
  width: 100%;
}
@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-single .featured-img {
    margin-left: auto;
    margin-right: auto;
  }
}
.featured-elementor .featured-img {
  margin-top: 54px;
}
@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-elementor .featured-img {
    margin-top: 10px;
  }
}
.featured-elementor .featured-img.style-2 {
  position: relative;
}
.featured-elementor .featured-img.style-2 img {
  width: auto;
}
.featured-elementor .featured-img.style-2 .image-1 {
  width: 410px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .featured-elementor .featured-img.style-2 .image-1 {
    width: 470px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .featured-elementor .featured-img.style-2 .image-1 {
    width: 370px;
  }
}
@media (max-width: 575px) {
  .featured-elementor .featured-img.style-2 .image-1 {
    width: 100%;
  }
}
.featured-elementor .featured-img.style-2 .image-1 img {
  width: 100%;
}
.featured-elementor .featured-img.style-2 .image-2 {
  position: absolute;
  right: 0;
  bottom: 68px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .featured-elementor .featured-img.style-2 .image-2 {
    position: unset;
    margin-top: 30px;
  }
  .featured-elementor .featured-img.style-2 .image-2 img {
    width: 100%;
  }
}
.featured-contact-form-7, .featured-mobile-first, .featured-elementor, .featured-one-click-import.style-2 {
  padding: 40px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-contact-form-7, .featured-mobile-first, .featured-elementor, .featured-one-click-import.style-2 {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-contact-form-7, .featured-mobile-first, .featured-elementor, .featured-one-click-import.style-2 {
    padding: 25px 25px;
  }
}
.featured-one-click-import {
  padding: 0;
}
.featured-one-click-import .featured-content {
  padding: 40px 40px;
  padding-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-one-click-import .featured-content {
    padding: 30px 30px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-one-click-import .featured-content {
    padding: 25px 25px;
    padding-bottom: 0;
  }
}
.featured-one-click-import.style-2 .featured-content {
  padding: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-one-click-import.style-2 .featured-content {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-one-click-import.style-2 .featured-content {
    padding: 0;
  }
}
.featured-one-click-import .featured-title, .featured-mobile-first .featured-title {
  color: var(--tj-color-common-white);
}
.featured-one-click-import .featured-desc, .featured-mobile-first .featured-desc {
  color: var(--tj-color-common-white-3);
}
.featured-one-click-import .featured-img {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.featured-one-click-import .featured-img.mt-10 {
  margin-top: 10px;
}
.featured-one-click-import .featured-img.mt-30 {
  margin-top: 30px;
}
.featured-contact-form-7 .featured-desc {
  margin-bottom: 0;
}
.featured-contact-form-7 .featured-desc p {
  margin-bottom: 0;
}
.featured-mobile-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
}
.featured-mobile-first.style-2 {
  padding: 0;
}
.featured-mobile-first.style-2 .featured-content {
  padding: 40px 40px;
  padding-right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-mobile-first.style-2 .featured-content {
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-mobile-first.style-2 .featured-content {
    padding: 25px 25px;
  }
}
@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-mobile-first {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.featured-mobile-first .featured-content {
  padding-right: 0;
  padding-bottom: 40px;
  max-width: 596px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .featured-mobile-first .featured-content {
    max-width: 500px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-mobile-first .featured-content {
    max-width: 422px;
    padding-bottom: 30px;
  }
}
@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-mobile-first .featured-content {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-mobile-first .featured-content {
    padding-bottom: 25px;
  }
}
.featured-mobile-first .featured-desc {
  margin-bottom: 0;
}
.featured-mobile-first .featured-desc p {
  margin-bottom: 0;
}
.featured-mobile-first .featured-img {
  margin-bottom: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .featured-mobile-first .featured-img {
    margin-bottom: -30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .featured-mobile-first .featured-img {
    margin-bottom: -25px;
  }
}
.featured-mobile-first .featured-img.style-2 {
  margin-bottom: 0;
}

/* !END: Theme Fature CSS */
/**----------------------------------------
START: Theme Fature CSS
----------------------------------------*/
.tj-feature-area {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url("../img/bg/bg-common-2.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tj-feature-area .tj-section-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;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-area .tj-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
  }
}
.tj-feature-area .tj-section-heading-left {
  max-width: 784px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-area .tj-section-heading-left {
    max-width: 100%;
  }
}
.tj-feature-area .tj-section-heading-right {
  max-width: 364px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-feature-area .tj-section-heading-right {
    max-width: 314px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-feature-area .tj-section-heading-right {
    max-width: 100%;
  }
}
.tj-feature-area .tj-section-title {
  color: var(--tj-color-common-white);
}
.tj-feature-area .tj-section-desc {
  color: var(--tj-color-common-white-3);
}
.tj-feature-area .tj-service-title {
  font-size: 20px;
}
.tj-feature-area .tj-section-subtitle {
  border-color: var(--tj-color-border-1);
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-feature-area {
    padding-top: 100px;
    padding-bottom: 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) {
  .tj-feature-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.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-wrapper {
  padding: 40px 30px 35px;
  border-color: 0;
  background: transparent;
}
@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-wrapper {
    padding: 30px 15px;
  }
  .tj-feature-wrapper .tj-service-title {
    margin-bottom: 20px;
  }
}
.tj-feature-icon {
  margin-bottom: 40px;
}
.tj-feature-icon span {
  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;
  max-width: 58px;
  width: 100%;
  height: 58px;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 100%;
}
@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-icon {
    margin-bottom: 25px;
  }
}

.tj-service-wrapper:hover .tj-feature-icon span {
  -webkit-animation: gelatine 0.6s;
          animation: gelatine 0.6s;
}

/* !END: Theme Fature CSS */
/**----------------------------------------
START: Theme Testimonial CSS
----------------------------------------*/
.tj-testimonial-section {
  padding: 120px 0 90px;
  background: var(--tj-color-theme-bg);
  position: relative;
  z-index: 0;
}
.tj-testimonial-section .testimonial_wrap {
  position: relative;
  z-index: 1;
}
.tj-testimonial-section .testimonial_wrap::after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  height: 270px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 2;
}
.tj-testimonial-section .testimonial_wrap.overlay-hide::after {
  content: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-testimonial-section {
    padding: 100px 0 70px;
  }
}
@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-testimonial-section {
    padding: 70px 0 40px;
  }
}

.testimonial-item {
  position: relative;
  background: var(--tj-color-common-white);
  border-radius: 8px;
  margin-bottom: 30px;
  max-width: 420px;
  width: 100%;
  padding: 40px 30px;
  z-index: 1;
}
.testimonial-item .testimonial-rating {
  display: inline-block;
  margin-bottom: 20px;
  background-color: var(--tj-color-theme-bg-2);
  padding: 3px 5px 4px 10px;
  border-radius: 31px;
}
.testimonial-item .testimonial-rating .star-ratings {
  unicode-bidi: bidi-override;
  color: var(--tj-color-theme-primary);
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-text-stroke: 1px var(--tj-color-theme-primary);
}
.testimonial-item .testimonial-rating .star-ratings .fill-ratings {
  color: var(--tj-grey-1);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.testimonial-item .testimonial-rating .star-ratings .fill-ratings span {
  display: inline-block;
}
.testimonial-item .testimonial-rating .star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
  color: var(--tj-color-grey-2);
}
.testimonial-item .desc {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-dark-2);
  line-height: 1.44;
}
.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;
}
.testimonial-item .testimonial-auother {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px dashed var(--tj-color-border-2);
  padding-top: 30px;
}
.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: 48px;
  height: 48px;
  line-height: 1;
  background-color: var(--tj-color-extra-3);
  border-radius: 50%;
}
.testimonial-item .testimonial-auother .auother-name .title {
  margin-bottom: 0px;
}
.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), only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-item {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-item {
    padding: 30px 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .testimonial-item .desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

/* !END: Theme Testimonial 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;
}

.cta-wrapper {
  padding: 126px 25px;
  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: 790px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-wrapper .cta-content {
    max-width: 554px;
  }
}
.cta-wrapper .cta-content .tj-section-subtitle {
  color: var(--tj-color-common-white);
  margin-bottom: 20px;
  border-color: var(--tj-color-border-1);
}
@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 {
  color: var(--tj-color-common-white);
  margin-bottom: 35px;
}
.cta-wrapper .cta-content .title-badge {
  position: relative;
  z-index: 0;
  width: 62px;
  display: inline-block;
  margin-right: -4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-wrapper .cta-content .title-badge {
    width: 50px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper .cta-content .title-badge {
    width: 30px;
    margin-right: 0px;
  }
}
.cta-wrapper .cta-content .title-badge::after {
  content: "";
  position: absolute;
  left: 52%;
  top: 52%;
  -webkit-transform: translate(-51%, -50%);
      -ms-transform: translate(-51%, -50%);
          transform: translate(-51%, -50%);
  z-index: -1;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("../img/icon/title-badge-rounded.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 575px) {
  .cta-wrapper .cta-content .title-badge::after {
    top: 44%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-wrapper .cta-content .title {
    font-size: 55px;
  }
}
@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 {
    padding: 40px 15px;
  }
  .cta-wrapper .cta-content .title {
    font-size: 45px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-wrapper {
    padding: 40px 15px;
  }
  .cta-wrapper .cta-content .subtitle {
    margin-bottom: 15px;
  }
  .cta-wrapper .cta-content .title {
    font-size: 35px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .cta-wrapper {
    padding: 40px 15px;
  }
  .cta-wrapper .cta-content .subtitle {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .cta-wrapper .cta-content .title {
    font-size: 23px;
    margin-bottom: 25px;
  }
}

.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: Theme Portfolio CSS
----------------------------------------*/
.portfolio-area {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(#cb0891));
  background: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, #cb0891 100%);
  max-width: 1560px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.portfolio-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 390px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#100914), to(rgba(16, 9, 20, 0)));
  background: linear-gradient(360deg, #100914 0%, rgba(16, 9, 20, 0) 100%);
  z-index: 1;
}
.portfolio-area .tj-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 110px;
  position: relative;
  z-index: 3;
}
.portfolio-area .tj-section-wrapper .sec-text {
  max-width: 620px;
  width: 100%;
}
.portfolio-area .tj-section-wrapper .sec-text .tj-section-subtitle {
  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) {
  .portfolio-area .tj-section-wrapper {
    -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: start;
    padding-top: 80px;
  }
  .portfolio-area .tj-section-wrapper .tj-header-button {
    margin-left: 0;
  }
}

/* !END: Theme Portfolio CSS */
/**----------------------------------------
START: FAQ CSS
----------------------------------------*/
.tj-faq-area {
  padding: 120px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-faq-area {
    padding: 100px 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-faq-area {
    padding: 70px 0;
  }
}

.tj-faq-style {
  max-width: 1000px;
  margin: 0 auto;
  border: 0;
  border-radius: 12px;
  background-color: var(--tj-color-common-white);
}
.tj-faq-style .accordion-item {
  border: none;
  border-radius: 10px;
  background-color: transparent;
  color: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tj-faq-style .accordion-item .accordion-header .accordion-button {
  background: transparent;
  font-size: 18px;
  padding: 34px 80px 34px 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.03em;
}
@media 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;
  }
}
.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: "\e927";
  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: 23px;
  right: 30px;
  font-family: "bexon-icons";
  font-weight: 500;
  border: 1px solid var(--tj-color-theme-primary);
  height: 36px;
  width: 36px;
  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: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-style .accordion-item .accordion-header .accordion-button:before {
    height: 30px;
    width: 30px;
    line-height: 1;
    font-size: 21px;
    right: 15px;
  }
}
.tj-faq-style .accordion-item .accordion-header .accordion-button.collapsed {
  border: 0;
  border-top: 1px dashed var(--tj-color-border-2);
  background: transparent;
}
.tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--tj-color-common-white);
  border-color: var(--tj-color-theme-bg);
}
.tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) span {
  color: var(--tj-color-common-white-3);
}
.tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  content: "\e918";
  color: var(--tj-color-heading-primary);
  border-color: var(--tj-color-common-white);
  background-color: var(--tj-color-common-white);
}
.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)) {
  background-color: var(--tj-color-theme-primary);
}
.tj-faq-style .accordion-item:has(.accordion-button:not(.collapsed)) .accordion-body {
  color: var(--tj-color-common-white);
}
.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;
  padding-bottom: 30px;
  padding-top: 25px;
  border-top: 1px dashed var(--tj-color-border-5);
  padding: 30px 30px 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-style .accordion-item .accordion-body {
    padding: 20px 15px 25px;
  }
}
.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 *//*# sourceMappingURL=main.css.map */