:root {
  --tj-ff-fontawesome: "Font Awesome 6 Pro";
  --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;
  --tj-fs-body: 16px;
  --tj-fs-p: 16px;
  --tj-fs-h1: 74px;
  --tj-fs-h2: 48px;
  --tj-fs-h3: 32px;
  --tj-fs-h4: 24px;
  --tj-fs-h5: 20px;
  --tj-fs-h6: 18px;
  --tj-color-common-white: #fff;
  --tj-color-common-black: #000;
  --tj-color-heading-primary: #0c1e21;
  --tj-color-text-body: #364e52;
  --tj-color-text-body-2: #a9b8b8;
  --tj-color-text-body-3: #67787a;
  --tj-color-text-body-4: #18292c;
  --tj-color-text-body-5: #fffc;
  --tj-color-theme-primary: #1e8a8a;
  --tj-color-theme-bg: #d8e5e5;
  --tj-color-theme-bg-2: #cee0e0;
  --tj-color-theme-bg-3: #202e30;
  --tj-color-theme-dark: #0c1e21;
  --tj-color-theme-dark-2: #18292c;
  --tj-color-theme-dark-3: #364e52;
  --tj-color-theme-dark-4: #67787a;
  --tj-color-theme-dark-5: #676e7a;
  --tj-color-red-1: red;
  --tj-color-grey-1: #ecf0f0;
  --tj-color-grey-2: #a9b8b8;
  --tj-color-grey-3: #ffffff1a;
  --tj-color-border-1: #c9d1d1;
  --tj-color-border-2: #313d3d;
  --tj-color-border-3: #ffffff26;
  --tj-color-border-4: #fff3;
  --tj-color-border-5: #1e8a8a26;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.site-main {
  position: relative;
}
body {
  font-family: var(--tj-ff-body);
  font-size: var(--tj-fs-body);
  color: var(--tj-color-text-body);
  background-color: var(--tj-color-grey-1);
  font-weight: 400;
  line-height: 1.5;
}
body:has(.tj-offcanvas-area.opened, .hamburger-area.opened, .modal-open) {
  overflow: hidden;
}
body:has(.modal-open) #smooth-wrapper {
  position: static !important;
}
body:has(.modal-open) #smooth-content {
  will-change: inherit;
  transform: none !important;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-medium);
  letter-spacing: -0.03em;
  margin-top: 0;
  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: 0;
  padding: 0;
}
a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
svg path,
h1,
h2,
h3,
h4,
h5,
h6 {
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out;
}
a:focus,
button:focus,
button:focus-visible {
  outline: none;
  text-decoration: none;
  box-shadow: 0 0;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}
a,
button {
  color: var(--tj-color-theme-primary);
  background: 0 0;
  border: none;
  outline: none;
  padding: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
select,
.nice-select,
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="email"],
input[type="url"],
textarea {
  background-color: var(--tj-color-common-white);
  width: 100%;
  height: auto;
  font-size: var(--tj-fs-body);
  border: 1px solid var(--tj-color-border-1);
  color: var(--tj-color-text-body);
  outline: none;
  padding: 10px 15px;
  box-shadow: 0 0;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-results-button {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--tj-color-theme-primary) var(--tj-color-common-white);
}
::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background: var(--tj-color-theme-primary);
  -webkit-border-radius: 1ex;
  -webkit-box-shadow: 0 0 #000000bf;
}
::-webkit-scrollbar-corner {
  background: 0 0;
}
::-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-text-body);
  font-size: var(--tj-fs-body);
  opacity: 1;
  transition: all 0.3s;
}
:-moz-placeholder-shown {
  color: var(--tj-color-text-body);
  font-size: var(--tj-fs-body);
  opacity: 1;
  transition: all 0.3s;
}
::-moz-placeholder {
  color: var(--tj-color-text-body);
  font-size: var(--tj-fs-body);
  opacity: 1;
  transition: all 0.3s;
}
:-ms-placeholder-shown {
  color: var(--tj-color-text-body);
  font-size: var(--tj-fs-body);
  opacity: 1;
  transition: all 0.3s;
}
::placeholder {
  color: var(--tj-color-text-body);
  font-size: var(--tj-fs-body);
  opacity: 1;
  transition: all 0.3s;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
img {
  max-width: 100%;
}
.w-img img {
  width: 100%;
}
.m-img img {
  max-width: 100%;
}
.fix {
  overflow: hidden;
}
.section-gap {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-gap {
    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) {
  .section-gap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.section-gap-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-gap-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .section-gap-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.gap-top,
.section-top-gap {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gap-top,
  .section-top-gap {
    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) {
  .gap-top,
  .section-top-gap {
    padding-top: 70px;
  }
}
.gap-bottom,
.section-bottom-gap {
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gap-bottom,
  .section-bottom-gap {
    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) {
  .gap-bottom,
  .section-bottom-gap {
    padding-bottom: 70px;
  }
}
.section-gap-x {
  margin-inline: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .section-gap-x {
    margin-inline: 12px;
  }
}
.section-separator {
  border-top: 1px dashed var(--tj-color-border-1);
}
.mt-10 {
  margin-top: 10px;
}
.rg-30 {
  row-gap: 30px;
}
.rg-40 {
  row-gap: 40px;
}
.rg-50 {
  row-gap: 50px;
}
.rg-60 {
  row-gap: 60px;
}
.rg-70 {
  row-gap: 70px;
}
.rg-80 {
  row-gap: 80px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.gap-15 {
  --bs-gutter-x: 15px;
  padding: 0 15px;
}
.gap-15 .row {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px;
}
.space-for-header {
  padding-top: 105px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .space-for-header {
    padding-top: 95px;
  }
}
.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;
  }
}
.top-space-65 {
  padding-top: 65px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .top-space-65 {
    padding-top: 94px;
  }
}
.gap-30 {
  --bs-gutter-x: 30px;
}
.gap-30 .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
.gap-0,
.gap-0 .row {
  --bs-gutter-x: 0;
}
.container-end-align {
  width: auto;
  min-width: auto;
  max-width: inherit;
  margin-inline-start: calc(50% - 660px);
  padding-inline-end: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-end-align {
    margin-inline-start: calc(50% - 570px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-end-align {
    margin-inline-start: calc(50% - 480px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-end-align {
    margin-inline-start: calc(50% - 360px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container-end-align {
    margin-inline-start: calc(50% - 270px);
  }
}
@media (max-width: 575px) {
  .container-end-align {
    margin-inline-start: 0;
    padding-inline-end: 12px;
  }
}
.vbox-grab .vbox-child img {
  border-radius: 12px;
}
#smooth-content {
  will-change: transform;
  padding-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  #smooth-content {
    padding-bottom: 0;
  }
}
.tj-sticky-panel,
.tj-sticky-panel-2,
.tj-sticky-panel-3,
.slidebar-stickiy {
  will-change: transform;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  [data-speed="\.8"] {
    transform: none !important;
  }
}
.title-anim,
.text-anim,
.hero-text-anim {
  opacity: 0;
}
.title-anim.start-anim,
.text-anim.start-anim,
.hero-text-anim.start-anim {
  opacity: 1;
}
.odometer.odometer-auto-theme {
  line-height: 1;
}
.slider-prev,
.slider-next {
  cursor: pointer;
}
.tj-primary-btn {
  background-color: var(--tj-color-theme-primary);
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  text-align: center;
  z-index: 2;
  white-space: nowrap;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 5px 5px 5px 25px;
  line-height: 1;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.tj-primary-btn .btn-text {
  color: var(--tj-color-common-white);
  overflow: hidden;
}
.tj-primary-btn .btn-text span {
  text-shadow: 0 30px;
  backface-visibility: hidden;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  display: flex;
  transform: translateY(0);
}
.tj-primary-btn .btn-icon {
  background-color: var(--tj-color-theme-dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  overflow: hidden;
}
.tj-primary-btn .btn-icon i {
  color: var(--tj-color-common-white);
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
.tj-primary-btn.btn-dark {
  background-color: var(--tj-color-theme-dark);
}
.tj-primary-btn.btn-dark .btn-icon {
  background-color: var(--tj-color-common-white);
}
.tj-primary-btn.btn-dark .btn-icon i {
  color: var(--tj-color-theme-dark);
}
.tj-primary-btn.transparent-btn {
  border: 1px solid var(--tj-color-border-1);
  background-color: #0000;
}
.tj-primary-btn.transparent-btn .btn-text {
  color: var(--tj-color-heading-primary);
}
.tj-primary-btn.transparent-btn:hover {
  border-color: var(--tj-color-theme-dark);
}
.tj-primary-btn:hover .btn-text span {
  transform: translateY(-30px);
}
.tj-primary-btn:hover .btn-icon i {
  transform: rotate(0);
}
.tj-primary-btn-lg {
  gap: 14px;
  padding: 7px 7px 7px 44px;
  font-size: 20px;
}
.tj-primary-btn-lg .btn-icon {
  width: 59px;
  height: 59px;
  font-size: 27px;
}
.text-btn {
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  text-align: center;
  z-index: 2;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
  display: inline-flex;
  position: relative;
}
.text-btn .btn-text {
  color: var(--tj-color-heading-primary);
  overflow: hidden;
}
.text-btn .btn-text span {
  text-shadow: 0 30px;
  backface-visibility: hidden;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  display: flex;
  transform: translateY(0);
}
.text-btn .btn-icon {
  background-color: var(--tj-color-theme-dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  overflow: hidden;
}
.text-btn .btn-icon i {
  color: var(--tj-color-common-white);
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
.text-btn:hover .btn-text span {
  transform: translateY(-30px);
}
.text-btn:hover .btn-icon {
  background-color: var(--tj-color-theme-primary);
}
.text-btn:hover .btn-icon i {
  transform: rotate(0);
}
.tji-icon-btn {
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 26px;
  display: flex;
}
.tji-icon-btn i {
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-normal);
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
.tji-icon-btn:hover {
  background-color: var(--tj-color-theme-primary);
}
.tji-icon-btn:hover i {
  color: var(--tj-color-common-white);
  transform: rotate(0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tji-icon-btn {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tji-icon-btn {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.header-area {
  background-color: var(--tj-color-common-white);
  z-index: 99;
  border-end-end-radius: 12px;
  border-end-start-radius: 12px;
  position: relative;
}
.header-area.header-1.header-absolute {
  top: 0;
  width: calc(100% - 30px);
  position: absolute;
  inset-inline-start: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-area.header-1.header-absolute {
    width: calc(100% - 24px);
  }
}
.header-area.header-1 .header-wrapper {
  background-color: var(--tj-color-common-white);
  padding: 0 18px;
}
.header-area.header-2.header-absolute {
  top: 30px;
  z-index: 999;
  background-color: transparent;
  border-radius: 0;
  width: calc(100% - 60px);
  position: fixed;
  inset-inline-start: 15px;
}
.header-area.header-2.header-absolute > .container-fluid,
.header-area.header-2.header-absolute > .container-fluid > .row {
  --bs-gutter-x: 0;
}
.header-area.header-2.header-absolute .header-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #263C40;
  border-radius: 14px;
  padding: 0 20px;
}
.header-area.header-2.header-absolute .search_popup {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
}
.header-area.header-2.header-absolute
  .search_popup
  .search-box
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(
    [type="search"]
  ),
.header-area.header-2.header-absolute
  .search_popup
  .search-box
  input[type="text"] {
  background-color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-area.header-2.header-absolute {
    top: 24px;
    width: calc(100% - 48px);
    inset-inline-start: 12px;
  }
}
.header-area.header-2.header-sticky .header-wrapper {
  padding: 0 8px;
}
.header-area.header-3.header-absolute {
  top: 0;
  z-index: 999;
  background-color: #0000;
  width: calc(100% - 30px);
  position: absolute;
  inset-inline-start: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-area.header-3.header-absolute {
    width: calc(100% - 24px);
  }
}
.header-area.header-3 .header-wrapper {
  border-start-start-radius: 12px;
  border-start-end-radius: 12px;
  padding: 0 12px;
}
.header-area.header-duplicate {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.header-area.sticky {
  top: 0;
  z-index: 1002;
  opacity: 1;
  visibility: visible;
  background-color: var(--tj-color-common-white);
  border-bottom: none;
  width: calc(100% - 30px);
  animation: 0.9s sticky;
  display: block;
  position: fixed;
  inset-inline-start: 0;
  box-shadow: 0 0 15px #0000001a;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-area.sticky {
    width: 100%;
  }
  .header-area.sticky.section-gap-x {
    margin-inline: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-area.header-3 .header-wrapper,
  .header-area.header-1 .header-wrapper {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.header-3 .header-wrapper,
  .header-area.header-1 .header-wrapper {
    padding: 0 4px;
  }
  .header-area.header-2.header-absolute .header-wrapper {
    padding: 0 16px;
  }
  .header-area.header-2.header-sticky .header-wrapper {
    padding: 0 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-area.header-3 .header-wrapper,
  .header-area.header-1 .header-wrapper {
    padding: 15px 0;
  }
  .header-area.header-2.header-absolute .header-wrapper {
    padding: 15px 12px;
  }
  .header-area.header-2.header-sticky .header-wrapper {
    padding: 15px 0;
  }
}
.header-top {
  background-color: var(--tj-color-theme-primary);
  border-end-end-radius: 12px;
  border-end-start-radius: 12px;
  margin-bottom: 15px;
  padding: 0 12px;
}
.header-top-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.header-top-content .topbar-text {
  color: var(--tj-color-common-white);
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: 13px 0;
  display: inline-flex;
}
.header-top-content .topbar-text i {
  color: var(--tj-color-common-white);
  font-size: 20px;
}
.header-top-content .topbar-text a {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-sbold);
  display: inline-flex;
}
.header-top-content .topbar-text a:after {
  content: "";
  color: var(--tj-color-common-white);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2;
  display: inline-flex;
  font-family: bexon-icons !important;
}
.header-top-content .topbar-text a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-content .topbar-text {
    font-size: 15px;
  }
  .header-top-content .topbar-text i {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-top-content .topbar-text {
    justify-content: center;
    width: 100%;
    padding: 10px 0;
    font-size: 15px;
  }
  .header-top-content .topbar-text i {
    font-size: 18px;
  }
}
.header-top-content .header-info {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}
.header-top-content .header-info .info-item {
  border-inline-start: 1px dashed #ffffff26;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  display: inline-flex;
  position: relative;
}
.header-top-content .header-info .info-item:last-child {
  padding-inline-end: 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) {
  .header-top-content .header-info .info-item:last-child {
    display: none;
  }
}
.header-top-content .header-info .info-item span {
  color: var(--tj-color-common-white);
  line-height: 1;
  display: inline-flex;
}
.header-top-content .header-info .info-item a {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-top-content .header-info .info-item {
    border: 0;
    padding: 0 10px 10px;
  }
}
.header-top-content .header-info .social-links ul li a {
  width: 22px;
  height: 22px;
  font-size: 14px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-top-content {
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top {
    padding: 0 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) {
  .header-top {
    padding: 0;
  }
}
.header-bottom {
  border-bottom: 1px dashed #c9d1d1;
}
.header-wrapper {
  z-index: 99;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-wrapper {
    padding: 15px 0;
  }
}
.site_logo .logo {
  width: 100%;
  max-width: 136px;
  display: inline-block;
}
.menu-area {
  gap: 25px;
}
.mainmenu ul {
  flex-wrap: wrap;
  align-items: center;
  column-gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.mainmenu ul > li {
  z-index: 1;
  position: relative;
}
.mainmenu ul > li > a {
  color: var(--tj-color-heading-primary);
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  padding: 37px 0;
  line-height: 1;
  display: block;
  position: relative;
}
.mainmenu ul > li.menu-item-has-children > a,
.mainmenu ul > li.has-dropdown > a {
  padding-inline-end: 20px;
}
.mainmenu ul > li.menu-item-has-children > a:after,
.mainmenu ul > li.has-dropdown > a:after {
  content: "";
  color: inherit;
  top: 40px;
  -o-transition: all 0.3s ease-in-out 0s;
  font-family: bexon-icons;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset-inline-end: 0;
}
.mainmenu ul > li.menu-item-has-children:hover > a:after,
.mainmenu ul > li.has-dropdown:hover > a:after {
  transform: rotate(-180deg);
}
.mainmenu ul > li.current-menu-ancestor > a,
.mainmenu ul > li.current-menu-item > a,
.mainmenu ul > li:hover > a,
.mainmenu ul > li.current-menu-ancestor > a:after,
.mainmenu ul > li.current-menu-item > a:after,
.mainmenu ul > li:hover > a:after {
  color: var(--tj-color-theme-primary);
}
.mainmenu ul > li.current-menu-ancestor > a:before,
.mainmenu ul > li.current-menu-item > a:before,
.mainmenu ul > li:hover > a:before {
  opacity: 1;
  visibility: visible;
}
.mainmenu ul > li > .sub-menu {
  top: 100%;
  inset-inline-start: 0;
  top: 100%;
  z-index: 99;
  text-align: start;
  background-color: var(--tj-color-common-white);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 10px;
  gap: 0;
  width: 220px;
  padding: 10px 0;
  transition: all 0.4s;
  display: block;
  position: absolute;
  inset-inline-start: 0;
  transform: scaleY(0);
  box-shadow: 0 0 15px #0000001a;
}
.mainmenu ul > li > .sub-menu > li {
  width: 100%;
  display: block;
}
.mainmenu ul > li > .sub-menu > li > a {
  color: var(--tj-color-text-body);
  padding: 10px 20px;
  display: block;
  position: relative;
}
.mainmenu ul > li > .sub-menu > li > a:before {
  display: none;
}
.mainmenu ul > li > .sub-menu > li:last-child {
  padding-bottom: 0;
}
.mainmenu ul > li > .sub-menu > li.menu-item-has-children > a:after,
.mainmenu ul > li > .sub-menu > li.has-dropdown > a:after {
  top: 13px;
  color: var(--tj-color-text-body);
  inset-inline-end: 15px;
  transform: rotate(-90deg);
}
.mainmenu ul > li > .sub-menu > li.current-menu-ancestor > a,
.mainmenu ul > li > .sub-menu > li.current-menu-item > a,
.mainmenu ul > li > .sub-menu > li:hover > a {
  color: var(--tj-color-theme-primary);
}
.mainmenu ul > li > .sub-menu > li.current-menu-ancestor > a:before,
.mainmenu ul > li > .sub-menu > li.current-menu-item > a:before,
.mainmenu ul > li > .sub-menu > li:hover > a:before {
  opacity: 1;
  visibility: visible;
  width: 14px;
}
.mainmenu ul > li > .sub-menu > li.current-menu-ancestor > a:after,
.mainmenu ul > li > .sub-menu > li.current-menu-item > a:after,
.mainmenu ul > li > .sub-menu > li:hover > a:after {
  color: var(--tj-color-theme-primary);
}
.mainmenu ul > li > .sub-menu > li > .sub-menu {
  inset-inline-start: 100%;
  top: -10px;
}
.mainmenu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  transition: all 0.5s;
  transform: scaleY(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mainmenu ul {
    gap: 0 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu ul {
    gap: 0 16px;
  }
}
.header-search {
  line-height: 1;
  position: relative;
}
.header-search .search {
  color: var(--tj-color-heading-primary);
  background-color: var(--tj-color-grey-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
}
.header-search .search i {
  line-height: 1;
  transition: transform 0.3s;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-search .search {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}
.header-search .search:hover i {
  animation: 0.6s gelatine;
}
.header-search .search.search-hide {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
}
.header-search .search_close_btn {
  color: var(--tj-color-heading-primary);
  background-color: var(--tj-color-grey-1);
  opacity: 0;
  visibility: hidden;
  inset-inline-start: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: 0;
}
.header-search .search_close_btn i {
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-search .search_close_btn {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}
.header-search .search_close_btn.close-show {
  opacity: 1;
  visibility: visible;
}
.header-contact {
  /* color: var(--tj-color-heading-primary); */
  gap: 8px;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
}
.header-contact .call-text {
  font-weight: var(--tj-fw-sbold);
  position: relative;
}
.header-contact .call-text,
.header-contact .call-icon {
  color: #ffffff;
}
.header-contact .call-text:after {
  content: "";
  bottom: -1px;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  inset-inline-end: 0;
}
.header-contact:hover .call-text:after {
  animation: 0.8s linear linehover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-contact {
    font-size: 18px;
  }
}
.header-right-item {
  align-items: center;
  gap: 20px;
  display: flex;
}
.header-right-item .tj-primary-btn .btn-icon {
  width: 38px;
  height: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-right-item .tj-primary-btn .btn-icon {
    width: 35px;
    height: 35px;
  }
  .header-right-item {
    gap: 12px;
  }
}
.menu_bar {
  top: 0;
  cursor: pointer;
  -o-transition: all 0.3s ease-in-out 0s;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 25px;
  height: 25px;
  margin-inline-start: 5px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  position: relative;
  inset-inline-start: 0;
}
.menu_bar span {
  background-color: var(--tj-color-common-black);
  backface-visibility: hidden;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  margin-inline-end: auto;
  transition: all 0.3s;
  display: block;
}
.menu_bar span:last-child,
.menu_bar span:first-child {
  width: 25px;
}
.menu_bar.mobile_menu_bar {
  background: var(--tj-color-theme-primary);
  border-radius: 7px;
  width: 50px;
  height: 50px;
  padding: 12px;
}
.menu_bar.mobile_menu_bar span {
  background-color: var(--tj-color-common-white);
}
.menu_bar:hover span {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .menu_bar {
    margin-inline-start: 0;
  }
}
.header-2.header-absolute .mainmenu > ul > li > a {
  color: var(--tj-color-common-white);
  padding-top: 32px;
  padding-bottom: 32px;
}
.header-2.header-absolute .mainmenu > ul > li.menu-item-has-children > a:after,
.header-2.header-absolute .mainmenu > ul > li.has-dropdown > a:after {
  color: currentColor;
  top: 35px;
}
.header-2.header-absolute .mainmenu > ul > li:hover > a,
.header-2.header-absolute .mainmenu > ul > li.current-menu-ancestor > a {
  color: var(--tj-color-text-body-2);
}
.header-2.header-absolute .mainmenu > ul > li:hover > a:after,
.header-2.header-absolute .mainmenu > ul > li.current-menu-ancestor > a:after {
  color: currentColor;
}
.header-2.header-absolute .menu_bar span {
  background-color: var(--tj-color-common-white);
}
.header-3.header-absolute .mainmenu > ul > li > a {
  padding-top: 32px;
  padding-bottom: 32px;
}
.header-3.header-absolute .mainmenu > ul > li.menu-item-has-children > a:after,
.header-3.header-absolute .mainmenu > ul > li.has-dropdown > a:after {
  color: currentColor;
  top: 35px;
}
.gap-60-25 {
  --bs-gutter-x: 60px;
}
.gap-60-25 .row {
  --bs-gutter-x: 25px;
  --bs-gutter-y: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .gap-60-25 {
    --bs-gutter-x: 40px;
  }
  .gap-60-25 .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .gap-60-25 {
    --bs-gutter-x: 32px;
  }
  .gap-60-25 .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 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) {
  .gap-60-25 {
    --bs-gutter-x: 0;
  }
  .gap-60-25 .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .gap-30-30 {
    --bs-gutter-x: 20px;
  }
  .gap-30-30 .row {
    --bs-gutter-y: 20px;
  }
}
.header-wrapper:has(.mega-menu) {
  position: static;
}
:is(.mainmenu ul > li:has(.mega-menu), .mobile_menu ul > li:has(.mega-menu)) {
  position: static;
}
.mainmenu ul > li > .mega-menu,
.mobile_menu ul > li > .mega-menu {
  width: 100%;
  max-width: 1920px;
  padding: 30px 0;
  inset-inline-start: 50%;
  transform: scaleY(0) translate(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mainmenu ul > li > .mega-menu,
  .mobile_menu ul > li > .mega-menu {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu ul > li > .mega-menu,
  .mobile_menu ul > li > .mega-menu {
    padding: 16px 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) {
  .mainmenu ul > li > .mega-menu,
  .mobile_menu ul > li > .mega-menu {
    transform: translate(0);
  }
  .mainmenu ul > li > .mega-menu li,
  .mobile_menu ul > li > .mega-menu li {
    padding-inline-start: 0 !important;
  }
}
.mainmenu ul > li > .mega-menu:before,
.mobile_menu ul > li > .mega-menu:before {
  display: none;
}
.mainmenu ul > li > .mega-menu .container-fluid,
.mobile_menu ul > li > .mega-menu .container-fluid {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
}
.mainmenu ul > li > .mega-menu .col-xl-3,
.mobile_menu ul > li > .mega-menu .col-xl-3 {
  width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu ul > li > .mega-menu .col-xl-3,
  .mobile_menu ul > li > .mega-menu .col-xl-3 {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .mainmenu ul > li > .mega-menu .col-xl-3,
  .mobile_menu ul > li > .mega-menu .col-xl-3 {
    width: 100%;
  }
}
.mainmenu ul > li > .mega-menu-pages,
.mobile_menu ul > li > .mega-menu-pages {
  width: calc(100% - 30px);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}
.mainmenu ul > li > .mega-menu-pages .mega-menu-wrapper,
.mobile_menu ul > li > .mega-menu-pages .mega-menu-wrapper {
  display: 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) {
  .mainmenu ul > li > .mega-menu-pages .mega-menu-wrapper,
  .mobile_menu ul > li > .mega-menu-pages .mega-menu-wrapper {
    flex-direction: column;
  }
}
.mainmenu ul > li > .mega-menu-pages .mega-menu-pages-single,
.mobile_menu ul > li > .mega-menu-pages .mega-menu-pages-single {
  border-inline-start: 1px solid var(--tj-color-border-1);
  width: 315px;
  padding: 26px 30px 20px;
}
.mainmenu ul > li > .mega-menu-pages .mega-menu-pages-single:last-child,
.mainmenu ul > li > .mega-menu-pages .mega-menu-pages-single:first-child,
.mobile_menu ul > li > .mega-menu-pages .mega-menu-pages-single:last-child,
.mobile_menu ul > li > .mega-menu-pages .mega-menu-pages-single:first-child {
  border-inline-start: 0;
}
.mainmenu ul > li > .mega-menu-pages .mega-menu-pages-single:last-child,
.mobile_menu ul > li > .mega-menu-pages .mega-menu-pages-single:last-child {
  padding: 15px;
  width: 377px;
  padding-inline-start: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu ul > li > .mega-menu-pages .mega-menu-pages-single:last-child,
  .mobile_menu ul > li > .mega-menu-pages .mega-menu-pages-single:last-child {
    width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .mainmenu ul > li > .mega-menu-pages .mega-menu-pages-single:last-child,
  .mobile_menu ul > li > .mega-menu-pages .mega-menu-pages-single:last-child {
    width: 100%;
    padding: 0;
  }
}
.mainmenu ul > li > .mega-menu-pages .mega-menu-pages-single .feature-box,
.mobile_menu ul > li > .mega-menu-pages .mega-menu-pages-single .feature-box {
  background: var(--tj-color-theme-dark);
  border: 1px solid var(--tj-color-border-2);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.mainmenu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content,
.mobile_menu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content {
  padding: 30px 28px;
}
.mainmenu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content
  .title,
.mobile_menu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content
  .title {
  color: var(--tj-color-common-white);
  margin-bottom: 15px;
  font-size: 74px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mainmenu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content
    .title,
  .mobile_menu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content
    .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content
    .title,
  .mobile_menu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content
    .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .mainmenu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content
    .title,
  .mobile_menu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content
    .title {
    font-size: 60px;
  }
}
.mainmenu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content
  > span,
.mobile_menu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content
  > span {
  font-size: 20px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  margin-bottom: 26px;
  line-height: 1;
  display: block;
}
@media (max-width: 575px) {
  .mainmenu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content
    > span,
  .mobile_menu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content
    > span {
    margin-bottom: 20px;
  }
}
.mainmenu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content
  .feature-contact,
.mobile_menu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content
  .feature-contact {
  background-color: var(--tj-color-theme-primary);
  white-space: nowrap;
  border-radius: 50px;
  margin: 0;
  padding: 7px 12px;
  line-height: 1;
  display: inline-flex;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .mainmenu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content
    .feature-contact,
  .mobile_menu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content
    .feature-contact {
    align-items: center;
  }
}
.mainmenu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content
  .feature-contact
  span,
.mobile_menu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content
  .feature-contact
  span {
  color: var(--tj-color-common-white);
  font-size: 18px;
  font-weight: var(--tj-fw-sbold);
  text-shadow: 0 30px;
  margin: 0;
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .mainmenu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content
    .feature-contact
    span,
  .mobile_menu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content
    .feature-contact
    span {
    font-size: 15px;
  }
}
.mainmenu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content
  .feature-contact
  i,
.mobile_menu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content
  .feature-contact
  i {
  color: var(--tj-color-common-white);
  margin-inline: 0 6px;
  font-size: 20px;
}
.mainmenu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content
  .feature-contact:hover,
.mobile_menu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content
  .feature-contact:hover {
  padding: 7px 12px;
}
.mainmenu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content
  .feature-contact:hover
  span,
.mobile_menu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-content
  .feature-contact:hover
  span {
  transform: translateY(-30px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content,
  .mobile_menu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .mainmenu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content,
  .mobile_menu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-content {
    padding: 10px 0 25px;
  }
}
@media (max-width: 575px) {
  .mainmenu ul > li > .mega-menu-pages .mega-menu-pages-single .feature-box,
  .mobile_menu ul > li > .mega-menu-pages .mega-menu-pages-single .feature-box {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .mainmenu ul > li > .mega-menu-pages .mega-menu-pages-single .feature-box,
  .mobile_menu ul > li > .mega-menu-pages .mega-menu-pages-single .feature-box {
    max-width: 320px;
    margin: 0 auto;
  }
}
.mainmenu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-images,
.mobile_menu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-images {
  margin-inline-start: 116px;
  border: 5px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  width: 285px;
  height: 285px;
  margin-bottom: -50px;
  overflow: hidden;
}
.mainmenu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-images
  img,
.mobile_menu
  ul
  > li
  > .mega-menu-pages
  .mega-menu-pages-single
  .feature-box
  .feature-images
  img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mainmenu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-images,
  .mobile_menu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-images {
    width: 299px;
    height: 299px;
    margin-inline-start: 102px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-images,
  .mobile_menu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-images {
    width: 325px;
    height: 325px;
    margin-inline-start: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mainmenu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-images,
  .mobile_menu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-images {
    width: 325px;
    height: 325px;
    margin-inline-start: 66px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mainmenu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-images,
  .mobile_menu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-images {
    margin-inline-start: 180px;
  }
}
@media (max-width: 400px) {
  .mainmenu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-images,
  .mobile_menu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-pages-single
    .feature-box
    .feature-images {
    width: 320px;
    height: 320px;
    margin-inline-start: 0;
  }
}
@media (max-width: 575px) {
  .mainmenu ul > li > .mega-menu-pages .mega-menu-pages-single .feature-box,
  .mobile_menu ul > li > .mega-menu-pages .mega-menu-pages-single .feature-box {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .mainmenu ul > li > .mega-menu-pages .mega-menu-pages-single,
  .mobile_menu ul > li > .mega-menu-pages .mega-menu-pages-single {
    border-inline-start: 0;
    width: 100%;
    padding: 20px 0;
  }
}
.mainmenu ul > li > .mega-menu-pages .mega-menu-title,
.mobile_menu ul > li > .mega-menu-pages .mega-menu-title {
  font-size: 18px;
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-sbold);
  padding-bottom: 10px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .mainmenu ul > li > .mega-menu-pages .mega-menu-title,
  .mobile_menu ul > li > .mega-menu-pages .mega-menu-title {
    color: var(--tj-color-common-white);
  }
}
.mainmenu ul > li > .mega-menu-pages .mega-menu-title:before,
.mobile_menu ul > li > .mega-menu-pages .mega-menu-title:before {
  content: "";
  background: var(--tj-color-border-1);
  bottom: 0;
  width: 32px;
  height: 3px;
  position: absolute;
  inset-inline-start: 0;
}
.mainmenu ul > li > .mega-menu-pages .mega-menu-list,
.mobile_menu ul > li > .mega-menu-pages .mega-menu-list {
  flex-direction: column;
  display: flex;
}
.mainmenu ul > li > .mega-menu-pages .mega-menu-list a,
.mobile_menu ul > li > .mega-menu-pages .mega-menu-list a {
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-black-2);
  padding: 12px 0;
  line-height: 1;
  position: relative;
}
:is(
  .mainmenu ul > li > .mega-menu-pages .mega-menu-list a:has(.mega-menu-badge),
  .mobile_menu
    ul
    > li
    > .mega-menu-pages
    .mega-menu-list
    a:has(.mega-menu-badge)
) {
  align-items: center;
  gap: 5px;
  display: flex;
}
.mainmenu ul > li > .mega-menu-pages .mega-menu-list a:hover,
.mainmenu ul > li > .mega-menu-pages .mega-menu-list a.active,
.mobile_menu ul > li > .mega-menu-pages .mega-menu-list a:hover,
.mobile_menu ul > li > .mega-menu-pages .mega-menu-list a.active {
  color: var(--tj-color-theme-primary);
  padding-inline-start: 5px;
}
.mainmenu ul > li > .mega-menu .mega-menu-badge,
.mobile_menu ul > li > .mega-menu .mega-menu-badge {
  letter-spacing: -0.025em;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-radius: 40px;
  padding: 3px 7px;
  font-size: 10px;
  line-height: 1;
}
.mainmenu ul > li > .mega-menu .mega-menu-badge-hot,
.mobile_menu ul > li > .mega-menu .mega-menu-badge-hot {
  background-color: var(--tj-color-red-1);
}
.mainmenu ul > li:hover .mega-menu,
.mobile_menu ul > li:hover .mega-menu {
  transform: scaleY(1) translate(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .mainmenu ul > li:hover .mega-menu,
  .mobile_menu ul > li:hover .mega-menu {
    transform: scaleY(1) translate(0);
  }
}
.mainmenu ul > li > .mega-menu-service,
.mobile_menu ul > li > .mega-menu-service {
  width: 346px;
  margin-inline-start: -25px;
  padding: 15px 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) {
  .mainmenu ul > li > .mega-menu-service,
  .mobile_menu ul > li > .mega-menu-service {
    width: 100%;
    margin-inline-start: 0;
  }
}
.mainmenu ul > li > .mega-menu-service:before,
.mobile_menu ul > li > .mega-menu-service:before {
  display: none;
}
.mainmenu ul > li > .mega-menu-service li a,
.mobile_menu ul > li > .mega-menu-service li a {
  border-bottom: 1px solid var(--tj-color-border-1);
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  font-weight: var(--tj-fw-medium);
  letter-spacing: -0.03em;
  align-items: center;
  padding: 15px 25px;
  display: flex;
  position: relative;
}
.mainmenu ul > li > .mega-menu-service li:last-child a,
.mobile_menu ul > li > .mega-menu-service li:last-child a {
  border-bottom: 0;
}
.mainmenu ul > li > .mega-menu-service li:hover a,
.mobile_menu ul > li > .mega-menu-service li:hover a {
  padding-inline-start: 25px;
}
.mainmenu ul > li > .mega-menu-service li:hover a:before,
.mobile_menu ul > li > .mega-menu-service li:hover a:before {
  display: none;
}
.mainmenu ul > li > .mega-menu-service-single,
.mobile_menu ul > li > .mega-menu-service-single {
  gap: 12px;
}
.mainmenu ul > li > .mega-menu-service-single .mega-menu-service-icon,
.mobile_menu ul > li > .mega-menu-service-single .mega-menu-service-icon {
  z-index: 2;
  text-align: center;
  width: 54px;
  height: 54px;
  color: var(--tj-color-theme-primary);
  background: linear-gradient(
    -45deg,
    #1e8a8a4d 0%,
    #1e8a8a00 50%,
    #1e8a8a4d 100%
  );
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
  position: relative;
}
.mainmenu ul > li > .mega-menu-service-single .mega-menu-service-title,
.mobile_menu ul > li > .mega-menu-service-single .mega-menu-service-title {
  max-width: 171px;
  line-height: 1.375;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .mainmenu ul > li > .mega-menu-service-single .mega-menu-service-title,
  .mobile_menu ul > li > .mega-menu-service-single .mega-menu-service-title {
    max-width: 156px;
  }
}
.mainmenu ul > li > .mega-menu-service-single .mega-menu-service-nav,
.mobile_menu ul > li > .mega-menu-service-single .mega-menu-service-nav {
  z-index: 2;
  min-width: 45px;
  height: 100%;
  color: var(--tj-color-theme-primary);
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin-inline-start: auto;
  font-size: 1.6em;
  line-height: 1;
  transition: all 0.3s;
  display: inline-flex;
  position: relative;
  inset-inline-end: -16px;
  overflow: hidden;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .mainmenu ul > li > .mega-menu-service-single .mega-menu-service-nav,
  .mobile_menu ul > li > .mega-menu-service-single .mega-menu-service-nav {
    color: var(--tj-color-common-white);
  }
}
.mainmenu ul > li > .mega-menu-service-single .mega-menu-service-nav i,
.mobile_menu ul > li > .mega-menu-service-single .mega-menu-service-nav i {
  transition: transform 0.4s ease-in-out;
}
.mainmenu
  ul
  > li
  > .mega-menu-service-single
  .mega-menu-service-nav
  i:last-child,
.mobile_menu
  ul
  > li
  > .mega-menu-service-single
  .mega-menu-service-nav
  i:last-child {
  position: absolute;
  transform: translate(-150%);
}
.mainmenu
  ul
  > li
  > .mega-menu-service-single
  .mega-menu-service-nav:hover
  i:first-child,
.mobile_menu
  ul
  > li
  > .mega-menu-service-single
  .mega-menu-service-nav:hover
  i:first-child {
  transform: translate(150%);
}
.mainmenu
  ul
  > li
  > .mega-menu-service-single
  .mega-menu-service-nav:hover
  i:last-child,
.mobile_menu
  ul
  > li
  > .mega-menu-service-single
  .mega-menu-service-nav:hover
  i:last-child {
  transform: translate(0);
}
.mainmenu ul > li > .mega-menu-service-single:hover .mega-menu-service-icon,
.mobile_menu ul > li > .mega-menu-service-single:hover .mega-menu-service-icon {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.mainmenu ul > li > .mega-menu-service-single:hover .mega-menu-service-nav,
.mobile_menu ul > li > .mega-menu-service-single:hover .mega-menu-service-nav {
  opacity: 1;
}
.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: 0;
  }
}
.tj-demo-top-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 20px;
  margin-bottom: 50px;
  display: flex;
}
.tj-demo-top-title {
  margin-bottom: 0;
  font-size: 32px;
}
.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 {
  z-index: 1;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 10px;
  padding: 9px 9px 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@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 {
    border-color: var(--tj-color-border-2);
  }
}
.tj-demo-thumb .image {
  border-radius: 8px;
  width: 100%;
  max-width: 596px;
  margin-bottom: 20px;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
}
.tj-demo-thumb .image:before {
  content: "";
  top: 0;
  background: var(--tj-color-theme-dark);
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  position: absolute;
  inset-inline-start: 0;
}
.tj-demo-thumb .image img {
  object-fit: cover;
  width: 100%;
  height: 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) {
  .tj-demo-thumb .image {
    max-width: 100%;
  }
}
.tj-demo-thumb .tj-demo-title {
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-medium);
  text-align: center;
  margin-bottom: 0;
  font-size: 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) {
  .tj-demo-thumb .tj-demo-title {
    font-size: 14px;
  }
}
.tj-demo-thumb .tj-demo-title a {
  color: var(--tj-color-heading-primary);
}
.tj-demo-thumb .tj-demo-title a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-demo-thumb:not(.coming):hover .image:before {
  opacity: 0.6;
  visibility: visible;
}
.tj-demo-thumb:not(.coming):hover .tj-demo-button {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
@media (max-width: 575px) {
  .tj-demo-thumb {
    padding: 15px 15px 25px;
  }
}
.tj-demo-thumb.coming .image:before {
  display: none;
}
.tj-demo-thumb .tj-demo-badge {
  letter-spacing: -0.025em;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-red-1);
  inset-inline-start: 11px;
  border-radius: 40px;
  padding: 3px 7px;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 11px;
}
.tj-demo-button {
  top: 60%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-out;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}
.tj-demo-button .tj-primary-btn {
  background-color: var(--tj-color-common-white);
}
.tj-demo-button .tj-primary-btn .btn-text {
  color: var(--tj-color-theme-dark);
}
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li:has(.tj-demo-thumb).dropdown-opened
  > a {
  border-bottom: 0;
}
.hamburger_menu .mean-container .mean-nav ul li .mega-menu li a,
.hamburger_menu .mean-container .mean-nav ul li .mega-menu-service a {
  float: none;
  border-bottom: 0;
  display: inline-flex;
}
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu
  li
  a:has(.mega-menu-badge) {
  align-items: center;
  gap: 5px;
}
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu-service
  a:has(.mega-menu-badge) {
  align-items: center;
  gap: 5px;
}
.hamburger_menu .mean-container .mean-nav ul li .mega-menu li a.tj-primary-btn,
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu-service
  a.tj-primary-btn {
  padding: 4.5px;
  padding-inline-start: 15px;
}
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu
  li
  a
  .mega-menu-badge,
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu-service
  a
  .mega-menu-badge {
  letter-spacing: -0.025em;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-radius: 40px;
  padding: 3px 7px;
  font-size: 10px;
  line-height: 1;
}
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu
  li
  a
  .mega-menu-badge-hot,
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu-service
  a
  .mega-menu-badge-hot {
  background-color: var(--tj-color-red-1);
}
.hamburger_menu .mean-container .mean-nav ul li .mega-menu li .tj-demo-title a,
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu-service
  .tj-demo-title
  a {
  text-align: center;
  justify-content: center;
  padding: 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) {
  .hamburger_menu .mean-container .mean-nav ul li .mega-menu-service li,
  .hamburger_menu .mean-container .mean-nav ul li .mega-menu-pages li {
    padding-inline-start: 0 !important;
  }
}
.hamburger_menu .mean-container .mean-nav ul li .mega-menu-service li a,
.hamburger_menu .mean-container .mean-nav ul li .mega-menu-pages li a {
  border-bottom: 1px solid var(--tj-color-border-2);
}
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu-pages
  li
  .mega-menu-title:after {
  background-color: var(--tj-color-theme-dark);
}
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu-pages
  li
  a:not(.tj-primary-btn) {
  text-transform: capitalize;
  width: 100%;
  color: var(--tj-color-common-white);
  border-bottom: 1px solid var(--tj-color-border-2);
  padding: 18px 0;
}
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu-pages
  li
  a:not(.tj-primary-btn):before {
  display: none;
}
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu-pages
  li
  a:not(.tj-primary-btn):hover {
  color: var(--tj-color-theme-primary);
  padding: 18px 0;
}
.hamburger_menu
  .mean-container
  .mean-nav
  ul
  li
  .mega-menu-pages
  li
  .cta-btn
  .tj-primary-btn {
  width: auto;
}
.tj-footer-section {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  border-radius: 12px;
  padding-top: 195px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-footer-section {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-section {
    padding-top: 135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-section {
    padding-top: 320px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-footer-section {
    border-end-end-radius: 0;
    border-end-start-radius: 0;
    margin-bottom: 0;
    padding-top: 270px;
  }
}
.footer-main-area {
  padding: 100px 0 90px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .footer-main-area {
    padding: 70px 0;
  }
}
.footer-logo {
  max-width: 150px;
}
.award-logo-area {
  flex-wrap: wrap;
  gap: 18px;
  display: flex;
}
.award-logo-area .award-logo {
  max-width: 96px;
}
.footer-widget .footer-text {
  width: 100%;
  max-width: 280px;
}
.footer-widget .footer-text p {
  margin-top: 28px;
  margin-bottom: 34px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .footer-widget .footer-text p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .footer-widget .footer-text {
    max-width: 100%;
  }
}
.footer-widget .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .footer-widget .title {
    margin-bottom: 18px;
  }
}
.footer-widget.footer-col-1 .footer-text p {
  color: var(--tj-color-text-body-2);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .footer-widget.footer-col-1 {
    margin-bottom: 10px;
  }
}
.social-links ul {
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  display: flex;
}
.social-links ul li a {
  background-color: #0c1e214d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
}
.social-links ul li a i {
  color: var(--tj-color-theme-bg);
}
.social-links ul li a:hover {
  background-color: var(--tj-color-theme-primary);
  transform: translateY(-3px);
}
.social-links ul li a:hover i {
  color: var(--tj-color-common-white);
}
.social-links ul li:after {
  display: none;
}
.social-links.style-2 ul li a {
  background-color: var(--tj-color-common-white);
  opacity: 0.4;
}
.social-links.style-2 ul li a i {
  color: var(--tj-color-theme-primary);
}
.social-links.style-2 ul li a:hover {
  opacity: 1;
}
.social-links.style-3 ul li a {
  background-color: var(--tj-color-common-white);
  opacity: 0.3;
}
.social-links.style-3 ul li a i {
  color: var(--tj-color-theme-dark);
}
.social-links.style-3 ul li a:hover {
  background-color: var(--tj-color-theme-primary);
  opacity: 1;
}
.social-links.style-3 ul li a:hover i {
  color: var(--tj-color-common-white);
}
.widget-nav-menu {
  padding-inline-start: 40px;
}
.widget-nav-menu ul {
  list-style: none;
}
.widget-nav-menu ul li {
  padding: 6px 0;
}
.widget-nav-menu ul li:first-child {
  padding-top: 0;
}
.widget-nav-menu ul li a {
  color: var(--tj-color-text-body);
  align-items: center;
  gap: 4px;
  display: inline-flex;
  transform: translate(0);
}
.widget-nav-menu ul li a .badge {
  text-transform: uppercase;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-radius: 50px;
  padding: 3px 6px 4px;
  font-size: 10px;
}
.widget-nav-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
  transform: translate(5px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget-nav-menu {
    padding-inline-start: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-nav-menu {
    padding-inline-start: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .widget-nav-menu {
    padding-inline-start: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .widget-nav-menu {
    margin-top: 30px;
  }
}
.widget-nav-menu.footer-col-3,
.widget-nav-menu.footer-col-2 {
  padding-inline-start: 115px;
}
@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) {
  .widget-nav-menu.footer-col-3,
  .widget-nav-menu.footer-col-2 {
    padding-inline-start: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .widget-nav-menu.footer-col-3,
  .widget-nav-menu.footer-col-2 {
    margin-top: 30px;
    padding-inline-start: 0;
  }
}
.widget-nav-menu.footer-col-3 {
  padding-inline-start: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget-nav-menu.footer-col-3 {
    padding-inline-start: 80px;
  }
}
@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),
  (max-width: 575px) {
  .widget-nav-menu.footer-col-3 {
    margin-top: 30px;
    padding-inline-start: 0;
  }
}
.widget-subscribe {
  width: 100%;
  max-width: 350px;
  margin-inline-start: auto;
}
.widget-subscribe .title {
  font-weight: var(--tj-fw-medium);
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-subscribe {
    margin-inline-start: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .widget-subscribe {
    margin-inline-start: 0;
    max-width: 100%;
    margin-top: 30px;
  }
}
.subscribe-form {
  position: relative;
}
.subscribe-form input[type="email"] {
  border: 0;
  border-radius: 8px;
  outline: 1px solid #0000;
  height: 64px;
  padding: 15px 60px 15px 25px;
}
.subscribe-form input[type="email"]:focus {
  outline-color: var(--tj-color-theme-primary);
}
.subscribe-form input[type="checkbox"] {
  border: 1px solid var(--tj-color-theme-dark);
  appearance: none;
  cursor: pointer;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  margin-inline-end: 8px;
  position: relative;
}
.subscribe-form input[type="checkbox"]:before {
  content: "";
  color: var(--tj-color-common-white);
  text-align: center;
  opacity: 0;
  width: 100%;
  font-size: 10px;
  line-height: 16px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  transform: scale(0.5);
  font-family: bexon-icons !important;
}
.subscribe-form input[type="checkbox"]:checked {
  background-color: var(--tj-color-theme-dark);
}
.subscribe-form input[type="checkbox"]:checked:before {
  opacity: 1;
  transform: scale(1);
}
.subscribe-form button {
  inset-inline-end: 0;
  width: 64px;
  height: 64px;
  color: var(--tj-color-theme-primary);
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 0;
}
.subscribe-form button i {
  line-height: 1;
  transition: all 0.3s linear;
  display: inline-flex;
}
.subscribe-form button:hover i,
.subscribe-form button:focus i {
  transform: scale(0.8);
}
.subscribe-form button:before {
  content: "";
  inset-inline-start: 0;
  border-inline-start: 1px solid var(--tj-color-border-1);
  height: 24px;
  position: absolute;
  top: 20px;
}
.subscribe-form label {
  color: var(--tj-color-text-body);
  align-items: center;
  margin-top: 20px;
  display: inline-flex;
}
.subscribe-form label a {
  color: var(--tj-color-theme-dark);
  font-weight: var(--tj-fw-sbold);
  margin-inline-start: 4px;
}
.subscribe-form label a:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .subscribe-form {
    margin-top: 18px;
  }
}
.copyright-content-area {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding: 20px 0;
  display: flex;
}
.copyright-content-area .footer-contact ul {
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  line-height: 1;
  list-style: none;
  display: flex;
}
.copyright-content-area .footer-contact ul li a {
  color: var(--tj-color-text-body);
  align-items: center;
  gap: 7px;
  display: inline-flex;
}
.copyright-content-area .footer-contact ul li a .icon {
  background-color: var(--tj-color-theme-primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-size: 28px;
  line-height: 1;
  display: inline-flex;
}
.copyright-content-area .footer-contact ul li a .icon i {
  color: var(--tj-color-common-white);
}
.copyright-content-area .footer-contact ul li a .text {
  position: relative;
}
.copyright-content-area .footer-contact ul li a .text:before {
  content: "";
  bottom: -2px;
  background-color: var(--tj-color-text-body);
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset-inline: auto 0;
}
.copyright-content-area .footer-contact ul li a:hover .text:before {
  width: 100%;
  inset-inline: 0 auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .copyright-content-area .footer-contact {
    width: 100%;
  }
  .copyright-content-area .social-links ul {
    justify-content: center;
  }
  .copyright-content-area .social-links {
    width: 100%;
  }
}
.copyright-content-area .copyright-text p {
  margin: 0;
}
.copyright-content-area .copyright-text a {
  color: var(--tj-color-common-black);
}
.copyright-content-area .copyright-text a:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .copyright-content-area .copyright-text {
    text-align: center;
    width: 100%;
  }
}
.copyright-content-area .copyright-menu ul {
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.copyright-content-area .copyright-menu ul li {
  z-index: 1;
  margin-inline-end: 13px;
  padding-inline-end: 12px;
  position: relative;
}
.copyright-content-area .copyright-menu ul li:before {
  content: "";
  background: var(--tj-color-border-2);
  top: 50%;
  width: 1px;
  height: 11px;
  position: absolute;
  inset-inline-end: 0;
  transform: translateY(-50%);
}
.copyright-content-area .copyright-menu ul li a {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-text-body-2);
}
.copyright-content-area .copyright-menu ul li a:hover {
  color: var(--tj-color-common-white);
}
.copyright-content-area .copyright-menu ul li:last-child {
  margin-inline-end: 0;
  padding-inline-end: 0;
}
.copyright-content-area .copyright-menu ul li:last-child:before {
  display: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .copyright-content-area .copyright-menu {
    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) {
  .copyright-content-area {
    gap: 18px;
  }
}
.tj-copyright-area {
  padding-bottom: 30px;
}
.tj-copyright-area .copyright-content-area {
  border-top: 1px solid var(--tj-color-border-1);
  border-bottom: 1px solid var(--tj-color-border-1);
  padding: 20px 0;
}
.tj-footer-section.footer-2 {
  background-color: var(--tj-color-theme-dark);
  padding-top: 100px;
}
.tj-footer-section.footer-2 .footer-widget .title {
  color: var(--tj-color-common-white);
}
.tj-footer-section.footer-2 .footer-widget ul li a {
  color: var(--tj-color-text-body-2);
}
.tj-footer-section.footer-2 .footer-widget ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-footer-section.footer-2 .footer-col-1 {
  position: relative;
}
.tj-footer-section.footer-2 .footer-col-1:before {
  content: "";
  bottom: -160px;
  background: var(--tj-color-theme-primary);
  filter: blur(50px);
  opacity: 0.15;
  z-index: -1;
  border-radius: 50%;
  width: 350px;
  height: 300px;
  position: absolute;
  inset-inline-start: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-footer-section.footer-2 {
    padding-top: 60px;
  }
}
.footer-subscribe {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 40px 50px;
  display: flex;
}
.footer-subscribe .subscribe-form {
  width: 49%;
}
.footer-subscribe .subscribe-form input[type="email"] {
  color: var(--tj-color-text-body-2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0000;
  border-radius: 50px;
  outline: 1px solid #0000;
  padding: 5px 205px 5px 30px;
}
@media (max-width: 575px) {
  .footer-subscribe .subscribe-form input[type="email"] {
    padding: 5px 24px;
  }
}
.footer-subscribe .subscribe-form input[type="email"]::placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.footer-subscribe .subscribe-form input[type="email"]:focus {
  outline-color: var(--tj-color-theme-primary);
}
.footer-subscribe .subscribe-form button {
  top: 6px;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  inset-inline-end: 8px;
}
@media (max-width: 575px) {
  .footer-subscribe .subscribe-form button {
    margin-top: 20px;
    position: static;
  }
}
.footer-subscribe .subscribe-form button:before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-subscribe .subscribe-form {
    width: 70%;
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .footer-subscribe .subscribe-form {
    width: 100%;
    margin-top: 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) {
  .footer-subscribe {
    padding: 30px 20px;
  }
}
.subscribe-logo {
  max-width: 225px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .subscribe-logo {
    max-width: 160px;
  }
}
.widget-contact {
  padding-inline-start: 76px;
}
.widget-contact .title {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget-contact {
    padding-inline-start: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-contact {
    margin-top: 30px;
    padding-inline-start: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .widget-contact {
    margin-top: 30px;
    padding-inline-start: 0;
  }
}
.footer-contact-info {
  width: 100%;
  max-width: 230px;
}
.footer-contact-info .contact-item {
  margin-bottom: 14px;
}
.footer-contact-info .contact-item:last-child {
  margin-bottom: 0;
}
.footer-contact-info .contact-item span {
  color: var(--tj-color-text-body-2);
  align-items: center;
  gap: 8px;
  display: inline-flex;
}
.footer-contact-info .contact-item span i {
  color: var(--tj-color-theme-primary);
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
}
.footer-contact-info .contact-item a {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 3px;
  display: inline-flex;
}
.footer-contact-info .contact-item a:hover {
  color: var(--tj-color-theme-primary);
}
.footer-marquee {
  border-top: 1px dashed var(--tj-color-border-2);
  border-bottom: 1px dashed var(--tj-color-border-2);
}
.footer-marquee .marquee-text {
  opacity: 0.2;
}
.footer-marquee .marquee-text:hover {
  opacity: 0.7;
}
.tj-copyright-area-2 .copyright-content-area {
  padding: 25px 0;
}
.tj-copyright-area-2 .copyright-text p {
  color: var(--tj-color-text-body-2);
}
.tj-copyright-area-2 .copyright-text a {
  color: var(--tj-color-common-white);
}
.tj-copyright-area-2 .copyright-text a:hover {
  color: var(--tj-color-theme-bg);
}
.tj-footer-section.footer-3 {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  padding-top: 0;
  position: relative;
}
.tj-footer-section.footer-3 .footer-main-area {
  padding-top: 120px;
  padding-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-section.footer-3 .footer-main-area {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}
@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-footer-section.footer-3 .footer-main-area {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
.tj-footer-section.footer-3 .footer-widget .title {
  color: var(--tj-color-common-white);
}
.tj-footer-section.footer-3 .footer-widget ul li a {
  color: var(--tj-color-text-body-2);
}
.tj-footer-section.footer-3 .footer-widget ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.footer-bottom-area {
  padding-bottom: 50px;
}
.widget-subscribe-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  max-width: 850px;
  margin-inline-start: auto;
  padding: 40px 30px;
  display: flex;
}
.widget-subscribe-2 .title {
  color: var(--tj-color-common-white);
  width: 100%;
  max-width: 250px;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 25px;
}
.widget-subscribe-2 .subscribe-form {
  flex: 1;
}
.widget-subscribe-2 .subscribe-form input[type="email"] {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--tj-color-text-body-2);
  background-color: #0000;
  border-radius: 10px;
  outline: 1px solid #0000;
}
.widget-subscribe-2 .subscribe-form input[type="email"]::placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.widget-subscribe-2 .subscribe-form input[type="email"]:focus {
  outline-color: var(--tj-color-theme-primary);
}
.widget-subscribe-2 .subscribe-form button:before {
  border-color: var(--tj-color-theme-dark-4);
}
.widget-subscribe-2 .subscribe-form input[type="checkbox"] {
  border: 1px solid var(--tj-color-text-body-2);
}
.widget-subscribe-2 .subscribe-form input[type="checkbox"]:before {
  color: var(--tj-color-theme-dark);
}
.widget-subscribe-2 .subscribe-form input[type="checkbox"]:checked {
  background-color: var(--tj-color-common-white);
  border-color: var(--tj-color-common-white);
}
.widget-subscribe-2 .subscribe-form label {
  color: var(--tj-color-text-body-2);
}
.widget-subscribe-2 .subscribe-form label a {
  color: var(--tj-color-common-white);
}
.widget-subscribe-2 .subscribe-form label a:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .widget-subscribe-2 .subscribe-form {
    flex-basis: auto;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget-subscribe-2 {
    max-width: 760px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-subscribe-2 {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .widget-subscribe-2 {
    margin-inline-start: 0;
    gap: 0;
    max-width: 100%;
    margin-top: 30px;
    padding: 30px 20px;
  }
}
.tj-copyright-area-3 {
  background-color: var(--tj-color-theme-primary);
}
.tj-copyright-area-3 .copyright-content-area {
  justify-content: center;
  padding: 25px 0;
}
.tj-copyright-area-3 .copyright-text p,
.tj-copyright-area-3 .copyright-text a {
  color: var(--tj-color-common-white);
}
.tj-copyright-area-3 .copyright-text a:hover {
  color: var(--tj-color-theme-bg);
}
.search_popup {
  top: 101%;
  background-color: var(--tj-color-common-white);
  z-index: 10;
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding: 80px 0;
  transition:
    transform 0.3s ease-in-out 0.2s,
    opacity 0.3s ease-in-out 0.2s;
  position: absolute;
  inset-inline-start: 0;
  transform: translateY(calc(-100% - 200px));
}
.search_popup .search_close {
  top: 36px;
  position: absolute;
  inset-inline-end: 36px;
}
.search_popup .search_close .search_close_btn {
  color: var(--tj-color-theme-dark);
  font-size: 24px;
}
.search_popup .search_close .search_close_btn svg {
  -o-transition: all 0.4s ease-in-out 0s;
  width: 24px;
  height: 24px;
  transition: all 0.4s ease-in-out;
}
.search_popup .search_close .search_close_btn svg path {
  fill: var(--tj-color-theme-dark);
}
.search_popup .search_close .search_close_btn svg:hover {
  transform: rotate(90deg);
}
.search_popup .search_close .search_close_btn svg:hover path {
  fill: var(--tj-color-theme-primary);
}
.search_popup.search-opened {
  transition-delay: 0s;
  transform: translateY(0%);
}
.search_popup.search-opened .search_form .search_input {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0);
}
.search_popup.search-opened .search_form .search_input:after {
  width: 100%;
  transition-delay: 0.5s;
}
.search_popup .logo {
  inset-inline-start: 36px;
  width: 100%;
  max-width: 150px;
  position: absolute;
  top: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .search_popup {
    display: none;
  }
}
.tj_search_wrapper {
  align-items: center;
  min-height: 100px;
  display: flex;
}
.tj_search_wrapper .search_form {
  width: 100%;
}
.tj_search_wrapper .search_form form .search_input,
.tj_search_wrapper .search_form form .search_input .search-box {
  z-index: 1;
  position: relative;
}
.tj_search_wrapper
  .search_form
  form
  .search_input
  .search-box
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(
    [type="search"]
  ),
.tj_search_wrapper
  .search_form
  form
  .search_input
  .search-box
  input[type="text"] {
  width: 100%;
  height: 65px;
  font-size: 20px;
  font-family: var(--tj-ff-body);
  color: var(--tj-color-text-body);
  border-color: var(--tj-color-border-1);
  background: 0 0;
  border-radius: 10px;
  padding: 16px 90px 16px 24px;
}
.tj_search_wrapper
  .search_form
  form
  .search_input
  .search-box
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(
    [type="search"]
  )::placeholder,
.tj_search_wrapper
  .search_form
  form
  .search_input
  .search-box
  input[type="text"]::placeholder {
  color: var(--tj-color-text-body);
  font-size: 20px;
  transition: all 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj_search_wrapper
    .search_form
    form
    .search_input
    .search-box
    input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(
      [type="search"]
    )::placeholder,
  .tj_search_wrapper
    .search_form
    form
    .search_input
    .search-box
    input[type="text"]::placeholder {
    font-size: 20px;
  }
}
.tj_search_wrapper
  .search_form
  form
  .search_input
  .search-box
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(
    [type="search"]
  ):focus,
.tj_search_wrapper
  .search_form
  form
  .search_input
  .search-box
  input[type="text"]:focus,
.tj_search_wrapper
  .search_form
  form
  .search_input
  .search-box
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(
    [type="search"]
  ):focus
  + button,
.tj_search_wrapper
  .search_form
  form
  .search_input
  .search-box
  input[type="text"]:focus
  + button {
  border-color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj_search_wrapper
    .search_form
    form
    .search_input
    .search-box
    input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(
      [type="search"]
    ),
  .tj_search_wrapper
    .search_form
    form
    .search_input
    .search-box
    input[type="text"] {
    font-size: 20px;
  }
}
.tj_search_wrapper .search_form form .search_input .search-box button {
  inset-inline-end: 0;
  max-width: 60px;
  color: var(--tj-color-theme-primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 25px;
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tj_search_wrapper .search_form form .search_input .search-box button:before {
  content: "";
  inset-inline-start: 0;
  border-inline-start: 1px solid var(--tj-color-border-1);
  height: 30px;
  position: absolute;
  top: 18px;
}
.search-popup-overlay {
  inset-inline-start: 0;
  z-index: 99;
  background-color: #0c1e2103;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out 0.1s;
  position: fixed;
  top: 0;
  transform: translateY(calc(-100% - 80px));
}
.search-popup-overlay.search-popup-overlay-open {
  transform: translateY(0);
}
.hamburger-area {
  inset-inline-end: -490px;
  z-index: 9999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 12px;
  width: 450px;
  height: calc(100% - 30px);
  transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: fixed;
  top: 15px;
  overflow-y: scroll;
  box-shadow: -5px 0 20px -5px #00000080;
}
.hamburger-area::-webkit-scrollbar {
  display: none;
}
.hamburger-area.opened {
  inset-inline-end: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hamburger-area.opened {
    inset-inline-end: 0;
  }
  .hamburger-area {
    border-start-end-radius: 0;
    border-end-end-radius: 0;
    height: 100%;
    top: 0;
  }
}
@media (max-width: 575px) {
  .hamburger-area {
    width: 320px;
  }
}
.hamburger_bg {
  background-color: var(--tj-color-theme-dark);
  top: 0;
  z-index: -1;
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.hamburger_wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: auto;
}
.hamburger_wrapper:before {
  content: "";
  top: 3%;
  background: var(--tj-color-theme-primary);
  filter: blur(50px);
  opacity: 0.26;
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  inset-inline-end: 3%;
}
@media (max-width: 575px) {
  .hamburger_wrapper {
    padding: 40px 20px;
  }
}
.hamburger_top {
  margin-bottom: 30px;
}
.hamburger_close_btn {
  color: var(--tj-color-common-white);
  font-size: 35px;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 575px) {
  .hamburger_close_btn {
    font-size: 30px;
  }
}
.hamburger_close_btn:hover {
  color: var(--tj-color-theme-bg);
  transform: rotate(90deg);
}
.hamburger_search {
  margin-bottom: 30px;
  position: relative;
}
.hamburger_search select,
.hamburger_search .nice-select,
.hamburger_search
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
.hamburger_search input {
  background: var(--tj-color-common-white);
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  font-family: var(--tj-ff-body);
  color: var(--tj-color-text-body);
  border: none;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 10px;
  outline: none;
  padding: 0 40px 0 16px;
}
.hamburger_search select::placeholder,
.hamburger_search .nice-select::placeholder,
.hamburger_search
  input:not([type="submit"]):not([type="radio"]):not(
    [type="checkbox"]
  )::placeholder,
.hamburger_search input::placeholder {
  color: var(--tj-color-text-body);
  transition: all 0.3s;
}
.hamburger_search button {
  top: 50%;
  width: 58px;
  height: 58px;
  color: var(--tj-color-theme-dark);
  border-inline-start: 1px solid var(--tj-color-border-1);
  font-size: 24px;
  position: absolute;
  inset-inline-end: 0;
  transform: translateY(-50%);
}
.hamburger_menu .mean-container .mean-bar {
  box-sizing: border-box;
  background: 0 0;
  margin-bottom: 30px;
}
.hamburger_menu .mean-container .mean-bar * {
  box-sizing: border-box;
}
.hamburger_menu .mean-nav {
  background: 0 0;
  margin-top: 0;
  overflow: hidden;
}
.hamburger_menu .mean-nav > ul {
  display: block !important;
}
.hamburger_menu .mean-nav > ul > li:first-child > a {
  border-top: none;
}
.hamburger_menu .mean-nav ul li {
  position: relative;
}
.hamburger_menu .mean-nav ul li a,
.hamburger_menu .mean-nav ul li button {
  color: var(--tj-color-common-white);
  letter-spacing: 0.5px;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-medium);
  text-transform: capitalize;
  border-top: none;
  border-bottom: 1px solid #ffffff1a;
  padding: 18px 0;
  transition: all 0.4s ease-in-out;
}
.hamburger_menu .mean-nav ul li a:hover,
.hamburger_menu .mean-nav ul li button:hover {
  color: var(--tj-color-theme-primary);
}
.hamburger_menu .mean-nav ul li a.mean-expand,
.hamburger_menu .mean-nav ul li button.mean-expand {
  text-align: center;
  inset-inline-end: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 12px;
}
.hamburger_menu .mean-nav ul li a.mean-expand:hover,
.hamburger_menu .mean-nav ul li button.mean-expand:hover {
  color: var(--tj-color-common-white);
}
.hamburger_menu .mean-nav ul li a.mean-expand i,
.hamburger_menu .mean-nav ul li button.mean-expand i {
  font-size: 15px;
}
.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked,
.hamburger_menu .mean-nav ul li button.mean-expand.mean-clicked {
  color: var(--tj-color-theme-primary);
  transform: rotate(180deg);
}
.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked i,
.hamburger_menu .mean-nav ul li button.mean-expand.mean-clicked i {
  transform: rotate(180deg);
}
.hamburger_menu .mean-nav ul li .sub-menu li {
  padding-inline-start: 25px;
  position: relative;
}
.hamburger_menu .mean-nav ul li .sub-menu li a {
  width: 100%;
  padding: 18px 0;
}
.hamburger_menu .mean-nav ul li .sub-menu li a.mean-expand,
.hamburger_menu .mean-nav ul li .sub-menu li button.mean-expand {
  width: 30px;
  padding: 0;
}
.hamburger_menu .mean-nav ul li.dropdown-opened > a,
.hamburger_menu .mean-nav ul li.dropdown-opened button {
  color: var(--tj-color-theme-primary);
}
.tj-offcanvas-area {
  inset-inline-end: -490px;
  z-index: 9999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 12px;
  width: 470px;
  height: calc(100% - 30px);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: fixed;
  top: 15px;
  overflow-y: scroll;
  box-shadow: -5px 0 20px -5px #00000080;
}
.tj-offcanvas-area::-webkit-scrollbar {
  display: none;
}
.tj-offcanvas-area.opened {
  inset-inline-end: 15px;
}
.offcanvas-text {
  margin-bottom: 40px;
}
.offcanvas-text p {
  color: var(--tj-color-text-body-2);
  margin-bottom: 0;
}
.hamburger-search-area {
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hamburger-search-area {
    margin-bottom: 30px;
  }
}
.hamburger-title {
  color: var(--tj-color-common-white);
  z-index: 1;
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 1;
  position: relative;
}
.hamburger-infos {
  margin-bottom: 45px;
}
.hamburger-infos .contact-info .contact-item {
  padding: 15px 0 10px;
}
.hamburger-infos .contact-info .contact-item:first-child {
  padding-top: 0;
}
.hamburger_logo .mobile_logo {
  width: 100%;
  max-width: 136px;
  display: inline-block;
}
.menu-bar button {
  transform-origin: 50%;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  height: 25px;
  transition: transform 0.3s;
  display: flex;
  position: relative;
  transform: rotate(0);
}
.menu-bar button span {
  background: var(--tj-color-common-white);
  cursor: pointer;
  -o-transition: all 0.3s ease-in-out 0s;
  width: 35px;
  height: 3px;
  margin-inline-start: auto;
  transition: all 0.3s ease-in-out;
  display: block;
}
.menu-bar button span:nth-child(2) {
  width: 40px;
  transition-delay: 0.2s;
}
.menu-bar button span:nth-child(3) {
  width: 30px;
}
.menu-bar button span:nth-child(4) {
  top: -8px;
  width: 3px;
  height: 0;
  transition: height 0.4s;
  display: block;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%);
}
.menu-bar.style-2 button span {
  background: var(--tj-color-heading-primary);
}
.menu-bar.menu-bar-toggeled button {
  transition-delay: 0.4s;
  transform: rotate(45deg);
}
.menu-bar.menu-bar-toggeled button span:first-child,
.menu-bar.menu-bar-toggeled button span:nth-child(3) {
  width: 0;
}
.menu-bar.menu-bar-toggeled button span:nth-child(4) {
  height: 40px;
  transition: height 0.2s 0.2s;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .menu-bar {
    margin-inline-start: 0;
  }
}
.body-overlay {
  z-index: 9999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  position: fixed;
  inset-inline-start: 0;
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.hamburger-overlay {
  z-index: 9999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
  position: fixed;
  inset-inline-start: 0;
}
.hamburger-overlay.opened {
  opacity: 1;
  visibility: visible;
}
.tj-preloader {
  top: 0;
  background-color: var(--tj-color-theme-dark);
  z-index: 100000000;
  color: #fdfdf9;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: fixed;
  inset-inline-start: 0;
}
.tj-preloader.is-loading .tj-preloader-ball-inner,
.tj-preloader.is-loading .tj-preloader-ball-shadow {
  animation-play-state: running;
}
.tj-preloader.is-loaded {
  pointer-events: none;
}
.tj-preloader .tj-preloader-overlay {
  top: 0;
  background-color: var(--tj-color-theme-dark);
  z-index: 99999999;
  opacity: 1;
  width: 100%;
  height: 100%;
  animation: 2s forwards tj-fade-out;
  position: fixed;
  inset-inline-start: 0;
}
@keyframes tj-fade-out {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.tj-preloader .tj-preloader-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.tj-preloader .tj-preloader-ball-wrap {
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  position: relative;
  inset-inline-start: 0;
  transform: translate(16px);
}
@media only screen and (min-width: 1025px) {
  .tj-preloader .tj-preloader-ball-wrap {
    transform: none;
  }
}
.tj-preloader .tj-preloader-ball-inner-wrap {
  top: 50%;
  z-index: 10000;
  width: 10px;
  height: 100%;
  position: absolute;
  inset-inline-start: -16px;
  transform: translate(-100%, -50%);
}
@media only screen and (min-width: 1025px) {
  .tj-preloader .tj-preloader-ball-inner-wrap {
    inset-inline-start: -30px;
  }
}
.tj-preloader .tj-preloader-ball-shadow {
  inset-inline-start: 50%;
  filter: blur(12px);
  background-color: #00ffc2;
  border-radius: 50%;
  width: 16px;
  height: 4px;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  animation: 1s linear infinite tj-shadow-blur;
  position: absolute;
  bottom: 0;
  transform: translate(-50%);
  box-shadow: 0 4px 20px #20e7b7;
}
.tj-preloader .tj-preloader-ball-inner {
  background-color: #00ffc2;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  animation: 1s linear infinite paused tj-bounce-anim;
  position: absolute;
  box-shadow: 0 0 12px #fdfdf9;
}
.tj-preloader.is-loaded .tj-preloader-ball-shadow {
  display: none;
}
.tj-preloader.is-loaded .tj-preloader-ball-inner {
  animation: 0.7s linear fadeLeftToRight;
}
.tj-preloader .tj-preloader-ball {
  bottom: 50%;
  filter: blur(10px);
  background-color: #00ffc21a;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%, 50%);
  box-shadow: 0 0 20px #20e7b7;
}
.tj-preloader .tj-preloader-text {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: var(--tj-fw-sbold);
  transition: all 0.3s;
  position: relative;
  transform: translateY(-0.03em);
}
@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 {
  transform-origin: 100%;
  transform-style: preserve-3d;
  transition: all 0.3s;
  animation: 1.15s infinite tj-weave-anim;
  display: inline-block;
  position: relative;
}
#tj-weave-anim span:first-child {
  animation-delay: 0s;
}
#tj-weave-anim span:nth-child(2) {
  animation-delay: 50ms;
}
#tj-weave-anim span:nth-child(3) {
  animation-delay: 0.1s;
}
#tj-weave-anim span:nth-child(4) {
  animation-delay: 0.15s;
}
#tj-weave-anim span:nth-child(5) {
  animation-delay: 0.2s;
}
#tj-weave-anim span:nth-child(6) {
  animation-delay: 0.25s;
}
#tj-weave-anim span:nth-child(7) {
  animation-delay: 0.3s;
}
#tj-weave-anim span:nth-child(8) {
  animation-delay: 0.35s;
}
#tj-weave-anim span:nth-child(9) {
  animation-delay: 0.4s;
}
#tj-weave-anim span:nth-child(10) {
  animation-delay: 0.45s;
}
#tj-weave-anim span:nth-child(11) {
  animation-delay: 0.5s;
}
#tj-weave-anim span:nth-child(12) {
  animation-delay: 0.55s;
}
#tj-weave-anim span:nth-child(13) {
  animation-delay: 0.6s;
}
#tj-weave-anim span:nth-child(14) {
  animation-delay: 0.65s;
}
#tj-weave-anim span:nth-child(15) {
  animation-delay: 0.7s;
}
#tj-weave-anim span:nth-child(16) {
  animation-delay: 0.75s;
}
#tj-weave-anim span:nth-child(17) {
  animation-delay: 0.8s;
}
#tj-weave-anim span:nth-child(18) {
  animation-delay: 0.85s;
}
#tj-weave-anim span:nth-child(19) {
  animation-delay: 0.9s;
}
#tj-weave-anim span:nth-child(20) {
  animation-delay: 0.95s;
}
#tj-weave-anim span:nth-child(21) {
  animation-delay: 1s;
}
#tj-weave-anim span:nth-child(22) {
  animation-delay: 1.05s;
}
#tj-weave-anim span:nth-child(23) {
  animation-delay: 1.15s;
}
@keyframes tj-shadow-blur {
  0% {
    filter: blur(12px);
    opacity: 0.4;
    transform: translate(-50%) scale(0.6);
  }
  30% {
    filter: blur(2px);
    opacity: 1;
    transform: translate(-50%, -0.5rem) scale(1);
  }
  to {
    filter: blur(12px);
    opacity: 0.4;
    transform: translate(-50%) scale(0.6);
  }
}
@keyframes fadeLeftToRight {
  0% {
    filter: blur();
    opacity: 1;
    transform: translate(0) scale(1);
  }
  30% {
    filter: blur();
    opacity: 1;
    transform: translate(-3000%) scale(1);
  }
  40% {
    filter: blur();
    opacity: 1;
    transform: translate(-2000%) scale(1);
  }
  60% {
    filter: blur();
    opacity: 1;
    transform: translate(0%) scale(1);
  }
  to {
    filter: blur(12px);
    opacity: 0.4;
    transform: translate(1000%) scale(7);
  }
}
@keyframes tj-bounce-anim {
  0% {
    transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
  }
  3% {
    transform: translateY(calc(-50% - 0.95rem)) scale(1.1, 1.05);
  }
  5% {
    transform: translateY(calc(-50% - 0.9rem)) scale(1.2, 1.1);
  }
  8% {
    transform: translateY(calc(-50% - 0.8rem)) scale(0.98, 1.15);
  }
  12% {
    transform: translateY(calc(-50% - 0.7rem)) scale(0.95, 1.2);
  }
  16% {
    transform: translateY(calc(-50% - 0.5rem)) scale(0.92, 1.25);
  }
  20% {
    transform: translateY(calc(-50% - 0.2rem)) scale(0.9, 1.4);
  }
  24% {
    transform: translateY(calc(0.4rem - 50%)) scale(0.9, 1.7);
  }
  26% {
    transform: translateY(calc(0.8rem - 50%)) scale(0.9, 1.4);
  }
  28% {
    transform: translateY(calc(0.95rem - 50%)) scale(1.2, 0.7);
  }
  30% {
    transform: translateY(calc(1rem - 50%)) scale(1.5, 0.3);
  }
  32% {
    transform: translateY(calc(0.8rem - 50%)) scale(1.4, 0.4);
  }
  36% {
    transform: translateY(calc(0.5rem - 50%)) scale(1.2, 0.8);
  }
  42% {
    transform: translateY(calc(0.2rem - 50%)) scaleY(1.2);
  }
  48% {
    transform: translateY(calc(-50% - 0.2rem)) scale(0.9, 1.4);
  }
  54% {
    transform: translateY(calc(-50% - 0.3rem)) scale(0.92, 1.3);
  }
  62% {
    transform: translateY(calc(-50% - 0.5rem)) scale(0.95, 1.2);
  }
  68% {
    transform: translateY(calc(-50% - 0.6rem)) scale(0.97, 1.15);
  }
  75% {
    transform: translateY(calc(-50% - 0.7rem)) scale(0.98, 1.1);
  }
  80% {
    transform: translateY(calc(-50% - 0.8rem)) scale(0.99, 1.08);
  }
  85% {
    transform: translateY(calc(-50% - 0.9rem)) scaleY(1.05);
  }
  90% {
    transform: translateY(calc(-50% - 0.95rem)) scale(1.2, 1.03);
  }
  95% {
    transform: translateY(calc(-50% - 0.98rem)) scale(1.1, 1.01);
  }
  to {
    transform: translateY(calc(-50% - 1rem)) scaleX(1.4);
  }
}
@keyframes tj-weave-anim {
  0% {
    transform: translate(0, 0) scale(1) rotateY(0);
  }
  12% {
    transform: translate3d(2px, -2px, 2px) scale(1.16) rotateY(6deg);
  }
  24% {
    transform: translate(0, 0) scale(1) rotateY(0);
  }
  36% {
    transform: translate(0, 0) scale(1);
  }
  to {
    transform: scale(1);
  }
}
.tj-error-section {
  padding: 150px 0 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-error-section {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-error-section {
    padding: 70px 0;
  }
}
.tj-error-content {
  z-index: 1;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  position: relative;
}
.tj-error-content .error-img {
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-bottom: 45px;
  display: inline-flex;
}
@media (max-width: 575px) {
  .tj-error-content .error-img {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
.tj-error-content .error-title {
  font-size: var(--tj-fs-h1);
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-error-content .error-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-error-content .error-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-error-content .error-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-error-content .error-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .tj-error-content .error-title {
    font-size: 40px;
  }
}
.tj-error-content .error-desc {
  max-width: 600px;
  margin: 20px auto 0;
}
.tj-error-content .error-btn {
  margin-top: 35px;
}
@media (max-width: 575px) {
  .tj-error-content .error-btn {
    margin-top: 25px;
  }
}
#tj-back-to-top {
  background-color: var(--tj-color-common-white);
  bottom: 30px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  border-radius: 50%;
  place-items: center;
  width: 60px;
  height: 60px;
  transition: all 0.3s;
  display: grid;
  position: fixed;
  inset-inline-end: 40px;
  transform: scale(0);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  #tj-back-to-top {
    width: 50px;
    height: 50px;
  }
}
#tj-back-to-top.active {
  opacity: 1;
  visibility: visible;
  background: var(--tj-color-theme-primary);
  transition: all 0.3s;
  animation: 0.5s ease-in-out scrollToTop;
  bottom: 40px;
  transform: scale(1);
}
#tj-back-to-top .return {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#tj-back-to-top-percentage {
  background-color: var(--tj-color-common-white);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  color: var(--tj-color-theme-dark);
  font-size: 12px;
  font-weight: var(--tj-fw-sbold);
  border-radius: 50%;
  place-items: center;
  display: grid;
  box-shadow: 0 5px 15px #0000000d;
}
#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 {
    inset-inline-end: 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;
    inset-inline-end: 20px;
  }
  #tj-back-to-top.active {
    bottom: 20px;
  }
}
@keyframes scrollToTop {
  0% {
    visibility: visible;
    transform: translateY(80%);
  }
  to {
    transform: translateZ(0);
  }
}
.tj-footer-section.footer-4 {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-section.footer-4 {
    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) {
  .tj-footer-section.footer-4 {
    padding-top: 70px;
  }
}
.footer-cta .cta-title {
  max-width: 580px;
  margin-bottom: 30px;
  font-size: 74px;
  line-height: 1.108;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-cta .cta-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-cta .cta-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-cta .cta-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .footer-cta .cta-title {
    margin-bottom: 25px;
    font-size: 43px;
  }
}
.footer-cta .cta-btn {
  background-color: var(--tj-color-theme-primary);
  padding: 10px;
  border-radius: 50px;
  align-items: center;
  gap: 9px;
  padding-inline-end: 25px;
  display: inline-flex;
}
.footer-cta .cta-btn .customers ul li img {
  width: 48px;
  height: 48px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .footer-cta .cta-btn .customers ul li img {
    width: 40px;
    height: 40px;
  }
}
.footer-cta .cta-btn .btn-text {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-sbold);
  align-items: center;
  gap: 2px;
  display: inline-flex;
  overflow: hidden;
}
.footer-cta .cta-btn .btn-text span {
  text-shadow: 0 30px;
  backface-visibility: hidden;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  display: flex;
  transform: translateY(0);
}
.footer-cta .cta-btn .btn-text i {
  font-size: 20px;
  transform: rotate(-45deg);
}
.footer-cta .cta-btn:hover .customers ul li:not(:first-child) {
  margin-inline-start: -12px;
}
.footer-cta .cta-btn:hover .btn-text span {
  transform: translateY(-30px);
}
.widget-subscribe-3 {
  background-color: var(--tj-color-theme-primary);
  border-radius: 12px;
  padding: 40px 30px;
}
.widget-subscribe-3 .title {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
  margin-bottom: 25px;
}
.widget-subscribe-3 .subscribe-form input[type="email"] {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-text-body-4);
  border-radius: 50px;
  outline: 1px solid #0000;
  padding: 15px 180px 15px 25px;
}
@media (max-width: 575px) {
  .widget-subscribe-3 .subscribe-form input[type="email"] {
    padding: 15px 25px;
  }
}
.widget-subscribe-3 .subscribe-form input[type="email"]::placeholder {
  color: var(--tj-color-text-body-4);
  transition: all 0.3s;
}
.widget-subscribe-3 .subscribe-form input[type="email"]:focus {
  outline-color: var(--tj-color-theme-primary);
}
.widget-subscribe-3 .subscribe-form button {
  top: 6px;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  inset-inline-end: 8px;
}
@media (max-width: 575px) {
  .widget-subscribe-3 .subscribe-form button {
    background-color: var(--tj-color-common-white);
    margin-top: 15px;
    position: static;
  }
  .widget-subscribe-3 .subscribe-form button .btn-text {
    color: var(--tj-color-heading-primary);
  }
}
.widget-subscribe-3 .subscribe-form button:before {
  display: none;
}
.widget-subscribe-3 .subscribe-form input[type="checkbox"] {
  border: 1px solid var(--tj-color-grey-1);
}
.widget-subscribe-3 .subscribe-form input[type="checkbox"]:before {
  color: var(--tj-color-common-white);
}
.widget-subscribe-3 .subscribe-form input[type="checkbox"]:checked {
  background-color: var(--tj-color-theme-dark);
  border-color: var(--tj-color-theme-dark);
}
.widget-subscribe-3 .subscribe-form label {
  color: var(--tj-color-grey-1);
  margin-top: 15px;
}
.widget-subscribe-3 .subscribe-form label a {
  color: var(--tj-color-common-white);
}
.widget-subscribe-3 .subscribe-form label a:hover {
  color: var(--tj-color-theme-dark);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .widget-subscribe-3 .subscribe-form {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-subscribe-3 {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .widget-subscribe-3 {
    margin-top: 30px;
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .widget-subscribe-3 {
    padding: 24px 20px 32px;
  }
}
.widget-contact.style-2 .title {
  color: var(--tj-color-heading-primary);
}
.widget-contact.style-2 .footer-contact-info .contact-item span {
  color: var(--tj-color-text-body);
}
.widget-contact.style-2 .footer-contact-info .contact-item a {
  color: var(--tj-color-heading-primary);
}
.widget-contact.style-2 .footer-contact-info .contact-item a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-copyright-area-4 {
  background-color: var(--tj-color-theme-primary);
}
.tj-copyright-area-4 .copyright-content-area {
  padding: 25px 0;
}
.tj-copyright-area-4 .copyright-text p {
  color: var(--tj-color-common-white);
}
.tj-copyright-area-4 .copyright-text a {
  color: var(--tj-color-common-white);
  position: relative;
}
.tj-copyright-area-4 .copyright-text a:before {
  content: "";
  bottom: 2px;
  background-color: var(--tj-color-common-white);
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset-inline: auto 0;
}
.tj-copyright-area-4 .copyright-text a:hover {
  color: var(--tj-color-common-white);
}
.tj-copyright-area-4 .copyright-text a:hover:before {
  width: 100%;
  inset-inline: 0 auto;
}
.tj-copyright-area-4 .social-links.style-2 ul li a:hover {
  background-color: var(--tj-color-theme-dark);
}
.tj-copyright-area-4 .social-links.style-2 ul li a:hover i {
  color: var(--tj-color-common-white);
}
.tj-copyright-area-4 .copyright-menu ul li:before {
  background: var(--tj-color-border-1);
}
.tj-copyright-area-4 .copyright-menu ul li a {
  color: var(--tj-color-grey-1);
}
.tj-copyright-area-4 .copyright-menu ul li a:hover {
  color: var(--tj-color-heading-primary);
}
.tj-anim-move-var-big {
  animation-name: moveVarBig;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes moveVarBig {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(150px);
  }
}
.tj-anim-move-var-big-reverse {
  animation-name: moveVarBigReverse;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes moveVarBigReverse {
  0% {
    transform: translateY(150px);
  }
  to {
    transform: translateY(0);
  }
}
.tj-zoom-in-out-anim {
  animation-name: zoomInOutAnim;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes zoomInOutAnim {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0.9);
  }
}
.cb-cursor {
  top: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  transition:
    opacity 0.3s,
    color 0.4s;
  position: fixed;
  inset-inline-start: 0;
}
.cb-cursor:before {
  content: "";
  top: -24px;
  border-radius: 100px;
  width: 164px;
  height: 52px;
  transition:
    transform 0.3s ease-in-out,
    opacity 0.1s;
  display: block;
  position: absolute;
  inset-inline-start: -24px;
  transform: scale(0);
}
.cb-cursor-text {
  top: -24px;
  opacity: 0;
  width: 164px;
  height: 52px;
  color: var(--tj-color-theme-dark);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 55px;
  font-weight: var(--tj-fw-sbold);
  justify-content: center;
  align-items: center;
  transition:
    opacity 0.4s,
    transform 0.3s;
  display: flex;
  position: absolute;
  inset-inline-start: -24px;
  transform: scale(0) rotate(10deg);
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
  .cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
  .cb-cursor.-exclusion:before,
  .cb-cursor.-opaque:before {
    background: #fff;
  }
}
.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}
.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: currentColor;
}
.cb-cursor.-inverse {
  color: #fff;
}
.cb-cursor.-visible:before {
  transform: scale(0.2);
}
.cb-cursor.-visible.-active:before {
  transition-duration: 0.2s;
  transform: scale(0.23);
}
.cb-cursor.-pointer:before {
  transform: scale(0);
}
.cb-cursor.-text:before {
  background: var(--tj-color-common-white);
  transform: scale(1);
}
.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  transform: scale(1);
}
.cb-cursor.-text.-active:before {
  transition-duration: 0.2s;
  transform: scale(0.9);
}
.ui-button-icon-only,
.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}
.ui-checkboxradio-disabled,
.ui-state-disabled {
  pointer-events: none;
}
.ui-datepicker .ui-icon,
.ui-icon {
  text-indent: -99999px;
  background-repeat: no-repeat;
}
.ui-helper-reset,
.ui-menu {
  outline: 0;
  list-style: none;
}
.ui-helper-hidden,
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}
.ui-helper-hidden-accessible {
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}
.ui-helper-reset {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.3;
  text-decoration: none;
}
.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  border-collapse: collapse;
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  opacity: 0;
  width: 100%;
  height: 100%;
  filter: Alpha(Opacity=0);
  position: absolute;
  top: 0;
  left: 0;
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  vertical-align: middle;
  margin-top: -0.25em;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.ui-widget-icon-block {
  margin-left: -8px;
  display: block;
  left: 50%;
}
.ui-widget-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  margin: 2px 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
  display: block;
  position: relative;
}
.ui-autocomplete,
.ui-menu .ui-menu {
  position: absolute;
}
.ui-accordion .ui-accordion-content {
  border-top: 0;
  padding: 1em 2.2em;
  overflow: auto;
}
.ui-autocomplete {
  cursor: default;
  top: 0;
  left: 0;
}
.ui-menu {
  margin: 0;
  padding: 0;
  display: block;
}
.ui-button,
.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}
.ui-button,
.ui-menu-icons,
.ui-resizable {
  position: relative;
}
.ui-menu .ui-menu-item {
  cursor: pointer;
  margin: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px 0.4em;
  position: relative;
}
.ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  height: 0;
  margin: 5px 0;
  font-size: 0;
  line-height: 0;
}
.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
  margin: -1px;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-button,
.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}
.ui-menu .ui-icon {
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-button {
  cursor: pointer;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 0.1em;
  line-height: normal;
  overflow: visible;
}
.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}
.ui-button-icon-only {
  text-indent: -9999px;
  white-space: nowrap;
  width: 2em;
}
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}
.ui-button-icon-only .ui-icon {
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.ui-button.ui-icon-notext .ui-icon {
  text-indent: -9999px;
  white-space: nowrap;
  width: 2.1em;
  height: 2.1em;
  padding: 0;
}
input.ui-button.ui-icon-notext .ui-icon {
  text-indent: 0;
  white-space: normal;
  width: auto;
  height: auto;
  padding: 0.4em 1em;
}
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
.ui-controlgroup > .ui-controlgroup-item:focus {
  z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
  float: none;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}
.ui-controlgroup-vertical .ui-spinner-input {
  width: calc(100% - 2.4em);
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}
.ui-checkboxradio-label .ui-icon-background {
  border: none;
  border-radius: 0.12em;
  box-shadow: inset 1px 1px 1px #ccc;
}
.ui-checkboxradio-radio-label .ui-icon-background {
  border: none;
  border-radius: 1em;
  width: 16px;
  height: 16px;
  overflow: visible;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  border-style: solid;
  border-width: 4px;
  width: 8px;
  height: 8px;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  padding: 0.2em 0;
  position: relative;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  top: 2px;
}
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  margin-top: -8px;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
  margin: 0 2.3em;
  line-height: 1.8em;
}
.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
  font-size: 1em;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 0.4em;
  font-size: 0.9em;
}
.ui-datepicker th {
  text-align: center;
  border: 0;
  padding: 0.7em 0.3em;
  font-weight: 700;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
  text-align: right;
  padding: 0.2em;
  text-decoration: none;
  display: block;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  cursor: pointer;
  width: auto;
  margin: 0.5em 0.2em 0.4em;
  padding: 0.2em 0.6em 0.3em;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-multi .ui-datepicker-group,
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  left: auto;
  right: 2px;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  left: auto;
  right: 1px;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group,
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 1px;
  border-right-width: 0;
}
.ui-datepicker .ui-icon {
  display: block;
  top: 0.3em;
  left: 0.5em;
  overflow: hidden;
}
.ui-dialog {
  outline: 0;
  padding: 0.2em;
  position: absolute;
  top: 0;
  left: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  margin: 0.1em 0;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar-close {
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  padding: 1px;
  position: absolute;
  top: 50%;
  right: 0.3em;
}
.ui-dialog .ui-dialog-content {
  background: 0 0;
  border: 0;
  padding: 0.5em 1em;
  position: relative;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  background-image: none;
  border-width: 1px 0 0;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane button {
  cursor: pointer;
  margin: 0.5em 0.4em 0.5em 0;
}
.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}
.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}
.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}
.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw,
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw {
  width: 7px;
  height: 7px;
}
.ui-dialog .ui-resizable-se {
  bottom: 0;
  right: 0;
}
.ui-dialog .ui-resizable-sw {
  bottom: 0;
  left: 0;
}
.ui-dialog .ui-resizable-ne {
  top: 0;
  right: 0;
}
.ui-dialog .ui-resizable-nw {
  top: 0;
  left: 0;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-draggable-handle,
.ui-selectable,
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-handle {
  -ms-touch-action: none;
  touch-action: none;
  font-size: 0.1px;
  display: block;
  position: absolute;
}
.ui-resizable-n {
  cursor: n-resize;
  width: 100%;
  height: 7px;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  width: 100%;
  height: 7px;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  height: 100%;
  top: 0;
  right: -5px;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  height: 100%;
  top: 0;
  left: -5px;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  bottom: 1px;
  right: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  bottom: -5px;
  left: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  top: -5px;
  left: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  top: -5px;
  right: -5px;
}
.ui-progressbar {
  text-align: left;
  height: 2em;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  height: 100%;
  margin: -1px;
}
.ui-progressbar .ui-progressbar-overlay {
  opacity: 0.25;
  background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
  height: 100%;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectable-helper {
  z-index: 100;
  border: 1px dotted #000;
  position: absolute;
}
.ui-selectmenu-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.ui-selectmenu-menu .ui-menu {
  padding-bottom: 1px;
  overflow: hidden auto;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  border: 0;
  height: auto;
  margin: 0.5em 0 0;
  padding: 2px 0.4em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-text {
  text-overflow: ellipsis;
  margin-right: 20px;
  display: block;
  overflow: hidden;
}
.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}
.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}
.ui-slider {
  text-align: left;
  position: relative;
}
.ui-slider .ui-slider-handle {
  z-index: 2;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  width: 1.2em;
  height: 1.2em;
  position: absolute;
}
.ui-slider .ui-slider-range {
  z-index: 1;
  background-position: 0 0;
  border: 0;
  font-size: 0.7em;
  display: block;
  position: absolute;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
  top: -0.3em;
}
.ui-slider-horizontal .ui-slider-range {
  height: 100%;
  top: 0;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  margin-bottom: -0.6em;
  margin-left: 0;
  left: -0.3em;
}
.ui-slider-vertical .ui-slider-range {
  width: 100%;
  left: 0;
}
.ui-slider-vertical .ui-slider-range-min,
.ui-spinner-down {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max,
.ui-spinner-up {
  top: 0;
}
.ui-spinner {
  vertical-align: middle;
  padding: 0;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.ui-spinner-input {
  color: inherit;
  vertical-align: middle;
  background: 0 0;
  border: none;
  margin: 0.2em 2em 0.2em 0.4em;
  padding: 0.222em 0;
}
.ui-spinner-button {
  text-align: center;
  cursor: default;
  width: 1.6em;
  height: 50%;
  margin: 0;
  padding: 0;
  font-size: 0.5em;
  display: block;
  position: absolute;
  right: 0;
  overflow: hidden;
}
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}
.ui-tabs {
  padding: 0.2em;
  position: relative;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  float: left;
  white-space: nowrap;
  border-bottom-width: 0;
  margin: 1px 0.2em 0 0;
  padding: 0;
  list-style: none;
  position: relative;
  top: 0;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  background: 0 0;
  border-width: 0;
  padding: 1em 1.4em;
  display: block;
}
.ui-tooltip {
  z-index: 9999;
  max-width: 300px;
  padding: 8px;
  position: absolute;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
}
.ui-widget-content a,
.ui-widget-header a {
  color: #333;
}
.ui-widget-header {
  color: #333;
  background: #e9e9e9;
  border: 1px solid #ddd;
  font-weight: 700;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
  color: #454545;
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  font-weight: 400;
}
.ui-button,
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-button:focus,
.ui-button:hover,
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  color: #2b2b2b;
  background: #ededed;
  border: 1px solid #ccc;
  font-weight: 400;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
a.ui-button:focus,
a.ui-button:hover {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
  color: #fff;
  background: #007fff;
  border: 1px solid #003eff;
  font-weight: 400;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  background-color: #fff;
  border: #003eff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  color: #777620;
  background: #fffa90;
  border: 1px solid #dad55e;
}
.ui-state-checked {
  background: #fffa90;
  border: 1px solid #dad55e;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  color: #5f3f3f;
  background: #fddfdf;
  border: 1px solid #f1a899;
}
.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-first,
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  background: #aaa;
}
.ui-widget-shadow {
  box-shadow: 0 0 5px #666;
}
.tj-modal {
  z-index: 1000;
  opacity: 0;
  background-color: #000000d9;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-modal {
    align-items: flex-start;
    padding: 30px 15px;
  }
}
.tj-modal-close {
  z-index: 10;
  cursor: zoom-out;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tj-modal-close-btn {
  z-index: 51;
  width: auto;
  height: auto;
  top: 20px;
  left: auto;
  right: 30px;
}
.tj-modal-close-btn i {
  color: var(--tj-color-common-white);
  opacity: 0.7;
  font-size: 27px;
}
.tj-modal-close-btn:hover {
  opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-modal-close {
    position: fixed;
    top: 2px;
    right: 15px;
  }
}
.tj-modal-content {
  z-index: 50;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  transition: all 0.5s;
  position: relative;
  transform: translateY(-5rem);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-modal-content {
    margin: 0;
  }
}
.sec-heading {
  margin-inline: auto;
  width: 100%;
  margin-bottom: 52px;
}
.sec-heading-centered {
  text-align: center;
  max-width: 550px;
}
.sec-heading .sec-title {
  margin-bottom: 0;
}
.sec-heading .sec-title span {
  color: var(--tj-color-theme-primary);
}
.sec-heading .sub-title {
  color: var(--tj-color-heading-primary);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  border: 1px dashed var(--tj-color-border-1);
  border-radius: 4px;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
  padding: 2px 10px;
  display: inline-flex;
}
.sec-heading .sub-title i {
  color: var(--tj-color-theme-primary);
  font-size: 22px;
  line-height: 1;
  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) {
  .sec-heading .sub-title {
    margin-bottom: 15px;
  }
}
.sec-heading .sub-title.text-white {
  border-color: #ffffff26;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .sec-heading .sub-title {
    font-size: 13px;
  }
}
.sec-heading.style-2 .sec-title span {
  color: var(--tj-color-text-body-2);
}
.sec-heading.style-2 .sub-title {
  color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-common-white);
  border: 0;
  padding: 7px 10px;
}
.sec-heading.style-3 .sub-title {
  color: var(--tj-color-theme-primary);
  border: 0;
  padding: 0;
}
.sec-heading.style-4 .sub-title {
  color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.sec-heading.style-6 .sub-title {
  padding: 4px 8px;
}
.sec-heading.style-7 .sub-title {
  color: var(--tj-color-heading-primary);
  padding: 4px 8px;
}
.sec-heading.style-8 .sub-title {
  color: var(--tj-color-theme-primary);
  border: 0;
  padding: 0 0 0 12px;
  position: relative;
}
.sec-heading.style-8 .sub-title:before {
  content: "";
  background-color: var(--tj-color-theme-primary);
  inset-inline-start: 0;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .sec-heading {
    margin-bottom: 35px;
  }
}
.heading-wrap-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 52px;
  display: flex;
}
.heading-wrap-content .sec-heading {
  margin-inline: 0;
  max-width: 500px;
  margin-bottom: 0;
}
.heading-wrap-content .desc {
  max-width: 360px;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .heading-wrap-content .desc {
    max-width: 100%;
  }
}
.heading-wrap-content .btn-wrap {
  max-width: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .heading-wrap-content {
    margin-bottom: 35px;
  }
}
.sec-heading-wrap .sub-title {
  color: var(--tj-color-heading-primary);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  border: 1px dashed var(--tj-color-border-1);
  border-radius: 4px;
  align-items: center;
  gap: 4px;
  margin-bottom: 20px;
  padding: 2px 10px;
  display: inline-flex;
}
.sec-heading-wrap .sub-title i {
  color: var(--tj-color-theme-primary);
  font-size: 22px;
  line-height: 1;
  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) {
  .sec-heading-wrap .sub-title {
    margin-bottom: 15px;
  }
}
.sec-heading-wrap.style-3 .sub-title {
  color: var(--tj-color-theme-primary);
  border: 0;
  padding: 0;
}
.content-wrap .sec-heading {
  max-width: 550px;
  margin: 0 0 20px;
}
.content-wrap .desc {
  margin-bottom: 0;
}
.content-wrap .tj-primary-btn {
  margin-top: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .content-wrap .tj-primary-btn {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .content-wrap .desc br {
    display: none;
  }
}
.title-anim > div {
  overflow: hidden;
}
.tj-text-invert > div {
  color: #0000;
  background-position-x: 100%;
  background-size: 200% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(
    to right,
    var(--tj-color-heading-primary) 50%,
    var(--tj-color-text-body-2) 50%
  );
}
.line {
  color: #0000;
  --highlight-offset: 0%;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    var(--tj-color-heading-primary) var(--highlight-offset),
    var(--tj-color-text-body-2) var(--highlight-offset)
  );
  position: relative;
}
.tj-banner-section {
  position: relative;
}
.banner-area {
  flex-wrap: wrap;
  min-height: 792px;
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area {
    min-height: 700px;
  }
}
.banner-left-box {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border-radius: 12px;
  align-items: center;
  width: calc(50% - 15px);
  margin-inline-end: 15px;
  padding: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.banner-left-box:before {
  content: "";
  top: 5%;
  background: var(--tj-color-theme-primary);
  filter: blur(65px);
  opacity: 0.26;
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: absolute;
  inset-inline-start: 5%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-left-box {
    padding-inline-end: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-left-box {
    padding-inline: 50px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .banner-left-box {
    margin-inline-end: 0;
    width: 100%;
    margin-bottom: 15px;
    padding: 60px 0;
  }
}
.banner-content {
  width: 100%;
  max-width: 635px;
  margin-inline-start: auto;
}
.banner-content .sub-title {
  color: var(--tj-color-common-white);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  border: 1px dashed var(--tj-color-border-2);
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 6px 10px;
  display: inline-flex;
}
.banner-content .sub-title i {
  color: var(--tj-color-theme-primary);
  font-size: 22px;
}
.banner-content .banner-title {
  color: var(--tj-color-common-white);
  margin-bottom: 15px;
  line-height: 1.135;
}
.banner-content .banner-title span {
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  display: inline-block;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-content .banner-title {
    font-size: 68px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-content .banner-title {
    font-size: 58px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content .banner-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-content .banner-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .banner-content .banner-title {
    font-size: 38px;
  }
}
.banner-content .banner-link {
  color: var(--tj-color-common-white);
  border-inline-end: 1px dashed var(--tj-color-border-2);
  padding: 10px 30px 15px 0;
  font-size: 75px;
  line-height: 1;
  display: inline-flex;
}
.banner-content .banner-link span {
  overflow: hidden;
}
.banner-content .banner-link i {
  text-shadow: -120px 0;
  line-height: 1;
  transition: all 0.3s ease-out;
  display: inline-flex;
  transform: rotate(-45deg) translate(0);
}
.banner-content .banner-link:hover i {
  transform: rotate(-45deg) translate(120px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-content .banner-link {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content .banner-link {
    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) {
  .banner-content .banner-link {
    font-size: 45px;
  }
}
.banner-content .banner-desc-area {
  border-top: 1px dashed var(--tj-color-border-2);
  border-bottom: 1px dashed var(--tj-color-border-2);
  margin-top: 40px;
  align-items: center;
  width: 100%;
  max-width: 475px;
  margin-inline: auto 57px;
  padding: 23px 0;
  display: flex;
}
.banner-content .banner-desc-area .banner-desc {
  padding-inline-start: 44px;
}
@media (max-width: 575px) {
  .banner-content .banner-desc-area .banner-desc {
    padding-inline-start: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-content .banner-desc-area {
    margin-inline-end: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .banner-content .banner-desc-area {
    order: 1;
  }
}
@media (max-width: 480px) {
  .banner-content .banner-desc-area {
    margin-inline-end: 0;
  }
}
.banner-content .banner-desc {
  color: var(--tj-color-text-body-2);
  max-width: 517px;
  font-size: 18px;
  line-height: 1.444;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  (max-width: 575px) {
  .banner-content .banner-desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-content {
    max-width: 565px;
    padding-inline-start: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content {
    padding-inline-start: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .banner-content {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.banner-img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.banner-img img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.banner-shape {
  top: 0;
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.banner-shape img {
  width: 100%;
  height: 100%;
}
.banner-scroll {
  inset-inline-start: 38px;
  z-index: 5;
  position: absolute;
  bottom: 50px;
}
.banner-scroll .scroll-down {
  color: var(--tj-color-common-white);
  line-height: 1;
  font-weight: var(--tj-fw-sbold);
  writing-mode: sideways-lr;
  opacity: 0.5;
  align-items: center;
  gap: 12px;
  display: flex;
}
.banner-scroll .scroll-down span {
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 22px;
  display: inline-flex;
  transform: rotate(90deg);
}
.banner-scroll .scroll-down:hover {
  opacity: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner-scroll {
    inset-inline-start: 23px;
  }
}
@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) {
  .banner-scroll {
    inset-inline-start: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-scroll {
    bottom: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .banner-scroll {
    display: none;
  }
}
.banner-right-box {
  width: 50%;
  min-height: 390px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .banner-right-box {
    width: 100%;
  }
}
.banner-right-box .box-area {
  max-width: 261px;
}
@media (max-width: 575px) {
  .banner-right-box .box-area {
    max-width: 200px;
  }
}
.customers-box {
  background-color: var(--tj-color-common-white);
  border-radius: 10px;
  padding: 30px 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .customers-box {
    padding: 25px 18px 20px;
  }
}
.customers ul {
  list-style: none;
  display: inline-flex;
}
.customers ul li {
  margin-inline-start: -15px;
  line-height: 1;
}
.customers ul li img {
  background-color: var(--tj-color-common-white);
  width: 59px;
  height: 59px;
  box-shadow: 0 0 0 2px var(--tj-color-common-white);
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .customers ul li img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .customers ul li img {
    width: 40px;
    height: 40px;
  }
}
.customers ul li:first-child {
  margin-inline-start: 0;
}
.customers ul li:last-child span {
  background-color: var(--tj-color-theme-primary);
  width: 59px;
  height: 59px;
  color: var(--tj-color-common-white);
  box-shadow: 0 0 0 2px var(--tj-color-common-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  display: inline-flex;
}
.customers ul li:last-child span i {
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .customers ul li:last-child span {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .customers ul li:last-child span {
    width: 40px;
    height: 40px;
  }
  .customers ul li {
    margin-inline-start: -16px;
  }
}
.customers-number {
  color: var(--tj-color-theme-dark);
  letter-spacing: -1.2px;
  font-size: 58px;
  line-height: 0.8;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  padding: 45px 0 13px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .customers-number {
    padding: 25px 0 13px;
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .customers-number {
    padding: 20px 0 10px;
    font-size: 40px;
  }
}
.customers-text {
  color: var(--tj-color-text-body);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: var(--tj-fw-regular);
  margin-bottom: 0;
}
.tj-banner-section-2 {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  border-radius: 12px;
  padding-top: 125px;
  padding-bottom: 55px;
  position: relative;
}
.tj-banner-section-2 .banner-content-2 {
  max-width: 450px;
  padding: 40px 0;
}
.tj-banner-section-2 .banner-content-2 .sub-title {
  font-size: 14px;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-theme-primary);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: inline-flex;
}
.tj-banner-section-2 .banner-content-2 .sub-title i {
  font-size: 22px;
}
@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-banner-section-2 .banner-content-2 .banner-title {
    line-height: 1.25;
  }
}
.tj-banner-section-2 .banner-content-2 .title-video {
  vertical-align: top;
  border-radius: 6px;
  max-width: 148px;
  margin-top: 10px;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.tj-banner-section-2 .banner-content-2 .title-video i {
  top: 50%;
  color: var(--tj-color-common-white);
  z-index: 2;
  font-size: 14px;
  transition: all 0.3s linear;
  position: absolute;
  inset-inline-start: 54%;
  transform: translate(-50%, -50%);
}
.tj-banner-section-2 .banner-content-2 .title-video:after {
  content: "";
  top: 0;
  background-color: var(--tj-color-theme-dark);
  opacity: 0.25;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.tj-banner-section-2 .banner-content-2 .title-video:hover i {
  transform: translate(-50%, -50%) scale(1.2);
}
.tj-banner-section-2 .banner-content-2 .title-video:hover:after {
  opacity: 0.4;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-banner-section-2 .banner-content-2 .title-video {
    max-width: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-banner-section-2 .banner-content-2 .title-video {
    max-width: 95px;
  }
}
@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-banner-section-2 .banner-content-2 .title-video {
    max-width: 100px;
    margin-top: 7px;
  }
}
.tj-banner-section-2 .banner-content-2 .btn-area {
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  display: flex;
}
.tj-banner-section-2 .banner-content-2 .btn-area .number {
  color: var(--tj-color-heading-primary);
  font-size: 20px;
  font-weight: var(--tj-fw-sbold);
  align-items: center;
  gap: 8px;
  line-height: 1;
  display: inline-flex;
}
.tj-banner-section-2 .banner-content-2 .btn-area .number i {
  font-size: 19px;
  display: inline-flex;
}
.tj-banner-section-2 .banner-content-2 .btn-area .number span {
  position: relative;
}
.tj-banner-section-2 .banner-content-2 .btn-area .number span:after {
  content: "";
  bottom: -2px;
  background-color: var(--tj-color-heading-primary);
  width: 100%;
  height: 1px;
  position: absolute;
  inset-inline-end: 0;
}
.tj-banner-section-2 .banner-content-2 .btn-area .number:hover span:after {
  animation: 0.8s linear linehover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-banner-section-2 .banner-content-2 {
    padding-top: 0;
    padding-inline-start: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-banner-section-2 .banner-content-2 {
    padding-top: 0;
    padding-inline-start: 40px;
  }
}
.tj-banner-section-2 .banner-img-area {
  z-index: 1;
  width: 100%;
  max-width: 704px;
  margin-inline: auto -30px;
  position: relative;
}
.tj-banner-section-2 .banner-img-area:before {
  content: "";
  background-color: var(--tj-color-common-white);
  bottom: 0;
  z-index: -1;
  border-start-start-radius: 100%;
  border-end-start-radius: 8px;
  width: 50%;
  height: 343px;
  position: absolute;
  inset-inline-start: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-banner-section-2 .banner-img-area:before {
    height: 290px;
  }
}
@media (max-width: 575px) {
  .tj-banner-section-2 .banner-img-area:before {
    height: 260px;
  }
}
.tj-banner-section-2 .banner-img-area .banner-author {
  writing-mode: sideways-lr;
  position: absolute;
  bottom: 224px;
  left: 88px;
}
.tj-banner-section-2 .banner-img-area .banner-author .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 0;
  position: relative;
}
.tj-banner-section-2 .banner-img-area .banner-author .title:before {
  content: "";
  background-color: var(--tj-color-theme-primary);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 1.5s linear infinite pulse3;
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translate(-50%);
}
.tj-banner-section-2 .banner-img-area .banner-author .designation {
  color: var(--tj-color-text-body);
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-banner-section-2 .banner-img-area .banner-author {
    bottom: 180px;
    left: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-banner-section-2 .banner-img-area .banner-author {
    bottom: 150px;
    left: 40px;
  }
}
@media (max-width: 575px) {
  .tj-banner-section-2 .banner-img-area .banner-author {
    bottom: 100px;
    left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-banner-section-2 .banner-img-area {
    margin-inline-end: -20px;
  }
}
@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),
  (max-width: 575px) {
  .tj-banner-section-2 .banner-img-area {
    margin-inline-end: 0;
  }
}
.tj-banner-section-2 .banner-img {
  width: 100%;
  max-width: 507px;
  margin-inline-start: auto;
  position: relative;
}
@media (max-width: 575px) {
  .tj-banner-section-2 .banner-img > img {
    min-height: 440px;
  }
}
.tj-banner-section-2 .banner-img .brand-name {
  -webkit-text-fill-color: #0000;
  -webkit-text-stroke: 2px #fff9;
  font-weight: var(--tj-fw-sbold);
  writing-mode: sideways-lr;
  font-size: 120px;
  line-height: 0.9;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .tj-banner-section-2 .banner-img .brand-name {
    font-size: 100px;
  }
}
@media (max-width: 430px) {
  .tj-banner-section-2 .banner-img .brand-name {
    font-size: 90px;
  }
}
.tj-banner-section-2 .banner-img .growth-box {
  inset-inline-start: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border-radius: 10px;
  width: 198px;
  height: 209px;
  padding: 20px;
  position: absolute;
  bottom: 15px;
}
.tj-banner-section-2 .banner-img .growth-box img {
  border-radius: 0;
}
@media (max-width: 575px) {
  .tj-banner-section-2 .banner-img .growth-box {
    width: 165px;
    height: 175px;
    padding: 10px;
  }
}
@media (max-width: 430px) {
  .tj-banner-section-2 .banner-img .growth-box {
    inset-inline-start: 10px;
    width: 145px;
    height: 155px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-banner-section-2 .banner-img {
    max-width: 460px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-banner-section-2 .banner-img {
    max-width: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-banner-section-2 .banner-img {
    max-width: calc(100% - 110px);
  }
}
@media (max-width: 575px) {
  .tj-banner-section-2 .banner-img {
    max-width: calc(100% - 90px);
    min-height: 440px;
  }
}
.tj-banner-section-2 .banner-scroll .scroll-down {
  color: var(--tj-color-heading-primary);
  opacity: 1;
}
.tj-banner-section-2 .banner-scroll .scroll-down span {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  overflow: hidden;
}
.marquee-vr {
  align-items: center;
  display: flex;
}
.marquee-vr .text {
  white-space: nowrap;
  animation: 15s linear 2.5s infinite marquee;
  transform: translateY(0);
}
.marquee-vr .text .icon {
  margin: 40px 0;
}
.tj-choose-section.choose-3 .sec-heading {
  margin-inline: 0;
}
.choose-box {
  background-color: var(--tj-color-common-white);
  z-index: 1;
  border-radius: 10px;
  height: 100%;
  padding: 50px 28px 45px;
  transition: all 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
}
.choose-box .choose-content {
  flex-direction: column;
  height: 100%;
  display: flex;
}
.choose-box .choose-icon {
  color: var(--tj-color-theme-primary);
  max-width: 88px;
  margin-bottom: 43px;
  font-size: 88px;
  line-height: 1;
  display: inline-flex;
}
.choose-box .choose-icon i {
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-box .choose-icon {
    margin-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) {
  .choose-box .choose-icon {
    max-width: 65px;
    margin-bottom: 20px;
    font-size: 65px;
  }
}
.choose-box .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .choose-box .title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.choose-box .desc {
  margin-bottom: 0;
}
.choose-box .text-btn {
  justify-content: flex-start;
  margin-top: auto;
  padding-top: 27px;
}
.choose-box:hover {
  background-color: var(--tj-color-theme-primary);
}
.choose-box:hover .choose-icon {
  color: var(--tj-color-common-white);
  animation: 0.6s gelatine;
}
.choose-box:hover .btn-icon {
  background-color: var(--tj-color-theme-dark);
}
.choose-box:hover .btn-text,
.choose-box:hover .desc,
.choose-box:hover .title {
  color: var(--tj-color-common-white);
}
@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) {
  .choose-box {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .choose-box {
    padding: 30px 15px;
  }
}
.choose-box.style-2 {
  padding: 40px 28px;
}
.choose-box.style-2 .choose-icon {
  margin-bottom: 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) {
  .choose-box.style-2 .choose-icon {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .choose-box.style-2 {
    padding: 30px 15px;
  }
}
.work-experience-area {
  max-width: 570px;
}
.work-experience-area .sec-heading {
  margin-bottom: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .work-experience-area .sec-heading {
    margin-bottom: 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) {
  .work-experience-area .sec-heading {
    margin-bottom: 35px;
  }
  .work-experience-area {
    max-width: 100%;
    margin-bottom: 50px;
  }
}
.experience-wrap {
  border-top: 1px dashed #00000029;
  border-bottom: 1px dashed #00000029;
  flex-wrap: wrap;
  align-items: end;
  display: flex;
}
.experience-wrap .year-count {
  color: var(--tj-color-theme-primary);
  font-size: 404px;
  line-height: 0.75;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-light);
  letter-spacing: -8.08px;
  border-inline-end: 1px dashed #00000029;
  padding: 17px 30px 38px 0;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .experience-wrap .year-count {
    font-size: 335px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .experience-wrap .year-count {
    font-size: 250px;
  }
}
@media (max-width: 575px) {
  .experience-wrap .year-count {
    font-size: 210px;
  }
}
.experience-wrap .experience-text {
  padding-inline-start: 32px;
  padding-bottom: 35px;
}
.experience-wrap .experience-text .title {
  max-width: 110px;
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
  text-transform: uppercase;
  letter-spacing: 0;
  margin-bottom: 0;
}
.experience-wrap .experience-text span {
  color: var(--tj-color-theme-primary);
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
}
.experience-wrap .experience-text span i {
  line-height: 1;
  display: inline-flex;
}
@media (max-width: 575px) {
  .experience-wrap .experience-text {
    padding-inline-start: 20px;
  }
}
.tj-client-section {
  position: relative;
}
.tj-client-section .client-container {
  padding: 0;
  overflow: hidden;
}
.tj-client-section-2 {
  background-color: var(--tj-color-theme-primary);
  border-radius: 12px;
  margin-top: 15px;
  padding: 30px 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-client-section-2 {
    padding: 18px 5px;
  }
}
.client-section-gap {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .client-section-gap {
    padding-top: 70px;
    padding-bottom: 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) {
  .client-section-gap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.client-section-gap-2 {
  margin: 120px 0;
  padding: 100px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .client-section-gap-2 {
    margin: 90px 0;
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .client-section-gap-2 {
    margin: 70px 0;
    padding: 65px 0;
  }
}
@media (max-width: 575px) {
  .client-section-gap-2 {
    margin: 50px 0;
    padding: 60px 0;
  }
}
.client-content {
  border: 1px dashed var(--tj-color-border-1);
  inset-inline-start: 50%;
  text-align: center;
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 320px;
  display: inline-flex;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.client-content .sec-title {
  letter-spacing: 0;
  width: 100%;
  max-width: 200px;
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .client-content .sec-title {
    font-size: 15px;
  }
}
.client-content span {
  display: inline-flex;
}
.client-content .client-numbers {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-radius: 50px;
  padding: 0 5px;
  line-height: 1.2;
}
.client-content .client-text {
  color: var(--tj-color-text-body-3);
  position: relative;
}
.client-content .client-text:after {
  content: "";
  bottom: 3px;
  border-bottom: 1px solid #0c1e2133;
  width: 100%;
  position: absolute;
  inset-inline-start: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .client-content {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .client-content {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 575px) {
  .client-content {
    width: 190px;
    height: 190px;
  }
}
.client-content.style-2 {
  width: 100%;
  max-width: 440px;
  height: auto;
  position: unset;
  background: 0 0;
  border-radius: 40px;
  margin: 0 auto 60px;
  padding: 0 15px 4px;
  display: block;
  transform: translate(0);
}
@media (max-width: 575px) {
  .client-content.style-2 {
    padding: 4px 15px;
  }
}
.client-content.style-2 .sec-title {
  letter-spacing: -0.6px;
  max-width: 100%;
  margin-bottom: 0;
  line-height: 1.2;
}
.client-content.style-2 .client-numbers {
  color: var(--tj-color-theme-primary);
  background: 0 0;
  border-radius: 0;
  padding: 0;
}
.client-content.style-2 .client-text:after {
  display: none;
}
@media (max-width: 575px) {
  .client-content.style-2 {
    width: calc(100% - 30px);
    margin: 0 auto 40px;
  }
}
.client-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.client-slider-1 {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.client-slider-1:before,
.client-slider-1:after {
  content: "";
  top: 0;
  z-index: 2;
  background-image: linear-gradient(90deg, #e9eded 0%, #e9eded00 100%);
  width: 448px;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .client-slider-1:before,
  .client-slider-1:after {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .client-slider-1:before,
  .client-slider-1:after {
    width: 200px;
  }
}
@media (max-width: 575px) {
  .client-slider-1:before,
  .client-slider-1:after {
    width: 100px;
  }
}
.client-slider-1:after {
  background-image: linear-gradient(-90deg, #e9eded 0%, #e9eded00 100%);
  inset-inline: auto 0;
}
.client-item {
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  padding-inline-end: 30px;
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .client-item {
    padding-inline-end: 20px;
  }
}
.client-logo {
  background-color: var(--tj-color-common-white);
  z-index: 5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 284px;
  height: 120px;
  display: inline-flex;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .client-logo {
    width: 220px;
    height: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .client-logo {
    width: 190px;
    height: 70px;
    padding: 20px;
  }
}
.client-slider-2 .client-logo {
  background: 0 0;
  border: 1px solid #ffffff1a;
}
.client-slider-2 .client-logo img {
  opacity: 0.85;
}
.about-img-area {
  margin-inline-end: -8px;
  position: relative;
}
.about-img-area .about-img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
}
.about-img-area .about-img img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .about-img-area .box-area {
    max-width: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .about-img-area {
    margin-top: 15px;
    margin-inline-end: 0;
  }
}
.about-img-area.style-2 {
  max-width: 591px;
  margin-inline-end: auto;
}
.about-img-area.style-2 .box-area {
  background-color: var(--tj-color-theme-bg);
  max-width: 343px;
}
.about-img-area.style-2 .box-area:after,
.about-img-area.style-2 .box-area:before {
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23d8e5e5"></path></svg>');
}
@media (max-width: 575px) {
  .about-img-area.style-2 .box-area {
    max-width: 270px;
  }
}
.about-img-area.style-2 .box-area.style-2 {
  background: 0 0;
  border-start-end-radius: 0;
  border-end-start-radius: 12px;
  padding: 0 0 15px 15px;
}
.about-img-area.style-2 .box-area.style-2:after,
.about-img-area.style-2 .box-area.style-2:before {
  display: none;
}
.about-img-area.style-2 .box-area.style-2 .progress-box {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffff1a;
}
.about-img-area.style-2 .box-area.style-2 .progress-box .tj-progress-percent,
.about-img-area.style-2 .box-area.style-2 .progress-box .tj-progress-title,
.about-img-area.style-2 .box-area.style-2 .progress-box .title {
  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) {
  .about-img-area.style-2 {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-img-area {
    height: 100%;
  }
}
.box-area {
  background: var(--tj-color-grey-1);
  bottom: 0;
  border-start-end-radius: 12px;
  width: 100%;
  max-width: 241px;
  padding: 15px 15px 0 0;
  position: absolute;
  inset-inline-start: 0;
}
.box-area:after,
.box-area:before {
  content: "";
  inset-inline-start: 0;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ecf0f0"></path></svg>');
  width: 13px;
  height: 13px;
  position: absolute;
  top: -13px;
  transform: rotate(-90deg);
}
.box-area:after {
  inset-inline-start: auto;
  top: auto;
  inset-inline-end: -13px;
  bottom: 0;
}
.experience-box {
  background-color: var(--tj-color-common-white);
  border-radius: 10px;
  padding: 28px 25px;
}
.experience-box .sub-title {
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .experience-box {
    padding: 25px 18px 20px;
  }
}
.about-content-area.style-1 {
  background-color: var(--tj-color-common-white);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  min-height: 408px;
  padding: 30px;
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-area.style-1 {
    min-height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .about-content-area.style-1 {
    min-height: 300px;
    padding: 30px 20px;
  }
}
.about-content-area .sec-heading {
  margin-bottom: 30px;
}
.about-bottom-area {
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
  display: flex;
}
.about-bottom-area .client-review-cont {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  border-radius: 10px;
  flex: 1;
  padding: 30px;
}
.about-bottom-area .client-review-cont .rating-area {
  margin-bottom: 12px;
}
.about-bottom-area .client-review-cont .star-ratings {
  letter-spacing: 4px;
  -webkit-text-stroke: 1px var(--tj-color-common-white);
  font-size: 16px;
}
.about-bottom-area .client-review-cont .star-ratings .fill-ratings {
  color: var(--tj-color-common-white);
}
.about-bottom-area .client-review-cont .desc {
  margin-bottom: 38px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-bottom-area .client-review-cont .desc {
    margin-bottom: 20px;
  }
}
.about-bottom-area .client-review-cont .quote-icon {
  font-size: 40px;
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 575px) {
  .about-bottom-area .client-review-cont .quote-icon {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-bottom-area .client-review-cont {
    padding: 30px 15px;
  }
}
@media (max-width: 575px) {
  .about-bottom-area .client-review-cont {
    padding: 15px;
  }
}
.about-bottom-area .client-info-area {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.about-bottom-area .client-info {
  flex-direction: column;
  display: flex;
}
.about-bottom-area .client-info .title {
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
  margin-bottom: 6px;
  line-height: 1;
}
.about-bottom-area .client-info .designation {
  color: var(--tj-color-theme-bg);
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
}
.video-img {
  border-radius: 10px;
  width: 100%;
  max-width: 224px;
  position: relative;
  overflow: hidden;
}
.video-img:before {
  content: "";
  inset-inline-start: 0;
  background-color: var(--tj-color-theme-dark);
  opacity: 0.25;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.video-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .video-img {
    max-width: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-img {
    max-width: 120px;
  }
}
@media (max-width: 575px) {
  .video-img {
    max-width: 100px;
  }
}
.video-btn {
  width: 60px;
  height: 60px;
  color: var(--tj-color-common-white);
  top: 50%;
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}
.video-btn span {
  margin-inline-start: 2px;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
}
.video-btn:hover {
  color: var(--tj-color-common-white);
  transform: translate(-50%, -50%) scale(1.1);
}
.about-content-area-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 85px;
  display: flex;
}
.about-content-area-2 .about-content {
  max-width: 550px;
  margin-inline-start: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-area-2 .about-content {
    max-width: 440px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-area-2 .about-content {
    margin-inline-start: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .about-content-area-2 .about-content {
    width: calc(100% - 130px);
    margin-inline-start: 0;
  }
}
.about-content-area-2 .sec-heading {
  margin-bottom: 27px;
}
.about-content-area-2 .video-img {
  max-width: 120px;
}
.about-content-area-2 .video-img:before {
  opacity: 0.15;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .about-content-area-2 .video-img {
    max-width: 100px;
  }
}
.about-content-area-2 .video-btn:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-area-2 {
    gap: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .about-content-area-2 {
    gap: 20px;
  }
}
.customers-box.style-2 {
  background-color: var(--tj-color-theme-primary);
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.customers-box.style-2 .customers-bg {
  background-blend-mode: luminosity;
  top: 0;
  opacity: 0.15;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.customers-box.style-2 ul li span {
  background-color: var(--tj-color-theme-dark);
}
.customers-box.style-2 .customers-text {
  max-width: 250px;
  font-size: 24px;
  line-height: 1.333;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
}
.customers-box.style-2 .star-icon {
  top: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  inset-inline-end: 120px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .customers-box.style-2 {
    min-height: 315px;
  }
}
.countup-item.style-2 {
  background-color: var(--tj-color-common-white);
  text-align: start;
  border-radius: 10px;
  align-items: start;
  width: 100%;
  padding: 28px 30px;
}
.countup-item.style-2 .count-inner {
  padding-top: 90px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .countup-item.style-2 .count-inner {
    padding-top: 60px;
  }
}
.countup-item.style-2 .count-text {
  color: var(--tj-color-text-body);
  font-weight: var(--tj-fw-medium);
}
.countup-item.style-2 .inline-content {
  color: var(--tj-color-heading-primary);
  margin: 11px 0 10px;
}
.countup-item.style-2 .inline-content .odometer,
.countup-item.style-2 .inline-content .odometer .odometer-digit,
.countup-item.style-2 .inline-content .odometer span {
  color: var(--tj-color-heading-primary);
}
.countup-item.style-2 .count-icon {
  background: var(--tj-color-grey-1);
  width: 80px;
  height: 80px;
  color: var(--tj-color-theme-primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  line-height: 1;
  display: inline-flex;
}
.countup-item.style-2 .steps {
  top: 28px;
  color: var(--tj-color-text-body);
  font-size: 20px;
  line-height: 1;
  font-weight: var(--tj-fw-sbold);
  position: absolute;
  inset-inline-end: 30px;
}
@media (max-width: 575px) {
  .countup-item.style-2 .steps {
    inset-inline-end: 20px;
  }
  .countup-item.style-2 {
    padding: 25px 20px;
  }
}
.tj-about-section-2 {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  border-radius: 12px;
  position: relative;
}
.progress-box {
  background-color: var(--tj-color-common-white);
  border-radius: 10px;
  padding: 28px 30px 35px;
}
.progress-box .title {
  font-weight: var(--tj-fw-sbold);
}
@media (max-width: 575px) {
  .progress-box {
    padding: 20px 18px 25px;
  }
}
.mission-vision-box {
  background-color: var(--tj-color-common-white);
  border-radius: 12px;
  flex: 1;
  padding: 25px 20px 30px 26px;
}
.mission-vision-box .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 575px) {
  .mission-vision-box {
    flex-basis: 100%;
  }
}
.about-btn-area {
  margin-top: 15px;
}
.about-btn-area .tj-primary-btn {
  border-radius: 10px;
  width: 100%;
  padding: 13px;
}
.about-btn-area .tj-primary-btn .btn-icon {
  width: 30px;
  height: 30px;
  font-size: 20px;
}
.tj-service-section {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border-radius: 12px;
  position: relative;
}
.tj-service-section .sec-heading {
  max-width: 550px;
}
.tj-service-section .sec-heading .sub-title {
  color: var(--tj-color-common-white);
  border-color: #ffffff26;
}
.tj-service-section .sec-heading.style-2 {
  margin-inline: 0;
}
.tj-service-section .sec-heading.style-2 .sub-title {
  color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-theme-dark-2);
}
.tj-service-section.service-2 {
  overflow-x: hidden;
}
.tj-service-section.service-3 {
  background: 0 0;
}
.tj-service-section.service-3 .sec-heading .sub-title {
  color: var(--tj-color-theme-primary);
}
.tj-service-section.service-4 {
  background: 0 0;
}
.bg-shape-2,
.bg-shape-1 {
  top: 0;
  z-index: -1;
  mix-blend-mode: difference;
  pointer-events: none;
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset-inline-start: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .bg-shape-2,
  .bg-shape-1 {
    max-width: 260px;
  }
}
.bg-shape-2 {
  top: inherit;
  inset-inline-start: inherit;
  bottom: 0;
  inset-inline-end: 0;
}
.service-item {
  background: var(--tj-color-common-white);
  border-radius: 12px;
  margin-bottom: 30px;
  padding: 40px 30px 45px;
  position: relative;
}
.service-item:last-child {
  margin-bottom: 0;
}
.service-item .service-icon {
  background: linear-gradient(
    -45deg,
    #1e8a8a4d 0%,
    #1e8a8a00 50%,
    #1e8a8a4d 100%
  );
  border: 1px solid #1e8a8a26;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 70px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
}
.service-item .service-icon i {
  color: var(--tj-color-theme-primary);
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item .service-icon {
    width: 65px;
    height: 65px;
    font-size: 50px;
  }
}
.service-item .title {
  max-width: 300px;
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 20px;
  transition: none;
}
.service-item .title a:hover {
  color: var(--tj-color-theme-primary);
}
.service-item .desc {
  margin-bottom: 0;
}
.service-item .text-btn {
  margin-top: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item {
    padding: 30px 20px;
  }
}
.service-item.style-1 {
  background-color: var(--tj-color-theme-dark);
  border: 0;
  height: 450px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.service-item.style-1:before {
  content: "";
  background: var(--tj-color-theme-dark-2);
  top: 0;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.service-item.style-1:after {
  content: "";
  background: var(--tj-color-theme-primary);
  top: -50%;
  pointer-events: none;
  z-index: 2;
  filter: blur(90px);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%);
}
.service-item.style-1 .service-img {
  height: 100%;
  position: relative;
}
.service-item.style-1 .service-img img {
  object-fit: cover;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 12px;
  width: 100%;
  height: 100%;
}
.service-item.style-1 .service-icon {
  top: 35px;
  z-index: 2;
  position: absolute;
  inset-inline-start: 30px;
}
@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) {
  .service-item.style-1 .service-icon {
    width: 70px;
    height: 70px;
    font-size: 60px;
  }
}
.service-item.style-1 .service-content {
  inset-inline-start: 0;
  z-index: 3;
  width: 100%;
  padding: 40px 30px 20px;
  transition: all 0.2s linear;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.service-item.style-1 .service-content .title {
  margin-bottom: 15px;
}
.service-item.style-1 .service-content .title a {
  color: var(--tj-color-common-white);
}
.service-item.style-1 .service-content .title a:hover {
  color: var(--tj-color-theme-primary);
}
@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) {
  .service-item.style-1 .service-content .title {
    font-size: 19px;
  }
}
.service-item.style-1 .service-content .desc {
  color: var(--tj-color-text-body-2);
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: none;
}
@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) {
  .service-item.style-1 .service-content {
    padding: 25px 20px;
  }
}
@media (max-width: 575px) {
  .service-item.style-1 .service-content {
    padding: 18px 15px;
  }
}
.service-item.style-1 .text-btn {
  inset-inline-start: auto;
  opacity: 0;
  visibility: hidden;
  transition: none;
  position: absolute;
  bottom: 0;
}
.service-item.style-1 .text-btn .btn-text {
  color: var(--tj-color-common-white);
}
.service-item.style-1 .text-btn .btn-icon {
  background-color: var(--tj-color-theme-primary);
}
@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) {
  .service-item.style-1 .text-btn {
    inset-inline-start: 20px;
  }
}
@media (max-width: 575px) {
  .service-item.style-1 .text-btn {
    inset-inline-start: 15px;
  }
}
.service-item.style-1:hover:before {
  background: var(--tj-color-theme-dark);
  opacity: 0.7;
}
.service-item.style-1:hover:after {
  opacity: 0.3;
}
.service-item.style-1:hover .service-icon {
  transform: scale(0);
}
.service-item.style-1:hover .service-content {
  padding-bottom: 95px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 575px) {
  .service-item.style-1:hover .service-content {
    padding-bottom: 80px;
  }
}
.service-item.style-1:hover .desc {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.service-item.style-1:hover .text-btn {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s linear;
  bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 575px) {
  .service-item.style-1:hover .text-btn {
    bottom: 30px;
  }
}
@media (max-width: 575px) {
  .service-item.style-1 {
    height: 400px;
  }
}
.service-item-wrapper {
  margin-bottom: 30px;
}
.service-item-wrapper:last-child {
  margin-bottom: 0;
}
.service-item.style-2 {
  border: 1px dashed var(--tj-color-border-2);
  background-color: #0000;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 65px 50px;
  transition: all 0.3s ease-in-out;
  display: flex;
}
.service-item.style-2 .service-content,
.service-item.style-2 .title-area {
  width: 48%;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item.style-2 .service-content,
  .service-item.style-2 .title-area {
    width: 100%;
  }
}
.service-item.style-2 .service-icon {
  margin-bottom: 33px;
}
.service-item.style-2 .service-icon i {
  transition: all 0.5s ease-in-out;
}
.service-item.style-2 .title {
  color: var(--tj-color-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item.style-2 .title {
    margin-bottom: 25px;
  }
}
.service-item.style-2 .desc {
  color: var(--tj-color-text-body-2);
  margin-bottom: 22px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item.style-2 .desc {
    margin-bottom: 16px;
  }
}
.service-item.style-2 .list-items li {
  color: var(--tj-color-text-body-2);
}
.service-item.style-2:hover {
  background-color: var(--tj-color-theme-dark-2);
  border-color: var(--tj-color-theme-dark-2);
}
.service-item.style-2:hover .service-icon i {
  transform: rotateY(360deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item.style-2 {
    padding: 40px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item.style-2 {
    padding: 30px 15px;
  }
}
.service-item.style-3 {
  margin-bottom: 20px;
  padding: 40px 60px 40px 30px;
  transition: all 0.3s ease-in-out;
}
.service-item.style-3:hover {
  background-color: var(--tj-color-theme-primary);
}
.service-item.style-3:hover .title {
  color: var(--tj-color-common-white);
}
.service-item.style-3:hover .service-icon {
  background: linear-gradient(-45deg, #ffffff4d 0%, #fff0 50%, #ffffff4d 100%);
  border-color: #ffffff26;
}
.service-item.style-3:hover .service-icon i {
  color: var(--tj-color-common-white);
}
.service-item.style-3:hover .desc {
  color: var(--tj-color-grey-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item.style-3 {
    padding: 40px 40px 40px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item.style-3 {
    padding: 30px 20px;
  }
}
.service-item.style-4 {
  transition: all 0.3s ease-in-out;
}
.service-item.style-4 .service-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 95px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item.style-4 .service-icon {
    margin-bottom: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item.style-4 .service-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 50px;
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item.style-4 .service-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 40px;
  }
}
.service-item.style-4 .title {
  max-width: 275px;
}
.service-item.style-4:hover {
  background-color: var(--tj-color-theme-primary);
}
.service-item.style-4:hover .service-icon {
  background: var(--tj-color-common-white);
}
.service-item.style-4:hover .desc,
.service-item.style-4:hover .title,
.service-item.style-4:hover .desc a,
.service-item.style-4:hover .title a,
.service-item.style-4:hover .text-btn .btn-text {
  color: var(--tj-color-common-white);
}
.service-item.style-4:hover .text-btn .btn-icon {
  background-color: var(--tj-color-theme-dark);
}
.list-items {
  list-style: none;
}
.list-items li {
  color: var(--tj-color-text-body);
  gap: 9px;
  margin-bottom: 7px;
  display: flex;
}
.list-items li:last-child {
  margin-bottom: 0;
}
.list-items li i {
  color: var(--tj-color-theme-primary);
  margin-top: 6px;
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
}
.service-content-wrap {
  z-index: 2;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: relative;
}
.service-content-wrap .service-title {
  flex: wrap;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 400px;
  display: flex;
}
.service-content-wrap .service-title .service-icon {
  transition: all 0.6s ease-in-out;
}
.service-content-wrap .service-title .service-icon i {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-content-wrap .service-title .service-icon {
    width: 70px;
    height: 70px;
    font-size: 60px;
  }
}
.service-content-wrap .service-title .title {
  margin-bottom: 0;
  transition: none;
}
.service-content-wrap .service-title .title a:hover {
  color: var(--tj-color-common-white);
}
.service-content-wrap .service-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.service-content-wrap .service-content .desc {
  width: 100%;
  max-width: 360px;
  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) {
  .service-content-wrap .service-content .desc {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-content-wrap .service-content {
    width: 100%;
    margin-top: 20px;
    padding-inline-start: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-content-wrap .service-content {
    margin-top: 20px;
    padding-inline-start: 80px;
  }
}
.service-reveal-bg {
  top: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 291px;
  height: 303px;
  transition:
    opacity 0.6s,
    transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: absolute;
  inset-inline-start: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(0.7);
}
.service-reveal-bg:first-child {
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-reveal-bg {
    width: 260px;
    height: 270px;
  }
}
@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),
  (max-width: 575px) {
  .service-reveal-bg {
    display: none;
  }
}
.service-item:first-child .service-reveal-bg {
  margin-top: 40px;
}
.service-item:last-child .service-reveal-bg {
  margin-top: -40px;
}
.service-item:hover .service-reveal-bg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.service-btn-area {
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-service-section .content-wrap {
    margin-bottom: 50px;
  }
}
.bg-shape-3,
.bg-shape-4 {
  bottom: 0;
  z-index: -1;
  max-width: 915px;
  position: absolute;
  inset-inline-start: 0;
}
.bg-shape-4 {
  bottom: auto;
  inset-inline-start: auto;
  top: 0;
  inset-inline-end: 0;
  transform: scale(-1);
}
.tj-marquee-section {
  background-color: var(--tj-color-theme-primary);
  border-radius: 12px;
  padding-top: 33px;
  padding-bottom: 37px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-marquee-section {
    padding-top: 22px;
    padding-bottom: 16px;
  }
}
.marquee-slider {
  padding-bottom: 10px;
}
.marquee-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.marquee-item {
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  width: auto;
  padding-inline-end: 30px;
  display: flex;
}
.marquee-item .marquee-text {
  -webkit-text-fill-color: #0000;
  -webkit-text-stroke: 2px var(--tj-color-common-white);
  font-size: 136px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-heading);
  margin: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .marquee-item .marquee-text {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marquee-item .marquee-text {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .marquee-item .marquee-text {
    -webkit-text-stroke: 1px var(--tj-color-common-white);
    font-size: 50px;
  }
}
.marquee-item .marquee-img {
  color: var(--tj-color-theme-primary);
  border-radius: 4px;
  height: 98px;
  position: relative;
  top: 4px;
  overflow: hidden;
}
.marquee-item .marquee-img img {
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .marquee-item .marquee-img {
    height: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .marquee-item .marquee-img {
    height: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .marquee-item .marquee-img {
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .marquee-item {
    gap: 25px;
    padding-inline-end: 25px;
  }
}
@media (max-width: 575px) {
  .marquee-item {
    gap: 20px;
    padding-inline-end: 20px;
  }
}
.tj-project-section {
  position: relative;
}
.tj-project-section .sec-heading {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  display: flex;
}
.tj-project-section .sec-text {
  max-width: 550px;
  margin-inline: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-project-section .sec-text {
    max-width: 380px;
  }
}
.tj-project-section .project-navigation {
  gap: 20px;
  margin-bottom: 27px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-project-section .project-navigation {
    margin-bottom: 20px;
  }
}
.tj-project-section-2 {
  overflow: hidden;
}
.tj-project-section-2 .container-fluid,
.tj-project-section-2 .project-wrapper {
  padding: 0;
}
.tj-project-section-2 .sec-heading {
  max-width: 550px;
}
.tj-project-section-3 {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.tj-project-section-3 .sub-title {
  color: var(--tj-color-theme-primary);
  border: 0;
  padding: 0;
}
.tj-project-section-3 .sec-title {
  color: var(--tj-color-common-white);
}
.tj-project-section-3 .slider-next,
.tj-project-section-3 .slider-prev {
  border-color: var(--tj-color-border-2);
}
.tj-project-section-3 .slider-next .anim-icon i,
.tj-project-section-3 .slider-prev .anim-icon i {
  color: var(--tj-color-common-white);
}
.project-wrapper {
  padding: 0 15px;
}
@media (max-width: 575px) {
  .project-wrapper {
    padding: 0;
  }
}
.project-area {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  display: grid;
  position: relative;
}
.project-area .project-item {
  border-radius: 12px;
  grid-column: span 1 / span 3;
  min-height: 550px;
  position: relative;
  overflow: hidden;
}
.project-area .project-item:first-child,
.project-area .project-item:last-child {
  grid-column: span 2 / span 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area .project-item:first-child,
  .project-area .project-item:last-child {
    grid-column: span 3 / span 5;
  }
}
.project-area .project-item .project-img {
  inset-inline-start: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
  position: absolute;
  top: 0;
}
.project-area .project-item .project-img:before {
  opacity: 0.25;
}
.project-area .project-item .project-content {
  inset-inline-start: 0;
  z-index: 3;
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area .project-item .project-content {
    padding: 20px;
  }
}
.project-area .project-item .project-content .title {
  color: var(--tj-color-common-white);
  width: 100%;
  max-width: 245px;
  margin-bottom: 0;
}
.project-area .project-item .project-content .title a {
  color: var(--tj-color-common-white);
}
.project-area .project-item .project-content .title a:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-area .project-item .project-content .title {
    width: calc(100% - 70px);
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .project-area .project-item .project-content .title {
    width: calc(100% - 70px);
    font-size: 20px;
  }
}
.project-area .project-item .project-content .project-text {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  display: flex;
}
.project-area .project-item .project-content .categories a {
  color: var(--tj-color-common-white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
}
.project-area .project-item .project-content .categories a:hover {
  background-color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .project-area .project-item .project-content {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .project-area .project-item .project-content {
    padding: 25px 20px;
  }
}
.project-area .project-item:hover .project-img {
  transform: scale(1.1) rotate(-2deg);
}
.project-area .project-item:hover .project-btn {
  opacity: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-area .project-item {
    min-height: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area .project-item {
    grid-column: span 2 / span 5;
    min-height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-area .project-item {
    grid-column: 1/3;
    min-height: 350px;
  }
}
.project-area .project-btn {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  opacity: 0;
  background-color: #ffffff1a;
  border: 2px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 22px;
  display: flex;
}
.project-area .project-btn i {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-normal);
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
.project-area .project-btn:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.project-area .project-btn:hover i {
  color: var(--tj-color-common-white);
  transform: rotate(0);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-area .project-btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .project-area .project-btn {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-area {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-area {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-area {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 350px;
  }
}
.project-item {
  background-color: var(--tj-color-common-white);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.project-item .project-img {
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
  position: relative;
  overflow: hidden;
}
.project-item .project-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.project-item .project-img:before {
  content: "";
  background: var(--tj-color-theme-dark);
  bottom: 0;
  opacity: 0.16;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.project-item .project-content {
  padding: 25px 20px 25px 30px;
}
.project-item .project-text {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  display: flex;
}
.project-item .title {
  width: 100%;
  max-width: 245px;
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 0;
}
.project-item .title a:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .project-item .title {
    width: calc(100% - 60px);
  }
}
@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) {
  .project-item .title {
    width: calc(100% - 60px);
    max-width: 100%;
  }
}
.project-item .categories a {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--tj-color-text-body);
  border-color: var(--tj-color-border-1);
  background-color: #0000;
}
.project-item:hover .project-img img {
  transform: scale(1.1) rotate(-2deg);
}
.project-item:hover .project-btn {
  opacity: 1;
}
.project-btn {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 35px;
  display: flex;
}
.project-btn i {
  color: var(--tj-color-theme-dark);
  font-weight: var(--tj-fw-bold);
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
.project-btn:hover i {
  color: var(--tj-color-theme-primary);
  transform: rotate(0);
}
.categories {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}
.categories a {
  color: var(--tj-color-text-body);
  font-size: 16px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  border: 1px solid var(--tj-color-border-1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff26;
  border-radius: 4px;
  padding: 2px 7px 4px;
  display: inline-flex;
  overflow: hidden;
}
.categories a:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.project-slider .project-item {
  min-height: 550px;
  position: relative;
  overflow: hidden;
}
.project-slider .project-item .project-img {
  inset-inline-start: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
  position: absolute;
  top: 0;
}
.project-slider .project-item .project-content {
  inset-inline-start: 50%;
  top: 50%;
  bottom: inherit;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding: 0 20px;
  transition: all 0.3s linear;
  position: absolute;
  transform: translate(-50%, -50%);
}
.project-slider .project-item .project-content .categories {
  justify-content: center;
}
.project-slider .project-item .project-content .categories a {
  color: var(--tj-color-text-body-2);
  background-color: #ffffff1a;
}
.project-slider .project-item .project-content .categories a:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}
.project-slider .project-item .project-content .title {
  color: var(--tj-color-common-white);
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .project-slider .project-item .project-content .title {
    width: calc(100% - 70px);
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project-slider .project-item .project-content .title {
    width: calc(100% - 70px);
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .project-slider .project-item .project-content .title {
    width: calc(100% - 70px);
    font-size: 20px;
  }
}
.project-slider .project-item .project-content .project-text {
  margin-top: 15px;
  display: block;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .project-slider .project-item .project-content {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .project-slider .project-item .project-content {
    padding: 25px 20px;
  }
}
.project-slider .project-item .project-content .project-btn {
  opacity: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
  border: 0;
  width: 60px;
  height: 60px;
  margin: 35px auto 0;
  font-size: 52px;
}
.project-slider .project-item .project-content .project-btn i {
  color: var(--tj-color-common-white);
  transform: rotate(-45deg);
}
.project-slider .project-item .project-content .project-btn:hover i {
  transform: rotate(0);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-slider .project-item .project-content {
    opacity: 1;
    visibility: visible;
  }
}
.project-slider .project-item:hover .project-img {
  transform: scale(1.1) rotate(-2deg);
}
.project-slider .project-item:hover .project-img:before {
  opacity: 0.6;
}
.project-slider .project-item:hover .project-content {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-slider .project-item {
    min-height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-slider .project-item {
    min-height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-slider .project-item {
    min-height: 330px;
  }
}
.project-slider-2 .project-item {
  background-color: var(--tj-color-theme-dark-2);
}
.project-slider-2 .project-item .title {
  color: var(--tj-color-common-white);
  margin-bottom: 0;
}
.project-slider-2 .project-item .title a {
  display: inline;
}
.project-slider-2 .project-item .title a:hover {
  color: var(--tj-color-theme-primary);
}
.project-slider-2 .project-item .categories a {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--tj-color-text-body-2);
  background-color: #0000;
  border-color: #ffffff1a;
}
.project-slider-2 .project-item .categories a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.project-slider-2 .project-item .project-btn i {
  color: var(--tj-color-common-white);
}
.project-slider-2 .project-item .project-btn:hover i {
  color: var(--tj-color-theme-primary);
}
.tj-testimonial-section {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.tj-testimonial-section .sec-heading-wrap {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-testimonial-section .sec-heading-wrap {
    padding-top: 100px;
  }
}
.testimonial-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .testimonial-wrapper {
    margin-inline-end: -12px;
  }
}
.testimonial-slider .testimonial-item {
  background-color: var(--tj-color-common-white);
  border: 2px solid var(--tj-color-common-white);
  border-radius: 12px;
  height: 100%;
  padding: 45px 26px 35px;
}
.testimonial-slider .testimonial-item .quote-icon {
  color: var(--tj-color-theme-primary);
  font-size: 46px;
  line-height: 1;
  display: inline-flex;
}
.testimonial-slider .testimonial-item .rating-wrap {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  display: flex;
}
.testimonial-slider .testimonial-item .rating-wrap .rating-img {
  background-color: var(--tj-color-theme-bg);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}
.testimonial-slider .testimonial-item .rating-wrap .rating-img img {
  width: 33px;
  height: 33px;
}
.testimonial-slider .testimonial-item .rating-wrap .rating-text {
  color: var(--tj-color-text-body-2);
  font-size: 14px;
}
.testimonial-slider .testimonial-item .rating-wrap .rating-text strong {
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-black);
}
.testimonial-slider .testimonial-item .desc {
  padding-top: 23px;
  padding-bottom: 22px;
  font-size: 18px;
  line-height: 1.444;
}
.testimonial-slider .testimonial-item .desc p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider .testimonial-item .desc {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-slider .testimonial-item .desc {
    font-size: 16px;
  }
}
.testimonial-slider .testimonial-item .testimonial-author .title {
  line-height: 1;
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider .testimonial-item {
    padding: 35px 23px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-slider .testimonial-item {
    padding: 30px 20px;
  }
}
.testimonial-slider .swiper-slide-active .testimonial-item {
  border-color: var(--tj-color-theme-primary);
}
.testimonial-author {
  border-top: 1px dashed var(--tj-color-border-1);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  display: flex;
}
.testimonial-author .author-inner {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  display: flex;
}
.testimonial-author .author-img {
  border-radius: 50%;
  width: 59px;
  height: 59px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-author .author-img {
    width: 50px;
    height: 50px;
  }
}
.testimonial-author .title {
  margin-bottom: 0;
  line-height: 1;
}
.testimonial-author .designation {
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
}
.testimonial-author .quote-icon {
  color: var(--tj-color-theme-primary);
  font-size: 43px;
  line-height: 1;
  display: inline-flex;
}
.testimonial-author .quote-icon i {
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-author .quote-icon {
    font-size: 30px;
  }
  .testimonial-author {
    padding-top: 20px;
  }
}
.star-ratings {
  letter-spacing: 3px;
  -webkit-text-stroke: 1px var(--tj-color-theme-primary);
  unicode-bidi: bidi-override;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 1;
  position: relative;
}
.star-ratings .fill-ratings {
  color: var(--tj-color-theme-primary);
  z-index: 1;
  top: 0;
  padding: 0;
  display: block;
  position: absolute;
  inset-inline-start: 0;
  overflow: hidden;
}
.star-ratings .fill-ratings span {
  margin: 0;
  display: inline-block;
}
.star-ratings .empty-ratings {
  z-index: 0;
  color: #0000;
  padding: 0;
  display: block;
}
.tj-testimonial-section-2 {
  overflow: hidden;
}
@media (max-width: 575px) {
  .tj-testimonial-section-2 .testimonial-wrapper {
    margin-inline-end: 0;
  }
}
.testimonial-img-area {
  position: relative;
}
.testimonial-img-area .testimonial-img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.testimonial-img-area .testimonial-img img {
  object-fit: cover;
  width: 100%;
  height: 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) {
  .testimonial-img-area .testimonial-img img {
    object-fit: unset;
  }
}
.testimonial-img-area .testimonial-img .sec-heading {
  top: 40px;
  z-index: 2;
  width: 60%;
  position: absolute;
  inset-inline-start: 30px;
}
.testimonial-img-area .testimonial-img .sec-heading .sec-title {
  color: var(--tj-color-common-white);
}
.testimonial-img-area .testimonial-img .sec-heading .sec-title span {
  color: var(--tj-color-text-body-3);
}
.testimonial-img-area .testimonial-img:after {
  content: "";
  top: 0;
  background-color: var(--tj-color-theme-dark);
  opacity: 0.25;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.testimonial-img-area .box-area {
  bottom: 0;
  max-width: 239px;
  border-start-start-radius: 12px;
  border-start-end-radius: 0;
  padding: 15px 0 0 15px;
  inset-inline-start: inherit;
  inset-inline-end: 0;
}
.testimonial-img-area .box-area:before {
  inset-inline-start: inherit;
  inset-inline-end: 0;
  transform: rotate(180deg);
}
.testimonial-img-area .box-area:after {
  inset-inline-start: -12px;
  inset-inline-end: inherit;
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .testimonial-img-area .box-area {
    max-width: 215px;
  }
}
.rating-box {
  background-color: var(--tj-color-theme-primary);
  border-radius: 10px;
  padding: 18px 25px 25px;
}
.rating-box .rating-area {
  margin-bottom: 8px;
}
.rating-box .star-ratings {
  -webkit-text-stroke: 1px var(--tj-color-common-white);
}
.rating-box .star-ratings .fill-ratings,
.rating-box .rating-text {
  color: var(--tj-color-common-white);
}
.rating-box .title {
  color: var(--tj-color-common-white);
  margin-bottom: 58px;
  font-size: 74px;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .rating-box .title {
    margin-bottom: 20px;
    font-size: 50px;
  }
}
.rating-box .number {
  color: var(--tj-color-common-white);
  font-size: 20px;
  font-weight: var(--tj-fw-sbold);
  border-bottom: 1px solid;
  line-height: 1.1;
  display: inline-flex;
}
@media (max-width: 575px) {
  .rating-box .number {
    font-size: 18px;
  }
  .rating-box {
    padding: 20px 18px 25px;
  }
}
.testimonial-slider-2 {
  height: 100%;
}
.testimonial-slider-2 .testimonial-item {
  background-color: var(--tj-color-common-white);
  border-radius: 12px;
  height: 100%;
  padding: 60px 50px;
}
.testimonial-slider-2 .testimonial-item .quote-icon {
  color: var(--tj-color-theme-primary);
  font-size: 63px;
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-slider-2 .testimonial-item .quote-icon {
    font-size: 45px;
  }
}
.testimonial-slider-2 .testimonial-item .desc {
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 22px;
  line-height: 1.444;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider-2 .testimonial-item .desc {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-slider-2 .testimonial-item .desc {
    padding-top: 20px;
    font-size: 16px;
  }
}
.testimonial-slider-2 .testimonial-item .testimonial-author .author-img {
  width: 80px;
  height: 80px;
}
.testimonial-slider-2 .testimonial-item .testimonial-author .title {
  line-height: 1;
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-slider-2 .testimonial-item {
    padding: 50px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider-2 .testimonial-item {
    padding: 35px 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-slider-2 .testimonial-item {
    padding: 30px 20px;
  }
}
.testimonial-slider-2 .swiper-pagination-area {
  inset-inline-start: inherit;
  bottom: 60px;
  z-index: 10;
  width: auto;
  max-width: 200px;
  position: absolute;
  inset-inline-end: 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-slider-2 .swiper-pagination-area {
    bottom: 30px;
  }
}
.tj-testimonial-section-3 {
  overflow: hidden;
}
.testimonial-wrapper-2 {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  border-radius: 12px;
  margin-top: 20px;
  padding-bottom: 80px;
  position: relative;
}
.testimonial-wrapper-2 .sec-title {
  border: 1px dashed var(--tj-color-border-1);
  background-color: var(--tj-color-grey-1);
  width: 100%;
  max-width: 290px;
  font-weight: var(--tj-fw-sbold);
  border-radius: 40px;
  margin: 0 auto;
  padding: 2px 22px 4px;
  display: block;
  position: relative;
  top: -19px;
}
.testimonial-wrapper-2 .sec-title span {
  color: var(--tj-color-theme-primary);
}
.testimonial-wrapper-2 .client-thumb {
  max-width: 270px;
  margin: 0 auto;
  padding-top: 50px;
}
.testimonial-wrapper-2 .client-thumb .thumb-item {
  margin-bottom: 14px;
}
.testimonial-wrapper-2 .client-thumb .thumb-img {
  background-color: var(--tj-color-theme-bg);
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  position: relative;
  overflow: hidden;
}
.testimonial-wrapper-2 .client-thumb .thumb-img img {
  mix-blend-mode: luminosity;
}
.testimonial-wrapper-2 .client-thumb .author-header {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 140px;
  margin-top: 15px;
  position: relative;
  inset-inline-start: 50%;
  transform: translate(-50%);
}
.testimonial-wrapper-2 .client-thumb .author-header .title {
  font-size: 20px;
  line-height: 1;
}
.testimonial-wrapper-2 .client-thumb .swiper-slide-active .thumb-img {
  border-color: var(--tj-color-theme-primary);
}
.testimonial-wrapper-2 .client-thumb .swiper-slide-active .author-header {
  opacity: 1;
  visibility: visible;
}
.testimonial-wrapper-2 .client-thumb .swiper-slide-active img {
  mix-blend-mode: unset;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-wrapper-2 .client-thumb {
    padding-top: 30px;
  }
}
.testimonial-wrapper-2 .testimonial-item {
  background-color: var(--tj-color-common-white);
  border-radius: 12px;
  margin: 17px 220px 0;
  padding: 40px 38px;
  position: relative;
}
.testimonial-wrapper-2 .testimonial-item:before {
  content: "";
  top: -12px;
  background-color: var(--tj-color-common-white);
  width: 24px;
  height: 24px;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%) rotate(45deg);
}
.testimonial-wrapper-2 .testimonial-item .desc {
  text-align: center;
  font-size: 26px;
  line-height: 1.385;
}
.testimonial-wrapper-2 .testimonial-item .desc p {
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-wrapper-2 .testimonial-item .desc {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrapper-2 .testimonial-item .desc {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-item .desc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-wrapper-2 .testimonial-item {
    margin: 17px 160px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-wrapper-2 .testimonial-item {
    margin: 17px 120px 0;
    padding: 35px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-item {
    margin: 17px 15px 0;
    padding: 30px 20px;
  }
}
.testimonial-wrapper-2 .testimonial-navigation {
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -o-transition: all 0.5s;
  justify-content: space-between;
  width: 100%;
  transition: all 0.5s;
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
}
.testimonial-wrapper-2 .slider-prev {
  margin-top: -52px;
  background-color: #ecf0f0;
  margin-inline-start: -24px;
}
.testimonial-wrapper-2 .slider-next {
  margin-top: -52px;
  background-color: #ecf0f0;
  margin-inline-end: -24px;
}
.testimonial-wrapper-2:hover .testimonial-navigation {
  opacity: 1;
  visibility: visible;
}
.testimonial-wrapper-2 .quote-icon {
  bottom: 0;
  color: var(--tj-color-theme-primary);
  opacity: 0.1;
  font-size: 299px;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  inset-inline-end: 0;
}
.testimonial-wrapper-2 .quote-icon i {
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-wrapper-2 .quote-icon {
    font-size: 190px;
  }
}
.testimonial-wrapper-2 .bg-shape-2,
.testimonial-wrapper-2 .bg-shape-1 {
  max-width: 280px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-wrapper-2 {
    padding-bottom: 60px;
  }
}
.slider-navigation {
  gap: 13px;
}
.slider-next,
.slider-prev {
  border: 1px solid var(--tj-color-border-1);
  -o-transition: all 0.3s;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-size: 24px;
  transition: all 0.3s;
  display: inline-flex;
}
.slider-next .anim-icon,
.slider-prev .anim-icon {
  display: inline-flex;
  position: relative;
  overflow: hidden;
  transform: rotate(0);
}
.slider-next .anim-icon i,
.slider-prev .anim-icon i {
  color: var(--tj-color-common-black);
  transition: all 0.3s;
  position: relative;
  top: 0;
}
.slider-next .anim-icon i:last-child,
.slider-prev .anim-icon i:last-child {
  color: var(--tj-color-common-white);
  position: absolute;
  transform: translate(150%);
}
.slider-next:hover,
.slider-prev:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.slider-next:hover .anim-icon i:first-child,
.slider-prev:hover .anim-icon i:first-child {
  transform: translate(-150%);
}
.slider-next:hover .anim-icon i:last-child,
.slider-prev:hover .anim-icon i:last-child {
  transform: translate(0);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .slider-next,
  .slider-prev {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.slider-next .anim-icon i:last-child {
  transform: translate(-150%);
}
.slider-next:hover .anim-icon i:first-child {
  transform: translate(150%);
}
.swiper-pagination-area {
  text-align: center;
  margin-top: 55px;
  line-height: 0;
}
.swiper-pagination-area.white-pagination .swiper-pagination-bullet {
  background-color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .swiper-pagination-area {
    margin-top: 30px;
  }
}
.swiper-pagination-bullet {
  background-color: var(--tj-color-theme-primary);
  opacity: 0.15;
  -o-transition: all 0.5s ease-in-out 0s;
  border-radius: 30px;
  width: 12px;
  height: 8px;
  margin: 5px;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  width: 64px;
}
.tj-faq-section .sec-heading {
  max-width: 550px;
}
@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-section .sec-heading {
    max-width: 100%;
  }
  .tj-faq-section .content-wrap .desc {
    margin-bottom: 20px;
  }
  .tj-faq-section .content-wrap .desc br {
    display: none;
  }
}
.faq-img-area {
  max-width: 585px;
  position: relative;
}
.faq-img-area .faq-img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.faq-img-area .faq-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.faq-img-area .faq-img .title {
  top: 40px;
  max-width: 400px;
  color: var(--tj-color-common-white);
  z-index: 2;
  position: absolute;
  inset-inline-start: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .faq-img-area .faq-img .title {
    max-width: 280px;
  }
}
.faq-img-area .faq-img:after {
  content: "";
  top: 0;
  background-color: var(--tj-color-theme-dark);
  opacity: 0.25;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.faq-img-area .box-area {
  bottom: 0;
  max-width: 239px;
  border-start-start-radius: 12px;
  border-start-end-radius: 0;
  padding: 15px 0 0 15px;
  inset-inline-start: inherit;
  inset-inline-end: 0;
}
.faq-img-area .box-area:before {
  inset-inline-start: inherit;
  inset-inline-end: 0;
  transform: rotate(180deg);
}
.faq-img-area .box-area:after {
  inset-inline-start: -12px;
  inset-inline-end: inherit;
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .faq-img-area .box-area {
    max-width: 215px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-img-area {
    max-width: 100%;
  }
}
.call-box {
  background-color: var(--tj-color-theme-primary);
  border-radius: 10px;
  padding: 25px 20px 30px;
}
.call-box .call-icon {
  background-color: var(--tj-color-theme-dark);
  color: var(--tj-color-common-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 9px;
  font-size: 20px;
  display: inline-flex;
}
@media (max-width: 575px) {
  .call-box .call-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.call-box .title {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-sbold);
  max-width: 145px;
  margin-bottom: 29px;
}
@media (max-width: 575px) {
  .call-box .title {
    margin-bottom: 18px;
  }
}
.call-box .number {
  color: var(--tj-color-common-white);
  font-size: 20px;
  font-weight: var(--tj-fw-sbold);
  line-height: 1;
  display: inline-flex;
}
.call-box .number span {
  position: relative;
}
.call-box .number span:after {
  content: "";
  bottom: -2px;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  inset-inline-end: 0;
}
.call-box .number:hover span:after {
  animation: 0.8s linear linehover;
}
@media (max-width: 575px) {
  .call-box .number {
    font-size: 18px;
  }
}
.call-box:hover .call-icon {
  animation: 0.5s linear bellshake;
}
@media (max-width: 575px) {
  .call-box {
    padding: 20px 18px 25px;
  }
}
.tj-faq .accordion-item {
  border: 0;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 0 30px;
  position: relative;
}
.tj-faq .accordion-item:last-child {
  margin-bottom: 0;
}
.tj-faq .accordion-item .faq-title {
  text-align: start;
  color: var(--tj-color-heading-primary);
  font-size: 18px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  z-index: 2;
  width: 100%;
  padding: 27px 60px 27px 0;
  transition: none;
  position: relative;
}
.tj-faq .accordion-item .faq-title:after {
  content: "";
  color: var(--tj-color-theme-primary);
  text-align: center;
  inset-inline-end: 0;
  border: 2px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: bexon-icons !important;
}
@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 .accordion-item .faq-title {
    padding: 20px 40px 20px 0;
  }
}
.tj-faq .accordion-item .accordion-body {
  color: var(--tj-color-text-body);
  margin-top: 15px;
  padding: 0 0 25px;
}
.tj-faq .accordion-item .accordion-body p:last-child {
  margin-bottom: 0;
}
.tj-faq .accordion-item:has(button:not(.collapsed)) .faq-title {
  border-bottom: 1px dashed var(--tj-color-border-1);
}
.tj-faq .accordion-item:has(button:not(.collapsed)) .faq-title:after {
  content: "";
}
@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 .accordion-item {
    padding: 0 20px;
  }
  .tj-faq {
    padding-top: 40px;
  }
}
.tj-faq.style-2 .accordion-item:has(button:not(.collapsed)) {
  background-color: var(--tj-color-theme-primary);
}
.tj-faq.style-2 .accordion-item:has(button:not(.collapsed)) .faq-title {
  color: var(--tj-color-common-white);
  border-color: #ffffff26;
}
.tj-faq.style-2 .accordion-item:has(button:not(.collapsed)) .faq-title:after {
  color: var(--tj-color-common-white);
  border-color: #ffffff1a;
}
.tj-faq.style-2 .accordion-item:has(button:not(.collapsed)) .accordion-body p {
  color: var(--tj-color-common-white);
}
.tj-blog-section .sec-heading {
  max-width: 550px;
}
.tj-blog-section-2 .swiper-slide {
  height: auto;
}
.tj-blog-section-2 .sec-heading-wrap .sub-title {
  color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-common-white);
  border: 0;
  padding: 7px 10px;
}
.tj-blog-section-3 {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  border-radius: 12px;
  position: relative;
}
.tj-blog-section-3 .sec-heading {
  max-width: 550px;
}
.blog-item {
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
}
.blog-item .blog-thumb {
  min-height: 280px;
  position: relative;
  overflow: hidden;
}
.blog-item .blog-thumb:before {
  content: "";
  background-color: var(--tj-color-theme-dark);
  top: 0;
  opacity: 0.25;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.blog-item .blog-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 280px;
  transition: all 0.4s linear;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 575px) {
  .blog-item .blog-thumb,
  .blog-item .blog-thumb img {
    min-height: 240px;
  }
}
.blog-item .blog-content {
  background-color: var(--tj-color-common-white);
  height: 100%;
  padding: 25px 28px 35px;
}
.blog-item .blog-content .title {
  font-weight: var(--tj-fw-sbold);
  margin: 0;
}
.blog-item .blog-content .title a {
  background-image: linear-gradient(currentColor 0% 100%);
  background-position: 0 85%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  display: inline;
}
.blog-item .blog-content .title a:hover {
  background-size: 100% 2px;
}
.blog-item .blog-content .desc {
  margin-top: 15px;
}
.blog-item .blog-content .desc:last-of-type {
  margin-bottom: 0;
}
.blog-item .blog-content .text-btn {
  margin-top: 15px;
}
.blog-item .blog-content .categories a:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.blog-item:hover .blog-thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.blog-item.style-2 {
  background-color: var(--tj-color-common-white);
  flex-wrap: wrap;
  padding: 15px 0 15px 15px;
  display: flex;
}
@media (max-width: 575px) {
  .blog-item.style-2 {
    padding: 15px;
  }
}
.blog-item.style-2 .blog-thumb {
  border-radius: 10px;
  width: 47%;
}
@media (max-width: 575px) {
  .blog-item.style-2 .blog-thumb {
    width: 100%;
  }
}
.blog-item.style-2 .blog-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 53%;
  height: auto;
  padding: 35px 30px;
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-item.style-2 .blog-content .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-item.style-2 .blog-content {
    padding: 30px 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-item.style-2 .blog-content {
    padding: 25px 20px;
  }
}
@media (max-width: 575px) {
  .blog-item.style-2 .blog-content {
    width: 100%;
    padding: 25px 12px 15px;
  }
}
.blog-item.style-3 {
  border: 0;
  padding: 0;
  position: relative;
}
.blog-item.style-3 .blog-thumb:before {
  opacity: 1;
  background: linear-gradient(#0c1e2100 0%, #0c1e21 100%);
}
.blog-item.style-3 .blog-content {
  inset-inline-start: 0;
  z-index: 3;
  background-color: #0000;
  width: 100%;
  height: auto;
  padding: 28px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.blog-item.style-3 .blog-content .title a {
  color: var(--tj-color-common-white);
}
@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) {
  .blog-item.style-3 .blog-content .title {
    font-size: 19px;
  }
}
@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) {
  .blog-item.style-3 .blog-content {
    padding: 25px 20px;
  }
}
@media (max-width: 575px) {
  .blog-item.style-3 .blog-content {
    padding: 18px 15px;
  }
}
.blog-item.style-3 .blog-meta .categories a {
  color: var(--tj-color-text-body-2);
  border-color: #0000;
}
.blog-item.style-3 .blog-meta .categories a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.blog-item.style-3 .blog-meta span {
  color: var(--tj-color-text-body-2);
}
.blog-item.style-3 .blog-meta span a {
  color: var(--tj-color-grey-1);
}
.blog-item.style-3 .text-btn {
  inset-inline-start: 30px;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  position: absolute;
  bottom: 0;
  overflow: hidden;
}
.blog-item.style-3 .text-btn .btn-text {
  color: var(--tj-color-common-white);
}
.blog-item.style-3 .text-btn .btn-icon {
  background-color: var(--tj-color-theme-primary);
}
@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) {
  .blog-item.style-3 .text-btn {
    inset-inline-start: 20px;
  }
}
@media (max-width: 575px) {
  .blog-item.style-3 .text-btn {
    inset-inline-start: 15px;
  }
}
.blog-item.style-3:hover:before {
  height: 100%;
}
.blog-item.style-3:hover .blog-content {
  padding-bottom: 90px;
}
@media (max-width: 575px) {
  .blog-item.style-3:hover .blog-content {
    padding-bottom: 70px;
  }
}
.blog-item.style-3:hover .text-btn {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}
@media (max-width: 575px) {
  .blog-item.style-3:hover .text-btn {
    bottom: 25px;
  }
}
.blog-date {
  inset-inline-start: 15px;
  text-align: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 2;
  background: #ffffff1a;
  border-radius: 6px;
  padding: 20px;
  position: absolute;
  top: 15px;
}
.blog-date .date {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-common-white);
  font-size: 32px;
  font-weight: var(--tj-fw-medium);
  letter-spacing: -0.96px;
  margin-bottom: 8px;
  line-height: 1;
  display: block;
}
.blog-date .month {
  color: var(--tj-color-common-white);
  font-size: 14px;
  font-weight: var(--tj-fw-bold);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  line-height: 1;
  display: block;
}
.blog-meta {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  display: flex;
}
.blog-meta span {
  color: var(--tj-color-text-body-3);
  line-height: 1;
}
.blog-meta span a {
  color: var(--tj-color-heading-primary);
}
.blog-meta span a:hover {
  color: var(--tj-color-theme-primary);
}
@media (max-width: 575px) {
  .blog-meta {
    margin-bottom: 15px;
  }
}
.blog-post-wrapper .blog-item {
  margin-bottom: 40px;
}
.blog-post-wrapper .blog-item .blog-thumb {
  border-radius: 12px;
}
.blog-post-wrapper .blog-item .blog-content {
  background-color: #0000;
  padding: 25px 0 0;
}
.blog-post-wrapper .blog-item .blog-meta {
  margin-bottom: 12px;
}
.tj-pagination {
  margin-top: 50px;
}
.tj-pagination ul {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.tj-pagination ul li .page-numbers {
  text-align: center;
  border: 1px solid var(--tj-color-border-1);
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-heading-primary);
  border-radius: 50%;
  display: inline-block;
}
.tj-pagination ul li .page-numbers i {
  color: var(--tj-color-heading-primary);
  line-height: 1;
}
.tj-pagination ul li .page-numbers:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  border-color: var(--tj-color-theme-primary);
}
.tj-pagination ul li .page-numbers:hover i {
  color: var(--tj-color-common-white);
}
.tj-pagination ul li .page-numbers.current {
  background-color: var(--tj-color-theme-dark);
  color: var(--tj-color-common-white);
  border-color: var(--tj-color-theme-dark);
}
.tj-pagination ul li .page-numbers.current i {
  color: var(--tj-color-common-white);
}
.tj-pagination ul li .page-numbers.next,
.tj-pagination ul li .page-numbers.prev,
.tj-pagination ul li .page-numbers.next {
  font-size: 22px;
}
.tj-team-section .tj-pagination {
  margin-top: 20px;
  margin-bottom: 30px;
}
.tj-cta-section {
  margin-bottom: -195px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-cta-section {
    margin-bottom: -150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-cta-section {
    margin-bottom: -135px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-cta-section {
    margin-bottom: -320px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-cta-section {
    margin-bottom: -270px;
  }
}
.cta-area {
  background-color: var(--tj-color-theme-primary);
  z-index: 3;
  border-radius: 12px;
  flex-wrap: wrap;
  display: flex;
  position: relative;
  overflow: hidden;
}
.cta-area .cta-content {
  width: 50%;
  margin: 0;
  padding: 44px 15px 60px 55px;
}
.cta-area .cta-content .title {
  color: var(--tj-color-common-white);
  margin-bottom: 17px;
  font-size: 74px;
  line-height: 1.12;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-area .cta-content .title {
    font-size: 62px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-area .cta-content .title {
    font-size: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-area .cta-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-area .cta-content .title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .cta-area .cta-content .title {
    font-size: 43px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-area .cta-content {
    padding: 34px 15px 45px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .cta-area .cta-content {
    width: 100%;
    padding: 34px 30px 45px;
  }
}
.cta-area .cta-img {
  width: 50%;
}
.cta-area .cta-img img {
  object-fit: cover;
  width: 100%;
  height: 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) {
  .cta-area .cta-img {
    width: 100%;
  }
}
.tj-countup-section {
  z-index: 2;
  margin-bottom: -122px;
  position: relative;
}
.countup-wrap {
  background-color: var(--tj-color-theme-primary);
  border-radius: 12px;
  flex-wrap: wrap;
  display: flex;
}
.countup-item {
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding: 68px 50px 74px;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .countup-item {
    padding: 55px 30px 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .countup-item {
    width: 50%;
    padding: 45px 30px 50px;
  }
}
@media (max-width: 575px) {
  .countup-item {
    text-align: center;
    width: 100%;
    padding: 38px 0 45px;
  }
  .countup-item:last-child {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .countup-item:nth-child(2) .count-separator {
    display: none;
  }
  .countup-item:nth-child(4),
  .countup-item:nth-child(3) {
    padding-top: 0;
  }
}
.inline-content {
  font-size: 74px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  letter-spacing: -1.48px;
  align-items: center;
  margin-bottom: 5px;
  display: inline-flex;
}
.inline-content .odometer {
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  display: inline-flex;
}
.inline-content .odometer .odometer-digit,
.inline-content .odometer span {
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  vertical-align: bottom;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .inline-content {
    font-size: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .inline-content {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .inline-content {
    justify-content: center;
    font-size: 55px;
  }
}
.count-text {
  color: var(--tj-color-common-white);
  display: block;
}
.count-separator {
  top: 50%;
  opacity: 0.15;
  width: 10px;
  height: 90px;
  position: absolute;
  inset-inline-end: -5px;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .count-separator {
    top: inherit;
    bottom: 0;
    inset-inline-end: 50%;
    transform: translateY(50%) rotate(90deg);
  }
}
.tj-working-process {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  border-radius: 12px;
  position: relative;
}
.tj-working-process .sec-heading-wrap .sub-title {
  color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-common-white);
  border: 0;
  padding: 7px 10px;
}
.tj-working-process .content-wrap {
  margin-bottom: 45px;
}
.working-process-area {
  flex-wrap: wrap;
  gap: 15px;
  display: flex;
}
.process-item {
  background-color: var(--tj-color-common-white);
  z-index: 3;
  border-radius: 10px;
  width: 100%;
  max-width: 422px;
  padding: 25px 28px 40px;
  position: relative;
}
.process-item:nth-child(2) {
  z-index: 2;
}
.process-item:last-child {
  z-index: 1;
}
.process-item:not(:last-child):after {
  content: "";
  color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-common-white);
  border: 7px solid var(--tj-color-theme-bg);
  top: 50%;
  z-index: 5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: none;
  display: inline-flex;
  position: absolute;
  inset-inline-end: -34px;
  transform: translateY(-50%);
  font-family: bexon-icons !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-item:not(:last-child):after {
    width: 50px;
    height: 50px;
    font-size: 20px;
    inset-inline-end: -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) {
  .process-item:not(:last-child):after {
    top: inherit;
    inset-inline-end: inherit;
    bottom: -40px;
    inset-inline-start: 50%;
    transform: translate(-50%) rotate(90deg);
  }
}
.process-item .process-step {
  color: var(--tj-color-theme-primary);
  background: linear-gradient(
    180deg,
    var(--tj-color-theme-primary) 0%,
    var(--tj-color-common-white) 90%
  );
  -webkit-text-fill-color: #0000;
  font-size: 120px;
  font-weight: var(--tj-fw-sbold);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 16px;
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-item .process-step {
    font-size: 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) {
  .process-item .process-step {
    margin-bottom: 20px;
    font-size: 80px;
  }
}
.process-item .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .process-item .title {
    margin-bottom: 10px;
  }
}
.process-item .desc {
  margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .process-item {
    max-width: 362px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .process-item {
    max-width: 302px;
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .process-item {
    max-width: 100%;
    padding: 35px 15px 30px;
  }
}
.working-process-wrap {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .working-process-wrap {
    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) {
  .working-process-wrap {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .working-process-wrap .content-wrap {
    margin-bottom: 30px;
  }
}
.tj-faq.style-3 {
  counter-reset: steps;
  width: 100%;
  max-width: 460px;
  padding: 0;
}
.tj-faq.style-3 .accordion-item {
  border: none;
  border-inline-start: 4px solid var(--tj-color-border-1);
  background: 0 0;
  margin-bottom: 0;
  padding-inline-start: 20px;
}
.tj-faq.style-3 .accordion-item .faq-title {
  color: var(--tj-color-heading-primary);
  padding-inline: 27px 0;
}
.tj-faq.style-3 .accordion-item .faq-title:after {
  display: none;
}
.tj-faq.style-3 .accordion-item .faq-title:before {
  counter-increment: steps;
  content: "0" counter(steps) ".";
  font-size: 14px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  top: 50%;
  position: absolute;
  inset-inline-start: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-faq.style-3 .accordion-item .faq-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-faq.style-3 .accordion-item .faq-title {
    font-size: 18px;
  }
}
.tj-faq.style-3 .accordion-item .accordion-body {
  padding: 0 0 23px 27px;
}
.tj-faq.style-3 .accordion-item.active {
  border-color: var(--tj-color-theme-primary);
}
.tj-faq.style-3 .accordion-item.active .faq-title:before {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-faq.style-3 .accordion-item {
    padding-inline-start: 10px;
  }
}
.working-img-area {
  inset-inline-end: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
}
.working-img-area .circle-text-wrap.video-btn {
  z-index: 5;
  inset-inline-start: 50%;
  inset-inline-end: inherit;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .working-img-area .circle-text-wrap.video-btn {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .working-img-area {
    width: 100%;
    min-height: 500px;
    position: relative;
  }
}
.working-img {
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-end: 0;
}
.working-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tj-contact-section {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.tj-contact-section .sec-heading {
  margin-inline: 0;
  margin-bottom: 35px;
}
.tj-contact-section .sec-heading .sec-title {
  color: var(--tj-color-common-white);
}
.map-area {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.map-area iframe {
  width: 100%;
  height: 100%;
  min-height: 360px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .map-area {
    height: auto;
    margin-top: 30px;
  }
}
.contact-info .contact-item {
  padding: 13px 0 9px;
}
.contact-info .contact-item .subtitle {
  color: var(--tj-color-text-body-2);
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.contact-info .contact-item a:hover {
  color: var(--tj-color-theme-primary);
}
.contact-info .contact-item .contact-link {
  color: var(--tj-color-common-white);
  display: inline-block;
}
.contact-info .contact-item:last-child {
  border: 0;
}
.contact-form {
  background-color: var(--tj-color-common-white);
  border-radius: 12px;
  margin-inline: 0 15px;
  padding: 60px 50px;
}
.contact-form .title {
  margin-bottom: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .contact-form .title {
    margin-bottom: 25px;
  }
}
.contact-form .form-input {
  margin-bottom: 27px;
  position: relative;
}
.contact-form .form-input textarea,
.contact-form .form-input select,
.contact-form .form-input .nice-select,
.contact-form .form-input input[type="tel"],
.contact-form .form-input input[type="text"],
.contact-form .form-input input[type="email"] {
  color: var(--tj-color-text-body-3);
  border: 0;
  border-bottom: 1px dashed var(--tj-color-border-1);
  background-color: #0000;
  padding: 11px 0;
}
.contact-form .form-input textarea::-webkit-input-placeholder {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input select::-webkit-input-placeholder {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input .nice-select::-webkit-input-placeholder {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input input[type="tel"]::-webkit-input-placeholder {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input input[type="text"]::-webkit-input-placeholder {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input input[type="email"]::-webkit-input-placeholder {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input textarea:-moz-placeholder-shown {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input select:-moz-placeholder-shown {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input .nice-select:-moz-placeholder-shown {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input input[type="tel"]:-moz-placeholder-shown {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input input[type="text"]:-moz-placeholder-shown {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input input[type="email"]:-moz-placeholder-shown {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input textarea::-moz-placeholder {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input select::-moz-placeholder {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input .nice-select::-moz-placeholder {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input input[type="tel"]::-moz-placeholder {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input input[type="text"]::-moz-placeholder {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input input[type="email"]::-moz-placeholder {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input textarea:-ms-placeholder-shown {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input select:-ms-placeholder-shown {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input .nice-select:-ms-placeholder-shown {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input input[type="tel"]:-ms-placeholder-shown {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input input[type="text"]:-ms-placeholder-shown {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input input[type="email"]:-ms-placeholder-shown {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input textarea::placeholder,
.contact-form .form-input select::placeholder,
.contact-form .form-input .nice-select::placeholder,
.contact-form .form-input input[type="tel"]::placeholder,
.contact-form .form-input input[type="text"]::placeholder,
.contact-form .form-input input[type="email"]::placeholder {
  color: var(--tj-color-text-body-3);
  transition: all 0.3s;
}
.contact-form .form-input textarea:focus,
.contact-form .form-input select:focus,
.contact-form .form-input .nice-select:focus,
.contact-form .form-input input[type="tel"]:focus,
.contact-form .form-input input[type="text"]:focus,
.contact-form .form-input input[type="email"]:focus {
  border-color: var(--tj-color-theme-dark);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .contact-form .form-input textarea,
  .contact-form .form-input select,
  .contact-form .form-input .nice-select,
  .contact-form .form-input input[type="tel"],
  .contact-form .form-input input[type="text"],
  .contact-form .form-input input[type="email"] {
    padding: 6px 0 10px;
  }
}
.contact-form .form-input .cf-label {
  color: var(--tj-color-text-body-3);
  top: 10px;
  pointer-events: none;
  font-size: 16px;
  transition: all 0.2s linear;
  position: absolute;
  inset-inline-start: 0;
}
.contact-form .form-input .cf-label span {
  color: var(--tj-color-theme-primary);
}
.contact-form .form-input textarea:focus ~ .cf-label,
.contact-form .form-input input[type="tel"]:focus ~ .cf-label,
.contact-form .form-input input[type="text"]:focus ~ .cf-label,
.contact-form .form-input input[type="email"]:focus ~ .cf-label {
  visibility: hidden;
  opacity: 0;
}
.contact-form .form-input .nice-select {
  color: var(--tj-color-text-body-3);
  border-radius: 0;
  margin-bottom: 27px;
  line-height: 1.5;
}
.contact-form .form-input .nice-select .list {
  border-radius: 8px;
  width: 100%;
}
.contact-form .form-input .nice-select .list .option {
  color: var(--tj-color-theme-dark);
  padding: 0 20px;
}
.contact-form .form-input .nice-select .list .option:hover,
.contact-form .form-input .nice-select .list .option.focus {
  background: var(--tj-color-theme-bg);
  color: var(--tj-color-theme-dark);
}
.contact-form .form-input .nice-select:after {
  content: "";
  color: var(--tj-color-common-black);
  top: 20px;
  transform-origin: 50%;
  border: 0;
  width: 16px;
  height: 16px;
  font-family: bexon-icons;
  font-size: 16px;
  line-height: 1;
  inset-inline-end: 5px;
  transform: rotate(0);
}
.contact-form .form-input .nice-select.open:after {
  transform: rotate(-180deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .contact-form .form-input .nice-select {
    margin-bottom: 20px;
  }
}
.contact-form .form-input textarea {
  resize: none;
  height: 130px;
  padding-top: 0;
}
.contact-form .form-input.message-input {
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .contact-form .form-input {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .contact-form {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .contact-form {
    padding: 25px 20px 30px;
  }
}
.contact-form.style-2 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 2;
  background-color: #ffffff1a;
  max-width: 610px;
  position: relative;
}
.contact-form.style-2 .title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .contact-form.style-2 .title {
    margin-bottom: 20px;
  }
}
.contact-form.style-2 .form-input {
  margin-bottom: 27px;
  position: relative;
}
.contact-form.style-2 .form-input.message-input {
  margin-top: 0;
}
@media (max-width: 575px) {
  .contact-form.style-2 .form-input.message-input {
    margin-top: 20px;
  }
}
.contact-form.style-2 .form-input textarea,
.contact-form.style-2 .form-input input[type="tel"],
.contact-form.style-2 .form-input input[type="text"],
.contact-form.style-2 .form-input input[type="email"] {
  color: var(--tj-color-text-body-2);
  border-bottom: 1px solid #ffffff26;
  padding: 11px 0;
}
.contact-form.style-2 .form-input textarea::-webkit-input-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input input[type="tel"]::-webkit-input-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2
  .form-input
  input[type="text"]::-webkit-input-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2
  .form-input
  input[type="email"]::-webkit-input-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input textarea:-moz-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input input[type="tel"]:-moz-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input input[type="text"]:-moz-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input input[type="email"]:-moz-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input textarea::-moz-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input input[type="tel"]::-moz-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input input[type="text"]::-moz-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input input[type="email"]::-moz-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input textarea:-ms-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input input[type="tel"]:-ms-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input input[type="text"]:-ms-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input input[type="email"]:-ms-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input textarea::placeholder,
.contact-form.style-2 .form-input input[type="tel"]::placeholder,
.contact-form.style-2 .form-input input[type="text"]::placeholder,
.contact-form.style-2 .form-input input[type="email"]::placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-2 .form-input textarea:focus,
.contact-form.style-2 .form-input input[type="tel"]:focus,
.contact-form.style-2 .form-input input[type="text"]:focus,
.contact-form.style-2 .form-input input[type="email"]:focus {
  border-color: #fff;
}
.contact-form.style-2 .form-input .cf-label {
  color: var(--tj-color-text-body-2);
}
.contact-form.style-2 .form-input .nice-select {
  color: var(--tj-color-text-body-2);
  border-bottom: 1px solid #ffffff26;
}
.contact-form.style-2 .form-input .nice-select.open {
  border-color: #fff;
}
.contact-form.style-2 .form-input .nice-select:after {
  color: var(--tj-color-common-white);
  width: 13px;
  height: 13px;
  font-size: 13px;
}
.contact-form.style-2 .form-input textarea {
  height: 140px;
}
@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),
  (max-width: 575px) {
  .contact-form.style-2 {
    max-width: 100%;
    margin-inline-end: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .contact-form.style-2 {
    padding: 35px 20px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .contact-form {
    margin-inline-end: 0;
  }
}
.contact-item.style-2 {
  background-color: var(--tj-color-common-white);
  text-align: center;
  border-radius: 12px;
  padding: 30px 25px 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-item.style-2 {
    padding: 25px;
  }
}
.contact-item.style-2 p {
  max-width: 224px;
  margin: 0 auto;
}
.contact-item.style-2:hover .contact-icon {
  background: var(--tj-color-theme-primary);
}
.contact-item.style-2:hover .contact-icon i {
  color: var(--tj-color-common-white);
}
.contact-item.style-2 .contact-icon {
  background: var(--tj-color-theme-bg);
  -o-transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
}
.contact-item.style-2 .contact-icon i {
  color: var(--tj-color-theme-primary);
  font-size: 32px;
}
.contact-item.style-2 .contact-title {
  font-size: 24px;
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-item.style-2 .contact-title {
    font-size: 20px;
  }
}
.contact-item.style-2 .contact-list {
  list-style: none;
}
.contact-item.style-2 .contact-list li a {
  color: var(--tj-color-text-body);
}
.contact-item.style-2 .contact-list li a:hover {
  color: var(--tj-color-theme-primary);
}
.contact-item.style-2 .contact-list li.active a {
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-theme-primary);
}
.global-map {
  z-index: 1;
  align-items: center;
  width: 1167px;
  height: 100%;
  display: flex;
  position: relative;
  inset-inline-start: -115px;
}
.global-map:before {
  content: "";
  top: 30%;
  background: var(--tj-color-theme-primary);
  filter: blur(40px);
  opacity: 0.1;
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  inset-inline-start: 28%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .global-map:before {
    top: 25%;
    width: 120px;
    height: 120px;
    inset-inline-start: 27%;
  }
}
@media (max-width: 575px) {
  .global-map:before {
    width: 100px;
    height: 100px;
    inset-inline-start: 25%;
  }
}
.global-map-img {
  z-index: 2;
  width: 100%;
  position: relative;
}
.global-map-img img {
  opacity: 0.4;
  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) {
  .global-map-img {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .global-map {
    inset-inline-start: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .global-map {
    width: calc(100% + 360px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .global-map {
    width: calc(100% + 300px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .global-map {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .global-map {
    width: 580px;
    inset-inline-start: -20px;
  }
}
.location-indicator {
  background-color: var(--tj-color-common-white);
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  position: absolute;
}
@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),
  (max-width: 575px) {
  .location-indicator {
    width: 12px;
    height: 12px;
  }
}
.location-indicator.loc-1 {
  top: 38%;
  inset-inline-start: 21%;
}
.location-indicator.loc-2 {
  top: 36%;
  inset-inline-start: 46%;
}
.location-indicator.loc-3 {
  top: 73%;
  inset-inline-start: 30%;
}
.location-indicator:after {
  content: "";
  z-index: -2;
  top: 0;
  background: #ffffff1a;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: 1.6s linear infinite pulse4;
  position: absolute;
  inset-inline-start: 0;
}
.location-indicator:hover .location-tooltip {
  opacity: 1;
  visibility: visible;
  margin-bottom: 42px;
}
.location-tooltip {
  background-color: var(--tj-color-theme-primary);
  inset-inline-start: 50%;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  width: 222px;
  margin-bottom: 35px;
  padding: 15px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  transform: translate(-50%);
}
.location-tooltip:after {
  content: "";
  background: var(--tj-color-theme-primary);
  z-index: -1;
  inset-inline-start: 50%;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: -7px;
  transform: translate(-50%) rotate(45deg);
}
.location-tooltip span {
  color: var(--tj-color-common-white);
  margin-bottom: 5px;
  display: inline-flex;
}
.location-tooltip p {
  color: var(--tj-color-common-white);
  margin-bottom: 5px;
}
.location-tooltip a {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
  display: inline-flex;
}
.location-tooltip a:hover {
  color: var(--tj-color-theme-bg);
}
@media (max-width: 575px) {
  .location-tooltip {
    width: 205px;
  }
}
.tj-slider-section {
  z-index: 1;
  border-radius: 16px;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
.tj-slider-section .banner-scroll {
  inset-inline-start: 60px;
  bottom: 60px;
}
.tj-slider-section .banner-scroll .scroll-down {
  color: var(--tj-color-common-white);
}
.tj-slider-section .banner-scroll .scroll-down span {
  border-color: var(--tj-color-common-white);
}
.tj-slider-section .banner-scroll .scroll-down span:before {
  background-color: var(--tj-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-slider-section .banner-scroll {
    inset-inline-start: 27px;
  }
}
@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-slider-section .banner-scroll {
    inset-inline-start: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-slider-section {
    border-radius: 14px;
    margin: 0 12px;
  }
}
.tj-slider-item {
  z-index: 1;
  background-color: #0c1e21;
  min-height: 92.5vh;
  position: relative;
}
.tj-slider-item:after {
  content: "";
  top: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    #0c1e21 20%,
    #0c1e2166 60%,
    #0c1e211a 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.tj-slider-item .slider-wrapper {
  z-index: 3;
  padding: 195px 0 347px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-slider-item .slider-wrapper {
    padding-inline-start: 50px;
    padding-top: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-slider-item .slider-wrapper {
    padding: 170px 0 280px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-slider-item .slider-wrapper {
    padding: 170px 0 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-slider-item .slider-wrapper {
    padding: 150px 0 450px;
  }
}
.tj-slider-item .slider-content {
  max-width: 660px;
}
.tj-slider-item .slider-content .slider-title {
  color: var(--tj-color-common-white);
  letter-spacing: -2.88px;
  margin-bottom: 10px;
  font-size: 96px;
  line-height: 1.042;
}
.tj-slider-item .slider-content .slider-title span {
  color: var(--tj-color-text-body-2);
}
.tj-slider-item .slider-content .slider-title img {
  border: 4px solid var(--tj-color-theme-primary);
  vertical-align: top;
  border-radius: 50px;
  max-width: 188px;
  margin-top: 5px;
  display: inline-flex;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-slider-item .slider-content .slider-title img {
    max-width: 165px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-slider-item .slider-content .slider-title img {
    max-width: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-slider-item .slider-content .slider-title img {
    max-width: 105px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-slider-item .slider-content .slider-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-slider-item .slider-content .slider-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-slider-item .slider-content .slider-title {
    font-size: 50px;
  }
}
.tj-slider-item .slider-content .slider-desc {
  max-width: 440px;
  color: var(--tj-color-text-body-2);
  font-size: 18px;
  line-height: 1.444;
}
.tj-slider-item .slider-content .slider-btn {
  margin-top: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-slider-item .slider-content {
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-slider-item .slider-content {
    max-width: 550px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-slider-item {
    min-height: 95vh;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-slider-item {
    min-height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-slider-item {
    min-height: 100vh;
  }
}
.swiper-slide .slider-content .slider-title,
.swiper-slide .slider-content .slider-desc,
.swiper-slide .slider-content .slider-btn {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.8s;
  transform: translateY(20px);
}
.swiper-slide.swiper-slide-active .slider-content .slider-title,
.swiper-slide.swiper-slide-active .slider-content .slider-desc,
.swiper-slide.swiper-slide-active .slider-content .slider-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.swiper-slide.swiper-slide-active .slider-content .slider-title {
  transition-delay: 1s;
}
.swiper-slide.swiper-slide-active .slider-content .slider-desc {
  transition-delay: 1.25s;
}
.swiper-slide.swiper-slide-active .slider-content .slider-btn {
  transition-delay: 1.5s;
}
.slider-bg-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-thumb {
  inset-inline-start: 50%;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
  position: absolute;
  bottom: 60px;
  transform: translate(-50%);
}
.hero-thumb .swiper-wrapper {
  max-width: 270px;
  margin: 0;
}
.hero-thumb .thumb-item {
  cursor: pointer;
  border-radius: 6px;
  height: 80px;
  position: relative;
  overflow: hidden;
  width: 80px !important;
}
.hero-thumb .thumb-item:after {
  content: "";
  top: 0;
  background-color: var(--tj-color-theme-dark);
  opacity: 0;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-thumb .thumb-item {
    height: 70px;
    width: 70px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero-thumb .thumb-item {
    height: 65px;
    width: 65px !important;
  }
}
.hero-thumb .swiper-slide-thumb-active {
  border: 2px solid var(--tj-color-common-white);
}
.hero-thumb .swiper-slide-thumb-active:after {
  opacity: 0.25;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero-thumb {
    padding-inline-start: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-thumb {
    max-width: 1140px;
    bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-thumb {
    max-width: 960px;
    bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-thumb {
    max-width: 720px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-thumb {
    max-width: 540px;
    bottom: 270px;
  }
}
@media (max-width: 575px) {
  .hero-thumb {
    bottom: 270px;
  }
}
.hero-navigation {
  z-index: 5;
  -o-transition: all 0.5s;
  justify-content: space-between;
  width: 100%;
  margin-top: 26px;
  padding: 0 30px;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero-navigation .slider-next,
.hero-navigation .slider-prev {
  background-color: #0000;
  border-color: #ffffff26;
  width: 60px;
  height: 60px;
  margin-top: -60px;
  font-size: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-navigation .slider-next,
  .hero-navigation .slider-prev {
    margin-top: 0;
  }
}
.hero-navigation .slider-next .anim-icon i,
.hero-navigation .slider-prev .anim-icon i {
  color: var(--tj-color-common-white);
}
.hero-navigation .slider-next .anim-icon i:last-child,
.hero-navigation .slider-prev .anim-icon i:last-child {
  color: var(--tj-color-common-black);
}
.hero-navigation .slider-next:hover,
.hero-navigation .slider-prev:hover {
  border-color: var(--tj-color-common-white);
  background-color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero-navigation .slider-next,
  .hero-navigation .slider-prev {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-navigation {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .hero-navigation {
    padding: 0 15px;
  }
}
.circle-text-wrap {
  bottom: 60px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 5;
  background-color: #ffffff1a;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  inset-inline-end: 285px;
  overflow: hidden;
}
.circle-text-wrap .circle-icon,
.circle-text-wrap .circle-text {
  inset-inline-start: 50%;
  z-index: 6;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circle-text-wrap .circle-text {
  background-repeat: no-repeat;
  background-size: 100%;
  width: 164px;
  height: 160px;
  animation: 20s linear infinite textrotate;
}
@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),
  (max-width: 575px) {
  .circle-text-wrap .circle-text {
    width: 134px;
    height: 130px;
  }
}
.circle-text-wrap .circle-icon {
  color: var(--tj-color-common-white);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 73px;
  line-height: 1;
  display: inline-flex;
}
.circle-text-wrap .circle-icon i {
  transition: all 0.3s ease-in-out;
}
.circle-text-wrap .circle-icon:hover i {
  transform: scale(0.8);
}
@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),
  (max-width: 575px) {
  .circle-text-wrap .circle-icon {
    width: 150px;
    height: 150px;
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .circle-text-wrap {
    inset-inline-end: 6%;
    bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .circle-text-wrap {
    bottom: 100px;
  }
}
@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),
  (max-width: 575px) {
  .circle-text-wrap {
    width: 160px;
    height: 160px;
    inset-inline-end: 6%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .circle-text-wrap {
    inset-inline-end: 10%;
    bottom: 40px;
  }
}
@media (max-width: 575px) {
  .circle-text-wrap {
    inset-inline-end: 15px;
    bottom: 40px;
  }
}
.tj-team-section {
  padding-top: 120px;
  padding-bottom: 90px;
  overflow: hidden;
}
.tj-team-section .sec-heading {
  max-width: 550px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-team-section {
    padding-top: 100px;
    padding-bottom: 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-team-section {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.tj-team-section-2 .sub-title {
  color: var(--tj-color-theme-primary);
  border: 0;
  padding: 0;
}
.tj-team-section-3 {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  border-radius: 12px;
  padding-top: 120px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}
.tj-team-section-3 .sec-heading {
  max-width: 500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-team-section-3 {
    padding-top: 100px;
    padding-bottom: 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-team-section-3 {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
.team-item {
  margin-bottom: 30px;
  position: relative;
}
.team-item .team-img {
  z-index: 0;
  position: relative;
}
.team-item .team-img .team-img-inner {
  background-color: var(--tj-color-grey-2);
  border-radius: 10px;
  overflow: hidden;
}
.team-item .team-img img {
  transform-origin: 50%;
  border-radius: 10px;
  width: 100%;
  transition: transform 0.5s;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
.team-item .team-img:after,
.team-item .team-img:before {
  content: "";
  top: 0;
  background-color: var(--tj-color-theme-dark);
  opacity: 0;
  z-index: -1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.team-item .team-img:before {
  z-index: 1;
}
.team-item .team-img:after {
  background-color: var(--tj-color-theme-primary);
  opacity: 1;
  z-index: -1;
}
.team-item .social-links {
  top: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  width: 100%;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}
.team-item .social-links ul {
  justify-content: center;
}
.team-item .social-links ul li a {
  background-color: var(--tj-color-theme-bg);
  opacity: 0.4;
  width: 30px;
  height: 30px;
}
.team-item .social-links ul li a i {
  color: var(--tj-color-theme-dark);
}
.team-item .social-links ul li a:hover {
  opacity: 1;
  background-color: var(--tj-color-theme-primary);
}
.team-item .social-links ul li a:hover i {
  color: var(--tj-color-common-white);
}
.team-item .team-content {
  margin-top: 18px;
  position: relative;
}
.team-item .title {
  font-weight: var(--tj-fw-sbold);
  width: calc(100% - 35px);
  margin-bottom: 0;
}
.team-item .title a {
  display: inline-block;
}
.team-item .title a:hover {
  color: var(--tj-color-theme-primary);
}
.team-item .designation {
  color: var(--tj-color-text-body-3);
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
}
.team-item .mail-at {
  background-color: var(--tj-color-common-white);
  width: 31px;
  height: 31px;
  color: var(--tj-color-heading-primary);
  top: 6px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  display: inline-flex;
  position: absolute;
  inset-inline-end: 0;
}
.team-item .mail-at:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.team-item:hover .team-img img {
  transform: perspective(400px) rotateX(0.09deg) rotateY(0) scaleX(1.1)
    scaleY(1.1);
}
.team-item:hover .team-img:before {
  opacity: 0.75;
}
.team-item:hover .team-img:after {
  transform: rotate(3deg);
}
.team-item:hover .social-links {
  opacity: 1;
  visibility: visible;
}
.team-wrapper {
  justify-content: space-between;
  gap: 30px;
  display: 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) {
  .team-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.team-img-wrap {
  flex: 1;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-img-wrap {
    display: none;
  }
}
.team-img-wrap .team-img {
  background-color: var(--tj-color-grey-2);
  border-radius: 12px;
  height: 100%;
  overflow: hidden;
}
.team-img-wrap .team-img img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-img-wrap {
    order: 2;
  }
}
.team-item-wrap {
  flex: 1;
}
.team-item-wrap .team-item {
  margin-bottom: 20px;
  padding: 0;
  overflow: hidden;
}
.team-item-wrap .team-item:last-child {
  margin-bottom: 0;
  padding: 0;
}
.team-item-wrap .team-item-inner {
  background-color: var(--tj-color-common-white);
  text-align: start;
  z-index: 1;
  border-radius: 12px;
  width: 100%;
  padding: 35px 30px 30px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-item-wrap .team-item-inner {
    padding: 20px;
  }
}
.team-item-wrap .team-item .team-link {
  color: var(--tj-color-theme-primary);
  top: 20px;
  opacity: 0;
  visibility: hidden;
  font-size: 75px;
  line-height: 1;
  position: absolute;
  inset-inline-end: 15px;
  transform: rotate(-45deg);
}
.team-item-wrap .team-item .team-link:hover {
  transform: rotate(0);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-item-wrap .team-item .team-link {
    font-size: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-item-wrap .team-item .team-link {
    font-size: 50px;
    top: 12px;
  }
}
.team-item-wrap .team-item .team-content {
  margin-top: 0;
  transition: all 0.3s ease-in-out;
}
.team-item-wrap .team-item .title {
  width: calc(100% - 50px);
  font-weight: var(--tj-fw-medium);
  margin-bottom: 11px;
  line-height: 1;
  transition: none;
}
.team-item-wrap .team-item .designation {
  font-size: 16px;
}
.team-item-wrap .team-item .social-links {
  top: inherit;
  inset-inline-start: inherit;
  bottom: 30px;
  transform: translate(0);
}
.team-item-wrap .team-item .social-links ul {
  justify-content: flex-start;
}
.team-item-wrap .team-item .social-links ul li a {
  background-color: var(--tj-color-theme-dark);
  width: 24px;
  height: 24px;
  font-size: 14px;
}
.team-item-wrap .team-item .social-links ul li a i {
  color: var(--tj-color-common-white);
}
.team-item-wrap .team-item .social-links ul li a:hover {
  background-color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-item-wrap .team-item .social-links {
    bottom: 20px;
  }
}
.team-item-wrap .team-item .desc {
  opacity: 0;
  visibility: hidden;
}
.team-item-wrap .team-item .team-img-wrap {
  transition: all 0.3s ease-in-out;
  display: none;
}
.team-item-wrap .team-item .team-img-wrap .team-img:after,
.team-item-wrap .team-item .team-img-wrap .team-img:before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-item-wrap .team-item .team-img-wrap {
    width: 100%;
    height: 0;
    display: block;
  }
  .team-item-wrap .team-item .team-img-wrap img {
    object-fit: cover;
  }
}
.team-item-wrap .team-item.active .team-item-inner {
  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) {
  .team-item-wrap .team-item.active .team-item-inner {
    margin-bottom: 20px;
  }
}
.team-item-wrap .team-item.active .team-link {
  opacity: 1;
  visibility: visible;
}
.team-item-wrap .team-item.active .team-content {
  margin-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .team-item-wrap .team-item.active .team-content {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-item-wrap .team-item.active .team-content {
    margin-bottom: 50px;
  }
}
.team-item-wrap .team-item.active .social-links {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
}
.team-item-wrap .team-item.active .team-img-wrap {
  height: 755px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-item-wrap .team-item.active .team-img-wrap {
    height: 516px;
  }
}
@media (max-width: 575px) {
  .team-item-wrap .team-item.active .team-img-wrap {
    height: 337px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-item-wrap {
    order: 1;
  }
}
.team-details {
  padding: 120px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-details {
    padding: 60px 0;
  }
}
.team-details__img {
  background-color: var(--tj-color-grey-2);
  border-radius: 12px;
  overflow: hidden;
}
.team-details__img img {
  border-radius: 12px;
  width: 100%;
}
.team-details__content {
  padding-inline-start: 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) {
  .team-details__content {
    margin-top: 30px;
    padding-inline-start: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-details__content {
    margin-top: 20px;
  }
}
.team-details .team-details__subtitle {
  margin-bottom: 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) {
  .team-details .team-details__subtitle {
    margin-bottom: 12px;
  }
  .team-details__name {
    margin-bottom: 8px;
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-details__name {
    margin-bottom: 8px;
    font-size: 30px;
  }
}
.team-details__desig {
  color: var(--tj-color-text-body-3);
  margin-bottom: 20px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-details__desig {
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-details__desig {
    margin-bottom: 8px;
  }
}
.team-details .social-links ul li a i {
  color: var(--tj-color-common-white);
}
.team-details__contact-info ul {
  border: 1px dashed var(--tj-color-border-1);
  border-radius: 12px;
  margin: 30px 0;
  list-style: none;
  display: 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) {
  .team-details__contact-info ul {
    margin: 20px 0;
  }
}
@media (max-width: 575px) {
  .team-details__contact-info ul {
    flex-wrap: wrap;
  }
}
.team-details__contact-info ul li {
  border-inline-end: 1px dashed var(--tj-color-border-1);
  flex-direction: column;
  flex: 50%;
  align-items: flex-start;
  padding: 25px 28px;
  display: flex;
}
.team-details__contact-info ul li:last-child {
  border-inline-end: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details__contact-info ul li {
    align-items: center;
    padding: 16px 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-details__contact-info ul li {
    align-items: center;
    padding: 12px 14px;
  }
}
@media (max-width: 575px) {
  .team-details__contact-info ul li {
    border-inline-end: 0;
    border-bottom: 1px dashed var(--tj-color-border-1);
  }
  .team-details__contact-info ul li:last-child {
    border-bottom: 0;
  }
}
.team-details__contact-info ul span {
  color: var(--tj-color-text-body-3);
  display: inline-block;
}
@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),
  (max-width: 575px) {
  .team-details__contact-info ul span {
    font-size: 14px;
  }
}
.team-details__contact-info ul a {
  color: var(--tj-color-heading-primary);
  font-size: 20px;
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 0;
  display: inline-block;
  position: relative;
}
.team-details__contact-info ul a:after {
  content: "";
  bottom: 2px;
  background-color: var(--tj-color-heading-primary);
  width: 0;
  height: 1px;
  transition: all 0.3s;
  position: absolute;
  inset-inline-start: 0;
}
@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),
  (max-width: 575px) {
  .team-details__contact-info ul a {
    font-size: 16px;
  }
}
.team-details__contact-info ul a:hover:after {
  width: 100%;
}
.team-details__experience {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details__experience {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .team-details__experience {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.team-details__experience__list ul {
  border: 1px dashed var(--tj-color-border-1);
  border-radius: 10px;
  flex-wrap: wrap;
  margin: 25px 0;
  list-style: none;
  display: flex;
}
.team-details__experience__list ul li {
  border: 1px dashed var(--tj-color-border-1);
  border-top: 0;
  border-inline-start: 0;
  flex: 50%;
  gap: 8px;
  padding: 25px;
  display: flex;
}
.team-details__experience__list ul li p {
  margin-bottom: 0;
}
.team-details__experience__list ul li i {
  width: 100%;
  max-width: 22px;
  height: 22px;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  font-size: 10px;
  display: inline-flex;
}
.team-details__experience__list ul li:last-child {
  border-inline-end: 0;
  border-bottom: 0;
}
.team-details__experience__list ul li:nth-last-child(2) {
  border-bottom: 0;
}
.team-details__experience__list ul li:nth-child(2n) {
  border-inline-end: 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) {
  .team-details__experience__list ul li {
    padding: 16px;
  }
}
@media (max-width: 575px) {
  .team-details__experience__list ul li {
    border-inline-end: 0;
    flex: 100%;
  }
  .team-details__experience__list ul li:nth-last-child(2) {
    border-bottom: 1px dashed var(--tj-color-border-1);
  }
}
.tj-progress-list {
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
  list-style: none;
  display: 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-progress-list {
    gap: 20px;
  }
}
.tj-progress {
  background: var(--tj-color-theme-bg);
  z-index: 0;
  width: 100%;
  height: 4px;
  margin: 0;
  padding: 0;
  position: relative;
}
.tj-progress-title {
  color: var(--tj-color-text-body);
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: 0;
  margin-bottom: 3px;
}
.tj-progress-bar {
  background: var(--tj-color-theme-primary);
  z-index: 1;
  width: 0;
  height: 100%;
  position: relative;
}
.tj-progress-percent {
  font-size: 16px;
  line-height: 1;
  font-weight: var(--tj-fw-sbold);
  inset-inline-end: 0;
  z-index: 2;
  height: auto;
  position: absolute;
  bottom: 11px;
}
.tj-page-header {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--tj-color-theme-dark);
  background-blend-mode: luminosity;
  z-index: 2;
  border-radius: 12px;
  padding-top: 160px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-page-header {
    padding-top: 90px;
    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-page-header {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}
.tj-page-title {
  color: var(--tj-color-common-white);
  margin-bottom: 0;
  line-height: 1;
}
.tj-page-link {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 2;
  background: #ffffff1a;
  border-radius: 50px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  padding: 5px 12px;
  display: inline-flex;
  position: relative;
}
.tj-page-link span {
  color: var(--tj-color-common-white);
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  line-height: 1;
  display: inline-block;
  position: relative;
}
.tj-page-link span i {
  color: var(--tj-color-theme-primary);
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
}
.tj-page-link span:not(:first-child) i {
  font-size: 18px;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-theme-dark-4);
  justify-content: center;
  width: 7px;
  margin-top: 2px;
}
.tj-page-link span a {
  color: var(--tj-color-grey-2);
}
.tj-page-link span a:hover {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-page-link {
    margin-top: 25px;
  }
}
.page-header-overlay {
  opacity: 0.8;
  top: 0;
  z-index: -1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.tj-pricing-section {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  position: relative;
}
.tj-pricing-section .sec-heading {
  max-width: 550px;
}
.pricing-box {
  background-color: var(--tj-color-common-white);
  border-radius: 12px;
  padding: 46px 30px 40px;
}
.pricing-box.active {
  background-color: var(--tj-color-theme-primary);
}
.pricing-box:has(button:not(.collapsed)) {
  background-color: var(--tj-color-theme-primary);
}
.pricing-box.active .package-name {
  color: var(--tj-color-common-white);
}
.pricing-box:has(button:not(.collapsed)) .package-name {
  color: var(--tj-color-common-white);
}
.pricing-box.active .package-desc p {
  color: var(--tj-color-common-white);
}
.pricing-box:has(button:not(.collapsed)) .package-desc p {
  color: var(--tj-color-common-white);
}
.pricing-box.active .package-price {
  color: var(--tj-color-common-white);
}
.pricing-box:has(button:not(.collapsed)) .package-price {
  color: var(--tj-color-common-white);
}
.pricing-box.active .package-currency {
  color: var(--tj-color-common-white);
}
.pricing-box:has(button:not(.collapsed)) .package-currency {
  color: var(--tj-color-common-white);
}
.pricing-box.active .package-period {
  color: var(--tj-color-common-white);
}
.pricing-box:has(button:not(.collapsed)) .package-period {
  color: var(--tj-color-common-white);
}
.pricing-box.active .pricing-btn a {
  background-color: var(--tj-color-common-white);
  border-color: var(--tj-color-common-white);
}
.pricing-box:has(button:not(.collapsed)) .pricing-btn a {
  background-color: var(--tj-color-common-white);
  border-color: var(--tj-color-common-white);
}
.pricing-box.active .pricing-btn a .btn-text {
  color: var(--tj-color-heading-primary);
}
.pricing-box:has(button:not(.collapsed)) .pricing-btn a .btn-text {
  color: var(--tj-color-heading-primary);
}
.pricing-box.active .list-items ul li {
  color: var(--tj-color-common-white);
}
.pricing-box:has(button:not(.collapsed)) .list-items ul li {
  color: var(--tj-color-common-white);
}
.pricing-box.active .list-items ul li i {
  color: var(--tj-color-common-white);
}
.pricing-box:has(button:not(.collapsed)) .list-items ul li i {
  color: var(--tj-color-common-white);
}
.package-name {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 11px;
  line-height: 1;
}
.package-desc p {
  margin-bottom: 0;
}
.package-price {
  color: var(--tj-color-heading-primary);
  font-size: 64px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  margin: 30px 0 40px;
  line-height: 0.8;
  display: flex;
}
.package-currency {
  font-size: 24px;
}
.package-period {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-text-body);
  margin-top: auto;
}
.pricing-btn {
  margin-bottom: 37px;
  overflow: hidden;
}
.pricing-btn a {
  text-align: center;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50px;
  padding: 12px;
  display: flex;
}
.pricing-btn a .btn-text {
  font-weight: var(--tj-fw-sbold);
}
.list-items ul li {
  gap: 12px;
  margin-bottom: 16px;
}
.post-details-wrapper .blog-images {
  border-radius: 12px;
  margin-bottom: 30px;
  overflow: hidden;
}
.post-details-wrapper .title {
  margin-bottom: 22px;
  line-height: 1.1;
}
.post-details-wrapper p {
  margin-bottom: 30px;
}
.post-details-wrapper p:last-child {
  margin-bottom: 0;
}
.post-details-wrapper .images-wrap {
  margin-bottom: 10px;
}
.post-details-wrapper .image-box {
  border-radius: 12px;
  margin-bottom: 25px;
  overflow: hidden;
}
.post-details-wrapper .image-box img {
  width: 100%;
}
.post-details-wrapper .blog-text h3 {
  margin-bottom: 25px;
}
.post-details-wrapper .blog-text ul {
  columns: 2;
  margin-bottom: 50px;
  list-style: none;
}
.post-details-wrapper .blog-text ul li {
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-medium);
  align-items: start;
  column-gap: 10px;
  margin-bottom: 16px;
  display: flex;
}
.post-details-wrapper .blog-text ul li:last-child {
  margin-bottom: 0;
}
.post-details-wrapper .blog-text ul li span {
  width: 20px;
  height: 20px;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  font-size: 8px;
  line-height: 1;
  display: inline-flex;
}
@media (max-width: 575px) {
  .post-details-wrapper .blog-text ul {
    columns: 1;
    margin-bottom: 30px;
  }
}
.post-details-wrapper .blog-text .blog-video {
  z-index: 1;
  border-radius: 12px;
  margin-top: 60px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.post-details-wrapper .blog-text .blog-video .video-btn {
  width: 90px;
  height: 90px;
  color: var(--tj-color-heading-primary);
  background: var(--tj-color-common-white);
  top: 50%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}
.post-details-wrapper .blog-text .blog-video .video-btn span {
  font-size: 20px;
}
.post-details-wrapper .blog-text .blog-video .video-btn:before {
  content: "";
  inset-inline-start: 50%;
  z-index: -1;
  background-color: #fff3;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  animation: 2s linear infinite pulse2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .post-details-wrapper .blog-text .blog-video .video-btn:before,
  .post-details-wrapper .blog-text .blog-video .video-btn {
    width: 70px;
    height: 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) {
  .post-details-wrapper .blog-text .blog-video {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.blog-category-two {
  border: 1px dashed var(--tj-color-border-1);
  border-radius: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}
.blog-category-two .category-item {
  border-inline-end: 1px dashed var(--tj-color-border-1);
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 33.33%;
  padding: 25px 30px;
  display: flex;
}
.blog-category-two .category-item:last-child {
  border-inline-end: none;
}
.blog-category-two .category-item .cate-images {
  width: 52px;
  height: 52px;
}
.blog-category-two .category-item .cate-images img {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .blog-category-two .category-item .cate-images {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .cate-images {
    width: 35px;
    height: 35px;
  }
}
.blog-category-two .category-item .cate-text .degination {
  color: var(--tj-color-text-body-3);
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1;
  display: block;
}
.blog-category-two .category-item .cate-text .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .blog-category-two .category-item .cate-text .title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .cate-text .title {
    font-size: 14px;
  }
}
.blog-category-two .category-item .cate-icons {
  width: 52px;
  height: 52px;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .blog-category-two .category-item .cate-icons {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .cate-icons {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
.blog-category-two .category-item .text {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .blog-category-two .category-item .text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item .text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-category-two .category-item {
    padding: 25px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-category-two .category-item {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .blog-category-two .category-item {
    border: 0;
    width: 100%;
    padding: 0;
  }
  .blog-category-two {
    gap: 20px;
    padding: 20px;
  }
}
blockquote {
  background: var(--tj-color-theme-bg);
  border: 2px solid var(--tj-color-theme-primary);
  z-index: 2;
  border-radius: 12px;
  margin-top: 55px;
  margin-bottom: 50px;
  padding: 40px 30px 30px;
  position: relative;
}
blockquote:before {
  content: "";
  color: var(--tj-color-theme-primary);
  margin-bottom: 20px;
  font-family: bexon-icons;
  font-size: 40px;
  line-height: 1;
  display: inline-block;
}
blockquote p {
  color: var(--tj-color-heading-primary);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.6px;
  border-radius: 12px;
  font-size: 24px;
  line-height: 1.417;
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  blockquote p {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
}
blockquote cite {
  color: var(--tj-color-heading-primary);
  text-align: end;
  z-index: 1;
  font-style: normal;
  display: block;
  position: relative;
}
blockquote cite:before {
  content: "";
  background: var(--tj-color-theme-primary);
  width: 50px;
  height: 1px;
  margin-inline-end: 10px;
  display: inline-block;
  position: relative;
  top: -4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  blockquote {
    margin-bottom: 40px;
    padding: 25px 15px;
  }
}
.tj-tags-post {
  border-top: 1px dashed var(--tj-color-border-1);
  border-bottom: 1px dashed var(--tj-color-border-1);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 22px 0;
  display: flex;
}
.tj-tags-post .tagcloud {
  width: calc(100% - 200px);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-tags-post .tagcloud {
    width: 100%;
  }
}
.tj-tags-post .post-share ul {
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 15px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.tj-tags-post .post-share ul li {
  color: var(--tj-color-heading-primary);
  margin-bottom: 0;
  font-size: 16px;
}
.tj-tags-post .post-share ul li a {
  color: var(--tj-color-heading-primary);
  font-size: 17px;
  line-height: 1;
  display: flex;
}
.tj-tags-post .post-share ul li a i {
  line-height: 1;
  display: inline-flex;
}
.tj-tags-post .post-share ul li a:hover i {
  color: var(--tj-color-theme-primary);
}
.tj-tags-post.no_socials {
  width: 100%;
}
.tj-post__navigation {
  background-color: var(--tj-color-common-white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  margin-bottom: 50px;
  padding: 20px 25px;
  display: flex;
}
.tj-post__navigation .tj-nav-post__nav a {
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-sbold);
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}
.tj-post__navigation .tj-nav-post__nav a span {
  background-color: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-border-1);
  -o-transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  font-size: 24px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
}
.tj-post__navigation .tj-nav-post__nav a span i {
  color: var(--tj-color-theme-dark);
}
@media (max-width: 575px) {
  .tj-post__navigation .tj-nav-post__nav a span {
    width: 48px;
    height: 48px;
  }
}
.tj-post__navigation .tj-nav-post__nav a:hover span {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.tj-post__navigation .tj-nav-post__nav a:hover span i {
  color: var(--tj-color-common-white);
}
.tj-post__navigation .tj-nav-post__grid {
  color: var(--tj-color-common-black);
  font-size: 30px;
  line-height: 1;
}
.tj-post__navigation .tj-nav-post__grid a {
  color: currentColor;
}
.tj-post__navigation .tj-nav-post__grid a:hover {
  color: var(--tj-color-theme-primary);
}
@media (max-width: 575px) {
  .tj-post__navigation {
    gap: 20px;
    padding: 20px;
  }
}
.tj-comments-wrap .comments-title .title {
  margin-bottom: 22px;
}
@media (max-width: 575px) {
  .tj-comments-wrap .comments-title .title {
    margin-bottom: 15px;
  }
}
.tj-latest-comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-latest-comments ul .tj-comment {
  margin-bottom: 20px;
}
.tj-latest-comments ul .tj-comment:last-child {
  margin-bottom: 0;
}
.tj-latest-comments ul .tj-comment .comment-content {
  background-color: var(--tj-color-common-white);
  border-radius: 10px;
  gap: 12px;
  padding: 30px;
  display: flex;
  position: relative;
}
.tj-latest-comments ul .tj-comment .comment-content .comment-avatar {
  border-radius: 50%;
  width: 100%;
  max-width: 64px;
  height: 64px;
  overflow: hidden;
}
.tj-latest-comments ul .tj-comment .comment-content .comment-avatar img {
  width: 100%;
}
.tj-latest-comments ul .tj-comment .comment-content .comments-header {
  margin-top: 10px;
}
.tj-latest-comments
  ul
  .tj-comment
  .comment-content
  .comments-header
  .avatar-name
  .title {
  font-size: 18px;
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 6px;
}
.tj-latest-comments
  ul
  .tj-comment
  .comment-content
  .comments-header
  .avatar-name
  .title
  a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-latest-comments
  ul
  .tj-comment
  .comment-content
  .comments-header
  .comment-text {
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  display: flex;
}
.tj-latest-comments
  ul
  .tj-comment
  .comment-content
  .comments-header
  .comment-text
  .reply {
  top: 35px;
  font-size: 16px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-dark-3);
  position: absolute;
  inset-inline-end: 30px;
}
.tj-latest-comments
  ul
  .tj-comment
  .comment-content
  .comments-header
  .comment-text
  .reply:hover {
  color: var(--tj-color-theme-primary);
}
.tj-latest-comments
  ul
  .tj-comment
  .comment-content
  .comments-header
  .comment-text
  span {
  color: var(--tj-color-theme-dark-4);
  font-size: 14px;
  font-weight: var(--tj-fw-regular);
}
@media (max-width: 575px) {
  .tj-latest-comments ul .tj-comment .comment-content {
    flex-direction: column;
  }
  .tj-latest-comments ul .tj-comment .comment-content .comment-avatar {
    margin-inline-end: auto;
  }
}
.tj-latest-comments ul .tj-comment .desc {
  margin-top: 14px;
}
.tj-latest-comments ul .tj-comment .desc p:last-child {
  margin-bottom: 0;
}
.tj-latest-comments ul .tj-comment > .children {
  padding-inline-start: 75px;
}
@media (max-width: 575px) {
  .tj-latest-comments ul .tj-comment > .children {
    padding-inline-start: 35px;
  }
}
.tj-latest-comments
  ul
  .tj-comment:last-child
  .comment-content
  .comments-header {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tj-comments__container {
  margin-top: 50px;
}
.comment-respond .comment-reply-title {
  margin-bottom: 25px;
}
.comment-respond .form-input {
  margin-bottom: 30px;
}
.comment-respond
  .form-input
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(
    [type="search"]
  ),
.comment-respond .form-input textarea,
.comment-respond .form-input input[type="email"],
.comment-respond .form-input input[type="text"] {
  background: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-common-white);
  border-radius: 10px;
  height: 60px;
  padding: 18px 20px;
}
.comment-respond
  .form-input
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(
    [type="search"]
  )::placeholder,
.comment-respond .form-input textarea::placeholder,
.comment-respond .form-input input[type="email"]::placeholder,
.comment-respond .form-input input[type="text"]::placeholder {
  color: var(--tj-color-text-body);
  transition: all 0.3s;
}
.comment-respond
  .form-input
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(
    [type="search"]
  ):focus,
.comment-respond .form-input textarea:focus,
.comment-respond .form-input input[type="email"]:focus,
.comment-respond .form-input input[type="text"]:focus {
  border-color: var(--tj-color-theme-primary);
}
.comment-respond .form-input textarea {
  resize: none;
  min-height: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .comment-respond .form-input {
    margin-bottom: 20px;
  }
}
.tj-main-sidebar {
  padding-inline-start: 20px;
}
@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),
  (max-width: 575px) {
  .tj-main-sidebar {
    padding-inline-start: 0;
  }
}
.tj-sidebar-widget {
  background-color: var(--tj-color-theme-bg);
  z-index: 3;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.tj-sidebar-widget:last-child {
  margin-bottom: 0;
}
.tj-sidebar-widget .widget-title {
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-sbold);
  z-index: 1;
  margin-bottom: 25px;
  line-height: 1;
  position: relative;
}
.tj-sidebar-widget.widget-search .search-box form {
  z-index: 1;
  width: 100%;
  position: relative;
}
.tj-sidebar-widget.widget-search .search-box form input[type="search"] {
  background: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-border-1);
  border-radius: 8px;
  width: 100%;
  height: 60px;
  padding: 18px 65px 18px 20px;
  font-size: 16px;
  line-height: 1;
}
.tj-sidebar-widget.widget-search
  .search-box
  form
  input[type="search"]::placeholder {
  color: var(--tj-color-text-body);
  transition: all 0.3s;
}
.tj-sidebar-widget.widget-search .search-box form :focus {
  outline: none;
  box-shadow: 0 0;
}
.tj-sidebar-widget.widget-search .search-box form button {
  color: var(--tj-color-heading-primary);
  top: 50%;
  border-inline-start: 1px solid var(--tj-color-border-1);
  -o-transition: all 0.2s ease-in-out 0s;
  width: 54px;
  height: 60px;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
  position: absolute;
  inset-inline-end: 0;
  transform: translateY(-50%);
}
.tj-sidebar-widget.widget-search .search-box form button i {
  line-height: 1;
  display: inline-flex;
}
.tj-sidebar-widget.tj-recent-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-sidebar-widget.tj-recent-posts ul li {
  align-items: center;
  column-gap: 15px;
  margin-bottom: 15px;
  display: flex;
}
.tj-sidebar-widget.tj-recent-posts ul li:last-child {
  margin-bottom: 0;
}
.tj-sidebar-widget.tj-recent-posts ul li:hover .post-thumb img {
  transform: scale(1.15);
}
.tj-sidebar-widget.tj-recent-posts .post-thumb {
  border-radius: 8px;
  flex: none;
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}
.tj-sidebar-widget.tj-recent-posts .post-thumb a {
  width: 100%;
  display: inline-block;
}
.tj-sidebar-widget.tj-recent-posts .post-thumb a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.tj-sidebar-widget.tj-recent-posts .post-content .post-title {
  font-size: 18px;
  line-height: 1.444;
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 10px;
}
.tj-sidebar-widget.tj-recent-posts .post-content .post-title a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-sidebar-widget.tj-recent-posts .post-content .blog-meta {
  margin-bottom: 0;
}
.tj-sidebar-widget.tj-recent-posts .post-content .blog-meta ul li {
  color: var(--tj-color-text-body);
  font-size: 14px;
}
.tj-sidebar-widget.widget-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-sidebar-widget.widget-categories ul li {
  margin-bottom: 10px;
}
.tj-sidebar-widget.widget-categories ul li:last-child {
  margin-bottom: 0;
}
.tj-sidebar-widget.widget-categories ul li a {
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-heading-primary);
  background: var(--tj-color-common-white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px 17px 25px;
  display: flex;
}
.tj-sidebar-widget.widget-categories ul li a span {
  color: var(--tj-color-heading-primary);
}
.tj-sidebar-widget.widget-categories ul li a .icon {
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
}
.tj-sidebar-widget.widget-categories ul li a:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}
.tj-sidebar-widget.widget-categories ul li a:hover span {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 575px) {
  .tj-sidebar-widget {
    padding: 25px 15px;
  }
}
.tagcloud {
  flex-wrap: wrap;
  gap: 12px 8px;
  display: flex;
}
.tagcloud a {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-text-body);
  font-size: 14px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-flex;
  overflow: hidden;
}
.tagcloud a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.infos-item {
  column-gap: 8px;
  padding: 20px 0;
  display: flex;
}
.infos-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.infos-item .project-icons {
  width: 40px;
  height: 40px;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: inline-flex;
  position: relative;
  top: 2px;
}
.infos-item .project-text span {
  color: var(--tj-color-text-body);
  margin: 0;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
}
.infos-item .project-text .title {
  line-height: 1.1;
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .infos-item .project-text .title {
    font-size: 16px;
  }
}
.service-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-categories ul li {
  margin-bottom: 10px;
}
.service-categories ul li:last-child {
  margin-bottom: 0;
}
.service-categories ul li a {
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-heading-primary);
  background: var(--tj-color-common-white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px 17px 25px;
  display: flex;
}
.service-categories ul li a span {
  color: var(--tj-color-heading-primary);
}
.service-categories ul li a .icon {
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
}
.service-categories ul li a:hover,
.service-categories ul li a.active {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}
.service-categories ul li a:hover span,
.service-categories ul li a.active span {
  color: var(--tj-color-common-white);
}
.widget-feature-item {
  padding: 20px;
}
.widget-feature-item .feature-box {
  background: var(--tj-color-theme-dark);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.widget-feature-item .feature-box .feature-content {
  padding: 30px 28px;
}
.widget-feature-item .feature-box .feature-content .title {
  color: var(--tj-color-common-white);
  margin-bottom: 15px;
  font-size: 74px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget-feature-item .feature-box .feature-content .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-feature-item .feature-box .feature-content .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .widget-feature-item .feature-box .feature-content .title {
    font-size: 60px;
  }
}
.widget-feature-item .feature-box .feature-content > span {
  font-size: 20px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  margin-bottom: 26px;
  line-height: 1;
  display: block;
}
@media (max-width: 575px) {
  .widget-feature-item .feature-box .feature-content > span {
    margin-bottom: 20px;
  }
}
.widget-feature-item .feature-box .feature-content .feature-contact {
  background-color: var(--tj-color-theme-primary);
  border-radius: 50px;
  margin: 0;
  padding: 7px 12px;
  line-height: 1;
  display: inline-flex;
  overflow: hidden;
}
.widget-feature-item .feature-box .feature-content .feature-contact span {
  color: var(--tj-color-common-white);
  font-size: 18px;
  font-weight: var(--tj-fw-sbold);
  text-shadow: 0 30px;
  margin: 0;
  line-height: 1;
  display: inline-flex;
}
.widget-feature-item .feature-box .feature-content .feature-contact i {
  color: var(--tj-color-common-white);
  margin-inline: 0 6px;
  font-size: 20px;
}
.widget-feature-item .feature-box .feature-content .feature-contact:hover span {
  transform: translateY(-30px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 575px) {
  .widget-feature-item .feature-box .feature-content {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .widget-feature-item .feature-box {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .widget-feature-item .feature-box {
    max-width: 320px;
    margin: 0 auto;
  }
}
.widget-feature-item .feature-images {
  margin-inline-start: 60px;
  border: 5px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  width: 370px;
  height: 370px;
  margin-bottom: -50px;
  overflow: hidden;
}
.widget-feature-item .feature-images img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget-feature-item .feature-images {
    width: 320px;
    height: 320px;
    margin-inline-start: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .widget-feature-item .feature-images {
    margin-inline-start: 260px;
    width: 500px;
    height: 500px;
    margin-bottom: -70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .widget-feature-item .feature-images {
    margin-inline-start: 180px;
  }
}
@media (max-width: 400px) {
  .widget-feature-item .feature-images {
    width: 320px;
    height: 320px;
    margin-inline-start: 45px;
  }
}
@media (max-width: 575px) {
  .widget-feature-item {
    padding: 20px 15px;
  }
}
.details-content-box {
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 50px;
  display: flex;
}
.service-details-item {
  background-color: var(--tj-color-common-white);
  border-radius: 10px;
  width: 100%;
  max-width: 275px;
  padding: 30px 17px 25px 18px;
}
.service-details-item .number {
  width: 33px;
  height: 33px;
  font-size: 16px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: inline-flex;
}
.service-details-item .title {
  line-height: 1.444;
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 18px;
}
.service-details-item .desc,
.service-details-item .desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-details-item {
    max-width: 235px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-details-item {
    max-width: 220px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-details-item {
    max-width: 250px;
    padding: 30px 15px 15px;
  }
}
@media (max-width: 575px) {
  .service-details-item {
    max-width: 100%;
  }
}
.blog-text .tj-faq {
  margin-bottom: 40px;
  padding-top: 10px;
}
.gallery {
  display: block;
  position: relative;
}
.gallery:before {
  content: "";
  color: var(--tj-color-common-white);
  top: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #0c1e2166;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  display: flex;
  position: absolute;
  inset-inline-start: 0;
  font-family: bexon-icons !important;
}
.gallery:hover:before {
  opacity: 1;
  visibility: visible;
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(0.8);
  }
}
.jumping {
  animation: 1.5s infinite jumping;
}
@keyframes jumping {
  0% {
    transform: translateY(2px);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-6px);
  }
  75% {
    transform: translateY(5px);
  }
  to {
    transform: translateY(2px);
  }
}
@keyframes linehover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
    inset-inline-end: 0;
  }
  to {
    width: 100%;
    inset-inline-start: 0;
  }
}
@keyframes textrotate {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotates {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes gelatine {
  0%,
  to {
    transform: scale(1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes borderanimate {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.5);
  }
}
@keyframes bellshake {
  0% {
    transform: rotate(0);
  }
  15% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  45% {
    transform: rotate(4deg);
  }
  60% {
    transform: rotate(-4deg);
  }
  75% {
    transform: rotate(2deg);
  }
  85% {
    transform: rotate(-2deg);
  }
  92% {
    transform: rotate(1deg);
  }
  to {
    transform: rotate(0);
  }
}
.pulse2 {
  animation: 2s linear infinite pulse2;
}
@keyframes pulse2 {
  0% {
    box-shadow: 0 0 #fff;
  }
  to {
    box-shadow: 0 0 0 20px #0000;
  }
}
.pulse3 {
  animation: 2s linear infinite pulse3;
}
@keyframes pulse3 {
  0% {
    box-shadow: 0 0 #1e8a8a66;
  }
  to {
    box-shadow: 0 0 0 8px #0000;
  }
}
.pulse4 {
  animation: 2s linear infinite pulse4;
}
@keyframes pulse4 {
  0% {
    -webkit-box-shadow: 0 0 #ffffff0d;
    box-shadow: 0 0 #ffffff80;
  }
  to {
    box-shadow: 0 0 0 12px #0000;
  }
}
@keyframes shine {
  0% {
    transform: skew(-25deg) translate(0);
  }
  to {
    transform: skew(-25deg) translate(250%);
  }
}
.zoomInOut {
  animation: 3s linear infinite zoomEffect;
}
@keyframes zoomEffect {
  0%,
  to {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes marquee {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes tj-bounce-ball {
  0%,
  20%,
  50%,
  80%,
  to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.h4-banner-section {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border-radius: 12px;
  padding: 0 80px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-banner-section {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-banner-section {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-banner-section {
    padding: 0 15px;
  }
}
.h4-banner-section .bg-shape-1,
.h4-banner-section .bg-shape-2 {
  max-width: 480px;
}
.h4-banner-section .bg-shape-1 img,
.h4-banner-section .bg-shape-2 img {
  width: 100%;
}
.h4-banner-section .banner-img-area {
  position: relative;
}
.h4-banner-section .banner-img-area .banner-img {
  border-radius: 0;
  border-start-start-radius: 12px;
  border-start-end-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h4-banner-section .banner-img-area .banner-img:before {
  content: "";
  top: 0;
  opacity: 0.5;
  background: linear-gradient(90deg, #0c1e21 0%, #0c1e2166 50%, #0c1e2100 100%);
  width: 49%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.h4-banner-section .banner-img-area .banner-img img {
  object-fit: cover;
  border-start-start-radius: 12px;
  border-start-end-radius: 12px;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-banner-section .banner-img-area .banner-img img {
    min-height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-banner-section .banner-img-area .banner-img img {
    min-height: 300px;
  }
}
.h4-banner-section .banner-img-area .h4-rating-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  top: 30px;
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  width: 100%;
  max-width: 256px;
  padding: 30px;
  position: absolute;
  inset-inline-start: 30px;
}
.h4-banner-section .banner-img-area .h4-rating-box .title {
  color: var(--tj-color-common-white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 74px;
  line-height: 1.216;
  position: relative;
}
.h4-banner-section .banner-img-area .h4-rating-box .title:before {
  content: "";
  top: 0;
  background-color: var(--tj-color-common-white);
  width: 42px;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
  -webkit-mask-image: url(../../../images/shape/leafs.svg);
  mask-image: url(../../../images/shape/leafs.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.h4-banner-section .banner-img-area .h4-rating-box .title:after {
  content: "";
  top: 0;
  background-color: var(--tj-color-common-white);
  width: 42px;
  height: 100%;
  position: absolute;
  inset-inline-end: 0;
  transform: scaleX(-1);
  -webkit-mask-image: url(../../../images/shape/leafs.svg);
  mask-image: url(../../../images/shape/leafs.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-banner-section .banner-img-area .h4-rating-box .title {
    font-size: 50px;
  }
}
.h4-banner-section .banner-img-area .h4-rating-box .desc {
  color: var(--tj-color-common-white);
  font-size: 18px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.03em;
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h4-banner-section .banner-img-area .h4-rating-box .desc {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .h4-banner-section .banner-img-area .h4-rating-box .desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-banner-section .banner-img-area .h4-rating-box {
    top: 15px;
    max-width: 200px;
    padding: 26px;
    inset-inline-start: 15px;
  }
}
@media (max-width: 575px) {
  .h4-banner-section .banner-img-area .h4-rating-box {
    max-width: 158px;
    padding: 15px;
  }
}
.h4-banner-area {
  width: 100%;
  max-width: 1480px;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-banner-area {
    min-height: 700px;
  }
}
.h4-banner-content {
  padding-top: 120px;
  padding-bottom: 115px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-banner-content {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-banner-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-banner-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.h4-banner-content:before {
  content: "";
  bottom: -20%;
  background: var(--tj-color-theme-primary);
  filter: blur(80px);
  opacity: 0.4;
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 460px;
  height: 460px;
  position: absolute;
  inset-inline-end: -8%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-banner-content:before {
    width: 320px;
    height: 320px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-banner-content:before {
    inset-inline-end: -2%;
    filter: blur(60px);
    width: 250px;
    height: 250px;
    bottom: -15px;
  }
}
.h4-banner-content .sub-title {
  color: var(--tj-color-common-white);
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  border: 1px dashed var(--tj-color-border-2);
  border-radius: 4px;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  padding: 6px 10px;
  display: inline-flex;
}
.h4-banner-content .sub-title i {
  color: var(--tj-color-theme-primary);
  font-size: 22px;
}
.h4-banner-content .banner-title {
  max-width: 1180px;
  color: var(--tj-color-common-white);
  margin-bottom: 22px;
  font-size: 96px;
  line-height: 1.042;
}
.h4-banner-content .banner-title span {
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  display: inline-block;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h4-banner-content .banner-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h4-banner-content .banner-title {
    max-width: 1000px;
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-banner-content .banner-title {
    max-width: 800px;
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-banner-content .banner-title {
    max-width: 675px;
    font-size: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-banner-content .banner-title {
    font-size: 45px;
  }
}
.h4-banner-content .banner-desc-area {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 610px;
  margin-inline-start: auto;
  display: flex;
}
@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) {
  .h4-banner-content .banner-desc-area {
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .h4-banner-content .banner-desc-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.h4-banner-content .tj-primary-btn {
  flex: none;
}
.h4-banner-content .banner-desc {
  max-width: 428px;
  color: var(--tj-color-text-body-2);
  padding-inline-start: 15px;
  font-size: 18px;
  line-height: 1.444;
}
@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),
  (max-width: 575px) {
  .h4-banner-content .banner-desc {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .h4-banner-content .banner-desc {
    padding: 0;
    padding-inline-start: 0;
  }
}
.tj-choose-section {
  overflow: hidden;
}
.tj-choose-section .sec-heading {
  max-width: 550px;
}
.tj-choose-section .countup-item.style-2 {
  z-index: 1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.tj-choose-section .countup-item.style-2:before {
  content: "";
  top: 0;
  background-color: var(--tj-color-theme-dark);
  opacity: 0.7;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.tj-choose-section .countup-item.style-2 .count-icon {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.tj-choose-section .countup-item.style-2 .count-text {
  color: var(--tj-color-text-body-2);
}
.tj-choose-section .countup-item.style-2 .inline-content,
.tj-choose-section .countup-item.style-2 .inline-content .odometer,
.tj-choose-section
  .countup-item.style-2
  .inline-content
  .odometer
  .odometer-digit,
.tj-choose-section .countup-item.style-2 .inline-content .odometer span {
  color: var(--tj-color-common-white);
}
.h4-content-wrap {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}
.h4-content-wrap .sec-heading {
  margin-bottom: 25px;
}
.about-content-area.style-3 .sec-heading {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
  display: flex;
}
.about-content-area.style-3 .sec-heading .subtitle-text {
  max-width: 200px;
}
.about-content-area.style-3 .sec-heading .sec-title {
  width: 67.2%;
}
.about-content-area.style-3 .sec-heading .sec-title img {
  border-radius: 4px;
  height: 50px;
  margin-top: -9px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-area.style-3 .sec-heading .sec-title img {
    margin-top: -6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .about-content-area.style-3 .sec-heading .sec-title img {
    height: 40px;
    margin-top: -6px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .about-content-area.style-3 .sec-heading .sec-title {
    width: 100%;
    line-height: 1.3;
  }
}
.about-content-area.style-3 .about-bottom-area {
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-top: -62px;
}
.about-content-area.style-3 .about-bottom-area .about-btn-area-2 {
  flex-wrap: wrap;
  gap: 20px;
  width: 67.2%;
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .about-content-area.style-3 .about-bottom-area .about-btn-area-2 {
    order: 1;
    width: 100%;
  }
  .about-content-area.style-3 .about-bottom-area {
    gap: 35px;
    margin-top: 25px;
  }
}
.customers-box.style-3 {
  background-color: #0000;
  border-radius: 0;
  max-width: 195px;
  padding: 0;
}
.customers-box.style-3 ul li span,
.customers-box.style-3 ul li img {
  width: 50px;
  height: 50px;
}
.customers-box.style-3 .customers-text {
  font-size: 18px;
  line-height: 1.444;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-text-body-3);
  margin-top: 15px;
}
.customers-box.style-3 .customers-text span {
  color: var(--tj-color-theme-dark-2);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .customers-box.style-3 {
    order: 2;
  }
}
.client-container-2 {
  padding-inline: 0;
  overflow: hidden;
}
.tj-service-section-5 .sec-heading {
  max-width: 550px;
}
.service-item.style-5 {
  background-color: var(--tj-color-theme-dark);
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  display: flex;
  overflow: hidden;
}
.service-item.style-5 .service-icon {
  margin-bottom: 50px;
  font-size: 64px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item.style-5 .service-icon {
    font-size: 50px;
  }
}
.service-item.style-5 .service-content-area {
  flex-direction: column;
  justify-content: space-between;
  padding: 60px;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item.style-5 .service-content-area {
    padding: 50px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item.style-5 .service-content-area {
    padding: 40px 20px;
  }
}
.service-item.style-5 .service-content {
  max-width: 360px;
}
.service-item.style-5 .no {
  color: var(--tj-color-text-body-3);
  font-size: 20px;
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 16px;
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item.style-5 .no {
    font-size: 18px;
  }
}
.service-item.style-5 .title {
  max-width: 360px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
}
.service-item.style-5 .desc {
  color: var(--tj-color-text-body-2);
}
.service-item.style-5 .tj-primary-btn {
  margin-top: 30px;
}
.service-item.style-5 .service-img {
  width: 100%;
  max-width: 581px;
  height: 605px;
}
.service-item.style-5 .service-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-item.style-5 .service-img {
    max-width: 500px;
    height: 590px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item.style-5 .service-img {
    max-width: 460px;
    height: 560px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item.style-5 .service-img {
    max-width: 100%;
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item.style-5 .service-img {
    height: 400px;
  }
}
.service-bottom-text {
  text-align: center;
  margin-top: 55px;
}
.service-bottom-text .desc {
  color: var(--tj-color-theme-dark-2);
  font-weight: var(--tj-fw-medium);
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0;
  display: inline-flex;
}
.service-bottom-text .desc span {
  align-items: center;
  display: inline-flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-bottom-text .desc span {
    align-items: start;
    display: inline-block;
  }
}
.service-bottom-text i {
  color: var(--tj-color-theme-primary);
  vertical-align: middle;
  font-size: 28px;
}
.service-bottom-text a {
  color: var(--tj-color-theme-dark);
  font-weight: var(--tj-fw-sbold);
  padding-inline-end: 14px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}
.service-bottom-text a:before {
  content: "";
  bottom: 0;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  inset-inline-end: 0;
}
.service-bottom-text a:after {
  content: "";
  font-style: normal;
  font-weight: var(--tj-fw-medium);
  font-size: 18px;
  display: inline-flex;
  position: absolute;
  top: 0;
  transform: rotate(-45deg);
  font-family: bexon-icons !important;
}
.service-bottom-text a:hover {
  color: var(--tj-color-theme-primary);
}
.service-bottom-text a:hover:before {
  animation: 0.8s linear linehover;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-bottom-text {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-bottom-text {
    text-align: start;
  }
}
.tj-funfact-section {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.tj-funfact-section .heading-wrap-content .sec-heading {
  max-width: 550px;
}
.tj-funfact-section .heading-wrap-content .progress-item {
  align-items: center;
  gap: 15px;
  display: flex;
}
.tj-funfact-section .heading-wrap-content .progress-item .progress-circle {
  margin-bottom: 0;
}
.tj-funfact-section .heading-wrap-content .progress-item .progress-text {
  max-width: 160px;
}
.tj-funfact-section .countup-item {
  transition: all 0.3s ease-in-out;
}
.tj-funfact-section .countup-item:hover {
  transform: translateY(-10px);
}
.progress-item .progress-circle {
  margin-bottom: 10px;
}
.progress-item .progress-circle input,
.progress-item .progress-circle .progress-percent {
  width: auto;
  color: var(--tj-color-heading-primary) !important;
  font-size: 22px !important;
  font-weight: var(--tj-fw-bold) !important;
  font-family: var(--tj-ff-heading) !important;
}
.progress-item .progress-text .sub-title {
  font-size: 16px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  letter-spacing: initial;
  text-transform: unset;
  color: var(--tj-color-heading-primary);
  margin-bottom: 0;
  line-height: 1.5;
  display: block;
}
.tj-project-section-4 {
  overflow: hidden;
}
.tj-project-section-4 .sec-heading {
  max-width: 550px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-project-section-4 .container-fluid,
  .tj-project-section-4 .project-wrapper {
    padding-inline-end: 0;
  }
}
.project-item.h4-project-item {
  padding: 30px;
}
.project-item.h4-project-item .project-content {
  padding: 0 0 25px;
}
.project-item.h4-project-item .project-content .title {
  max-width: 250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .project-item.h4-project-item .project-content .title {
    max-width: 230px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item.h4-project-item .project-content {
    padding: 0 0 20px;
  }
}
@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) {
  .project-item.h4-project-item .project-text {
    margin-top: 14px;
  }
}
.project-item.h4-project-item .project-img {
  border-radius: 10px;
  height: 445px;
}
@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) {
  .project-item.h4-project-item .project-img {
    height: 345px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .project-item.h4-project-item .project-img {
    height: 300px;
  }
}
@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) {
  .project-item.h4-project-item {
    padding: 20px;
  }
}
.tj-pricing-section-2 .content-wrap .tj-primary-btn {
  margin-top: 24px;
}
.accordion.pricing-accordion {
  max-width: 820px;
}
.accordion.pricing-accordion .pricing-box {
  margin-bottom: 30px;
}
.accordion.pricing-accordion .pricing-box:last-child {
  margin-bottom: 0;
}
.accordion.pricing-accordion .pricing-box .faq-title {
  font-size: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .accordion.pricing-accordion .pricing-box .faq-title {
    font-size: 20px;
  }
}
.accordion.pricing-accordion .pricing-box.active .faq-title {
  color: var(--tj-color-common-white);
  border-bottom: 1px solid #ffffff1a;
}
.accordion.pricing-accordion
  .pricing-box:has(button:not(.collapsed))
  .faq-title {
  color: var(--tj-color-common-white);
  border-bottom: 1px solid #ffffff1a;
}
.accordion.pricing-accordion .pricing-box.active .faq-title:after {
  color: var(--tj-color-heading-primary);
  background-color: var(--tj-color-common-white);
  border-color: var(--tj-color-common-white);
}
.accordion.pricing-accordion
  .pricing-box:has(button:not(.collapsed))
  .faq-title:after {
  color: var(--tj-color-heading-primary);
  background-color: var(--tj-color-common-white);
  border-color: var(--tj-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .accordion.pricing-accordion .pricing-box {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .accordion.pricing-accordion .pricing-box {
    margin-bottom: 20px;
  }
}
.accordion.pricing-accordion .pricing-inner {
  flex-wrap: wrap;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 45px;
  display: flex;
  position: relative;
}
.accordion.pricing-accordion .pricing-inner:after {
  content: "";
  top: 0;
  background-color: #ffffff1a;
  width: 1px;
  height: calc(100% - 45px);
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .accordion.pricing-accordion .pricing-inner:after {
    display: none;
  }
}
.accordion.pricing-accordion .pricing-inner .pricing-header,
.accordion.pricing-accordion .pricing-inner .list-items {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .accordion.pricing-accordion .pricing-inner .pricing-header,
  .accordion.pricing-accordion .pricing-inner .list-items {
    width: 100%;
  }
}
.accordion.pricing-accordion .pricing-inner .pricing-header {
  flex-direction: column;
  justify-content: space-between;
  padding-inline-end: 30px;
  display: 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) {
  .accordion.pricing-accordion .pricing-inner .pricing-header {
    padding-inline-end: 0;
  }
}
.accordion.pricing-accordion .pricing-inner .list-items {
  padding-inline-start: 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) {
  .accordion.pricing-accordion .pricing-inner .list-items {
    padding-inline-start: 0;
    padding-top: 40px;
  }
}
.accordion.pricing-accordion .pricing-inner .package-price {
  margin: 20px 0 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .accordion.pricing-accordion .pricing-inner .package-price {
    margin-bottom: 40px;
  }
}
.accordion.pricing-accordion .pricing-inner .pricing-btn {
  margin-bottom: 0;
}
.h4-contact-section {
  position: relative;
  overflow: hidden;
}
.h4-contact-section:before {
  content: "";
  bottom: 2%;
  background: var(--tj-color-theme-primary);
  filter: blur(80px);
  opacity: 0.3;
  z-index: -1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 360px;
  height: 360px;
  position: absolute;
  inset-inline-start: 38%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-contact-section:before {
    width: 280px;
    height: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-contact-section:before {
    width: 200px;
    height: 200px;
  }
}
.contact-form.style-3 {
  background-color: #0000;
  max-width: 610px;
  padding: 0;
}
.contact-form.style-3 .form-input {
  margin-bottom: 20px;
  position: relative;
}
.contact-form.style-3 .form-input.message-input {
  margin-top: 0;
  margin-bottom: 25px;
}
.contact-form.style-3 .form-input textarea,
.contact-form.style-3 .form-input input[type="tel"],
.contact-form.style-3 .form-input input[type="text"],
.contact-form.style-3 .form-input input[type="email"] {
  color: var(--tj-color-text-body-2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  padding: 12px 20px;
}
.contact-form.style-3 .form-input textarea::-webkit-input-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input input[type="tel"]::-webkit-input-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3
  .form-input
  input[type="text"]::-webkit-input-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3
  .form-input
  input[type="email"]::-webkit-input-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input textarea:-moz-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input input[type="tel"]:-moz-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input input[type="text"]:-moz-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input input[type="email"]:-moz-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input textarea::-moz-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input input[type="tel"]::-moz-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input input[type="text"]::-moz-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input input[type="email"]::-moz-placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input textarea:-ms-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input input[type="tel"]:-ms-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input input[type="text"]:-ms-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input input[type="email"]:-ms-placeholder-shown {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input textarea::placeholder,
.contact-form.style-3 .form-input input[type="tel"]::placeholder,
.contact-form.style-3 .form-input input[type="text"]::placeholder,
.contact-form.style-3 .form-input input[type="email"]::placeholder {
  color: var(--tj-color-text-body-2);
  transition: all 0.3s;
}
.contact-form.style-3 .form-input textarea:focus,
.contact-form.style-3 .form-input input[type="tel"]:focus,
.contact-form.style-3 .form-input input[type="text"]:focus,
.contact-form.style-3 .form-input input[type="email"]:focus {
  border-color: var(--tj-color-theme-primary);
}
.contact-form.style-3 .form-input .cf-label {
  color: var(--tj-color-text-body-2);
  position: unset;
  margin-bottom: 10px;
}
.contact-form.style-3 .form-input .nice-select {
  color: var(--tj-color-text-body-2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 2;
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 12px 20px;
}
.contact-form.style-3 .form-input .nice-select.open {
  border-color: var(--tj-color-theme-primary);
}
.contact-form.style-3 .form-input .nice-select:after {
  color: var(--tj-color-common-white);
  top: 22px;
  width: 13px;
  height: 13px;
  font-size: 13px;
  inset-inline-end: 18px;
}
.contact-form.style-3 .form-input textarea {
  height: 183px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .contact-form.style-3 {
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.testimonial-wrapper-3 {
  position: relative;
}
.h4-testimonial-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  max-width: 610px;
  margin-inline-end: 0;
  padding-top: 50px;
}
.h4-testimonial-wrapper .tes-title {
  color: var(--tj-color-common-white);
  margin-bottom: 0;
  padding: 0 30px;
}
.h4-testimonial-wrapper .tes-title span {
  color: var(--tj-color-text-body-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h4-testimonial-wrapper .tes-title {
    padding: 0 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-testimonial-wrapper .tes-title {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-testimonial-wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-testimonial-wrapper {
    padding-top: 35px;
  }
}
.testimonial-slider-2.h4-testimonial {
  padding-bottom: 60px;
}
.testimonial-slider-2.h4-testimonial .testimonial-item {
  background-color: #0000;
  height: auto;
  padding: 50px 30px 0;
}
.testimonial-slider-2.h4-testimonial .testimonial-item .desc {
  color: var(--tj-color-grey-1);
  padding-bottom: 10px;
  line-height: 1.545;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-slider-2.h4-testimonial .testimonial-item .desc {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider-2.h4-testimonial .testimonial-item .desc {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-slider-2.h4-testimonial .testimonial-item .desc {
    padding-top: 20px;
    font-size: 16px;
  }
}
.testimonial-slider-2.h4-testimonial .testimonial-item .testimonial-author {
  border-color: var(--tj-color-border-2);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-slider-2.h4-testimonial
    .testimonial-item
    .testimonial-author
    .author-img {
    width: 60px;
    height: 60px;
  }
}
.testimonial-slider-2.h4-testimonial
  .testimonial-item
  .testimonial-author
  .title {
  color: var(--tj-color-common-white);
}
.testimonial-slider-2.h4-testimonial
  .testimonial-item
  .testimonial-author
  .designation {
  color: var(--tj-color-text-body-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider-2.h4-testimonial .testimonial-item {
    padding: 35px 25px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-slider-2.h4-testimonial .testimonial-item {
    padding: 30px 20px 0;
  }
}
.testimonial-slider-2.h4-testimonial .testimonial-navigation {
  inset-inline-end: 30px;
  z-index: 2;
  gap: 15px;
  position: absolute;
  bottom: 75px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-slider-2.h4-testimonial .testimonial-navigation {
    bottom: 30px;
  }
}
.testimonial-slider-2.h4-testimonial .slider-next,
.testimonial-slider-2.h4-testimonial .slider-prev {
  border: 1px solid var(--tj-color-border-2);
}
.testimonial-slider-2.h4-testimonial .slider-next .anim-icon i,
.testimonial-slider-2.h4-testimonial .slider-prev .anim-icon i {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .testimonial-slider-2.h4-testimonial {
    padding-bottom: 40px;
  }
}
.h4-blog-wrap {
  grid-gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
}
.h4-blog-wrap .blog-item.style-3 {
  height: 260px;
}
.h4-blog-wrap .blog-item.style-3:first-child {
  grid-area: span 2/1 / auto/3;
  height: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-blog-wrap .blog-item.style-3:first-child {
    height: 300px;
  }
}
.h4-blog-wrap .blog-item.style-3 .blog-thumb {
  height: 100%;
}
.h4-blog-wrap .blog-item.style-3 .blog-content .title {
  max-width: 360px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-blog-wrap .blog-item.style-3 .blog-content .title {
    max-width: 285px;
  }
}
.h4-blog-wrap .blog-item.style-3 .blog-date {
  top: auto;
  inset-inline: auto 30px;
  bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-blog-wrap .blog-item.style-3 .blog-date {
    inset-inline-end: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-blog-wrap .blog-item.style-3 .blog-date {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-blog-wrap .blog-item.style-3 {
    grid-column: 50%;
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-blog-wrap .blog-item.style-3 {
    grid-column: 1/3;
    height: 300px;
  }
}
@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),
  (max-width: 575px) {
  .h4-blog-wrap {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h4-blog-wrap {
    grid-template-columns: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h4-blog-wrap {
    grid-template-columns: 1fr;
  }
}
.tj-careers {
  border: 1px solid var(--tj-color-border-3);
  background-color: var(--tj-color-common-white);
  -o-transition: all 0.3s ease-in-out 0s;
  border-radius: 12px;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
.tj-careers-icon {
  background-color: var(--tj-color-theme-bg-2);
  -o-transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  font-size: 48px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
}
.tj-careers-icon i {
  -o-transition: all 0.3s ease-in-out 0s;
  color: var(--tj-color-theme-primary);
  transition: all 0.3s ease-in-out;
}
.tj-careers-tag {
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  display: flex;
}
.tj-careers-tag span {
  border: 1px dashed var(--tj-color-border-1);
  text-transform: capitalize;
  -o-transition: all 0.3s ease-in-out 0s;
  background-color: #0000;
  border-radius: 4px;
  padding: 2px 14px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.tj-careers-tag span:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white) !important;
  border-color: var(--tj-color-theme-primary) !important;
}
.tj-careers-title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-careers-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-careers-title {
    font-size: 19px;
  }
}
.tj-careers-salary {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-common-black-3);
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
}
.tj-careers-salary span {
  color: var(--tj-color-text-body);
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out;
}
.tj-careers-bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
  display: flex;
}
.tj-careers-bottom .location {
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out;
}
.tj-careers-bottom .location i {
  color: var(--tj-color-common-black-3);
  margin-inline-end: 5px;
}
.tj-careers-btn {
  color: var(--tj-color-heading-primary);
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.tj-careers-btn span.btn-icon {
  color: var(--tj-color-heading-primary);
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.tj-careers-btn span.btn-icon i {
  color: var(--tj-color-heading-primary);
  margin-top: 2px;
  font-weight: 700;
}
.tj-careers-btn span.btn-icon i:first-child,
.tj-careers-btn span.btn-icon i:last-child {
  transition: transform 0.4s ease-in-out;
}
.tj-careers-btn span.btn-icon i:last-child {
  position: absolute;
  transform: translate(-150%);
}
.tj-careers-btn .btn-text {
  color: var(--tj-color-heading-primary);
  text-shadow: 0 23px;
  font-weight: 700;
  display: inline-flex;
  overflow: hidden;
}
.tj-careers-btn .btn-text > span {
  backface-visibility: hidden;
  align-items: center;
  transition: all 0.5s;
  display: flex;
  transform: translateY(0);
}
.tj-careers:hover {
  border-color: var(--tj-color-theme-dark);
  background-color: var(--tj-color-theme-dark);
}
.tj-careers:hover .tj-careers-icon {
  background-color: var(--tj-color-theme-primary);
}
.tj-careers:hover .tj-careers-icon i {
  color: var(--tj-color-common-white);
}
.tj-careers:hover .tj-careers-tag span {
  border: 1px dashed var(--tj-color-border-2);
  color: var(--tj-color-text-body-2);
}
.tj-careers:hover .tj-careers-title a {
  color: var(--tj-color-common-white);
}
.tj-careers:hover .tj-careers-salary {
  color: var(--tj-color-text-body-2);
}
.tj-careers:hover .tj-careers-salary span {
  color: var(--tj-color-common-white);
}
.tj-careers:hover .tj-careers-bottom .location {
  color: var(--tj-color-text-body-2);
}
.tj-careers:hover .tj-careers-btn,
.tj-careers:hover .tj-careers-btn span.btn-icon,
.tj-careers:hover .tj-careers-btn span.btn-icon i {
  color: var(--tj-color-common-white);
}
.tj-careers:hover .tj-careers-btn span.btn-icon i:first-child {
  transform: translate(150%);
}
.tj-careers:hover .tj-careers-btn span.btn-icon i:last-child {
  transform: translate(0);
}
.tj-careers:hover .tj-careers-btn .btn-text {
  color: var(--tj-color-common-white);
}
.tj-careers:hover .tj-careers-btn .btn-text > span {
  transform: translateY(-24px);
}
.tj-careers-details .tj-post-single-post {
  border: 1px dashed var(--tj-color-border-1);
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-careers-details .tj-post-single-post {
    margin-bottom: 35px;
    padding: 12px;
  }
}
.tj-careers-details .tj-check-list ul {
  list-style: none;
}
.tj-careers-details .tj-check-list ul li {
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-medium);
  align-items: start;
  column-gap: 10px;
  margin-bottom: 10px;
  display: flex;
}
.tj-careers-details .tj-check-list ul li:last-child {
  margin-bottom: 0;
}
.tj-careers-details .tj-check-list ul li span {
  width: 20px;
  height: 20px;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  font-size: 8px;
  line-height: 1;
  display: inline-flex;
}
.tj-careers-details .service-check-list ul li span {
  font-weight: 400;
}
.tj-careers-details .tj-post-details_tags_share {
  border-bottom: 0;
  margin-top: 25px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tj-careers-details .project_catagory ul {
  background-color: var(--tj-color-common-white);
  border-radius: 8px;
  margin: 0;
  padding: 0 20px 25px;
  list-style: none;
}
.tj-careers-details .project_catagory ul li:first-child {
  padding-top: 19px;
}
.tj-careers-details .project_catagory ul li {
  z-index: 1;
  border-bottom: 1px dashed var(--tj-color-border-1);
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 19px 0;
  font-weight: 400;
  display: flex;
  position: relative;
}
.tj-careers-details .project_catagory ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.tj-careers-details .project_catagory ul li span {
  color: var(--tj-color-body-text);
}
.tj-careers-details .project_catagory ul li span.first-child {
  z-index: 1;
  min-width: 100px;
  position: relative;
}
.tj-careers-details .project_catagory ul li span.first-child:before {
  content: ":";
  top: 50%;
  position: absolute;
  inset-inline-end: 0;
  transform: translateY(-50%);
}
.tj-careers-details .tj-sidebar-widget {
  border-color: var(--tj-color-border-3);
}
.tj-careers-top {
  background-color: var(--tj-color-theme-bg-2);
  border-radius: 8px;
  flex-wrap: wrap;
  gap: 30px;
  padding: 30px;
  display: flex;
}
.tj-careers-top-icon {
  background-color: var(--tj-color-theme-primary);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-careers-top-icon {
    width: 100px;
    height: 100px;
  }
}
.tj-careers-top-icon i {
  color: var(--tj-color-common-white);
  font-size: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-careers-top-icon i {
    font-size: 55px;
  }
}
.tj-careers-top-title {
  margin-bottom: 0;
}
.tj-careers-top .tj-careers-tag span {
  border-color: var(--tj-color-border-1);
}
.tj-careers-top .tj-careers-tag span:hover {
  border-color: var(--tj-color-theme-primary);
}
.tj-careers-top .location {
  color: var(--tj-color-heading-primary);
  margin-top: 15px;
  display: block;
}
.tj-careers-top .location i {
  margin-inline-end: 5px;
}
.tj-careers-form .form-input {
  margin-bottom: 20px;
}
.tj-careers-form .form-input.reduce {
  margin-top: -10px;
}
.tj-careers-form .form-input textarea,
.tj-careers-form .form-input input {
  border-color: #0000;
  border-radius: 8px;
  height: 60px;
}
.tj-careers-form .form-input textarea::placeholder,
.tj-careers-form .form-input input::placeholder {
  color: var(--tj-color-common-black-2);
}
.tj-careers-form .form-input textarea:focus,
.tj-careers-form .form-input input:focus {
  border: 1px solid var(--tj-color-theme-primary);
}
.tj-careers-form .form-input textarea {
  min-height: 160px;
}
.tj-careers-form .form-input label {
  color: var(--tj-color-common-black-2);
  margin-bottom: 10px;
  line-height: 1;
  display: block;
}
.tj-careers-form .form-input input[type="file"] {
  cursor: pointer;
  background: var(--tj-color-common-white);
  border: 1px solid #0000;
  padding: 7px;
}
.tj-careers-form .form-input input[type="file"]:focus {
  border-color: var(--tj-color-theme-primary);
}
.tj-careers-form .form-input input::file-selector-button {
  width: 125px;
  height: 44px;
  color: var(--tj-color-theme-primary);
  background: var(--tj-color-theme-bg-2);
  cursor: pointer;
  border: none;
  border-radius: 6px;
  margin-inline-end: 10px;
}
.timeline {
  width: 100%;
  padding: 0;
  position: relative;
}
.timeline:after {
  content: "";
  border-inline-end: 1px dashed var(--tj-color-border-1);
  top: 0;
  bottom: 0;
  width: 0;
  margin-inline-start: -1px;
  position: absolute;
  inset-inline-start: 50%;
}
.timeline-inner {
  background: inherit;
  width: 50%;
  position: relative;
}
.timeline-inner:nth-child(odd) {
  padding-inline-end: 90px;
  inset-inline-start: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .timeline-inner:nth-child(odd) {
    padding-inline-end: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-inner:nth-child(odd) {
    padding-inline-end: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .timeline-inner:nth-child(odd) {
    padding-inline: 40px 0;
  }
}
.timeline-inner:nth-child(2n) {
  padding-inline-start: 90px;
  inset-inline-start: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .timeline-inner:nth-child(2n) {
    padding-inline-start: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-inner:nth-child(2n) {
    padding-inline-start: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .timeline-inner:nth-child(2n) {
    padding-inline-start: 40px;
  }
}
.timeline-inner:after {
  content: "";
  top: calc(50% - 8px);
  border: 4px solid var(--tj-color-text-body-3);
  z-index: 1;
  background: #fff;
  border-radius: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  inset-inline-end: -8px;
}
.timeline-inner:nth-child(2n):after {
  inset-inline-start: -8px;
}
.timeline-inner .date {
  text-align: center;
  color: var(--tj-color-text-body-3);
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: calc(50% - 25px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-inner .date {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .timeline-inner .date {
    font-size: 24px;
    top: calc(50% - 12px);
  }
}
.timeline-inner:nth-child(odd) .date {
  inset-inline-end: -200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .timeline-inner:nth-child(odd) .date {
    inset-inline-end: -170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-inner:nth-child(odd) .date {
    inset-inline-end: -130px;
  }
}
.timeline-inner:nth-child(2n) .date {
  inset-inline-start: -200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .timeline-inner:nth-child(2n) .date {
    inset-inline-start: -170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timeline-inner:nth-child(2n) .date {
    inset-inline-start: -130px;
  }
}
.timeline-inner .content {
  background: var(--tj-color-common-white);
  border-radius: 12px;
  padding: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .timeline-inner .content {
    padding: 20px;
  }
}
.timeline-inner .content .top {
  padding-inline-start: 40px;
  position: relative;
}
.timeline-inner .content .top span {
  top: 0;
  font-size: 24px;
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-text-body-2);
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  inset-inline-start: 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) {
  .timeline-inner .content .top span {
    font-size: 20px;
  }
}
.timeline-inner .content .top .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 15px;
}
.timeline-inner .content .top p {
  margin: 0;
}
.timeline-inner .content .bottom {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 30px;
  display: grid;
}
.timeline-inner .content .bottom img {
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .timeline {
    flex-direction: column;
    gap: 60px;
    padding-top: 30px;
    display: flex;
  }
  .timeline:after {
    inset-inline-start: 10px;
  }
  .timeline-inner {
    width: 100%;
  }
  .timeline-inner:nth-child(2n) {
    inset-inline-start: 0%;
  }
  .timeline-inner:nth-child(odd):after,
  .timeline-inner:nth-child(2n):after {
    inset-inline-start: 1px;
    top: -38px;
  }
  .timeline-inner:nth-child(odd) .date,
  .timeline-inner:nth-child(2n) .date {
    inset-inline: 40px auto;
    top: -42px;
  }
}
.terms-and-conditions-wrapper h1,
.terms-and-conditions-wrapper h2,
.terms-and-conditions-wrapper h3,
.terms-and-conditions-wrapper h4,
.terms-and-conditions-wrapper h5,
.terms-and-conditions-wrapper h6 {
  margin-bottom: 15px;
  padding-top: 30px;
}
.terms-and-conditions-wrapper ul {
  padding-inline-start: 20px;
}
.terms-and-conditions-wrapper ul:not(:first-child) {
  margin-bottom: 30px;
}
.header-area.header-5.header-absolute {
  /* -webkit-backdrop-filter: blur(10px); */
  /* backdrop-filter: blur(10px); */
  margin-inline: auto;
  inset-inline-end: 0;
  inset-inline-start: 0 !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-area.header-5.header-absolute {
    width: calc(100% - 48px);
    top: 24px;
    inset-inline-start: 0 !important;
  }
}
.header-area.header-5.header-absolute .header-wrapper {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  border-radius: 8px;
  max-width: 1000px;
  margin-inline: auto;
}
.header-area.header-5.header-absolute .mainmenu > ul > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
.header-area.header-5.header-absolute
  .mainmenu
  > ul
  > li.menu-item-has-children
  > a:after,
.header-area.header-5.header-absolute
  .mainmenu
  > ul
  > li.has-dropdown
  > a:after {
  top: 28px;
}
.h5-banner-section {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h5-banner-section .banner-bg:before {
  content: "";
  z-index: 1;
  background: linear-gradient(
    150deg,
    #0c1e21f2 30%,
    #0c1e2133 50%,
    #0c1e21f2 80%
  );
  width: 100%;
  height: 100%;
  position: absolute;
}
.h5-banner-section .banner-scroll {
  inset-inline-start: 30px;
  bottom: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h5-banner-section .banner-scroll {
    display: none;
  }
}
.h5-banner-section .banner-scroll .scroll-down {
  opacity: 1;
}
.h5-banner-section .banner-scroll .scroll-down:hover {
  margin-bottom: -6px;
}

/* .h5-banner-section:after,
.h5-banner-section:before {
  content: "";
  top: 5%;
  background: var(--tj-color-theme-primary);
  filter: blur(80px);
  opacity: 0.8;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
  inset-inline-end: -13%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h5-banner-section:after,
  .h5-banner-section:before {
    width: 460px;
    height: 460px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h5-banner-section:after,
  .h5-banner-section:before {
    width: 400px;
    height: 400px;
    inset-inline-end: -18%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-banner-section:after,
  .h5-banner-section:before {
    width: 350px;
    height: 320px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-banner-section:after,
  .h5-banner-section:before {
    inset-inline-end: -20%;
    filter: blur(60px);
    width: 250px;
    height: 250px;
    top: 15%;
  }
}
.h5-banner-section:after {
  top: auto;
  inset-inline-end: auto;
  bottom: -18%;
  inset-inline-start: -15%;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-banner-section:after {
    bottom: -15%;
    inset-inline-start: -20%;
  }
} */

.h5-banner-area {
  z-index: 2;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1460px;
  min-height: 883px;
  margin-inline: auto;
  padding-top: 215px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-banner-area {
    min-height: 700px;
  }
}
.h5-banner-area .solution-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: -44px;
  background-color: #ffffff1a;
  border-radius: 10px;
  width: 100%;
  max-width: 366px;
  margin-inline-start: auto;
  padding: 30px 30px 12px;
}
.h5-banner-area .solution-box .list-icon {
  color: var(--tj-color-common-white);
  margin-bottom: 25px;
  font-size: 20px;
  display: inline-flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-banner-area .solution-box .list-icon {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.h5-banner-area .solution-box .hero-counter {
  color: var(--tj-color-common-white);
  font-size: 96px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  align-items: center;
  display: inline-flex;
}
.h5-banner-area .solution-box .hero-counter sup {
  font-size: 0.5em;
  line-height: 0;
  top: -1.06em;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-banner-area .solution-box .hero-counter {
    font-size: 75px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-banner-area .solution-box .hero-counter {
    font-size: 60px;
  }
}
.h5-banner-area .solution-box .desc {
  color: var(--tj-color-common-white);
  margin-bottom: 2px;
  font-size: 18px;
  line-height: 1.444;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-banner-area .solution-box .desc {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-banner-area .solution-box {
    margin-top: -244px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-banner-area .solution-box {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-banner-area .solution-box {
    max-width: 310px;
    margin-top: 50px;
    padding: 20px 20px 10px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-banner-area {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-banner-area {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-banner-area {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-banner-area {
    min-height: 90vh;
    padding: 140px 12px 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-banner-area {
    min-height: 700px;
  }
}
.h5-banner-content .banner-title {
  max-width: 715px;
  color: var(--tj-color-common-white);
  margin-bottom: 30px;
  font-size: 96px;
  line-height: 1;
}
.h5-banner-content .banner-title .tj-image-slider {
  margin-bottom: -8px;
  border-radius: 4px;
  width: 157.32px;
  height: 80px;
  margin-inline-end: -10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.h5-banner-content .banner-title .tj-image-slider img {
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset-inline-start: 0;
}
.h5-banner-content .banner-title .tj-image-slider img.active {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-banner-content .banner-title .tj-image-slider {
    width: 138.25px;
    height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-banner-content .banner-title .tj-image-slider {
    margin-bottom: -3px;
    width: 98.75px;
    height: 50px;
    margin-inline-end: -7px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-banner-content .banner-title .tj-image-slider {
    margin-bottom: 0;
    width: 79px;
    height: 40px;
    margin-inline-end: -5px;
  }
}
@media (max-width: 575px) {
  .h5-banner-content .banner-title .tj-image-slider {
    margin-bottom: -3px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h5-banner-content .banner-title {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-banner-content .banner-title {
    max-width: 600px;
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-banner-content .banner-title {
    max-width: 560px;
    font-size: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h5-banner-content .banner-title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .h5-banner-content .banner-title {
    font-size: 50px;
  }
}
.banner-bg {
  z-index: -1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.wow {
  visibility: hidden;
}
.h5-service-section .sec-heading {
  max-width: 550px;
}
.service-item.style-6 {
  flex-direction: column;
  justify-content: space-between;
  height: 390px;
  padding: 30px;
  transition: all 0.3s ease-in-out;
  display: flex;
  overflow: hidden;
}
.service-item.style-6 .service-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.service-item.style-6 .service-icon i {
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item.style-6 .service-icon {
    width: 70px;
    height: 70px;
    font-size: 50px;
  }
}
.service-item.style-6 .title {
  max-width: 250px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-item.style-6 .title {
    font-size: 20px;
  }
}
.service-item.style-6 .text-btn {
  inset-inline-start: auto;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  position: absolute;
  bottom: 0;
}
.service-item.style-6:hover {
  background-color: var(--tj-color-theme-primary);
}
.service-item.style-6:hover .service-icon {
  background: linear-gradient(-45deg, #ffffff4d 0%, #fff0 50%, #ffffff4d 100%);
  border-color: #ffffff26;
}
.service-item.style-6:hover .service-icon i {
  color: var(--tj-color-common-white);
  transform: rotateY(360deg);
}
.service-item.style-6:hover .desc,
.service-item.style-6:hover .title,
.service-item.style-6:hover .desc a,
.service-item.style-6:hover .title a {
  color: var(--tj-color-common-white);
}
.service-item.style-6:hover .desc {
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
}
.service-item.style-6:hover .text-btn {
  opacity: 1;
  visibility: visible;
  transition: all 0.2s linear;
  bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item.style-6:hover .text-btn {
    bottom: 20px;
  }
}
.service-item.style-6:hover .text-btn .btn-text {
  color: var(--tj-color-common-white);
}
.service-item.style-6:hover .text-btn .btn-icon {
  background-color: var(--tj-color-theme-dark);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .service-item.style-6 {
    padding: 20px;
  }
}
.h5-about {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h5-about .bg-shape-3 {
  top: 0;
  bottom: auto;
  transform: translate(19%, -20%) scaleY(-1);
}
.h5-about-content {
  margin-bottom: 60px;
}
.h5-about-content.style-3 .sec-heading .h5-sec-title-wrapper {
  flex-grow: 1;
}
.h5-about-content.style-3 .sec-heading .subtitle-text {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.h5-about-content.style-3 .sec-heading .sec-title {
  color: var(--tj-color-common-white);
  width: 100%;
  margin-bottom: 24px;
}
.h5-about-content.style-3 .sec-heading .sec-title .line {
  color: #0000;
  --highlight-offset: 0%;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    var(--tj-color-common-white) var(--highlight-offset),
    var(--tj-color-text-body-3) var(--highlight-offset)
  );
  position: relative;
}
.h5-about-content-right {
  gap: 20px;
  width: 67.2%;
  display: 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) {
  .h5-about-content-right {
    gap: 15px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .h5-about-content-right {
    flex-direction: column;
  }
}
.h5-about-counter {
  font-size: 96px;
  line-height: 1.04;
  font-weight: var(--tj-fw-medium);
  letter-spacing: -0.03em;
  color: var(--tj-color-common-white);
  align-items: center;
  margin-bottom: -24px;
  display: inline-flex;
}
.h5-about-counter-symbol {
  margin-bottom: 5px;
  line-height: 1;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h5-about-counter {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-about-counter {
    font-size: 86px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .h5-about-counter {
    margin-bottom: 0;
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .h5-about-counter {
    margin-bottom: 0;
    font-size: 76px;
  }
}
.h5-client-item {
  padding-inline-end: 15px;
}
.h5-client-item .client-logo {
  background-color: inherit;
  z-index: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  width: 254px;
  height: 254px;
  transition: all 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .h5-client-item .client-logo {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .h5-client-item .client-logo {
    width: 150px;
    height: 150px;
  }
}
.h5-client-item .client-logo:before,
.h5-client-item .client-logo:after {
  content: "";
  inset-inline-start: 0;
  z-index: -1;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
}
.h5-client-item .client-logo:before {
  content: "";
  mix-blend-mode: luminosity;
  z-index: -2;
  pointer-events: none;
  background: url(../images/brands/h5-brand-bg.webp) 50% / cover no-repeat;
  position: absolute;
  inset: 0;
}
.h5-client-item .client-logo:after {
  background: #1e8a8a99;
}
.h5-client-item .client-logo:hover {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background: #1e8a8ab3;
  border-radius: 100%;
}
.h5-client-item .client-logo:hover:before,
.h5-client-item .client-logo:hover:after {
  opacity: 1;
}
.gap-30-30 {
  --bs-gutter-x: 30px;
}
.gap-30-30 .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
}
.h5-strategy-heading {
  background-color: var(--tj-color-common-white);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 60px 30px;
}
@media (max-width: 575px) {
  .h5-strategy-heading {
    padding: 40px 20px;
  }
}
.h5-strategy-heading .sec-title {
  margin-bottom: 30px;
}
.h5-strategy-item {
  background-color: var(--tj-color-common-white);
  z-index: 0;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .h5-strategy-item {
    padding: 20px;
  }
}
.h5-strategy-item-3 {
  background: url(../images/strategy/strategy-item-bg.webp) 50% / cover
    no-repeat;
}
.h5-strategy-item-3:after {
  content: "";
  inset-inline-start: 0;
  background-color: var(--tj-color-heading-primary);
  opacity: 0.7;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.h5-strategy-title {
  font-weight: var(--tj-fw-sbold);
}
.h5-strategy-avatar {
  margin-inline: auto;
  max-width: 295px;
  margin-top: 40px;
}
.h5-strategy-counter {
  margin-bottom: -7px;
}
.h5-strategy-counter-inner {
  border-top: 1px dashed var(--tj-color-border-1);
  align-items: center;
  gap: 10px;
  margin-top: 60px;
  padding-top: 5px;
  display: flex;
}
.h5-strategy-counter-inner .inline-content {
  margin-bottom: 0;
}
.h5-strategy-counter-inner .inline-content .odometer-inside {
  display: inline-flex;
}
.h5-strategy-counter-inner .inline-content .odometer span {
  color: var(--tj-color-heading-primary);
}
.h5-strategy-counter-inner .count-text {
  color: var(--tj-color-text-body-3);
}
.h5-strategy-chart {
  margin-top: 71px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h5-strategy-chart {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-strategy-chart {
    margin-top: 145px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-strategy-chart {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-strategy-chart img {
    margin-inline: auto;
    display: block;
  }
}
.h5-strategy-tag-wrapper {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 180px;
  display: flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h5-strategy-tag-wrapper {
    margin-top: 153px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-strategy-tag-wrapper {
    margin-top: 106px;
  }
}
.h5-strategy-tag {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--tj-color-common-white);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  padding: 5px 8px 7px;
  line-height: 1;
}
.h5-strategy-tag:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  border-color: var(--tj-color-theme-primary);
}
.h5-strategy-item-3 .h5-strategy-title {
  color: var(--tj-color-common-white);
}
.h5-strategy-item-3 .h5-strategy-desc {
  color: var(--tj-color-grey-1);
  margin-top: 18px;
}
.sec-heading-centered {
  text-align: center;
  width: 100%;
  max-width: 550px;
  margin-inline: auto;
}
.h5-working-process {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h5-working-process-inner {
  z-index: 0;
  padding-top: 42px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-inner {
    margin-top: 72px;
    padding-top: 0;
  }
}
.h5-working-process-inner:after {
  content: "";
  inset-inline-start: 0;
  border-bottom: 1px dashed var(--tj-color-border-2);
  z-index: -1;
  width: 100%;
  height: 0;
  position: absolute;
  top: 21px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-inner:after {
    inset-inline-start: 50%;
    border-bottom: 0;
    border-inline-end: 1px dashed var(--tj-color-border-2);
    width: 0;
    height: 100%;
    top: 0;
    transform: translate(-50%);
  }
}
.h5-working-process-wrapper {
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 30px;
}
@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) {
  .h5-working-process-wrapper {
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-wrapper {
    flex-direction: column;
    gap: 85px;
  }
}
.h5-working-process-item {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  margin-top: 60px;
  transition: all 0.6s;
  position: static;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-item {
    margin-top: 30px;
  }
}
.h5-working-process-item .h5-working-process-indicator {
  font-size: 20px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.03em;
  border: 1px dashed var(--tj-color-border-2);
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-dark);
  top: -60px;
  white-space: nowrap;
  z-index: 0;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 9px 34px 11px;
  line-height: 1;
  transition: all 0.2s 0.3s;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%, -100%);
}
.h5-working-process-item .h5-working-process-indicator:before,
.h5-working-process-item .h5-working-process-indicator:after {
  content: "";
  inset-inline-start: 50%;
  border-inline-end: 1px dashed var(--tj-color-border-2);
  z-index: -1;
  width: 0;
  height: 60px;
  transition: all 0.3s;
  position: absolute;
  bottom: -60px;
  transform: translate(-50%) scaleY(-1);
}
.h5-working-process-item .h5-working-process-indicator:after {
  height: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-item .h5-working-process-indicator {
    top: -30px;
  }
  .h5-working-process-item .h5-working-process-indicator:before {
    display: none;
  }
  .h5-working-process-item .h5-working-process-indicator:after {
    bottom: -30px;
  }
}

.h5-working-process-item:nth-child(2) {
  margin-top: 150px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-item:nth-child(2) {
    margin-top: 30px;
  }
}
.h5-working-process-item:nth-child(2) .h5-working-process-indicator {
  top: -150px;
}
.h5-working-process-item:nth-child(2) .h5-working-process-indicator:before,
.h5-working-process-item:nth-child(2) .h5-working-process-indicator:after {
  bottom: -150px;
}
.h5-working-process-item:nth-child(2) .h5-working-process-indicator:before {
  height: 150px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-item:nth-child(2) .h5-working-process-indicator {
    top: -30px;
  }
  .h5-working-process-item:nth-child(2) .h5-working-process-indicator:after {
    bottom: -30px;
  }
}

.h5-working-process-item:nth-child(3) {
  margin-top: 250px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-item:nth-child(3) {
    margin-top: 30px;
  }
  .h5-working-process-item:nth-child(3):after {
    bottom: -30px;
  }
}
.h5-working-process-item:nth-child(3) .h5-working-process-indicator {
  top: -250px;
}
.h5-working-process-item:nth-child(3) .h5-working-process-indicator:before,
.h5-working-process-item:nth-child(3) .h5-working-process-indicator:after {
  bottom: -250px;
}
.h5-working-process-item:nth-child(3) .h5-working-process-indicator:before {
  height: 250px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-item:nth-child(3) .h5-working-process-indicator {
    top: -30px;
  }
  .h5-working-process-item:nth-child(3) .h5-working-process-indicator:after {
    bottom: -30px;
  }
}

.h5-working-process-item:nth-child(4) {
  margin-top: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-item:nth-child(4) {
    margin-top: 30px;
  }
  .h5-working-process-item:nth-child(4):after {
    bottom: -30px;
  }
}
.h5-working-process-item:nth-child(4) .h5-working-process-indicator {
  top: -100px;
}
.h5-working-process-item:nth-child(4) .h5-working-process-indicator:before,
.h5-working-process-item:nth-child(4) .h5-working-process-indicator:after {
  bottom: -100px;
}
.h5-working-process-item:nth-child(4) .h5-working-process-indicator:before {
  height: 100px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-item:nth-child(4) .h5-working-process-indicator {
    top: -30px;
  }
  .h5-working-process-item:nth-child(4) .h5-working-process-indicator:after {
    bottom: -30px;
  }
}

.h5-working-process-item:nth-child(5) {
  margin-top: 200px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-item:nth-child(5) {
    margin-top: 30px;
  }
  .h5-working-process-item:nth-child(5):after {
    bottom: -30px;
  }
}
.h5-working-process-item:nth-child(5) .h5-working-process-indicator {
  top: -200px;
}
.h5-working-process-item:nth-child(5) .h5-working-process-indicator:before,
.h5-working-process-item:nth-child(5) .h5-working-process-indicator:after {
  bottom: -200px;
}
.h5-working-process-item:nth-child(5) .h5-working-process-indicator:before {
  height: 200px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-item:nth-child(5) .h5-working-process-indicator {
    top: -30px;
  }
  .h5-working-process-item:nth-child(5) .h5-working-process-indicator:after {
    bottom: -30px;
  }
}

.h5-working-process-item:not(:last-child):after {
  display: none;
}
.h5-working-process-item:hover .h5-working-process-indicator {
  border-color: var(--tj-color-theme-primary);
}
.h5-working-process-item:hover .h5-working-process-indicator:after {
  border-color: var(--tj-color-theme-primary);
  height: 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-item:hover .h5-working-process-indicator:after {
    height: 30px;
  }
}
.h5-working-process-item:hover:nth-child(2)
  .h5-working-process-indicator:after {
  height: 192px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-item:hover:nth-child(2)
    .h5-working-process-indicator:after {
    height: 30px;
  }
}
.h5-working-process-item:hover:nth-child(3)
  .h5-working-process-indicator:after {
  height: 324px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-working-process-item:hover:nth-child(3)
    .h5-working-process-indicator:after {
    height: 30px;
  }
}
.h5-working-process-item .process-step {
  background-image: linear-gradient(
    180deg,
    var(--tj-color-theme-primary) 0%,
    #1e8a8a00 116.09%
  );
}
.h5-working-process .title {
  color: var(--tj-color-common-white);
}
.h5-working-process .desc {
  color: var(--tj-color-text-body-2);
}
.h5-project {
  overflow: hidden;
}
.h5-project .sec-heading {
  max-width: 550px;
}
.h5-project-wrapper {
  flex-wrap: nowrap;
  padding: 0;
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-project-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.h5-project-item-wrapper {
  will-change: transform;
  flex: none;
  width: 100%;
}
.h5-project-item-wrapper:not(:last-child) {
  padding-inline-end: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-project-item-wrapper:not(:last-child) {
    padding-inline-end: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-project-item-wrapper:not(:last-child) {
    padding-inline-end: 0;
  }
}
.h5-project-item-wrapper .h5-project-item {
  flex-wrap: nowrap;
  align-items: center;
  gap: 60px;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-project-item-wrapper .h5-project-item {
    gap: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-project-item-wrapper .h5-project-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.h5-project-item.project-item .project-content {
  max-width: 360px;
  padding-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-project-item.project-item .project-content {
    padding: 0 0 10px;
  }
}
.h5-project-item.project-item .project-content .title {
  max-width: 308px;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 20px;
}
.h5-project-item.project-item .project-content .desc {
  margin-bottom: 24px;
}
.h5-project-item.project-item .project-img {
  max-width: 615px;
  height: 505px;
}
@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) {
  .h5-project-item.project-item .project-img {
    height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-project-item.project-item .project-img {
    flex-shrink: 0;
    max-width: 330px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-project-item.project-item .project-img {
    height: 300px;
  }
}
.h5-testimonial {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h5-testimonial .sec-heading-wrap {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-testimonial .sec-heading-wrap {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .h5-testimonial-wrapper {
    margin-inline-end: 0;
  }
}
.h5-testimonial-wrapper .swiper {
  overflow: visible;
}
.h5-testimonial-wrapper .testimonial-item {
  background-color: var(--tj-color-common-white);
  border: 2px solid var(--tj-color-common-white);
  border-radius: 12px;
  height: 100%;
  padding: 40px 30px 35px;
}
.h5-testimonial-wrapper .testimonial-item .testimonial-author .title {
  font-weight: var(--tj-fw-sbold);
}
.h5-testimonial-wrapper .testimonial-item .desc {
  color: var(--tj-color-theme-dark-2);
  font-size: 16px;
  line-height: 1.3333;
  font-weight: var(--tj-fw-medium);
}
.h5-testimonial-wrapper .testimonial-item .desc p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-testimonial-wrapper .testimonial-item .desc {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-testimonial-wrapper .testimonial-item .desc {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-testimonial-wrapper .testimonial-item {
    padding: 35px 23px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-testimonial-wrapper .testimonial-item {
    padding: 30px 20px;
  }
}
.h5-testimonial-wrapper .h5-testimonial-author-wrapper {
  border-bottom: 1px dashed var(--tj-color-border-1);
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 30px;
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-testimonial-wrapper .h5-testimonial-author-wrapper {
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.h5-testimonial-wrapper .h5-testimonial-author-wrapper .testimonial-author {
  border-top: 0;
  padding-top: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-testimonial-wrapper .h5-testimonial-author-wrapper .testimonial-author {
    padding-top: 0;
  }
}
.h5-pricing .heading-wrap-content .sec-heading {
  max-width: 360px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-pricing .gap-30-30 .row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 20px;
  }
}
.h5-pricing-tab-controllers {
  background-color: var(--tj-color-theme-dark);
  border-radius: 100px;
  flex-wrap: nowrap;
  gap: 0;
  padding: 6px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-pricing-tab-controllers {
    padding: 5px;
  }
}
.h5-pricing-tab-controller {
  color: var(--tj-color-common-white);
  white-space: nowrap;
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  background: 0 0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h5-pricing-tab-controller {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.h5-pricing-tab-controller.active {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.h5-pricing-box-wrapper {
  background-color: var(--tj-color-theme-dark);
  z-index: 0;
  border-radius: 12px;
  padding: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 575px) {
  .h5-pricing-box-wrapper {
    padding: 30px 15px;
  }
}
.h5-pricing-box-wrapper .bg-shape-3 {
  inset-inline-start: 20%;
}
.h5-pricing-box {
  background-color: var(--tj-color-common-white);
  border-radius: 12px;
  padding: 26px 30px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  (max-width: 575px) {
  .h5-pricing-box {
    padding: 26px 15px 30px;
  }
}
.h5-pricing-box .list-items .h5-pricing-list-title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 24px;
}
.h5-pricing-box .package-desc {
  margin-bottom: 35px;
}
.h5-pricing-box .package-price {
  margin: 35px 0;
}
.h5-pricing-box .pricing-btn {
  margin-top: 28px;
  margin-bottom: 0;
}
.h5-pricing-box .pricing-btn a {
  background-color: var(--tj-color-theme-primary);
  border: 0;
}
.h5-pricing-box .pricing-btn a .btn-text {
  color: var(--tj-color-common-white);
}
.h5-pricing-box .pricing-btn a:hover .btn-icon {
  background-color: var(--tj-color-theme-dark);
}
.h5-pricing-box.active .package-name,
.h5-pricing-box-basic .package-name {
  color: var(--tj-color-common-white);
}
.h5-pricing-box.active .package-desc p,
.h5-pricing-box-basic .package-desc p {
  color: var(--tj-color-text-body-2);
}
.h5-pricing-box.active .package-price,
.h5-pricing-box-basic .package-price,
.h5-pricing-box.active .package-currency,
.h5-pricing-box-basic .package-currency {
  color: var(--tj-color-common-white);
}
.h5-pricing-box.active .package-period,
.h5-pricing-box-basic .package-period {
  color: var(--tj-color-text-body-2);
}
.h5-pricing-box.active .pricing-btn a,
.h5-pricing-box-basic .pricing-btn a {
  background-color: var(--tj-color-theme-primary);
  border: 0;
}
.h5-pricing-box.active .pricing-btn a .btn-text,
.h5-pricing-box-basic .pricing-btn a .btn-text,
.h5-pricing-box.active .list-items .h5-pricing-list-title,
.h5-pricing-box-basic .list-items .h5-pricing-list-title {
  color: var(--tj-color-common-white);
}
.h5-pricing-box.active .list-items ul li,
.h5-pricing-box-basic .list-items ul li {
  color: var(--tj-color-grey-1);
}
.h5-pricing-box.active .list-items ul li i,
.h5-pricing-box-basic .list-items ul li i {
  color: var(--tj-color-theme-primary);
}
.h5-pricing-box-basic {
  border: 1px solid var(--tj-color-border-3);
  background-color: #0000;
}
.h5-pricing-box.active {
  background-color: var(--tj-color-grey-3);
}
.h5-maquee {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-maquee {
    padding: 40px 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) {
  .h5-maquee {
    padding: 30px 0;
  }
}
.h5-maquee-inner {
  background: var(--tj-color-theme-primary);
  z-index: 3;
  width: 105%;
  margin-inline-start: -5px;
  padding: 31px 0;
  position: relative;
  rotate: 2deg;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-maquee-inner {
    padding: 25px 0;
    rotate: 4deg;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h5-maquee-inner {
    padding: 20px 0;
    rotate: 4deg;
  }
}
@media (max-width: 575px) {
  .h5-maquee-inner {
    padding: 15px 0;
    rotate: 4deg;
  }
}
.h5-maquee-inner .h5-maquee-slider-wrapper {
  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 {
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  display: flex;
}
.h5-maquee-inner .h5-maquee-slider-item .marquee-box .marquee-icon {
  color: var(--tj-color-common-white);
  line-height: 1;
  animation: 6s linear infinite rotateImg2;
}
.h5-maquee-inner .h5-maquee-slider-item .marquee-box .marquee-title .title {
  font-size: 24px;
  font-weight: var(--tj-fw-sbold);
  text-transform: capitalize;
  white-space: nowrap;
  color: var(--tj-color-common-white);
  margin-bottom: 0;
  line-height: 1;
}
@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: 14px;
  }
  .h5-maquee-inner .h5-maquee-slider-item .marquee-box .marquee-title .title {
    font-size: 20px;
  }
}
.h5-maquee-inner-rtl {
  background: var(--tj-color-common-white);
  inset-inline-start: 0;
  z-index: 2;
  width: 105%;
  position: absolute;
  top: 70px;
  rotate: -4deg;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h5-maquee-inner-rtl {
    top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .h5-maquee-inner-rtl {
    top: 30px;
  }
}
@media (max-width: 575px) {
  .h5-maquee-inner-rtl {
    top: 30px;
    rotate: -7deg;
  }
}
.h5-maquee-inner-rtl .h5-maquee-slider-item .marquee-box .marquee-icon {
  color: var(--tj-color-theme-primary);
  animation: 6s linear infinite rotateImg;
}
.h5-maquee-inner-rtl .h5-maquee-slider-item .marquee-box .marquee-title .title {
  color: var(--tj-color-theme-primary);
}
@keyframes rotateImg {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateImg2 {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}
.h5-blog-wrapper {
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(calc(50% - 15px), 1fr));
  justify-content: center;
  display: grid;
}
.h5-blog-wrapper .blog-item.h5-blog-item {
  padding: 15px;
}
.h5-blog-wrapper .blog-item.h5-blog-item .blog-thumb {
  width: 41%;
}
.h5-blog-wrapper .blog-item.h5-blog-item .blog-date {
  top: auto;
  bottom: 15px;
  inset-inline: auto 15px;
}
.h5-blog-wrapper .blog-item.h5-blog-item .blog-content {
  width: 59%;
  padding: 35px 15px 35px 25px;
}
.h5-blog-wrapper .blog-item:first-child {
  flex-direction: column;
  grid-row: 1/3;
  align-items: start;
  gap: 0;
}
.h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-thumb {
  width: 100%;
}
.h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content {
  width: 100%;
  padding: 20px 15px 15px;
}
.h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content .title {
  font-size: 32px;
  font-weight: var(--tj-fw-medium);
}
.h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content .text-btn {
  margin-top: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h5-blog-wrapper {
    grid-template-columns: 696px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h5-blog-wrapper {
    grid-template-columns: 516px;
  }
  .h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content {
    padding: 20px 0;
  }
  .h5-blog-wrapper
    .blog-item:first-child.h5-blog-item
    .blog-content
    .blog-title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .h5-blog-wrapper {
    grid-template-columns: 100%;
  }
  .h5-blog-wrapper .blog-item.h5-blog-item .blog-thumb {
    width: 100%;
    max-height: 240px;
  }
  .h5-blog-wrapper .blog-item.h5-blog-item .blog-content {
    width: 100%;
    padding: 20px 0 10px;
  }
  .h5-blog-wrapper .blog-item.h5-blog-item .blog-content .title {
    font-size: 24px;
  }
  .h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content {
    padding: 20px 0 10px;
  }
  .h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content .title {
    font-size: 24px;
    font-weight: var(--tj-fw-sbold);
  }
  .h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content .text-btn {
    margin-top: 16px;
  }
  .tj-footer-section.h5-footer .h5-footer-subscribe {
    padding: 24px 20px 32px;
  }
}
.tj-footer-section.h5-footer .h5-footer-subscribe .title {
  color: var(--tj-color-common-white);
  max-width: 500px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-section.h5-footer .h5-footer-subscribe .title {
    max-width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-section.h5-footer .h5-footer-subscribe .title {
    max-width: 100%;
  }
}
.tj-footer-section.h5-footer
  .h5-footer-subscribe
  .subscribe-form
  input[type="checkbox"] {
  border: 1px solid var(--tj-color-text-body-2);
}
.tj-footer-section.h5-footer
  .h5-footer-subscribe
  .subscribe-form
  input[type="checkbox"]:before {
  color: var(--tj-color-theme-dark);
}
.tj-footer-section.h5-footer
  .h5-footer-subscribe
  .subscribe-form
  input[type="checkbox"]:checked {
  background-color: var(--tj-color-common-white);
  border-color: var(--tj-color-common-white);
}
.tj-footer-section.h5-footer .h5-footer-subscribe .subscribe-form label {
  color: var(--tj-color-text-body-2);
}
.tj-footer-section.h5-footer .h5-footer-subscribe .subscribe-form label a {
  color: var(--tj-color-common-white);
}
.tj-footer-section.h5-footer
  .h5-footer-subscribe
  .subscribe-form
  label
  a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-footer-section.h5-footer .h5-footer-copyright {
  border-top: 1px dashed var(--tj-color-border-2);
}
.header-area.h6-header.header-absolute {
  top: 30px;
  z-index: 999;
  border-radius: 12px;
  width: calc(100% - 60px);
  inset-inline-start: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-area.h6-header.header-absolute {
    inset-inline-start: 12px;
    width: calc(100% - 48px);
    top: 24px;
  }
}
.header-area.h6-header.sticky {
  width: calc(100% - 30px);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-area.h6-header.sticky {
    width: 100%;
  }
}
.tj-footer-section.h6-footer {
  padding-top: 0;
}
.tj-footer-section.h6-footer .h6-footer-subscribe {
  margin-inline: 0 auto;
}
@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),
  (max-width: 575px) {
  .tj-footer-section.h6-footer .h6-footer-subscribe {
    margin-top: 0;
  }
}
.tj-footer-section.h6-footer
  .h6-footer-subscribe
  .subscribe-form
  input[type="email"] {
  background-color: var(--tj-color-grey-3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--tj-color-common-white);
  outline: 1px solid #0000;
}
.tj-footer-section.h6-footer
  .h6-footer-subscribe
  .subscribe-form
  input[type="email"]::placeholder {
  color: var(--tj-color-common-white);
  transition: all 0.3s;
}
.tj-footer-section.h6-footer
  .h6-footer-subscribe
  .subscribe-form
  input[type="email"]:focus {
  outline-color: var(--tj-color-theme-primary);
}
.tj-footer-section.h6-footer
  .h6-footer-subscribe
  .subscribe-form
  input[type="checkbox"] {
  border: 1px solid var(--tj-color-grey-3);
}
.tj-footer-section.h6-footer
  .h6-footer-subscribe
  .subscribe-form
  input[type="checkbox"]:before {
  color: var(--tj-color-common-white);
}
.tj-footer-section.h6-footer
  .h6-footer-subscribe
  .subscribe-form
  input[type="checkbox"]:checked {
  background-color: var(--tj-color-grey-3);
  border-color: var(--tj-color-grey-3);
}
.tj-footer-section.h6-footer
  .h6-footer-subscribe
  .subscribe-form
  button:before {
  border-color: var(--tj-color-grey-3);
}
.tj-footer-section.h6-footer .h6-footer-subscribe .subscribe-form label {
  color: var(--tj-color-grey-1);
}
.tj-footer-section.h6-footer .h6-footer-subscribe .subscribe-form label a {
  color: var(--tj-color-common-white);
}
.tj-footer-section.h6-footer
  .h6-footer-subscribe
  .subscribe-form
  label
  a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-footer-section.h6-footer .h6-footer-col-2 {
  padding-inline-start: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-section.h6-footer .h6-footer-col-2 {
    padding-inline-start: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-footer-section.h6-footer .h6-footer-col-2 {
    padding-inline-start: 0;
  }
}
.tj-footer-section.h6-footer .h6-footer-col-3.widget-nav-menu {
  padding-inline-start: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-section.h6-footer .h6-footer-col-3.widget-nav-menu {
    margin-top: 0;
    padding-inline-start: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-section.h6-footer .h6-footer-col-3.widget-nav-menu {
    padding-inline-start: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-footer-section.h6-footer .h6-footer-col-3.widget-nav-menu {
    padding-inline-start: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-section.h6-footer .h6-footer-contact {
    margin-top: 0;
    padding-inline-start: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-section.h6-footer .h6-footer-contact {
    padding-inline-start: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-footer-section.h6-footer .h6-footer-contact {
    padding-inline-start: 0;
  }
}
.tj-footer-section.h6-footer .h6-footer-logo {
  justify-content: center;
  display: flex;
  overflow: hidden;
}
.tj-footer-section.h6-footer .h6-footer-logo-area {
  padding-bottom: 50px;
}
.tj-footer-section.h6-footer .h6-footer-copyright {
  border-color: var(--tj-color-border-4);
}
.tj-footer-section.h6-footer .h6-footer-copyright .copyright-menu ul li:before {
  background: var(--tj-color-border-4);
}
.tj-footer-section.h6-footer .bg-shape-3 {
  width: 100%;
  max-width: 100%;
  inset-inline-start: 0;
}
.social-links.style-6 ul li a {
  background-color: var(--tj-color-common-white);
  opacity: 0.3;
}
.social-links.style-6 ul li a i {
  color: var(--tj-color-theme-dark);
}
.social-links.style-6 ul li a:hover {
  background-color: var(--tj-color-common-white);
  opacity: 1;
}
.social-links.style-6 ul li a:hover i {
  color: var(--tj-color-theme-dark);
}
.h6-hero {
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-hero.section-gap-x {
    border-start-start-radius: 12px;
    border-start-end-radius: 12px;
  }
}
.h6-hero .banner-area {
  flex-flow: row-reverse;
  gap: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-hero .banner-area {
    flex-direction: column;
  }
}
.h6-hero .banner-content {
  max-width: 100%;
  margin-inline-start: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-hero .banner-content {
    padding: 0;
  }
}
.h6-hero .banner-content .banner-title {
  color: var(--tj-color-heading-primary);
  max-width: 681px;
  margin-bottom: 24px;
  line-height: 1.12;
}
.h6-hero .banner-left-box {
  background-color: var(--tj-color-theme-bg);
  border-radius: 16px;
  width: 50%;
  margin-inline-end: 0;
  padding: 225px 60px 60px 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h6-hero .banner-left-box {
    padding: 195px 40px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h6-hero .banner-left-box {
    padding: 180px 30px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-hero .banner-left-box {
    width: 100%;
    padding: 170px 30px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-hero .banner-left-box {
    border-radius: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h6-hero .banner-left-box {
    padding: 150px 15px 30px;
  }
}
@media (max-width: 575px) {
  .h6-hero .banner-left-box {
    padding: 140px 15px 30px;
  }
}
.h6-hero .banner-left-box:before {
  display: none;
}
@media (max-width: 575px) {
  .h6-hero .banner-right-box {
    min-height: auto;
  }
}
.h6-hero-bottom {
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 575px) {
  .h6-hero-bottom {
    flex-wrap: wrap;
    gap: 15px;
    padding-top: 50px;
  }
}
@media (max-width: 575px) {
  .h6-hero-bottom {
    padding-top: 40px;
  }
}
.h6-hero-history {
  max-width: 348px;
}
.h6-hero-history-title {
  z-index: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.h6-hero-history-title:after,
.h6-hero-history-title:before {
  content: "";
  background-color: var(--tj-color-border-1);
  inset-inline-start: 0;
  z-index: -2;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}
.h6-hero-history-title:after {
  background-color: var(--tj-color-theme-primary);
  width: 32px;
  height: 3px;
}
.h6-hero-card-wrapper {
  z-index: 0;
  background-color: var(--tj-color-common-white);
  border-radius: 12px;
  max-width: 315px;
  padding: 15px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .h6-hero-card-wrapper {
    max-width: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-hero-card-wrapper {
    margin-inline: auto;
  }
}
.h6-hero-card-wrapper .swiper-pagination-area {
  inset-inline: auto 15px;
  text-align: end;
  z-index: 1;
  margin-top: 0;
  line-height: 0;
  position: absolute;
  bottom: 20px;
}
.h6-hero-card-wrapper .swiper-pagination-area .swiper-pagination-bullet,
.h6-hero-card-wrapper .swiper-pagination-area .swiper-pagination-bullet-active {
  width: 8px;
}
.h6-hero-card-banner {
  z-index: 0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h6-hero-card-banner:after {
  content: "";
  inset-inline-start: 0;
  background-color: var(--tj-color-theme-dark);
  opacity: 0.3;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.h6-hero-card-video {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--tj-color-grey-3);
  z-index: 2;
  inset-inline-start: 50%;
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  line-height: 1;
  animation: 1.3s ease-out infinite pulse4;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.h6-hero-card-video i {
  color: var(--tj-color-common-white);
  padding-inline-start: 4px;
  transition: all 0.4s;
}
.h6-hero-card-video:hover i {
  transform: scale(1.1);
}
.h6-hero-card-content {
  font-weight: var(--tj-fw-sbold);
  padding: 15px 5px 5px;
}
.h6-hero-card-title {
  opacity: 0;
  margin: 0;
  transition: all 0.3s 0.6s;
  transform: translateY(10%);
}
.h6-hero-card-title a:hover {
  color: var(--tj-color-theme-primary);
}
.h6-hero-card-wrapper .swiper-slide-active .h6-hero-card-title {
  opacity: 1;
  max-width: 207px;
  transform: translateY(0);
}
.h6-hero .banner-left-box {
  border-radius: 16px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-hero .banner-left-box {
    border-radius: 14px;
  }
}
.h6-choose {
  overflow: hidden;
}
.h6-choose-box .choose-icon {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  max-width: 90px;
  height: 90px;
  font-size: 65px;
  display: inline-flex;
}
.h6-choose-box .choose-icon i {
  width: 42px;
}
.h6-choose-box .choose-icon .tji-support {
  margin-inline-start: -8px;
  margin-top: -3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-choose-box .choose-icon {
    max-width: 80px;
    height: 80px;
    font-size: 56px;
  }
  .h6-choose-box .choose-icon i {
    width: 36px;
  }
}
.h6-choose-box:hover {
  background-color: var(--tj-color-common-white);
}
.h6-choose-box:hover .title {
  color: var(--tj-color-heading-primary);
}
.h6-choose-box:hover .desc {
  color: var(--tj-color-text-body);
}
.h6-about {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h6-about-content.about-content-area {
  background-color: #0000;
  max-width: 561px;
  padding: 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) {
  .h6-about-content.about-content-area {
    max-width: 100%;
  }
}
.h6-about-content .sec-heading.style-2 .sub-title {
  background-color: var(--tj-color-grey-3);
}
.h6-about-content .sec-title {
  color: var(--tj-color-common-white);
  margin-bottom: 16px;
}
.h6-about-content .desc {
  color: var(--tj-color-text-body-2);
  margin-bottom: 0;
}
.h6-about-funfact-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 0;
  background-color: #ffffff1a;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.h6-about-funfact {
  width: 100%;
  padding: 20px 30px 26px;
  display: flex;
}
@media (max-width: 575px) {
  .h6-about-funfact {
    flex-wrap: wrap;
    padding: 20px 15px 26px;
  }
}
.h6-about-funfact .countup-item {
  align-items: flex-start;
  width: 50%;
  padding: 0;
}
.h6-about-funfact .countup-item:not(:last-child) {
  padding-inline-end: 45px;
}
.h6-about-funfact .countup-item:not(:first-child) {
  z-index: 0;
  padding-inline-start: 30px;
  position: relative;
}
.h6-about-funfact .countup-item:not(:first-child):after {
  content: "";
  inset-inline-start: 0;
  border-inline-end: 1px dashed var(--tj-color-border-3);
  width: 0;
  height: 88%;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}
.h6-about-funfact .countup-item .count-text {
  max-width: 205px;
  color: var(--tj-color-text-body-2);
}
.h6-about-funfact .countup-item .inline-content {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .h6-about-funfact .countup-item .inline-content {
    margin-bottom: 5px;
  }
  .h6-about-funfact .countup-item {
    text-align: start;
    width: 100%;
  }
  .h6-about-funfact .countup-item:not(:last-child) {
    padding-inline-end: 0;
    padding-bottom: 20px;
  }
  .h6-about-funfact .countup-item:not(:first-child) {
    padding-inline-start: 0;
    padding-top: 15px;
  }
  .h6-about-funfact .countup-item:not(:first-child):after {
    inset-inline-start: 50%;
    border-inline-end: 0;
    border-top: 1px dashed var(--tj-color-border-3);
    width: 100%;
    height: 0;
    top: 0;
    transform: translate(-50%);
  }
}
.h6-about-funfact-shape {
  bottom: 0;
  z-index: -1;
  border-radius: 8px;
  height: 100%;
  position: absolute;
  inset-inline-end: 0;
  overflow: hidden;
}
.h6-about-funfact-shape img {
  height: 100%;
}
.h6-about-img {
  margin-inline: 60px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h6-about-img {
    margin-inline-start: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-about-img {
    margin-inline-start: 0;
    margin-top: 50px;
  }
}
.h6-about-box {
  inset-inline-start: 25px;
  background-color: #0000;
  max-width: 248px;
  padding: 0;
  bottom: 25px;
}
.h6-about-box:before,
.h6-about-box:after {
  display: none;
}
.h6-about-box .customers-box {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border-radius: 10px;
}
.h6-about-box .customers-box .customers-text {
  color: var(--tj-color-common-white);
  font-size: 20px;
  font-weight: var(--tj-fw-sbold);
  margin-top: 24px;
}
.h6-service-item {
  background-color: var(--tj-color-common-white);
  border-radius: 10px;
  height: 100%;
  padding: 15px 15px 0;
  overflow: hidden;
}
.h6-service-item .h6-service-thumb {
  border-radius: 10px;
  min-height: 280px;
  position: relative;
  overflow: hidden;
}
.h6-service-item .h6-service-thumb img {
  object-fit: cover;
  transform-origin: 50%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 280px;
  transition: transform 0.5s;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 575px) {
  .h6-service-item .h6-service-thumb,
  .h6-service-item .h6-service-thumb img {
    min-height: 240px;
  }
}
.h6-service-item .h6-service-content {
  height: 100%;
  padding: 25px 15px 30px;
}
.h6-service-item .h6-service-content .title {
  font-weight: var(--tj-fw-sbold);
  width: calc(100% - 50px);
  margin: 0;
}
.h6-service-item .h6-service-content .title a:hover {
  color: var(--tj-color-theme-primary);
}
.h6-service-item .h6-service-content .desc {
  margin-top: 15px;
}
.h6-service-item .h6-service-content .desc:last-of-type {
  margin-bottom: 0;
}
.h6-service-item .h6-service-content .text-btn .btn-icon {
  width: 40px;
  height: 40px;
}
.h6-service-item .h6-service-index {
  color: var(--tj-color-text-body-3);
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 16px;
}
.h6-service-item:hover .h6-service-thumb img {
  transform: perspective(400px) rotateX(0.09deg) rotateY(0) scale(1.1);
}
.h6-service-title-wrap {
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
  display: flex;
}
.h6-project {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h6-project .heading-wrap-content {
  align-items: flex-end;
}
.h6-project .sec-heading.style-2 .sub-title {
  background-color: var(--tj-color-grey-3);
}
.h6-project .sec-heading.style-2 .sec-title {
  color: var(--tj-color-common-white);
}
.h6-project-inner {
  gap: 30px;
  padding: 0 18px;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-project-inner {
    gap: 20px;
    padding: 0 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-project-inner {
    gap: 15px;
    padding: 0 3px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-project-inner {
    flex-direction: column;
  }
}
.h6-project-item {
  border-radius: 10px;
  width: 184px;
  height: 580px;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1921px) {
  .h6-project-item {
    width: 13%;
    height: 600px;
  }
}
@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) {
  .h6-project-item {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-project-item {
    width: 100%;
    height: 300px;
  }
}
.h6-project-item-inner {
  z-index: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  transform: translateY(0);
}
.h6-project-item-inner:after {
  content: " ";
  inset-inline-start: 0;
  opacity: 0;
  z-index: 1;
  background: #0c1e2180;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-project-item-inner:after {
    opacity: 1;
  }
}
.h6-project-item .project-content {
  inset-inline-start: 0;
  z-index: 3;
  width: 100%;
  padding: 30px;
  transition: all 0.4s 0.3s;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h6-project-item .project-content {
    padding: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h6-project-item .project-content {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-project-item .project-content {
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-project-item .project-content {
    transform: translateY(0);
  }
}
@media (max-width: 575px) {
  .h6-project-item .project-content {
    padding: 15px;
  }
}
.h6-project-item .project-content .categories a {
  color: var(--tj-color-common-white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
}
.h6-project-item .project-content .categories a:hover {
  background-color: var(--tj-color-theme-primary);
}
.h6-project-item .project-content .project-text {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-top: 18px;
  display: flex;
}
.h6-project-item .project-content .project-text .title {
  color: var(--tj-color-common-white);
  width: 100%;
  min-width: 351px;
  max-width: 351px;
  margin-bottom: 0;
}
.h6-project-item .project-content .project-text .title a {
  color: var(--tj-color-common-white);
}
.h6-project-item .project-content .project-text .title a:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-project-item .project-content .project-text .title {
    min-width: 284px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h6-project-item .project-content .project-text .title {
    min-width: auto;
    max-width: 200px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .h6-project-item .project-content .project-text .title {
    width: calc(100% - 70px);
    min-width: auto;
    font-size: 20px;
  }
  .h6-project-item .project-content .project-text {
    margin-top: 12px;
  }
}
.h6-project-item .project-content .project-btn {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  opacity: 1;
  background-color: #ffffff1a;
  border: 2px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 22px;
  display: flex;
}
.h6-project-item .project-content .project-btn i {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-normal);
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
.h6-project-item .project-content .project-btn:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.h6-project-item .project-content .project-btn:hover i {
  color: var(--tj-color-common-white);
  transform: rotate(0);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h6-project-item .project-content .project-btn {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .h6-project-item .project-content .project-btn {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
}
.h6-project-item:hover .project-content {
  transform: translateY(100%);
}
.h6-project-item.active {
  place-content: unset;
  width: 759px;
}
@media (min-width: 1921px) {
  .h6-project-item.active {
    width: 48%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-project-item.active {
    width: 100%;
    height: 300px;
  }
}
.h6-project-item.active .h6-project-item-inner:after {
  opacity: 1;
}
.h6-project-item.active .h6-project-item-inner .project-content {
  transform: translateY(0);
}
.h6-working-process {
  z-index: 1;
  position: relative;
}
.h6-working-process .content-wrap .tj-primary-btn {
  margin-top: 24px;
}
.h6-working-process .content-wrap {
  max-width: 550px;
  margin-inline-start: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-working-process .content-wrap {
    max-width: 100%;
    margin-inline-start: 0;
  }
}
.h6-working-process-inner {
  background-color: var(--tj-color-common-white);
  border-radius: 10px;
  margin-inline-end: 10px;
  padding: 60px 50px 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-working-process-inner {
    margin-inline-end: 0;
    padding: 50px 40px 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-working-process-inner {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-working-process-inner {
    margin-inline-end: 0;
    margin-top: 45px;
    padding: 40px 15px 55px;
  }
}
.h6-working-process-wrapper {
  z-index: 0;
  flex-direction: column;
  gap: 45px;
  display: flex;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-working-process-wrapper {
    gap: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-working-process-wrapper {
    gap: 25px;
  }
}
.h6-working-process-wrapper:after {
  content: "";
  inset-inline-start: 34px;
  border-inline-end: 1px dashed var(--tj-color-border-1);
  z-index: -1;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-working-process-wrapper:after {
    inset-inline-start: 29px;
  }
}
.h6-working-process-item {
  padding: 0;
  z-index: 0;
  background-color: #0000;
  border-radius: 0;
  max-width: 100%;
  padding-inline-start: 95px;
  transition: all 0.6s;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h6-working-process-item {
    padding-inline-start: 75px;
  }
}
@media (max-width: 575px) {
  .h6-working-process-item {
    padding-inline-start: 70px;
  }
}
.h6-working-process-item:not(:last-child):after {
  display: none;
}
.h6-working-process-item .process-step {
  background-image: none;
  background-clip: inherit;
  background-color: var(--tj-color-theme-bg);
  -webkit-text-fill-color: inherit;
  transform: 0.4s;
  inset-inline-start: 0;
  outline: 15px solid var(--tj-color-common-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-size: 24px;
  line-height: 1;
  transition: all 0.3s;
  display: inline-flex;
  position: absolute;
  top: 0;
}
.h6-working-process-item .process-step span {
  color: var(--tj-color-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-working-process-item .process-step {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-working-process-item .process-step {
    outline-width: 10px;
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
.h6-working-process-item .process-content .title {
  margin-top: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-working-process-item .process-content .title {
    margin-top: 10px;
  }
}
.h6-working-process-item.active .process-step {
  background-color: var(--tj-color-theme-primary);
}
.h6-working-process-item.active .process-step span {
  color: var(--tj-color-common-white);
}
.tj-award-wrapper {
  z-index: 0;
  flex-direction: column;
  gap: 15px;
  display: flex;
  position: relative;
}
.tj-award-wrapper .active-bg {
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: var(--tj-color-theme-primary);
  z-index: 1;
  border-radius: 8px;
  transition: all 0.6s;
  position: absolute;
  inset-inline: 0;
}
.tj-award-wrapper:has(.tj-award-item:hover) .active-bg {
  opacity: 1;
}
.tj-award-title,
.tj-award-date,
.tj-award-index,
.tj-award-result {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 0;
  transition: all 0.4s;
}
.tj-award-item {
  background-color: var(--tj-color-common-white);
  border-radius: 8px;
}
.tj-award-item-inner {
  z-index: 2;
  padding: 35px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .tj-award-item-inner {
    padding: 30px 15px;
  }
}
.tj-award-item-inner .tj-award-img {
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.tj-award-item-inner .tj-award-img img {
  transition: all 0.4s;
}
.tj-award-item-inner .tj-award-img img:first-child {
  opacity: 1;
}
.tj-award-item-inner .tj-award-img img:nth-child(2) {
  inset-inline-start: 0;
  z-index: -1;
  width: 100%;
  position: absolute;
  top: 0;
}
.tj-award-item-inner .tj-award-img-wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-award-item-inner .tj-award-img-wrapper {
    gap: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-award-item-inner .tj-award-img-wrapper {
    align-items: flex-end;
  }
}
.tj-award-item-inner .tj-award-title-wrapper {
  padding-inline-start: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-award-item-inner .tj-award-title-wrapper {
    padding-inline-start: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-award-item-inner .tj-award-title-wrapper {
    margin-top: 10px;
    padding-inline-start: 12px;
  }
}
.tj-award-item-inner .tj-award-result {
  color: var(--tj-colot-theme-dark-3);
}
.tj-award-item-inner .tj-award-date-wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-award-item-inner .tj-award-date-wrapper {
    padding-inline-start: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-award-item-inner .tj-award-date-wrapper {
    margin-top: 12px;
  }
}
.tj-award-item-inner:hover .tj-award-title,
.tj-award-item-inner:hover .tj-award-date,
.tj-award-item-inner:hover .tj-award-index,
.tj-award-item-inner:hover .tj-award-result {
  color: var(--tj-color-common-white);
}
.tj-award-item-inner:hover .tj-award-img img:first-child {
  opacity: 0;
}
.h6-testimonial {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h6-testimonial .container,
.h6-testimonial .container .row {
  --bs-gutter-x: 30px;
}
@media (max-width: 575px) {
  .h6-testimonial .container,
  .h6-testimonial .container .row {
    --bs-gutter-x: 24px;
  }
}
.h6-testimonial .sec-heading.style-2 .sub-title {
  background-color: var(--tj-color-grey-3);
}
.h6-testimonial .sec-heading.style-2 .sec-title {
  color: var(--tj-color-common-white);
}
.h6-testimonial .content-wrap {
  max-width: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h6-testimonial .content-wrap {
    max-width: 100%;
  }
}
.h6-testimonial .content-wrap .desc {
  color: var(--tj-color-text-body-2);
}
.h6-testimonial .content-wrap .tj-primary-btn {
  margin-top: 24px;
}
.h6-testimonial-banner {
  z-index: 0;
  border-radius: 12px;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}
.h6-testimonial-banner img {
  width: 100%;
}
.h6-testimonial-banner:after {
  content: "";
  inset-inline-start: 0;
  background-color: var(--tj-color-theme-dark);
  opacity: 0.3;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.h6-testimonial-banner-video {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--tj-color-grey-3);
  z-index: 2;
  inset-inline-start: 50%;
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  line-height: 1;
  animation: 1.3s ease-out infinite pulse4;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.h6-testimonial-banner-video i {
  color: var(--tj-color-common-white);
  padding-inline-start: 4px;
  transition: all 0.4s;
}
.h6-testimonial-banner-video:hover i {
  transform: scale(1.1);
}
.h6-testimonial-wrapper {
  height: 750px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-testimonial-wrapper {
    height: auto;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .h6-testimonial-wrapper {
    margin-inline-end: 0;
  }
}
.h6-testimonial-wrapper .swiper {
  height: 100%;
  overflow: visible;
  -webkit-mask-image: linear-gradient(#0c1e21 79%, #0c1e2100 95%);
  mask-image: linear-gradient(#0c1e21 79%, #0c1e2100 95%);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .h6-testimonial-wrapper .swiper {
    -webkit-mask-image: linear-gradient(-90deg, #0c1e2100 0%, #0c1e21 20%);
    mask-image: linear-gradient(-90deg, #0c1e2100 0%, #0c1e21 20%);
  }
}
@media (max-width: 575px) {
  .h6-testimonial-wrapper .swiper {
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.h6-testimonial-wrapper .swiper-slide {
  height: auto;
}
.h6-testimonial-wrapper .testimonial-item {
  background-color: var(--tj-color-grey-3);
  border-radius: 12px;
  height: 100%;
  padding: 40px 30px 35px;
}
.h6-testimonial-wrapper .testimonial-item .testimonial-author .title {
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
}
.h6-testimonial-wrapper .testimonial-item .desc {
  color: var(--tj-color-text-body-2);
  font-size: 24px;
  line-height: 1.3333;
  font-weight: var(--tj-fw-medium);
}
.h6-testimonial-wrapper .testimonial-item .desc p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h6-testimonial-wrapper .testimonial-item .desc {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-testimonial-wrapper .testimonial-item .desc {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h6-testimonial-wrapper .testimonial-item {
    padding: 35px 23px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-testimonial-wrapper .testimonial-item {
    padding: 30px 20px;
  }
}
.h6-testimonial-wrapper .h6-testimonial-author-wrapper {
  border-bottom: 1px dashed var(--tj-color-border-2);
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 30px;
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-testimonial-wrapper .h6-testimonial-author-wrapper {
    margin-bottom: 16px;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
.h6-testimonial-wrapper .h6-testimonial-author-wrapper .testimonial-author {
  border-top: 0;
  padding-top: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h6-testimonial-wrapper .h6-testimonial-author-wrapper .testimonial-author {
    padding-top: 0;
  }
}
.h6-testimonial-wrapper
  .h6-testimonial-author-wrapper
  .testimonial-author
  .designation {
  color: var(--tj-color-text-body-2);
}
.h6-blog-wrapper .blog-date {
  top: auto;
  inset-inline-start: auto;
  bottom: 15px;
  inset-inline-end: 15px;
}
.h6-client {
  margin: 0 15px 15px;
  padding-inline: 0;
}
.h6-client .container-fluid,
.h6-client .container-fluid .row {
  --bs-gutter-x: 0;
}
.h6-client-title-wrapper {
  text-align: center;
  justify-content: center;
  padding: 25px 15px 55px;
  display: flex;
}
@media (max-width: 575px) {
  .h6-client-title-wrapper {
    padding: 15px 15px 35px;
  }
}
.h6-client-title {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.57;
  display: inline-flex;
}
@media (max-width: 575px) {
  .h6-client-title {
    gap: 0;
  }
}
.h6-client-title:after,
.h6-client-title:before {
  content: "";
  background-color: var(--tj-color-common-white);
  border-radius: 100%;
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  line-height: 1;
}
.h6-client-slider .client-logo {
  background: var(--tj-color-grey-3);
  border: 0;
}
.h6-client-slider .client-logo img {
  opacity: 1;
}
.h6-client-slider .client-logo:hover img {
  animation: 0.6s gelatine;
}
.h7-header.header-area.header-absolute {
  z-index: 1001;
  background: 0 0;
  padding: 5px 0;
  top: 15px;
}
.h7-header.header-area.header-absolute .header-wrapper {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background: 0 0;
  border-radius: 0;
  padding: 0 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h7-header.header-area.header-absolute .header-wrapper {
    padding: 0 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-header.header-area.header-absolute .header-wrapper {
    padding: 15px 0;
  }
}
.h7-header.header-area.header-absolute .search_popup {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  width: calc(100% - 10px);
  inset-inline-start: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h7-header.header-area.header-absolute .search_popup {
    width: calc(100% - 2px);
    inset-inline-start: 1px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-header.header-area.header-absolute {
    width: calc(100% - 48px);
    padding: 5px 0;
    top: 12px;
  }
}
.tj-footer-section.h7-footer {
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-section.h7-footer {
    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) {
  .tj-footer-section.h7-footer {
    padding-top: 70px;
  }
}
.tj-footer-section.h7-footer .h7-footer-main {
  padding-top: 0;
}
.tj-footer-section.h7-footer .h7-footer-copyright {
  border-top: 1px dashed var(--tj-color-border-1);
  padding: 30px 0;
}
.tj-footer-section.h7-footer .h7-footer-copyright .copyright-content-area {
  border: 0;
  padding: 0;
}
.h7-hero {
  border-radius: 16px;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-hero {
    border-radius: 12px;
    margin: 0 12px;
  }
}
.h7-hero-inner {
  background: var(--tj-color-theme-dark);
  position: relative;
}
.h7-hero-inner:after {
  content: "";
  inset-inline-start: 0;
  background-color: var(--tj-color-border-2);
  z-index: 998;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 90px;
}
.h7-hero-bg-image {
  mix-blend-mode: Luminosity;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.h7-hero-item {
  background-color: #0c1e21;
  min-height: 92.5vh;
  position: relative;
}
.h7-hero-item:after {
  content: "";
  top: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    #0c1e21 20%,
    #0c1e2166 60%,
    #0c1e211a 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.h7-hero-item-wrapper {
  min-height: 883px;
  padding: 242px 0 30px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h7-hero-item-wrapper {
    padding-inline-start: 50px;
    padding-top: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h7-hero-item-wrapper {
    padding: 170px 0 280px 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h7-hero-item-wrapper {
    padding: 170px 0 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h7-hero-item-wrapper {
    padding: 170px 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-hero-item-wrapper {
    padding: 150px 0 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h7-hero-item {
    height: 95vh;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h7-hero-item {
    min-height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-hero-item {
    min-height: 840px;
  }
}
.h7-hero-content {
  z-index: 1000;
  max-width: 898px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h7-hero-content {
    margin: 0;
  }
}
.h7-hero-content .h7-hero-title {
  color: var(--tj-color-common-white);
  letter-spacing: -0.03em;
  margin-bottom: 0;
  font-size: 140.59px;
  line-height: 1;
}
.h7-hero-content .h7-hero-title span {
  width: 100%;
  display: block;
}
.h7-hero-content .h7-hero-title span:nth-child(2) {
  text-align: end;
}
.h7-hero-content .h7-hero-title span:nth-child(3) {
  text-align: center;
}
.h7-hero-content .h7-hero-title span:has(img) {
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  display: flex;
}
.h7-hero-content .h7-hero-title span:has(img) img {
  object-fit: cover;
  border: 3px solid var(--tj-color-theme-primary);
  border: 2px solid var(--tj-color-border-5);
  box-sizing: border-box;
  background: linear-gradient(
    135deg,
    #1e8a8a4d 0%,
    #1e8a8a00 50%,
    #1e8a8a4d 100%
  );
  border-radius: 100%;
  width: 104px;
  height: 104px;
  padding: 20px 19px 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-hero-content .h7-hero-title span:has(img) img {
    width: 70px;
    height: 70px;
    padding: 15px 14px 13px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h7-hero-content .h7-hero-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h7-hero-content .h7-hero-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h7-hero-content .h7-hero-title {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .h7-hero-content .h7-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h7-hero-content {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h7-hero-content {
    max-width: 708px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h7-hero-content {
    max-width: 640px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h7-hero-content {
    max-width: 450px;
  }
}
.h7-hero-banner {
  inset-inline-end: -17%;
  z-index: 9;
  pointer-events: none;
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 1765px) {
  .h7-hero-banner {
    z-index: 999;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1764px) {
  .h7-hero-banner {
    inset-inline-end: -10%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h7-hero-banner {
    inset-inline-end: -2%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h7-hero-banner {
    margin-top: 50px;
    position: relative;
    inset-inline-end: -9%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-hero-banner {
    margin-top: 40px;
    position: relative;
    inset-inline-end: -3%;
  }
}
.h7-hero-shape {
  z-index: 1;
  position: absolute;
  top: 10px;
}
.h7-hero-shape-2 {
  inset-inline-end: 0;
}
.h7-hero .circle-text-wrap {
  z-index: 1000;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #0000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h7-hero .circle-text-wrap {
    bottom: 48px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-hero .circle-text-wrap {
    bottom: 164px;
  }
}
.h7-hero .circle-text-wrap .circle-icon {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.h7-hero-box {
  inset-inline-start: 0;
  z-index: 1000;
  align-items: center;
  gap: 10px;
  display: flex;
  position: absolute;
  bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h7-hero-box {
    inset-inline-start: 3%;
  }
}
@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),
  (max-width: 575px) {
  .h7-hero-box {
    inset-inline-start: 10px;
  }
}
.h7-hero-box .star-ratings {
  font-size: 19px;
}
.h7-hero-box .customers-text {
  font-size: 20px;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
  letter-spacing: -0.03em;
  margin-top: 8px;
}
@media (max-width: 575px) {
  .h7-hero-box .customers-text {
    font-size: 18px;
  }
}
.h7-choose-item-wrapper {
  --bs-gutter-x: 0;
  background-color: var(--tj-color-common-white);
  border-radius: 12px;
}
.h7-choose-item:not(:last-child) {
  border-inline-end: 2px solid var(--tj-color-grey-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-choose-item:not(:last-child) {
    border-inline-end: 0;
    border-bottom: 2px solid var(--tj-color-grey-1);
  }
}
.h7-choose-box {
  text-align: center;
  background-color: #0000;
  border-radius: 0;
}
.h7-choose-box .choose-content {
  align-items: center;
}
.h7-choose-box .choose-icon {
  background-color: var(--tj-color-grey-1);
  width: 100%;
  margin-bottom: 30px;
  transition: all 0.4s;
}
.h7-choose-box .choose-icon i {
  color: var(--tj-color-theme-primary);
  transition: all 0.4s;
}
.h7-choose-box .text-btn:hover .btn-icon,
.h7-choose-box:hover .choose-icon {
  background-color: var(--tj-color-theme-primary);
}
.h7-choose-box:hover .choose-icon i {
  color: var(--tj-color-common-white);
}
.h7-choose-box:hover .btn-text {
  color: var(--tj-color-heading-primary);
}
.h7-about {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  border-radius: 12px;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.h7-about .sec-heading.style-7 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h7-about .sec-heading.style-7 {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-about .sec-heading.style-7 {
    margin-bottom: 60px;
  }
}
.h7-about .sec-heading.style-7 .sec-title {
  margin-bottom: 35px;
}
.h7-about .sec-heading.style-7 .sub-title {
  margin-top: 12px;
}
.h7-about-content-inner {
  max-width: 755px;
}
.h7-about-card {
  margin-bottom: 30px;
}
.h7-about-card-icon {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80px;
  height: 80px;
  margin-bottom: 24px;
  font-size: 48px;
  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) {
  .h7-about-card-icon {
    max-width: 80px;
    height: 80px;
    font-size: 56px;
  }
}
.h7-about-card .desc {
  margin-bottom: 0;
}
.h7-about-banner {
  border-radius: 12px;
  overflow: hidden;
}
.h7-about-banner img {
  border-radius: 12px;
  width: 100%;
}
.h7-about-counter-wrapper .style-2 {
  border-radius: 10px;
  justify-content: space-between;
  min-height: 345px;
  overflow: hidden;
}
.h7-about-counter-wrapper .style-2.countup-item .counter-title {
  font-weight: var(--tj-fw-medium);
  border-bottom: 1px solid var(--tj-color-border-1);
  width: 100%;
  padding-bottom: 12px;
}
.h7-about-counter-wrapper .style-2.countup-item .steps {
  color: var(--tj-color-text-body-3);
}
.h7-about-counter-wrapper .style-2.countup-item .count-text {
  font-size: 18px;
  font-weight: var(--tj-fw-regular);
  letter-spacing: 0;
  line-height: 1.44;
}
.h7-about-counter-wrapper .style-2.img-box {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.h7-about-counter-wrapper .style-2.customers-box .customers-text {
  font-size: 32px;
  font-weight: var(--tj-fw-medium);
  letter-spacing: -0.03em;
  max-width: 343px;
  line-height: 1.25;
}
.h7-about-counter-wrapper .style-2.customers-box .customers-bg {
  opacity: 0.5;
}
.h7-about-counter-wrapper .style-2.customers-box .text-btn {
  justify-content: flex-start;
}
.h7-about-counter-wrapper .style-2.customers-box .text-btn .btn-text {
  color: var(--tj-color-common-white);
}
.h7-about-counter-wrapper .style-2.customers-box .text-btn .btn-icon {
  background-color: var(--tj-color-heading-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-service .sec-heading.style-7 {
    margin-bottom: 18px;
  }
}
.h7-service .sec-heading.style-7 .sub-title {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-service .sec-heading.style-7 .sub-title {
    margin-top: 0;
  }
}
.h7-service .sec-heading.style-7 .sec-title-wrapper {
  max-width: 870px;
  margin-inline-start: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-service .sec-heading.style-7 .sec-title-wrapper {
    max-width: 100%;
  }
}
.h7-service .sec-heading.style-7 .sec-title {
  max-width: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-service .sec-heading.style-7 .sec-title {
    max-width: 100%;
  }
}
.h7-service-wrapper {
  max-width: 870px;
  margin-inline-start: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-service-wrapper {
    max-width: 100%;
  }
}
.h7-service .section-desc-wrapper .desc {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-service .section-desc-wrapper {
    margin-bottom: 42px;
  }
  .h7-service .section-desc-wrapper .desc {
    margin-bottom: 22px;
  }
}
.h7-service-item {
  border-radius: 8px;
  padding: 35px 30px;
}
.h7-service-item:not(:last-child) {
  margin-bottom: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-service-item {
    padding: 30px 20px;
  }
}
.h7-service-item .service-content-wrap {
  align-items: center;
}
.h7-service-item .service-content-wrap .service-title .title a:hover {
  color: var(--tj-color-theme-primary);
}
.h7-service-item .h7-service-action .text-btn {
  margin-top: 0;
}
@media (max-width: 575px) {
  .h7-service-item .h7-service-action .text-btn {
    margin-top: 12px;
    margin-inline-start: 85px;
  }
}
.h7-service-item .h7-service-action .text-btn .btn-icon {
  border: 1px solid var(--tj-color-border-1);
  background-color: #0000;
  width: 40px;
  height: 40px;
  font-size: 24px;
}
.h7-service-item .h7-service-action .text-btn .btn-icon i {
  color: var(--tj-color-theme-dark);
}
.h7-service-item:hover .service-icon {
  animation: 0.6s gelatine;
}
.h7-service-item:hover .h7-service-action .text-btn .btn-icon {
  background-color: var(--tj-color-theme-dark);
  border: 1px solid var(--tj-color-theme-dark);
}
.h7-service-item:hover .h7-service-action .text-btn .btn-icon i {
  color: var(--tj-color-common-white);
}
.h7-testimonial {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h7-testimonial .sec-heading.style-2 .sub-title {
  background-color: var(--tj-color-grey-3);
  color: var(--tj-color-grey-1);
}
.h7-testimonial .sec-heading.style-2 .sec-title {
  color: var(--tj-color-common-white);
}
.h7-testimonial-wrapper {
  z-index: 0;
  position: relative;
}
.h7-testimonial-wrapper .slider-next,
.h7-testimonial-wrapper .slider-prev {
  border-color: var(--tj-color-border-2);
  background-color: var(--tj-color-theme-dark);
  top: calc(50% - 31.5px);
  z-index: 1;
  opacity: 0;
  position: absolute;
  inset-inline-start: 0;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-testimonial-wrapper .slider-next,
  .h7-testimonial-wrapper .slider-prev {
    display: none;
    top: calc(50% - 15px);
  }
}
.h7-testimonial-wrapper .slider-next i,
.h7-testimonial-wrapper .slider-prev i {
  color: var(--tj-color-common-white);
}
.h7-testimonial-wrapper .slider-next:hover,
.h7-testimonial-wrapper .slider-prev:hover {
  background-color: var(--tj-color-theme-primary);
}
.h7-testimonial-wrapper .slider-next {
  inset-inline-start: 100%;
  transform: translate(-100%, -50%);
}
.h7-testimonial-wrapper:hover .slider-next,
.h7-testimonial-wrapper:hover .slider-prev {
  opacity: 1;
  transform: translate(-50%, -50%);
}
@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) {
  .h7-testimonial-wrapper:hover .slider-next,
  .h7-testimonial-wrapper:hover .slider-prev {
    transform: translateY(-50%);
  }
  .h7-testimonial-wrapper:hover .slider-next {
    transform: translate(-100%, -50%);
  }
}
.h7-testimonial-wrapper .bg-shape-3 {
  bottom: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, 50%);
}
.h7-testimonial-wrapper .testimonial-item {
  background-color: var(--tj-color-grey-3);
  border-color: #0000;
  padding: 30px 30px 35px;
}
@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) {
  .h7-testimonial-wrapper .testimonial-item {
    padding: 30px 20px;
  }
}
.h7-testimonial-wrapper .testimonial-item .testimonial-author {
  border-top: 0;
  flex-direction: column;
  padding-top: 0;
}
.h7-testimonial-wrapper .testimonial-item .testimonial-author .author-inner {
  text-align: center;
  flex-direction: column;
}
.h7-testimonial-wrapper .testimonial-item .testimonial-author .author-img {
  width: 100px;
  height: 100px;
}
.h7-testimonial-wrapper .testimonial-item .testimonial-author .title {
  color: var(--tj-color-common-white);
}
.h7-testimonial-wrapper .testimonial-item .testimonial-author .designation {
  color: var(--tj-color-text-body-2);
}
.h7-testimonial-wrapper .testimonial-item .desc {
  color: var(--tj-color-grey-1);
  text-align: center;
}
.h7-testimonial-wrapper .testimonial-item .star-ratings {
  margin: 0 auto;
}
.h7-testimonial-wrapper .swiper-slide-active .testimonial-item {
  background-color: var(--tj-color-grey-3);
}
.h7-project .sec-heading.style-2 .tj-primary-btn {
  margin-top: 30px;
}
.h7-project-wrapper {
  max-width: 870px;
  margin-inline-start: auto;
  padding: 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) {
  .h7-project-wrapper {
    max-width: 100%;
    margin-inline-start: 0;
  }
}
.h7-project-wrapper .h4-project-item {
  margin-bottom: 30px;
}
@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),
  (max-width: 575px) {
  .h7-project-wrapper .h4-project-item {
    padding: 20px 20px 30px;
  }
}
.h7-project-wrapper .h4-project-item .project-content {
  padding-top: 20px;
  padding-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) {
  .h7-project-wrapper .h4-project-item .project-content {
    padding-top: 15px;
  }
}
.h7-project-wrapper .h4-project-item .project-content .project-text {
  flex-wrap: nowrap;
  gap: 20px 10px;
  margin-top: 0;
}
.h7-project-wrapper .h4-project-item .project-content .title {
  max-width: 504px;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 20px;
}
@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) {
  .h7-project-wrapper .h4-project-item .project-content .title {
    width: 100%;
    max-width: 100%;
  }
}
.h7-project-wrapper .h4-project-item .project-content .tji-icon-btn {
  flex-shrink: 0;
}
.h7-project-wrapper .h4-project-item:hover .project-content .tji-icon-btn {
  border-color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-theme-primary);
}
.h7-project-wrapper .h4-project-item:hover .project-content .tji-icon-btn i {
  color: var(--tj-color-common-white);
}
.h7-team {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h7-team .sec-heading.style-2 .sub-title {
  background-color: var(--tj-color-grey-3);
  color: var(--tj-color-grey-1);
}
.h7-team .sec-heading.style-2 .sec-title {
  color: var(--tj-color-common-white);
}
.h7-team-wrapper {
  -webkit-mask-image: linear-gradient(
    90deg,
    #fff0 2.91%,
    var(--tj-color-theme-dark) 30.6%,
    var(--tj-color-theme-dark) 69.51%,
    #fff0 97.03%
  );
  mask-image: linear-gradient(
    90deg,
    #fff0 2.91%,
    var(--tj-color-theme-dark) 30.6%,
    var(--tj-color-theme-dark) 69.51%,
    #fff0 97.03%
  );
}
.h7-team-wrapper .swiper-wrapper {
  transition-timing-function: linear;
}
.h7-team-wrapper .swiper-slide {
  width: auto;
}
.h7-team-wrapper .h7-team-marquee:not(:first-child) {
  margin-top: 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) {
  .h7-team-wrapper .h7-team-marquee:not(:first-child) {
    margin-top: 20px;
  }
}
.h7-team-wrapper .team-item {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  border-radius: 200px;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 407px;
  margin-bottom: 0;
  padding: 14px 14px 14px 34px;
  display: 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) {
  .h7-team-wrapper .team-item {
    width: 300px;
    padding: 10px 10px 10px 24px;
  }
}
.h7-team-wrapper .team-item .team-content {
  flex-grow: 1;
  margin-top: 0;
}
.h7-team-wrapper .team-item .team-content .title {
  color: var(--tj-color-common-white);
  width: 100%;
}
.h7-team-wrapper .team-item .team-content .designation {
  color: var(--tj-color-text-body-2);
}
.h7-team-wrapper .team-item .team-img {
  background-color: var(--tj-color-theme-dark-5);
  border-radius: 100%;
  width: 96.77px;
  height: 96.77px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-team-wrapper .team-item .team-img {
    width: 80px;
    height: 80px;
  }
}
.h7-team-wrapper .team-item .team-img:before,
.h7-team-wrapper .team-item .team-img:after {
  display: none;
}
.h7-team-wrapper .team-item:hover .team-img img {
  transform: scale(1.1);
}
.h7-team-wrapper .h7-team-marquee:nth-child(2) .team-item {
  text-align: end;
  flex-direction: row-reverse;
}
.h7-team-wrapper .h7-team-marquee:nth-child(2) .team-content .title {
  margin-inline-start: auto;
}
.h7-team .bg-shape-3 {
  bottom: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, 50%);
}
.h7-faq {
  border-bottom: 1px dashed var(--tj-color-border-1);
}
.h7-faq .sec-heading.style-7 {
  max-width: 340px;
  margin-inline: 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) {
  .h7-faq .sec-heading.style-7 {
    margin-bottom: 40px;
  }
}
.h7-faq .sec-heading.style-7 .number {
  color: var(--tj-color-heading-primary);
  font-size: 20px;
  font-weight: var(--tj-fw-sbold);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  line-height: 1;
  display: 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) {
  .h7-faq .sec-heading.style-7 .number {
    margin-top: 30px;
  }
}
.h7-faq .sec-heading.style-7 .number .call-icon {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 9px;
  font-size: 20px;
  display: inline-flex;
}
@media (max-width: 575px) {
  .h7-faq .sec-heading.style-7 .number .call-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}
.h7-faq .sec-heading.style-7 .number span:not(.call-icon) {
  position: relative;
}
.h7-faq .sec-heading.style-7 .number span:not(.call-icon):after {
  content: "";
  bottom: -2px;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  inset-inline-end: 0;
}
.h7-faq .sec-heading.style-7 .number:hover .call-icon {
  animation: 0.5s linear bellshake;
}
.h7-faq .sec-heading.style-7 .number:hover span:after {
  animation: 0.8s linear linehover;
}
@media (max-width: 575px) {
  .h7-faq .sec-heading.style-7 .number {
    font-size: 18px;
  }
}
.h7-faq-wrapper {
  background-color: var(--tj-color-common-white);
  border-radius: 8px;
  overflow: hidden;
}
.h7-faq-wrapper.style-2 {
  padding-top: 0;
}
.h7-faq-wrapper.style-2 .accordion-item {
  border-top: 1px dashed var(--tj-color-border-1);
  border-radius: 0;
  margin-bottom: 0;
}
.h7-faq-wrapper.style-2 .accordion-item .accordion-body {
  border-top: 1px dashed var(--tj-color-border-3);
  margin-top: 0;
  padding-top: 15px;
}
.h7-faq-wrapper.style-2 .accordion-item:has(button:not(.collapsed)) {
  border-radius: 12px;
}
.h7-faq-wrapper.style-2 .accordion-item:has(button:not(.collapsed)) .faq-title {
  border: none;
}
.h7-faq-wrapper.style-2
  .accordion-item:has(button:not(.collapsed))
  .faq-title:after {
  border-color: var(--tj-color-common-white);
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-heading-primary);
}
.h7-faq-wrapper.style-2 .accordion-item:has(button.collapsed) .faq-title {
  padding-top: 32px;
  padding-bottom: 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) {
  .h7-faq-wrapper.style-2 .accordion-item:has(button.collapsed) .faq-title {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.h7-faq-wrapper.style-2 .accordion-item:first-child {
  border-top: 0;
}
.h7-faq-wrapper.style-2 .accordion-item:has(button:not(.collapsed)) {
  border-top: 0;
}
.h7-faq-wrapper.style-2
  .accordion-item:has(button:not(.collapsed))
  + .accordion-item {
  border-top: 0;
}
.h7-blog-wrapper .blog-meta {
  inset-inline-start: 15px;
  z-index: 1;
  position: absolute;
  top: 15px;
}
.h7-blog-wrapper .blog-meta .categories a {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-heading-primary);
  border-color: var(--tj-color-common-white);
  border-radius: 34px;
}
.h7-blog-wrapper .blog-meta .categories a:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.h7-blog-wrapper .blog-content {
  background-color: var(--tj-color-common-white);
  padding: 20px 25px 30px;
}
.h7-blog-wrapper .blog-content .title-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  display: flex;
}
.h7-blog-wrapper .blog-content .title {
  max-width: 250px;
}
.h7-blog-wrapper .blog-content .text-btn .btn-icon {
  width: 48px;
  height: 48px;
  font-size: 24px;
}
.h7-blog-wrapper .blog-date {
  text-align: start;
  padding: 0;
  position: static;
}
.h7-blog-wrapper .blog-item:hover .blog-content .text-btn .btn-icon {
  background-color: var(--tj-color-theme-primary);
}
.h7-cta {
  z-index: 0;
  background: url(../images/cta/h7-cta-bg.webp) 50% / cover no-repeat;
  border-radius: 12px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.h7-cta-inner {
  background-color: #0000;
}
.h7-cta-inner .cta-content {
  padding-inline: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 50px 0 65px;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h7-cta-inner .cta-content {
    padding: 34px 0 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h7-cta-inner .cta-content {
    padding: 34px 0 45px;
  }
}
.h7-cta-inner .cta-content .title {
  max-width: 624px;
  margin-bottom: 0;
}
.h7-cta-inner .cta-content .cta-btn {
  margin-top: 15px;
}
@media (max-width: 575px) {
  .h7-cta-inner .cta-content .cta-btn {
    margin-top: 5px;
  }
}
.h7-cta .bg-shape-3 {
  inset-inline-start: 32%;
}
.header-area.h8-header.header-absolute {
  top: 15px;
  z-index: 999;
  background-color: #0000;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding-bottom: 15px;
  position: absolute;
  inset-inline: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.h8-header.header-absolute {
    width: calc(100% - 60px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-area.h8-header.header-absolute {
    z-index: 999;
    border-radius: 12px;
    background-color: var(--tj-color-grey-1);
    border-start-start-radius: 0;
    border-start-end-radius: 0;
    max-width: 1382px;
    margin: 0 auto;
    inset-inline: 50% auto;
    transform: translate(-50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.h8-header.header-absolute {
    width: 86%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area.h8-header.header-absolute {
    width: 86%;
    padding-bottom: 12px;
    top: 12px;
  }
}
@media (max-width: 575px) {
  .header-area.h8-header.header-absolute {
    width: 78%;
    padding-bottom: 12px;
    top: 12px;
  }
}
.header-area.h8-header.header-absolute .h8-header-mainmenu-bg-shape {
  top: 0;
  background-color: var(--tj-color-grey-1);
  border-radius: 12px;
  z-index: -1;
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  width: 92%;
  max-width: 1382px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.h8-header.header-absolute .h8-header-mainmenu-bg-shape {
    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) {
  .header-area.h8-header.header-absolute .h8-header-mainmenu-bg-shape {
    display: none;
  }
}
.header-area.h8-header.header-absolute .h8-header-mainmenu-bg-shape:after,
.header-area.h8-header.header-absolute .h8-header-mainmenu-bg-shape:before {
  content: "";
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ecf0f0"></path></svg>');
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
}
.header-area.h8-header.header-absolute .h8-header-mainmenu-bg-shape:before {
  inset-inline-start: -13px;
  transform: rotate(90deg);
}
.header-area.h8-header.header-absolute .h8-header-mainmenu-bg-shape:after {
  inset-inline-end: -13px;
}
.header-area.h8-header.header-absolute .header-wrapper {
  border-radius: 7px;
  width: calc(92% - 6px);
  max-width: 1352px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.h8-header.header-absolute .header-wrapper {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area.h8-header.header-absolute .header-wrapper {
    width: calc(100% - 6px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-area.h8-header.header-absolute .header-wrapper {
    width: auto;
    max-width: inherit;
    margin: 0 3px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.h8-header.header-absolute .header-wrapper {
    padding: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-area.h8-header.header-absolute .header-wrapper {
    margin: 0;
    padding: 15px 12px;
  }
}
.header-area.h8-header.header-absolute:after,
.header-area.h8-header.header-absolute:before {
  content: "";
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ecf0f0"></path></svg>');
  width: 13px;
  height: 13px;
  display: none;
  position: absolute;
  top: 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) {
  .header-area.h8-header.header-absolute:after,
  .header-area.h8-header.header-absolute:before {
    display: block;
  }
}
.header-area.h8-header.header-absolute:before {
  inset-inline-start: -13px;
  transform: rotate(90deg);
}
.header-area.h8-header.header-absolute:after {
  inset-inline-end: -13px;
}
.header-area.h8-header.header-absolute .mainmenu ul > li > .mega-menu {
  top: calc(100% - 15px);
}
.header-area.h8-header.sticky {
  width: calc(100% - 30px);
  max-width: inherit;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-area.h8-header.sticky {
    width: 100%;
  }
}
.tj-footer-section.h8-footer .bg-shape-3 {
  width: auto;
  inset-inline: auto 0;
}
.tj-footer-section.h8-footer .bg-shape-4 {
  inset-inline: 0 auto;
  transform: scale(1);
}
.tj-footer-section.h8-footer .h6-footer-logo-area {
  border-bottom: 1px dashed var(--tj-color-border-4);
  padding: 120px 0 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-section.h8-footer .h6-footer-logo-area {
    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) {
  .tj-footer-section.h8-footer .h6-footer-logo-area {
    padding-top: 70px;
  }
}
.tj-footer-section.h8-footer .h8-footer-logo-wrapper {
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-footer-section.h8-footer .h8-footer-logo-wrapper {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .tj-footer-section.h8-footer .h8-footer-logo-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.tj-footer-section.h8-footer .h8-footer-logo {
  width: 100%;
  max-width: 562px;
}
.tj-footer-section.h8-footer .h8-footer-logo-content {
  width: 100%;
  max-width: 443px;
}
.tj-footer-section.h8-footer .h8-footer-logo-content .footer-text {
  color: var(--tj-color-text-body-2);
  font-size: 18px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.03em;
  margin-bottom: 24px;
  line-height: 1.444;
}
.tj-footer-section.h8-footer .h8-footer-main {
  padding-top: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-footer-section.h8-footer .h8-footer-main {
    padding-top: 70px;
  }
}
.tj-footer-section.h8-footer .h8-footer-contact {
  padding-inline: 0 76px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-footer-section.h8-footer .h8-footer-contact {
    padding-inline: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-section.h8-footer .h8-footer-contact {
    margin-top: 0;
    padding-inline: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-footer-section.h8-footer .h8-footer-contact {
    margin-top: 0;
    padding-inline-start: 0;
  }
}
.tj-footer-section.h8-footer .h8-footer-col-2 {
  padding-inline-start: 35px;
}
@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-footer-section.h8-footer .h8-footer-col-2 {
    padding-inline-start: 0;
  }
}
.tj-footer-section.h8-footer .h8-footer-subscribe {
  margin-inline: auto 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-section.h8-footer .h8-footer-subscribe {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-footer-section.h8-footer .h8-footer-subscribe {
    margin-top: 30px;
  }
}
.tj-footer-section.h8-footer .h8-footer-copyright {
  border-color: var(--tj-color-border-4);
}
.tj-footer-section.h8-footer .h8-footer-copyright .copyright-content-area {
  justify-content: center;
}
.h8-hero {
  border-radius: 12px;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-hero {
    margin: 0 12px;
  }
}
.h8-hero-inner {
  background: var(--tj-color-theme-bg-2);
}
.h8-hero-bg-image {
  mix-blend-mode: color-burn;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.h8-hero-item {
  background-color: #0c1e21;
  min-height: 92.5vh;
  position: relative;
}
.h8-hero-item:after {
  content: "";
  top: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    #0c1e21 20%,
    #0c1e2166 60%,
    #0c1e211a 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.h8-hero-item-wrapper {
  min-height: 849px;
  padding: 202px 0 30px;
  position: relative;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h8-hero-item-wrapper {
    padding-top: 170px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h8-hero-item-wrapper {
    padding: 170px 0 280px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h8-hero-item-wrapper {
    padding: 170px 0 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h8-hero-item-wrapper {
    padding: 170px 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-hero-item-wrapper {
    padding: 150px 0 0;
  }
}
@media (max-width: 575px) {
  .h8-hero-item-wrapper {
    min-height: 833px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h8-hero-item {
    height: 95vh;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h8-hero-item {
    min-height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-hero-item {
    min-height: 840px;
  }
}
.h8-hero-content .h8-hero-title {
  letter-spacing: -0.03em;
  font-size: 148px;
  line-height: 1;
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 0;
  position: relative;
}
.h8-hero-content .h8-hero-title span {
  white-space: nowrap;
  display: inline-block;
}
.h8-hero-content .h8-hero-title span:first-child {
  width: 43%;
}
.h8-hero-content .h8-hero-title span:nth-child(2) {
  text-align: end;
  width: 54%;
  margin-inline-start: auto;
}
.h8-hero-content .h8-hero-title span:nth-child(3) {
  text-align: end;
  width: 100%;
  display: block;
}
.h8-hero-content .h8-hero-title span:has(img) {
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  display: flex;
}
.h8-hero-content .h8-hero-title span:has(img) img {
  object-fit: cover;
  border: 3px solid var(--tj-color-theme-primary);
  border: 2px solid var(--tj-color-border-5);
  box-sizing: border-box;
  background: linear-gradient(
    135deg,
    #1e8a8a4d 0%,
    #1e8a8a00 50%,
    #1e8a8a4d 100%
  );
  border-radius: 100%;
  width: 104px;
  height: 104px;
  padding: 20px 19px 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-hero-content .h8-hero-title span:has(img) img {
    width: 70px;
    height: 70px;
    padding: 15px 14px 13px;
  }
}
.h8-hero-content .h8-hero-title .title-year {
  inset-inline-end: 0;
  z-index: 1;
  letter-spacing: 0;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.44;
  display: flex;
  position: absolute;
  top: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h8-hero-content .h8-hero-title {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h8-hero-content .h8-hero-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h8-hero-content .h8-hero-title {
    font-size: 92px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h8-hero-content .h8-hero-title {
    font-size: 70px;
    line-height: 1.3;
  }
}
@media (max-width: 575px) {
  .h8-hero-content .h8-hero-title {
    font-size: 44px;
    line-height: 1.3;
  }
  .h8-hero-content .h8-hero-title .title-year {
    margin-top: 10px;
  }
}
.h8-hero-banner {
  inset-inline-start: 54%;
  z-index: 9;
  pointer-events: none;
  width: 100%;
  max-width: 669px;
  max-height: 745px;
  position: absolute;
  bottom: 0;
  transform: translate(-50%);
}
@media only screen and (min-width: 1601px) and (max-width: 1764px) {
  .h8-hero-banner {
    inset-inline-end: -10%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h8-hero-banner {
    inset-inline-end: -2%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h8-hero-banner {
    inset-inline-start: 58%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h8-hero-banner {
    max-width: 602px;
    inset-inline-start: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-hero-banner {
    max-width: 602px;
    margin-top: 50px;
    position: static;
    inset-inline-start: 0;
    transform: translate(0);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h8-hero-banner {
    max-width: 602px;
    margin-top: 50px;
    position: relative;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-hero-banner {
    margin-top: 40px;
  }
}
.h8-hero-shape {
  z-index: 1;
  position: absolute;
  top: 10px;
}
.h8-hero-shape-2 {
  inset-inline-end: 0;
}
.h8-hero .circle-text-wrap {
  z-index: 1000;
  inset-inline-end: 0;
  background-color: var(--tj-color-theme-dark);
  width: 160px;
  height: 160px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-sbold);
  transform: all 0.4s;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  animation: 2s infinite tj-bounce-ball;
  display: flex;
  bottom: 60px;
}
.h8-hero .circle-text-wrap .desc {
  max-width: 83px;
}
.h8-hero .circle-text-wrap .desc i {
  font-size: 22px;
  transition: all 0.4s;
  display: inline-block;
  transform: rotate(-45deg) translateY(3px);
}
.h8-hero .circle-text-wrap:hover {
  background-color: var(--tj-color-theme-primary);
  animation-play-state: paused;
}
.h8-hero .circle-text-wrap:hover .desc i {
  transform: rotate(0) translateY(5px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h8-hero .circle-text-wrap {
    bottom: 2%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h8-hero .circle-text-wrap {
    bottom: 30%;
  }
}
@media (max-width: 575px) {
  .h8-hero .circle-text-wrap {
    width: 120px;
    height: 120px;
    bottom: 25%;
  }
}
.h8-hero-box {
  inset-inline-start: 0;
  z-index: 1000;
  flex-direction: column;
  gap: 148px;
  display: flex;
  position: absolute;
  bottom: 88px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h8-hero-box {
    inset-inline-start: 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h8-hero-box {
    inset-inline-start: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h8-hero-box {
    inset-inline-start: 52%;
    gap: 66px;
    bottom: 37%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-hero-box {
    margin-top: -46px;
    flex-direction: column;
    gap: 40px;
    margin-inline: 3px;
    position: static;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h8-hero-box {
    gap: 50px;
    margin-top: -66px;
  }
}
.h8-hero-box .customers ul li {
  margin-inline-start: -22px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-hero-box .customers ul li {
    margin-inline-start: -16px;
  }
}
.h8-hero-box .customers ul li:first-child {
  margin-inline-start: 0;
}
.h8-hero-box-content {
  max-width: 330px;
  color: var(--tj-color-theme-dark-2);
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.44;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-hero-box-content {
    max-width: 100%;
    margin-inline: 10px;
  }
}
@media (max-width: 575px) {
  .h8-hero-box-content {
    margin-inline: 0;
  }
}
.h8-hero-box-icon {
  margin-bottom: 20px;
}
.h8-maquee {
  position: relative;
  overflow: hidden;
}
.h8-maquee-inner {
  border-radius: 12px;
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  width: 100%;
  margin-inline-start: 0;
  padding: 26px 0;
  rotate: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h8-maquee-inner {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .h8-maquee-inner {
    padding: 15px 0;
  }
}
.h8-maquee-inner .h5-maquee-slider-item .marquee-box .marquee-icon {
  font-size: 24px;
  font-weight: var(--tj-fw-sbold);
  text-transform: capitalize;
  white-space: nowrap;
  color: var(--tj-color-common-white);
  margin-bottom: 0;
  line-height: 1;
  animation: none;
}
.h8-about {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.h8-about.section-gap {
  padding-bottom: 30px;
}
.h8-about .sec-heading.style-3 {
  margin-bottom: 0;
}
.h8-about .sec-heading.style-3 .sec-title {
  margin-bottom: 35px;
}
.h8-about .sec-heading.style-3 .sub-title {
  margin-top: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-about .sec-heading.style-3 .sub-title {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.h8-about-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}
.h8-about-video {
  z-index: 0;
  border-radius: 100%;
  width: 248px;
  height: 248px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-about-video {
    margin-bottom: 30px;
  }
}
.h8-about-video:after {
  content: "";
  inset-inline-start: 0;
  background-color: var(--tj-color-theme-dark);
  opacity: 0.15;
  mix-blend-mode: Color;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.h8-about-video-btn {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--tj-color-grey-3);
  z-index: 2;
  inset-inline-start: 50%;
  background-color: #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  line-height: 1;
  animation: 1.3s ease-out infinite pulse4;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.h8-about-video-btn i {
  color: var(--tj-color-common-white);
  padding-inline-start: 4px;
  transition: all 0.4s;
}
.h8-about-video-btn:hover i {
  transform: scale(1.1);
}
.h8-about-item-wrapper {
  border: 1px dashed var(--tj-color-border-1);
  border-inline: 0;
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-about-item-wrapper {
    flex-direction: column;
  }
}
.h8-about-item-counter {
  padding-top: 50px;
  padding-bottom: 50px;
  border-inline-end: 1px dashed var(--tj-color-border-1);
  width: 310px;
  padding-inline-end: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h8-about-item-counter {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-about-item-counter {
    border-inline-end: 0;
    border-bottom: 1px dashed var(--tj-color-border-1);
    padding-inline-end: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
.h8-about-item-counter .countup-item.style-2 {
  background-color: #0000;
  padding: 0;
}
.h8-about-item-counter .countup-item.style-2 .count-inner {
  padding: 0;
}
.h8-about-item-counter .countup-item.style-2 .inline-content {
  font-size: 130px;
  font-weight: var(--tj-fw-sbold);
  margin-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h8-about-item-counter .countup-item.style-2 .inline-content {
    font-size: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-about-item-counter .countup-item.style-2 .inline-content {
    font-size: 100px;
  }
}
.h8-about-item-counter .countup-item.style-2 .inline-content .odometer {
  margin-inline-start: -6px;
}
.h8-about-item-counter .countup-item.style-2 .inline-content .odometer span {
  font-weight: var(--tj-fw-sbold);
}
.h8-about-item-counter .countup-item.style-2 .inline-content sup {
  font-weight: var(--tj-fw-medium);
  font-size: 0.57em;
}
.h8-about-item-counter .countup-item.style-2 .count-text {
  font-weight: var(--tj-fw-sbold);
  max-width: 195px;
  color: var(--tj-color-theme-dark-3);
  font-size: 18px;
  line-height: 1.44;
}
.h8-about-item-desc {
  padding-top: 50px;
  padding-bottom: 55px;
  width: 530px;
  padding-inline-start: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h8-about-item-desc {
    padding-top: 35px;
    padding-bottom: 40px;
    padding-inline-start: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-about-item-desc {
    padding-top: 20px;
    padding-bottom: 25px;
    padding-inline-start: 0;
  }
}
.h8-about-item-desc .desc {
  color: var(--tj-color-theme-dark-3);
  margin-bottom: 24px;
}
.h8-choose {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h8-choose-content-wrapper {
  max-width: 550px;
  margin-inline: 125px 12px;
  padding: 50px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h8-choose-content-wrapper {
    margin-inline-start: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h8-choose-content-wrapper {
    margin-inline-start: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h8-choose-content-wrapper {
    max-width: 100%;
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-choose-content-wrapper {
    max-width: 100%;
    margin-inline-start: 12px;
  }
}
.h8-choose .sec-heading.style-3 {
  margin-inline: 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) {
  .h8-choose .sec-heading.style-3 {
    max-width: 100%;
  }
}
.h8-choose-banner {
  height: 100%;
}
.h8-choose-banner img {
  object-fit: cover;
  height: 100%;
}
.h8-choose-box-wrapper {
  border: 1px dashed var(--tj-color-border-1);
  border-inline: 0;
}
.h8-choose-box {
  border-bottom: 1px dashed var(--tj-color-border-1);
  background-color: #0000;
  border-radius: 0;
  padding: 24px 0 22px;
}
.h8-choose-box:last-child {
  border-bottom: 0;
}
.h8-choose-box .choose-content {
  flex-direction: row;
  gap: 15px;
}
.h8-choose-box .choose-content .title {
  margin-bottom: 18px;
}
.h8-choose-box .choose-content .choose-icon {
  background-color: var(--tj-color-theme-dark);
  flex-shrink: 0;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 0;
  transition: all 0.4s;
}
.h8-choose-box:hover {
  background-color: #0000;
}
.h8-choose-box:hover .choose-content .choose-icon {
  background-color: var(--tj-color-theme-primary);
  animation: none;
}
.h8-service-item {
  border-radius: 10px;
  padding: 35px 30px 34px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-service-item {
    padding: 30px 20px;
  }
}
.h8-service-item .service-icon {
  width: 84px;
  height: 84px;
  margin: 0 0 24px;
  font-size: 59px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-service-item .service-icon {
    width: 70px;
    height: 70px;
    font-size: 52px;
  }
}
.h8-service-item .service-content .desc {
  margin-bottom: 22px;
}
.h8-service-item:hover .service-icon {
  animation: 0.6s gelatine;
}
.h8-service-more {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-service-more {
    margin-top: 35px;
  }
}
.h8-project {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h8-project .heading-wrap-content .sec-heading {
  max-width: 550px;
}
.h8-project .slider-next,
.h8-project .slider-prev {
  background-color: var(--tj-color-common-white);
  border-color: var(--tj-color-common-white);
}
.h8-project .slider-next:hover,
.h8-project .slider-prev:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.h8-project-wrapper {
  max-width: 1591px;
  margin-inline-start: auto;
  padding: 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) {
  .h8-project-wrapper {
    max-width: 100%;
    margin-inline-start: 0;
  }
}
.h8-project-wrapper .h4-project-item {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .h8-project-wrapper .h4-project-item {
    padding: 15px 15px 30px;
  }
}
.h8-project-wrapper .h4-project-item .project-img {
  height: 520px;
}
@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) {
  .h8-project-wrapper .h4-project-item .project-img {
    height: 345px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-project-wrapper .h4-project-item .project-img {
    height: 300px;
  }
}
.h8-project-wrapper .h4-project-item .project-content .tji-icon-btn {
  border-color: var(--tj-color-border-1);
  margin-top: 4px;
}
.h8-project-wrapper .h4-project-item .project-content .tji-icon-btn i {
  color: var(--tj-color-theme-dark);
}
.h8-project-wrapper .h4-project-item:hover .project-content .tji-icon-btn {
  border-color: var(--tj-color-theme-dark);
  background-color: var(--tj-color-theme-dark);
}
.h8-project-wrapper .h4-project-item:hover .project-content .tji-icon-btn i {
  color: var(--tj-color-common-white);
}
.h8-funfact-banner {
  max-width: 585px;
  margin-bottom: 40px;
  position: relative;
}
.h8-funfact-banner-img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .h8-funfact-banner-img {
    height: 440px;
  }
}
.h8-funfact-banner-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.h8-funfact-banner-img:after {
  content: "";
  top: 0;
  background-color: var(--tj-color-theme-dark);
  opacity: 0.25;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.h8-funfact-banner .box-area {
  bottom: 0;
  max-width: 239px;
  border-start-start-radius: 12px;
  border-start-end-radius: 0;
  padding: 15px 0 0 15px;
  inset-inline-start: inherit;
  inset-inline-end: 0;
}
.h8-funfact-banner .box-area:before {
  inset-inline-start: inherit;
  inset-inline-end: 0;
  transform: rotate(180deg);
}
.h8-funfact-banner .box-area:after {
  inset-inline-start: -12px;
  inset-inline-end: inherit;
  transform: rotate(180deg);
}
@media (max-width: 575px) {
  .h8-funfact-banner .box-area {
    max-width: 215px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h8-funfact-banner {
    max-width: 100%;
  }
}
.h8-funfact-wrapper {
  flex-direction: column;
  gap: 15px;
  display: flex;
}
.h8-funfact .pl-0 {
  padding-inline-start: 3px;
}
@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) {
  .h8-funfact .pl-0 {
    padding-inline-start: 12px;
  }
}
.h8-funfact-item.countup-item {
  padding: 41px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .h8-funfact-item.countup-item {
    padding: 30px 25px;
  }
}
@media (max-width: 575px) {
  .h8-funfact-item.countup-item {
    padding: 20px 20px 30px;
  }
}
.h8-funfact-item.countup-item .count-inner {
  padding-top: 0;
  display: flex;
}
@media (max-width: 575px) {
  .h8-funfact-item.countup-item .count-inner {
    flex-direction: column;
    gap: 25px;
  }
}
.h8-funfact-item.countup-item .counter-desc {
  border-inline-start: 1px dashed var(--tj-color-border-1);
  padding-inline-start: 30px;
}
@media (max-width: 575px) {
  .h8-funfact-item.countup-item .counter-desc {
    padding-inline-start: 0;
    border-inline-start: 0;
    border-top: 1px dashed var(--tj-color-border-1);
    padding-top: 20px;
  }
}
.h8-funfact-item.countup-item .counter-desc .counter-title {
  margin-bottom: 20px;
  line-height: 1;
}
.h8-funfact-item.countup-item .counter-desc .count-text {
  font-weight: var(--tj-fw-regular);
  margin-bottom: 0;
}
.h8-funfact-item.countup-item .inline-content {
  flex-shrink: 0;
  width: 180px;
  margin: 0;
  font-size: 68px;
  transform: translateY(-19px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h8-funfact-item.countup-item .inline-content {
    font-size: 65px;
    transform: translateY(-32px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h8-funfact-item.countup-item .inline-content {
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h8-funfact-item.countup-item .inline-content {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .h8-funfact-item.countup-item .inline-content {
    justify-content: flex-start;
    width: 100%;
    font-size: 55px;
    transform: translateY(0);
  }
}
.h8-team {
  background-color: var(--tj-color-theme-bg);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h8-team .sec-heading .sec-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h8-team .sec-heading .sec-title {
    font-size: 38px;
  }
}
.h8-team-item-wrapper .team-item {
  border: 1px solid var(--tj-color-border-1);
  border-top: 0;
  text-align: center;
  border-inline-start: 0;
  margin-bottom: 0;
  padding: 35px 15px 30px;
}
.h8-team-item-wrapper .team-item .team-img {
  border-radius: 100%;
  width: 230px;
  height: 230px;
  margin-inline: auto;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .h8-team-item-wrapper .team-item .team-img {
    width: 200px;
    height: 200px;
  }
}
.h8-team-item-wrapper .team-item .team-img:after {
  display: none;
}
.h8-team-item-wrapper .team-item .title {
  width: 100%;
}
.h8-team-item-wrapper:nth-child(2) .team-item,
.h8-team-item-wrapper:nth-child(3) .team-item,
.h8-team-item-wrapper:nth-child(4) .team-item,
.h8-team-item-wrapper:nth-child(5) .team-item {
  border-top: 1px solid var(--tj-color-border-1);
}
.h8-team-item-wrapper:nth-child(2) .team-item,
.h8-team-item-wrapper:nth-child(5) .team-item,
.h8-team-item-wrapper:nth-child(9) .team-item {
  border-inline-start: 1px solid var(--tj-color-border-1);
}
.h8-team-item-wrapper:nth-child(5) .team-item {
  margin-top: -1px;
  margin-inline-end: -1px;
}
.h8-team-item-wrapper:nth-child(9) .team-item {
  margin-inline-end: -1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .h8-team-item-wrapper:nth-child(2) .team-item,
  .h8-team-item-wrapper:nth-child(3) .team-item,
  .h8-team-item-wrapper:nth-child(4) .team-item,
  .h8-team-item-wrapper:nth-child(5) .team-item {
    border-top: 0;
  }
  .h8-team-item-wrapper:nth-child(2) .team-item,
  .h8-team-item-wrapper:nth-child(3) .team-item {
    border-top: 1px solid var(--tj-color-border-1);
  }
  .h8-team-item-wrapper:nth-child(3) .team-item,
  .h8-team-item-wrapper:nth-child(5) .team-item,
  .h8-team-item-wrapper:nth-child(7) .team-item {
    border-inline-start: 1px solid var(--tj-color-border-1);
    margin-top: -1px;
    margin-inline-end: -1px;
  }
  .h8-team-item-wrapper:nth-child(5) .team-item,
  .h8-team-item-wrapper:nth-child(7) .team-item {
    border-top: 0;
    margin-top: 0;
  }
  .h8-team-item-wrapper:nth-child(7) .team-item {
    margin-top: 0;
    margin-inline-end: -1px;
  }
  .h8-team-item-wrapper:nth-child(9) .team-item {
    margin-top: 0;
    margin-inline-end: 0;
  }
}
@media (max-width: 575px) {
  .h8-team-item-wrapper .team-item {
    border-inline-start: 1px solid var(--tj-color-border-1);
    margin-top: 0;
    margin-inline-end: 0;
  }
  .h8-team-item-wrapper:nth-child(3) .team-item,
  .h8-team-item-wrapper:nth-child(4) .team-item,
  .h8-team-item-wrapper:nth-child(5) .team-item {
    border-top: 0;
  }
}
.h8-team-action {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 575px) {
  .h8-team-action {
    margin-top: 10px;
  }
}
.h8-team-action .circle-text-wrap {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-color: #0000;
  flex-shrink: 0;
  position: static;
}
.h8-team-action .circle-text-wrap .circle-icon {
  font-size: 85px;
}
.h8-team-action .circle-text-wrap i {
  color: var(--tj-color-theme-primary);
  transform: rotate(-45deg);
}
.h8-testimonial {
  overflow: hidden;
}
.h8-testimonial-wrapper {
  -webkit-mask-image: linear-gradient(
    90deg,
    #fff0 0%,
    var(--tj-color-grey-1) 30.6%,
    var(--tj-color-grey-1) 69.4%,
    #fff0 100%
  );
  mask-image: linear-gradient(
    90deg,
    #fff0 0%,
    var(--tj-color-grey-1) 30.6%,
    var(--tj-color-grey-1) 69.4%,
    #fff0 100%
  );
}
@media (max-width: 575px) {
  .h8-testimonial-wrapper {
    -webkit-mask-image: none;
    mask-image: none;
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
}
.h8-testimonial-wrapper .testimonial-item {
  background-color: var(--tj-color-common-white);
  border: 2px solid var(--tj-color-common-white);
  border-radius: 8px;
  height: 100%;
  padding: 40px 30px 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h8-testimonial-wrapper .testimonial-item {
    padding: 35px 23px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-testimonial-wrapper .testimonial-item {
    padding: 30px 20px;
  }
}
.h8-testimonial-wrapper .testimonial-item .desc {
  padding-top: 23px;
  padding-bottom: 22px;
  font-size: 18px;
  line-height: 1.444;
}
.h8-testimonial-wrapper .testimonial-item .desc p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h8-testimonial-wrapper .testimonial-item .desc {
    font-size: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-testimonial-wrapper .testimonial-item .desc {
    font-size: 16px;
  }
}
.h8-testimonial-wrapper .testimonial-item .testimonial-author .author-img {
  width: 80px;
  height: 80px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h8-testimonial-wrapper .testimonial-item .testimonial-author .author-img {
    width: 60px;
    height: 60px;
  }
}
.h8-testimonial-wrapper .testimonial-item .testimonial-author .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 3px;
}
.h8-blog {
  border-top: 1px dashed var(--tj-color-border-1);
}
.h8-blog-more {
  margin-top: 24px;
}
.h8-blog-wrapper {
  flex-direction: column;
  gap: 30px;
  display: 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) {
  .h8-blog-wrapper {
    gap: 20px;
  }
}
.h8-blog-wrapper .blog-item.style-2 .blog-thumb {
  width: 42.6%;
  height: 300px;
}
@media (max-width: 575px) {
  .h8-blog-wrapper .blog-item.style-2 .blog-thumb {
    width: 100%;
    margin-inline-end: 0;
  }
}
.h8-blog-wrapper .blog-item.style-2 .blog-thumb a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.h8-blog-wrapper .blog-item.style-2 .blog-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.h8-blog-wrapper .blog-item.style-2 .blog-content {
  width: 57.4%;
}
.h8-blog-wrapper .blog-item.style-2 .blog-content .title {
  font-weight: var(--tj-fw-medium);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h8-blog-wrapper .blog-item.style-2 .blog-content .title {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .h8-blog-wrapper .blog-item.style-2 .blog-content {
    width: 100%;
  }
}
.h8-blog-wrapper .blog-item.style-2 .text-btn .btn-icon {
  width: 48px;
  height: 48px;
  font-size: 24px;
}
.h9-header.header-absolute {
  top: 15px;
  z-index: 999;
  background-color: #0000;
  width: calc(100% - 30px);
  position: absolute;
  inset-inline-start: 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) {
  .h9-header.header-absolute {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-header.header-absolute {
    width: calc(100% - 24px);
  }
}
.h9-header.header-absolute .header-wrapper {
  padding: 0 18px;
}
@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) {
  .h9-header.header-absolute .header-wrapper {
    padding: 0 8px;
  }
}
.h9-header.header-absolute .mainmenu > ul > li {
  padding: 30px 0;
}
.h9-header.header-absolute .mainmenu > ul > li > a {
  color: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-border-2);
  border-radius: 50px;
  padding: 5px 12px;
}
.h9-header.header-absolute .mainmenu > ul > li.menu-item-has-children > a:after,
.h9-header.header-absolute .mainmenu > ul > li.has-dropdown > a:after {
  display: none;
}
.h9-header.header-absolute .mainmenu > ul > li:hover > a,
.h9-header.header-absolute .mainmenu > ul > li.current-menu-ancestor > a {
  border-color: var(--tj-color-common-white);
}
.h9-header.header-absolute .header-search .search_close_btn,
.h9-header.header-absolute .header-search .search {
  color: var(--tj-color-grey-1);
  border: 1px solid var(--tj-color-border-2);
  background-color: #0000;
}
.h9-header.header-absolute .search_popup {
  background-color: rgba(var(--tj-color-theme-dark), 0.3);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  height: 100vh;
}
.h9-header.header-absolute .search_popup .tj_search_wrapper {
  min-height: 620px;
}
.h9-header.header-absolute
  .search_popup
  .tj_search_wrapper
  .search_form
  form
  .search_input
  .search-box
  input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not(
    [type="search"]
  ),
.h9-header.header-absolute
  .search_popup
  .tj_search_wrapper
  .search_form
  form
  .search_input
  .search-box
  input[type="text"] {
  background: var(--tj-color-common-white);
}
.tj-footer-section.h9-footer .h9-footer-subscribe {
  margin-inline: 0 auto;
}
@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),
  (max-width: 575px) {
  .tj-footer-section.h9-footer .h9-footer-subscribe {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-footer-section.h9-footer .h9-footer-widget-2 {
    padding-inline-start: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-section.h9-footer .h9-footer-widget-2 {
    padding-inline-start: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-section.h9-footer .h9-footer-widget-2 {
    padding-inline-start: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-footer-section.h9-footer .h9-footer-widget-3 {
    padding-inline-start: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-section.h9-footer .h9-footer-widget-3 {
    padding-inline-start: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-section.h9-footer .h9-footer-widget-3 {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-section.h9-footer .h9-footer-contact {
    margin-top: 0;
    padding-inline-start: 0;
  }
}
.tj-footer-section.h9-footer .h9-footer-logo {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: -40px;
  display: flex;
  position: relative;
}
@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-footer-section.h9-footer .h9-footer-logo {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 0;
  }
}
@media (max-width: 575px) {
  .tj-footer-section.h9-footer .h9-footer-logo {
    margin-bottom: -24px;
  }
}
.tj-footer-section.h9-footer .h9-footer-logo a {
  width: 100%;
  max-width: 532px;
}
.tj-footer-section.h9-footer .h9-footer-logo .h9-footer-award {
  margin-bottom: 38px;
}
.tj-footer-section.h9-footer .h9-footer-copyright {
  z-index: 2;
  border-color: #313d3d4d;
  padding: 0;
  position: relative;
}
.tj-footer-section.h9-footer .h9-footer-copyright .copyright-content-area {
  background-color: var(--tj-color-theme-bg);
  padding: 30px 0;
}
.tj-footer-section.h9-footer .h9-footer-copyright .copyright-menu ul li:before {
  background-color: var(--tj-color-border-1);
}
.tj-footer-section.h9-footer .h9-footer-copyright .copyright-menu ul li a {
  color: var(--tj-color-theme-dark-3);
}
.tj-footer-section.h9-footer
  .h9-footer-copyright
  .copyright-menu
  ul
  li
  a:hover {
  color: var(--tj-color-theme-primary);
}
.h9-hero {
  border-radius: 16px;
  margin: 0 15px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-hero {
    border-radius: 12px;
    margin: 0 12px;
  }
}
.h9-hero-inner {
  background: var(--tj-color-theme-dark);
}
.h9-hero-bg-image {
  mix-blend-mode: Luminosity;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.h9-hero-item {
  background-color: #0c1e21;
  min-height: 92.5vh;
  position: relative;
}
.h9-hero-item:after {
  content: "";
  top: 0;
  z-index: 2;
  background: linear-gradient(
    90deg,
    #0c1e21 20%,
    #0c1e2166 60%,
    #0c1e211a 100%
  );
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.h9-hero-item-wrapper {
  min-height: 883px;
  padding: 162px 0 80px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-hero-item-wrapper {
    padding: 140px 0 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h9-hero-item-wrapper {
    padding: 170px 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-hero-item-wrapper {
    padding: 150px 0 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h9-hero-item {
    height: 95vh;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h9-hero-item {
    min-height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-hero-item {
    min-height: 840px;
  }
}
.h9-hero-content {
  z-index: 2;
  max-width: 1480px;
  margin: 0 auto;
  position: relative;
}
.h9-hero-content .h9-hero-title {
  color: var(--tj-color-common-white);
  letter-spacing: -0.03em;
  margin-bottom: 0;
  font-size: 168px;
  line-height: 1;
}
.h9-hero-content .h9-hero-title span {
  border: 18px solid var(--tj-color-theme-primary);
  border-radius: 100px;
  width: 220px;
  height: 121px;
  display: inline-flex;
  position: relative;
}
.h9-hero-content .h9-hero-title span:before {
  content: "";
  background-color: var(--tj-color-theme-primary);
  top: 50%;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  position: absolute;
  inset-inline-end: 10px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1601px) and (max-width: 1764px),
  only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h9-hero-content .h9-hero-title span:before {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h9-hero-content .h9-hero-title span:before {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-hero-content .h9-hero-title span:before {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h9-hero-content .h9-hero-title span:before {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 575px) {
  .h9-hero-content .h9-hero-title span:before {
    width: 24px;
    height: 24px;
    inset-inline-end: 5px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1764px),
  only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h9-hero-content .h9-hero-title span {
    border-width: 15px;
    width: 200px;
    height: 105px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h9-hero-content .h9-hero-title span {
    border-width: 13px;
    width: 180px;
    height: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-hero-content .h9-hero-title span {
    border-width: 12px;
    width: 160px;
    height: 80px;
    top: 4px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h9-hero-content .h9-hero-title span {
    border-width: 10px;
    width: 140px;
    height: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-hero-content .h9-hero-title span {
    border-width: 8px;
    width: 120px;
    height: 60px;
    top: 4px;
  }
}
@media (max-width: 575px) {
  .h9-hero-content .h9-hero-title span {
    width: 100px;
    height: 48px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1764px),
  only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h9-hero-content .h9-hero-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h9-hero-content .h9-hero-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-hero-content .h9-hero-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h9-hero-content .h9-hero-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-hero-content .h9-hero-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1764px),
  only screen and (min-width: 1400px) and (max-width: 1600px),
  only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h9-hero-content {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-hero-content {
    max-width: 920px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h9-hero-content {
    max-width: 700px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-hero-content {
    padding: 0 15px;
  }
}
.h9-hero-desc-area {
  margin-top: 108px;
  flex-wrap: wrap;
  gap: 150px;
  margin-inline-start: 220px;
  display: flex;
}
.h9-hero-desc-area .title {
  max-width: 160px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-sbold);
  margin: 0;
  padding-top: 15px;
  position: relative;
}
.h9-hero-desc-area .title:before,
.h9-hero-desc-area .title:after {
  content: "";
  top: 0;
  background-color: var(--tj-color-border-2);
  width: 100%;
  height: 1px;
  position: absolute;
  inset-inline-start: 0;
}
.h9-hero-desc-area .title:after {
  background-color: var(--tj-color-theme-primary);
  width: 32px;
  height: 3px;
  top: -1px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h9-hero-desc-area .title {
    max-width: 135px;
  }
}
@media (max-width: 575px) {
  .h9-hero-desc-area .title {
    max-width: 100%;
  }
}
.h9-hero-desc-area .desc-inner {
  max-width: 416px;
}
.h9-hero-desc-area .desc-inner .desc {
  color: var(--tj-color-text-body-2);
  margin-bottom: 0;
  font-size: 18px;
}
.h9-hero-desc-area .desc-inner .desc a {
  color: var(--tj-color-common-white);
  display: inline-flex;
  position: relative;
}
.h9-hero-desc-area .desc-inner .desc a:after {
  content: "";
  background-color: var(--tj-color-common-white);
  bottom: 2px;
  width: 100%;
  height: 1px;
  position: absolute;
  inset-inline-end: 0;
}
.h9-hero-desc-area .desc-inner .desc a:hover:after {
  animation: 0.8s linear linehover;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-hero-desc-area .desc-inner .desc {
    font-size: 16px;
  }
}
.h9-hero-desc-area .desc-inner .tj-primary-btn {
  margin-top: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-hero-desc-area .desc-inner {
    max-width: 370px;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1764px),
  only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h9-hero-desc-area {
    gap: 120px;
    margin-inline-start: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h9-hero-desc-area {
    margin-top: 80px;
    gap: 70px;
    margin-inline-start: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-hero-desc-area {
    margin-top: 80px;
    gap: 70px;
    margin-inline-start: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h9-hero-desc-area {
    margin-top: 70px;
    gap: 50px;
    margin-inline-start: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-hero-desc-area {
    margin-top: 40px;
    gap: 30px;
    margin-inline-start: 0;
  }
}
@media (max-width: 575px) {
  .h9-hero-desc-area {
    gap: 15px;
  }
}
.h9-hero-social {
  margin-top: 148px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-hero-social {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h9-hero-social {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-hero-social {
    margin-top: 40px;
  }
}
.h9-hero-img {
  inset-inline-end: 0;
  z-index: 3;
  width: 100%;
  max-width: 619px;
  height: 360px;
  position: absolute;
  bottom: 0;
}
.h9-hero-img img {
  object-fit: cover;
  inset-inline-start: 0;
  width: 100%;
  height: 150%;
  transition: none;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 1601px) and (max-width: 1764px) {
  .h9-hero-img {
    inset-inline-end: -5%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .h9-hero-img {
    max-width: 580px;
    height: 350px;
    inset-inline-end: -5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h9-hero-img {
    max-width: 510px;
    height: 325px;
    inset-inline-end: -3%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-hero-img {
    height: 360px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h9-hero-img {
    margin-top: -50px;
    max-width: 400px;
    height: 280px;
    margin-inline-start: auto;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-hero-img {
    margin-top: 40px;
    margin-inline: auto;
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 575px) {
  .h9-hero-img {
    height: 280px;
  }
}
.h9-hero-shape-1 {
  pointer-events: none;
  max-width: 620px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h9-hero-shape-1 {
    max-width: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-hero-shape-1 {
    max-width: 320px;
  }
}
.h9-hero-shape-2 {
  pointer-events: none;
  max-width: 609px;
  inset-inline-end: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h9-hero-shape-2 {
    max-width: 420px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-hero-shape-2 {
    max-width: 300px;
  }
}
@keyframes moving {
  0% {
    inset-inline-start: 60%;
  }
  50% {
    inset-inline-start: 6%;
  }
  to {
    inset-inline-start: 60%;
  }
}
.h9-choose-box.customers-box {
  background-color: var(--tj-color-common-white);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
  display: flex;
  left: auto !important;
}
.h9-choose-box.customers-box .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 20px;
}
.h9-choose-box.customers-box .rating-area {
  margin-top: 18px;
}
.h9-choose-box.customers-box .customers-text {
  color: var(--tj-color-text-body);
  font-size: 18px;
  line-height: 1.44;
  font-weight: var(--tj-fw-regular);
  padding-top: 6px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-choose-box.customers-box {
    min-height: 250px;
    padding: 30px 15px;
  }
}
.h9-choose-box.choose-box {
  background-color: var(--tj-color-common-white);
  padding: 30px;
}
.h9-choose-box.choose-box .choose-icon {
  background-color: var(--tj-color-theme-primary);
  max-width: 90px;
  height: 90px;
  color: var(--tj-color-common-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 68px;
  font-size: 64px;
}
.h9-choose-box.choose-box .choose-icon i {
  width: 43px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-choose-box.choose-box .choose-icon i {
    width: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-choose-box.choose-box .choose-icon {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-choose-box.choose-box .choose-icon {
    max-width: 80px;
    height: 80px;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 55px;
  }
}
.h9-choose-box.choose-box .title {
  color: var(--tj-color-heading-primary);
  margin-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h9-choose-box.choose-box .title {
    font-size: 20px;
  }
}
.h9-choose-box.choose-box .desc {
  color: var(--tj-color-text-body);
}
.h9-choose-box.choose-box .text-btn .btn-text {
  color: var(--tj-color-common-white);
}
.h9-choose-box.choose-box .text-btn .btn-icon {
  background-color: var(--tj-color-theme-primary);
}
.h9-choose-box.choose-box .customers ul li img {
  width: 67px;
  height: 67px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-choose-box.choose-box {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-choose-box.choose-box {
    min-height: 250px;
    padding: 30px 15px;
  }
}
.h9-choose-box.h9-choose-bg {
  z-index: 1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .h9-choose-box.h9-choose-bg {
    min-height: 360px;
  }
}
@media (max-width: 575px) {
  .h9-choose-box.h9-choose-bg {
    min-height: 308px;
  }
}
.h9-choose-box.h9-choose-bg:before {
  content: "";
  top: 0;
  background-color: var(--tj-color-theme-dark);
  opacity: 0.75;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.h9-choose-box.h9-choose-bg .desc,
.h9-choose-box.h9-choose-bg .title {
  color: var(--tj-color-common-white);
}
.h9-service {
  background-color: var(--tj-color-theme-dark);
  z-index: 0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h9-service.section-gap {
  padding-top: 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) {
  .h9-service .pin-spacer:has(.sec-heading.style-8) {
    height: auto !important;
  }
}
.h9-service .sec-heading.style-8 {
  z-index: 2;
  margin-bottom: 0;
  padding-top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-service .sec-heading.style-8 {
    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) {
  .h9-service .sec-heading.style-8 {
    padding-top: 70px;
  }
  .h9-service .sec-heading.style-8.tj-sticky-panel-2 {
    height: auto !important;
    max-height: inherit !important;
    margin-bottom: -30px !important;
    position: relative !important;
    inset-inline-start: 0 !important;
    transform: none !important;
  }
}
.h9-service .sec-heading.style-8 .sec-title {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h9-service .sec-heading.style-8 .sec-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-service .sec-heading.style-8 .sec-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-service .sec-heading.style-8 .sec-title {
    max-width: 100%;
  }
}
.h9-service .sec-heading.style-8 .h9-service-more {
  margin-top: 24px;
}
.h9-service-wrapper .service-item.style-5 {
  background-color: var(--tj-color-theme-bg-3);
  padding: 30px 30px 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-service-wrapper .service-item.style-5 {
    padding: 20px 15px 15px;
  }
}
.h9-service-wrapper .service-item.style-5 .service-content-area {
  z-index: 0;
  flex-direction: row;
  gap: 22px;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}
@media (max-width: 575px) {
  .h9-service-wrapper .service-item.style-5 .service-content-area {
    flex-direction: column;
  }
  .h9-service-wrapper
    .service-item.style-5
    .service-content-area
    .service-icon {
    margin-bottom: 5px;
  }
}
.h9-service-wrapper
  .service-item.style-5
  .service-content-area
  .service-content {
  max-width: 100%;
}
.h9-service-wrapper .service-item.style-5 .service-content-area .title {
  max-width: 300px;
}
.h9-service-wrapper .service-item.style-5 .h9-service-nav {
  color: var(--tj-color-common-white);
  font-size: 59px;
  font-weight: var(--tj-fw-sbold);
  inset-inline-end: 0;
  z-index: 1;
  position: absolute;
  top: -10px;
  transform: rotate(-45deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-service-wrapper .service-item.style-5 .h9-service-nav {
    inset-inline-end: -9px;
    font-size: 50px;
    top: -16px;
  }
}
.h9-service-wrapper .service-item.style-5 .h9-service-nav:hover {
  color: var(--tj-color-theme-primary);
  transform: rotate(0);
}
.h9-service-wrapper .service-item.style-5 .service-img {
  border-radius: 11px;
  max-width: 100%;
  height: 433px;
  margin-inline-start: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-service-wrapper .service-item.style-5 .service-img {
    height: 300px;
    margin-inline-start: 0;
  }
}
.h9-service-wrapper .service-item.style-5 .service-img img {
  object-fit: cover;
  transform-origin: 50%;
  border-radius: 11px;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
.h9-service-wrapper .service-item.style-5:hover .service-img img {
  transform: perspective(400px) rotateX(0.09deg) rotateY(0) scale(1.1);
}
.tj-scroll-progress {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  gap: 15px;
  margin-bottom: 60px;
  padding-top: 120px;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-scroll-progress {
    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) {
  .tj-scroll-progress {
    margin-bottom: 30px;
    padding-top: 70px;
  }
}
.tj-scroll-progress:before {
  content: "";
  bottom: -48px;
  pointer-events: none;
  background: linear-gradient(180deg, var(--tj-color-theme-dark), transparent);
  width: 100%;
  height: 48px;
  position: absolute;
  inset-inline-start: 0;
}
.tj-scroll-progress-item {
  align-items: center;
  gap: 15px;
  display: flex;
}
.tj-scroll-progress-item .tj-scroll-progress-sln {
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-grey-2);
  margin-bottom: 0;
  line-height: 1;
}
.tj-scroll-progress-item .tj-scroll-progress-ind {
  background-color: var(--tj-color-border-2);
  z-index: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s;
  position: relative;
}
.tj-scroll-progress-item .tj-scroll-progress-ind-inner {
  inset-inline-start: 0;
  background-color: var(--tj-color-theme-primary);
  width: 0;
  height: 3px;
  transition: all 0.3s 0.3s;
  position: absolute;
  top: -1px;
}
.tj-scroll-progress-item:last-child .tj-scroll-progress-ind {
  opacity: 0;
  visibility: hidden;
}
.tj-scroll-progress-item.active .tj-scroll-progress-sln {
  color: var(--tj-color-common-white);
}
.tj-scroll-progress-item.active .tj-scroll-progress-ind {
  width: 72px;
}
.tj-scroll-progress-item.active .tj-scroll-progress-ind-inner {
  width: 100%;
}
.h9-about-section {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-about-section {
    padding-top: 70px;
  }
}
.h9-sec-heading {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}
.h9-sec-heading .sub-title {
  flex: none;
  align-items: start;
}
.h9-sec-heading .sec-title {
  width: 58%;
}
.h9-sec-heading .sec-title span {
  color: inherit;
  padding-inline-start: 105px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-sec-heading .sec-title span {
    padding-inline-start: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-sec-heading .sec-title span {
    padding-inline-start: 70px;
  }
}
.h9-sec-heading .sec-title .line {
  background-image: linear-gradient(
    90deg,
    var(--tj-color-heading-primary) var(--highlight-offset),
    var(--tj-color-text-body-3) var(--highlight-offset)
  );
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h9-sec-heading .sec-title {
    width: 55%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-sec-heading .sec-title {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-sec-heading .sec-title {
    width: 100%;
  }
}
.h9-about {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h9-about-area {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.h9-about-content {
  width: 50%;
}
.h9-about-content .desc {
  margin-bottom: 0;
}
.h9-about-content .about-btn-area-2 {
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  display: flex;
}
.h9-about-content .about-btn-area-2 .video-btn {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: auto;
  height: auto;
  position: unset;
  transform: unset;
  background: 0 0;
  border: none;
  justify-content: center;
  align-items: center;
  gap: 15px;
  display: flex;
}
.h9-about-content .about-btn-area-2 .video-btn .play-btn {
  background-color: var(--tj-color-theme-bg);
  color: var(--tj-color-theme-primary);
  z-index: 5;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  margin: 0;
  font-size: 14px;
  animation: 2s infinite pulse3;
  display: flex;
  position: relative;
}
.h9-about-content .about-btn-area-2 .video-btn .play-btn i {
  line-height: 1;
  display: inline-flex;
}
.h9-about-content .about-btn-area-2 .video-btn .video-text {
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-sbold);
  font-size: 16px;
  line-height: 1.2;
  position: relative;
}
.h9-about-content .about-btn-area-2 .video-btn .video-text:after {
  content: "";
  bottom: 1px;
  background-color: var(--tj-color-heading-primary);
  width: 100%;
  height: 1px;
  position: absolute;
  inset-inline-end: 0;
}
.h9-about-content .about-btn-area-2 .video-btn:hover {
  transform: scale(1);
}
.h9-about-content .about-btn-area-2 .video-btn:hover .video-text:after {
  animation: 0.8s linear linehover;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-about-content .about-btn-area-2 {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-about-content {
    width: 100%;
  }
}
.h9-about-funfact {
  border-top: 1px dashed #0c1e2133;
  border-bottom: 1px dashed #0c1e2133;
  flex-wrap: wrap;
  width: 100%;
  max-width: 530px;
  margin: 30px 0;
  padding: 20px 0 24px;
  display: flex;
}
.h9-about-funfact .countup-item {
  align-items: flex-start;
  width: 50%;
  padding: 0;
}
.h9-about-funfact .countup-item:not(:last-child) {
  padding-inline-end: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-about-funfact .countup-item:not(:last-child) {
    padding-inline-end: 30px;
  }
}
.h9-about-funfact .countup-item:not(:first-child) {
  z-index: 0;
  padding-inline-start: 30px;
  position: relative;
}
.h9-about-funfact .countup-item:not(:first-child):after {
  content: "";
  inset-inline-start: -15px;
  border-inline-end: 1px dashed #0c1e2133;
  width: 0;
  height: 88%;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-about-funfact .countup-item:not(:first-child):after {
    inset-inline-start: 0;
  }
}
.h9-about-funfact .countup-item .count-text {
  max-width: 205px;
  color: var(--tj-color-text-body);
}
.h9-about-funfact .countup-item .inline-content {
  color: var(--tj-color-heading-primary);
  margin-bottom: 15px;
}
.h9-about-funfact .countup-item .inline-content .odometer,
.h9-about-funfact .countup-item .inline-content .odometer .odometer-digit,
.h9-about-funfact .countup-item .inline-content .odometer span {
  color: var(--tj-color-heading-primary);
}
@media (max-width: 575px) {
  .h9-about-funfact .countup-item .inline-content {
    margin-bottom: 5px;
  }
  .h9-about-funfact .countup-item {
    text-align: start;
    width: 100%;
  }
  .h9-about-funfact .countup-item:not(:last-child) {
    padding-inline-end: 0;
    padding-bottom: 20px;
  }
  .h9-about-funfact .countup-item:not(:first-child) {
    padding-inline-start: 0;
    padding-top: 15px;
  }
  .h9-about-funfact .countup-item:not(:first-child):after {
    inset-inline-start: 50%;
    border-inline-end: 0;
    border-top: 1px dashed #0c1e2133;
    width: 100%;
    height: 0;
    top: 0;
    transform: translate(-50%);
  }
}
.h9-about-img {
  margin-inline-end: 0;
  max-width: 450px;
  margin-top: -77px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-about-img {
    width: 100%;
    max-width: 100%;
  }
}
.h9-about-img .box-area {
  bottom: 0;
  max-width: 194px;
  border-start-start-radius: 12px;
  border-start-end-radius: 0;
  padding: 17px 0 0 28px;
  inset-inline-start: inherit;
  inset-inline-end: 0;
}
.h9-about-img .box-area:before {
  inset-inline-start: inherit;
  inset-inline-end: 0;
  transform: rotate(180deg);
}
.h9-about-img .box-area:after {
  inset-inline-start: -12px;
  inset-inline-end: inherit;
  transform: rotate(180deg);
}
.h9-about-img .author-info {
  padding-inline-start: 18px;
  position: relative;
}
.h9-about-img .author-info:before {
  content: "";
  background-color: var(--tj-color-theme-primary);
  top: 13px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 1.5s linear infinite pulse3;
  position: absolute;
  inset-inline-start: 0;
}
.h9-about-img .author-info .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 0;
}
.h9-about-img .author-info .designation {
  color: var(--tj-color-text-body);
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-about-img {
    max-width: 420px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-about-img {
    margin: 0 auto 30px;
  }
}
.h9-team-item-wrap .team-item {
  background-color: var(--tj-color-common-white);
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 43px 50px 30px;
  display: flex;
  position: relative;
}
.h9-team-item-wrap .team-item:before {
  content: "";
  background-color: var(--tj-color-theme-primary);
  top: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  border-radius: 8px;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}
.h9-team-item-wrap .team-item .team-content {
  z-index: 2;
  width: 100%;
  max-width: 300px;
  margin-top: 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) {
  .h9-team-item-wrap .team-item .team-content {
    text-align: center;
  }
}
.h9-team-item-wrap .team-item .title {
  width: 100%;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 13px;
  transition: none;
}
.h9-team-item-wrap .team-item .title a:hover {
  color: var(--tj-color-common-white);
  letter-spacing: 0;
}
.h9-team-item-wrap .team-item .designation {
  background-color: var(--tj-color-theme-bg);
  color: var(--tj-color-theme-primary);
  border-radius: 40px;
  padding: 4px 10px;
  font-size: 16px;
}
.h9-team-item-wrap .team-item .text-btn {
  justify-content: right;
  gap: 0;
}
.h9-team-item-wrap .team-item .text-btn .btn-text {
  color: var(--tj-color-common-white);
  text-indent: -100px;
}
.h9-team-item-wrap .team-item .text-btn .btn-icon {
  width: 48px;
  height: 48px;
}
.h9-team-item-wrap .team-item .team-img {
  background-color: var(--tj-color-grey-2);
  top: 50%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  width: 238px;
  height: 238px;
  margin-inline: auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset-inline-start: 50%;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(0.8);
}
.h9-team-item-wrap .team-item .team-img:after,
.h9-team-item-wrap .team-item .team-img:before {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-team-item-wrap .team-item .team-img {
    opacity: 1;
    visibility: visible;
    width: 200px;
    height: 200px;
    position: unset;
    margin: 20px auto;
    transform: none;
  }
}
.h9-team-item-wrap .team-item:hover:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.h9-team-item-wrap .team-item:hover .title {
  color: var(--tj-color-common-white);
}
.h9-team-item-wrap .team-item:hover .designation {
  background-color: var(--tj-color-common-white);
}
.h9-team-item-wrap .team-item:hover .team-img {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-team-item-wrap .team-item:hover .team-img {
    transform: none;
  }
}
.h9-team-item-wrap .team-item:hover .text-btn {
  gap: 10px;
}
.h9-team-item-wrap .team-item:hover .text-btn .btn-text {
  text-indent: 0;
}
.h9-team-item-wrap .team-item:hover .text-btn .btn-icon {
  background-color: var(--tj-color-common-white);
}
.h9-team-item-wrap .team-item:hover .text-btn .btn-icon i {
  color: var(--tj-color-theme-dark);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-team-item-wrap .team-item {
    flex-direction: column;
    align-items: center;
    padding: 30px 20px 35px;
  }
}
.h9-testimonial {
  overflow: hidden;
}
.h9-testimonial-wrap {
  flex-direction: column;
  gap: 15px;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h9-testimonial-wrap {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-testimonial-wrap {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-testimonial-wrap.style-2 {
    flex-direction: column-reverse;
  }
}
.h9-testimonial .testimonial-item {
  background-color: var(--tj-color-common-white);
  border-radius: 8px;
  height: 100%;
  padding: 35px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-testimonial .testimonial-item {
    padding: 35px 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-testimonial .testimonial-item {
    padding: 30px 20px;
  }
}
.h9-testimonial .testimonial-item .star-ratings {
  font-size: 20px;
}
.h9-testimonial .testimonial-item .desc {
  padding-top: 27px;
  padding-bottom: 22px;
  font-size: 18px;
  line-height: 1.444;
}
.h9-testimonial .testimonial-item .desc p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h9-testimonial .testimonial-item .desc {
    font-size: 17px;
  }
}
@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),
  (max-width: 575px) {
  .h9-testimonial .testimonial-item .desc {
    padding-top: 20px;
    padding-bottom: 18px;
    font-size: 16px;
  }
}
.h9-testimonial .testimonial-item .testimonial-author {
  border: 0;
  padding-top: 0;
}
.h9-testimonial .testimonial-item .testimonial-author .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 7px;
}
.h9-testimonial .testimonial-item .testimonial-author .designation {
  color: var(--tj-color-text-body-3);
  font-size: 16px;
}
.h9-testimonial .testimonial-item.style-2 {
  background-color: var(--tj-color-theme-bg);
}
.h9-testimonial-heading {
  background-image: linear-gradient(
    var(--tj-color-theme-primary),
    var(--tj-color-theme-dark)
  );
  z-index: 1;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}
.h9-testimonial-heading .sec-heading {
  margin-bottom: 10px;
  padding: 35px 30px 0;
}
.h9-testimonial-heading .sec-heading .sub-title {
  color: var(--tj-color-common-white);
}
.h9-testimonial-heading .sec-heading .sub-title:before {
  background-color: var(--tj-color-common-white);
}
.h9-testimonial-heading .sec-heading .sec-title {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-testimonial-heading .sec-heading {
    padding: 30px 20px 0;
  }
}
.h9-testimonial-heading .testimonial-img {
  max-width: 415px;
  margin: 0 auto;
}
.h9-testimonial-heading .shape-icon {
  bottom: 0;
  z-index: -1;
  width: 100%;
  max-width: 420px;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%);
}
.h9-cta-section {
  z-index: 1;
  background-color: var(--tj-color-theme-dark);
  border-radius: 12px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.h9-cta-section:before {
  content: "";
  top: -50px;
  background-color: var(--tj-color-theme-primary);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  filter: blur(60px);
  opacity: 0.3;
  z-index: -1;
  border-radius: 50%;
  width: 550px;
  height: 200px;
  position: absolute;
  inset-inline-start: -100px;
}
.h9-cta-section:after {
  content: "";
  bottom: -50px;
  background-color: var(--tj-color-theme-primary);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  filter: blur(60px);
  opacity: 0.3;
  z-index: -1;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset-inline-end: -30px;
}
.h9-cta-section .cta-bg {
  top: 0;
  mix-blend-mode: luminosity;
  opacity: 0.15;
  z-index: -1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
}
.h9-cta-section .cta-content {
  padding: 100px 0;
}
.h9-cta-section .cta-content .title {
  color: var(--tj-color-common-white);
  margin: 0;
  font-size: 94px;
  line-height: 1;
}
.h9-cta-section .cta-content .title:before {
  content: "";
  top: 50%;
  background-color: var(--tj-color-theme-primary);
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  filter: blur(60px);
  opacity: 0;
  z-index: -1;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}
.h9-cta-section .cta-content .title .cta-img {
  margin: 0 25px;
  display: inline-block;
  position: relative;
}
.h9-cta-section .cta-content .title .cta-img a {
  bottom: -40px;
  background-color: var(--tj-color-theme-primary);
  width: 88px;
  height: 88px;
  font-size: 45px;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%);
}
.h9-cta-section .cta-content .title .cta-img a i {
  color: var(--tj-color-common-white);
}
.h9-cta-section .cta-content .title .cta-img a:hover {
  transform: translate(-50%) scale(0.9);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h9-cta-section .cta-content .title .cta-img a {
    width: 78px;
    height: 78px;
    font-size: 38px;
    bottom: -38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-cta-section .cta-content .title .cta-img a {
    width: 70px;
    height: 70px;
    font-size: 35px;
    bottom: -35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h9-cta-section .cta-content .title .cta-img a {
    width: 70px;
    height: 70px;
    font-size: 35px;
    bottom: -35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-cta-section .cta-content .title .cta-img a {
    width: 60px;
    height: 60px;
    font-size: 30px;
    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) {
  .h9-cta-section .cta-content .title .cta-img {
    margin-top: 30px;
    margin-bottom: 55px;
  }
}
.h9-cta-section .cta-content .title img {
  background-color: var(--tj-color-text-body-2);
  border: 3px solid var(--tj-color-common-white);
  -o-transition: all 0.3s ease-in-out 0s;
  border-radius: 10px;
  width: 100%;
  max-width: 240px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h9-cta-section .cta-content .title img {
    max-width: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-cta-section .cta-content .title img {
    max-width: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h9-cta-section .cta-content .title img {
    max-width: 190px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-cta-section .cta-content .title img {
    max-width: 180px;
  }
}
.h9-cta-section .cta-content .title:hover:before {
  opacity: 0.4;
}
.h9-cta-section .cta-content .title:hover img {
  transform: rotate(3deg);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h9-cta-section .cta-content .title {
    font-size: 78px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h9-cta-section .cta-content .title {
    font-size: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-cta-section .cta-content .title {
    flex-direction: column;
    align-items: center;
    font-size: 55px;
    display: flex;
  }
  .h9-cta-section .cta-content {
    padding: 60px 0;
  }
}
.h9-project-wrapper {
  background-color: var(--tj-color-theme-dark);
}
.h9-project-wrapper .project-item {
  background-color: #0000;
  border-radius: 10px;
  height: 527px;
}
.h9-project-wrapper .project-item .project-content {
  bottom: 30px;
  background-color: var(--tj-color-common-white);
  opacity: 0;
  z-index: 3;
  border-radius: 10px;
  padding: 25px 20px 20px 25px;
  transition: all 0.4s;
  position: absolute;
  inset-inline: 30px;
  transform: translateY(100%);
}
@media (max-width: 575px) {
  .h9-project-wrapper .project-item .project-content {
    bottom: 15px;
    inset-inline: 15px;
  }
}
.h9-project-wrapper .project-item .project-content .project-text {
  margin-top: 14px;
}
.h9-project-wrapper .project-item:hover .project-content {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h9-project-wrapper .project-item {
    height: 380px;
  }
}
.h9-project-slider {
  -webkit-mask-image: linear-gradient(
    90deg,
    #0c1e2100 0%,
    var(--tj-color-theme-dark) 20%,
    var(--tj-color-theme-dark) 80%,
    #0c1e2100 100%
  );
  mask-image: linear-gradient(
    90deg,
    #0c1e2100 0%,
    var(--tj-color-theme-dark) 20%,
    var(--tj-color-theme-dark) 80%,
    #0c1e2100 100%
  );
}
@media (max-width: 575px) {
  .h9-project-slider {
    -webkit-mask-image: none;
    mask-image: none;
  }
}
.h9-blog-wrapper .blog-item.h5-blog-item {
  padding: 15px;
}
.h9-blog-wrapper .blog-item.h5-blog-item .blog-thumb {
  width: 42.2%;
  height: 265px;
  min-height: 0;
}
.h9-blog-wrapper .blog-item.h5-blog-item .blog-thumb:before {
  display: none;
}
.h9-blog-wrapper .blog-item.h5-blog-item .blog-thumb a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.h9-blog-wrapper .blog-item.h5-blog-item .blog-thumb a img {
  min-height: 100%;
}
.h9-blog-wrapper .blog-item.h5-blog-item .blog-date {
  top: 15px;
  bottom: auto;
  background-color: var(--tj-color-common-white);
  display: none;
  inset-inline: auto 15px;
}
.h9-blog-wrapper .blog-item.h5-blog-item .blog-date .date {
  color: var(--tj-color-theme-dark);
}
.h9-blog-wrapper .blog-item.h5-blog-item .blog-date .month {
  color: var(--tj-color-theme-dark-3);
}
.h9-blog-wrapper .blog-item.h5-blog-item .blog-content {
  width: 57.8%;
  padding: 25px 15px 25px 25px;
}
.h9-blog-wrapper .blog-item:first-child.h5-blog-item {
  z-index: 0;
  padding: 0;
  position: relative;
}
.h9-blog-wrapper .blog-item:first-child.h5-blog-item .blog-thumb {
  width: 100%;
  min-height: 100%;
}
.h9-blog-wrapper .blog-item:first-child.h5-blog-item .blog-thumb:before {
  background: linear-gradient(
    180deg,
    #0c1e2100 0%,
    var(--tj-color-theme-dark) 100%
  );
  opacity: 1;
  display: block;
}
.h9-blog-wrapper .blog-item:first-child.h5-blog-item .blog-date {
  display: block;
}
.h9-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content {
  bottom: 30px;
  z-index: 2;
  background-color: #0000;
  width: calc(100% - 45px);
  padding: 0;
  position: absolute;
  inset-inline: 30px 15px;
}
.h9-blog-wrapper
  .blog-item:first-child.h5-blog-item
  .blog-content
  .blog-meta
  span
  a {
  color: var(--tj-color-text-body-2);
  border: 0;
}
.h9-blog-wrapper
  .blog-item:first-child.h5-blog-item
  .blog-content
  .blog-meta
  span:nth-child(2) {
  color: var(--tj-color-text-body-2);
}
.h9-blog-wrapper
  .blog-item:first-child.h5-blog-item
  .blog-content
  .blog-meta
  span:nth-child(2)
  a {
  color: var(--tj-color-text-body-5);
}
.h9-blog-wrapper
  .blog-item:first-child.h5-blog-item
  .blog-content
  .blog-meta
  span:nth-child(2)
  a:hover {
  color: var(--tj-color-theme-primary);
}
.h9-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content .title {
  font-size: 32px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
}
.h9-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content .text-btn {
  margin-top: 24px;
}
.h9-blog-wrapper
  .blog-item:first-child.h5-blog-item
  .blog-content
  .text-btn
  .btn-text {
  color: var(--tj-color-common-white);
}
.h9-blog-wrapper
  .blog-item:first-child.h5-blog-item
  .blog-content
  .text-btn
  .btn-icon {
  background-color: var(--tj-color-theme-primary);
}
@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) {
  .h9-blog-wrapper .blog-item:first-child.h5-blog-item .blog-thumb {
    height: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h9-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content {
    bottom: 15px;
    inset-inline-start: 15px;
  }
  .h9-blog-wrapper
    .blog-item:first-child.h5-blog-item
    .blog-content
    .blog-title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .h9-blog-wrapper .blog-item.h5-blog-item .blog-thumb {
    width: 100%;
    height: 240px;
  }
  .h9-blog-wrapper .blog-item.h5-blog-item .blog-content {
    width: 100%;
    padding: 20px 0 10px;
  }
  .h9-blog-wrapper .blog-item:first-child.h5-blog-item .blog-thumb {
    height: 400px;
    max-height: 400px;
  }
  .h9-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content .title {
    font-size: 24px;
    font-weight: var(--tj-fw-sbold);
  }
  .h9-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content .text-btn {
    margin-top: 16px;
  }
}
.h10-header.header-area.header-absolute {
  z-index: 999;
  padding-top: 24px;
  padding-bottom: 24px;
  top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-header.header-area.header-absolute {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-header.header-area.header-absolute {
    top: 12px;
  }
}
.h10-header.header-area.header-absolute .header-bottom {
  border-bottom: 0;
}
.h10-header.header-area.header-absolute .mainmenu > ul {
  background-color: var(--tj-color-common-white);
  border-radius: 56px;
  padding: 0 30px;
}
.h10-header.header-area.header-absolute .mainmenu > ul > li > .mega-menu {
  top: calc(100% - 24px);
}
.h10-header.header-area.header-absolute .mainmenu > ul > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
}
.h10-header.header-area.header-absolute
  .mainmenu
  > ul
  > li.has-dropdown
  > a:after {
  top: 19px;
}
.tj-footer-section.h10-footer {
  padding-top: 0;
}
.tj-footer-section.h10-footer .h10-footer-title {
  color: var(--tj-color-common-white);
  font-size: 64px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-footer-section.h10-footer .h10-footer-title {
    font-size: 58px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-section.h10-footer .h10-footer-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-footer-section.h10-footer .h10-footer-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .tj-footer-section.h10-footer .h10-footer-title {
    font-size: 38px;
  }
}
.tj-footer-section.h10-footer .h10-footer-subscribe-wrapper {
  margin-bottom: 30px;
}
.tj-footer-section.h10-footer .h10-footer-subscribe-wrapper .award-logo-area {
  margin-bottom: 20px;
}
@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-footer-section.h10-footer .h10-footer-subscribe-wrapper .award-logo-area {
    margin-bottom: 30px;
  }
}
.tj-footer-section.h10-footer .footer-col-1:before {
  display: none;
}
.tj-footer-section.h10-footer .footer-col-1 .bg-shape-widget {
  bottom: -160px;
  opacity: 1;
  background: var(--tj-color-theme-primary);
  filter: blur(110px);
  z-index: -1;
  border-radius: 50%;
  width: 362px;
  height: 372px;
  position: absolute;
  inset-inline-start: -50px;
}
.tj-footer-section.h10-footer .footer-col-1 .text-btn {
  letter-spacing: -0.03em;
  border: 1px solid var(--tj-color-grey-3);
  border-radius: 50px;
  margin-top: 24px;
  padding: 5px 20px 8px;
  font-size: 20px;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-footer-section.h10-footer .footer-col-1 .text-btn {
    margin-top: 16px;
    font-size: 18px;
  }
}
.tj-footer-section.h10-footer .footer-col-1 .text-btn .btn-text {
  color: var(--tj-color-common-white);
}
.tj-footer-section.h10-footer .footer-col-2 {
  padding-inline-start: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-footer-section.h10-footer .footer-col-2 {
    padding-inline-start: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-section.h10-footer .footer-col-2 {
    padding-inline-start: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-section.h10-footer .footer-col-2 {
    padding-inline-start: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-footer-section.h10-footer .footer-col-2 {
    padding-inline-start: 0;
  }
}
.tj-footer-section.h10-footer .footer-col-3 {
  padding-inline-start: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-footer-section.h10-footer .footer-col-3 {
    padding-inline-start: 44px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-section.h10-footer .footer-col-3 {
    margin-top: 0;
    padding-inline-start: 12px;
  }
}
@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-footer-section.h10-footer .footer-col-3 {
    padding-inline-start: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-section.h10-footer .widget-contact {
    margin-top: 0;
    padding-inline-start: 10px;
  }
}
.tj-footer-section.h10-footer .footer-subscribe {
  border: 0;
  margin-inline-start: 30px;
  padding: 42px 30px 46px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-footer-section.h10-footer .footer-subscribe {
    margin-inline-start: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-footer-section.h10-footer .footer-subscribe {
    padding: 32px 20px 36px;
  }
}
@media (max-width: 575px) {
  .tj-footer-section.h10-footer .footer-subscribe {
    padding: 32px 20px 36px;
  }
}
.tj-footer-section.h10-footer .footer-subscribe .title {
  max-width: 100%;
}
.tj-footer-section.h10-footer .footer-subscribe .subscribe-form {
  width: 100%;
}
.tj-footer-section.h10-footer .footer-subscribe .subscribe-form label {
  margin-top: 16px;
}
.tj-footer-section.h10-footer .footer-subscribe .subscribe-form button {
  inset-inline-end: 6px;
}
.tj-footer-section.h10-footer .bg-shape-4 {
  top: auto;
  bottom: 0;
  transform: scale(1);
}
.h10-hero {
  padding-bottom: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1765px),
  only screen and (min-width: 1601px) and (max-width: 1764px) {
  .h10-hero .container {
    max-width: 1422px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero {
    padding-top: 98px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero {
    padding-top: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero-award-wrapper {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 50px;
    padding-inline-start: 20px;
    display: flex;
  }
}
.h10-hero-award-wrapper .h6-hero-history {
  margin-top: 43px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-hero-award-wrapper .h6-hero-history {
    margin-top: 23px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero-award-wrapper .h6-hero-history {
    margin-top: 20px;
  }
}
.h10-hero-award-wrapper .circle-text-wrap {
  inset-inline-end: auto;
  background-color: var(--tj-color-common-white);
  width: 192px;
  height: 192px;
  margin-top: 90px;
  position: relative;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero-award-wrapper .circle-text-wrap {
    margin-top: 41px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero-award-wrapper .circle-text-wrap {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-hero-award-wrapper .circle-text-wrap {
    width: 162px;
    height: 162px;
  }
}
.h10-hero-award-wrapper .circle-text-wrap .circle-text {
  width: 158px;
  height: 163px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-hero-award-wrapper .circle-text-wrap .circle-text {
    width: 132px;
    height: 137px;
  }
}
.h10-hero-award-wrapper .circle-text-wrap .circle-icon {
  font-size: 30px;
}
.h10-hero-award-wrapper .circle-text-wrap .circle-icon i {
  color: var(--tj-color-theme-dark);
}
.h10-hero .banner-content-2 {
  max-width: 875px;
  margin-inline-start: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-hero .banner-content-2 {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero .banner-content-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-inline-start: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero .banner-content-2 {
    padding-bottom: 10px;
  }
}
.h10-hero .banner-content-2 .banner-title {
  font-size: 94px;
  line-height: 1.043;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-hero .banner-content-2 .banner-title {
    font-size: 84px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-hero .banner-content-2 .banner-title {
    font-size: 64px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero .banner-content-2 .banner-title {
    font-size: 64px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h10-hero .banner-content-2 .banner-title {
    font-size: 54px;
  }
}
@media (max-width: 575px) {
  .h10-hero .banner-content-2 .banner-title {
    font-size: 35px;
  }
}
.h10-hero .banner-content-2 .banner-title i {
  margin-inline-start: 5px;
  font-size: 82px;
  display: inline-block;
  position: relative;
  bottom: -5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero .banner-content-2 .banner-title i {
    font-size: 62px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h10-hero .banner-content-2 .banner-title i {
    margin-inline-start: 1px;
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .h10-hero .banner-content-2 .banner-title i {
    margin-inline-start: 1px;
    font-size: 30px;
  }
}
.h10-hero .banner-content-2 .banner-desc-area {
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero .banner-content-2 .banner-desc-area {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero .banner-content-2 .banner-desc-area {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .h10-hero .banner-content-2 .banner-desc-area {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 24px;
    font-size: 16px;
  }
}
.h10-hero .banner-content-2 .banner-desc-area .tj-primary-btn {
  flex-shrink: 0;
}
.h10-hero .banner-content-2 .banner-desc-area .banner-desc {
  width: 100%;
  max-width: 375px;
  color: var(--tj-color-text-body-4);
  font-size: 18px;
  line-height: 1.444;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero .banner-content-2 .banner-desc-area .banner-desc {
    font-size: 16px;
  }
}
.h10-hero-banner {
  text-align: center;
  width: 100%;
  margin: 65px auto 0;
  transform: scale(0.74);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-hero-banner {
    height: 500px;
    margin-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-hero-banner {
    height: 300px;
    margin-top: 70px;
  }
}
.h10-hero-banner-video {
  z-index: 0;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.h10-hero-banner-video video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin-bottom: -10px;
  display: inline-block;
}
.h10-service-wrapper .service-item.style-4 {
  z-index: 0;
  border-radius: 8px;
  padding: 30px 30px 35px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-service-wrapper .service-item.style-4 {
    padding: 30px 20px;
  }
}
.h10-service-wrapper .service-item.style-4 .h10-service-sln {
  top: 0;
  background-color: var(--tj-color-grey-1);
  width: 48px;
  height: 48px;
  line-height: 1;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-theme-dark-3);
  z-index: 1;
  border-end-start-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset-inline-end: 0;
}
.h10-service-wrapper .service-item.style-4 .h10-service-sln:before,
.h10-service-wrapper .service-item.style-4 .h10-service-sln:after {
  content: "";
  inset-inline-start: -8px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ecf0f0"></path></svg>');
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  transform: rotate(90deg);
}
.h10-service-wrapper .service-item.style-4 .h10-service-sln:after {
  inset-inline-start: auto;
  top: auto;
  inset-inline-end: 0;
  bottom: -8px;
}
.h10-service-wrapper .service-item.style-4 .service-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 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) {
  .h10-service-wrapper .service-item.style-4 .service-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 45px;
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-service-wrapper .service-item.style-4 .service-icon {
    margin-bottom: 35px;
  }
}
.h10-service-wrapper .service-item.style-4 .service-content {
  overflow: hidden;
}
.h10-service-wrapper .service-item.style-4 .text-btn {
  transform: translate(calc(30px - 100%));
}
.h10-service-wrapper .service-item.style-4:hover .service-icon {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: linear-gradient(135deg, #ffffff4d 0%, #fff0 50%, #ffffff4d 100%);
}
.h10-service-wrapper .service-item.style-4:hover .service-icon i {
  color: var(--tj-color-common-white);
}
.h10-service-wrapper .service-item.style-4:hover .desc {
  color: var(--tj-color-grey-1);
}
.h10-service-wrapper .service-item.style-4:hover .text-btn {
  transform: translate(0);
}
.h10-about-content-wrapper {
  max-width: 644px;
  margin-inline-start: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-about-content-wrapper {
    max-width: 629px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-about-content-wrapper {
    max-width: 524px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-about-content-wrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-about-content-wrapper {
    margin-bottom: 30px;
  }
}
.h10-about-content .desc {
  max-width: 375px;
  font-size: 18px;
  line-height: 1.444;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-about-banner {
    height: 100%;
  }
}
.h10-about-clients.customers-box {
  margin-bottom: 28px;
  padding-top: 10px;
}
.h10-about-clients.customers-box ul li:not(:first-child) {
  margin-inline-start: -19px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-about-clients.customers-box ul li:not(:first-child) {
    margin-inline-start: -16px;
  }
}
.h10-about-clients.customers-box ul li img,
.h10-about-clients.customers-box ul li span {
  width: 57px;
  height: 57px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-about-clients.customers-box ul li img,
  .h10-about-clients.customers-box ul li span {
    width: 50px;
    height: 50px;
  }
}
.h10-about-funfact {
  border-top-style: solid;
  border-color: var(--tj-color-border-1);
  z-index: 0;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
.h10-about-funfact:before {
  content: "";
  top: -2px;
  background-color: var(--tj-color-theme-primary);
  z-index: 1;
  width: 32px;
  height: 3px;
  position: absolute;
  inset-inline-start: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-about-funfact .countup-item:not(:last-child) {
    padding-inline-end: 30px;
  }
}
.h10-about-funfact .countup-item:not(:first-child) {
  padding-inline-start: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-about-funfact .countup-item:not(:first-child) {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .h10-about-funfact .countup-item:not(:first-child) {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h10-about-funfact .countup-item:not(:first-child):after {
    inset-inline-start: -26px;
  }
}
.h10-about-funfact .countup-item:after {
  border: 0;
}
.h10-process {
  background-color: var(--tj-color-theme-dark);
  z-index: 0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h10-process .bg-shape-3 {
    inset-inline-start: -16%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-process .bg-shape-3 {
    inset-inline-start: -28%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-process .bg-shape-3 {
    display: none;
  }
  .h10-process .pin-spacer:has(.sec-heading.style-3) {
    height: auto !important;
  }
  .h10-process .sec-heading.style-3.tj-sticky-panel-3 {
    inset-inline-start: 0 !important;
    height: auto !important;
    max-height: inherit !important;
    position: relative !important;
    top: 0 !important;
    transform: none !important;
  }
}
.h10-process .sec-heading.style-3 .sec-title {
  color: var(--tj-color-common-white);
}
.h10-process .sec-heading.style-3 .h10-process-more {
  margin-top: 24px;
}
.h10-process-wrapper {
  max-width: 644px;
  margin-inline-start: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-process-wrapper {
    max-width: 100%;
  }
}
.h10-process-wrapper .h10-process-item {
  background-color: var(--tj-color-theme-bg-3);
  z-index: 0;
  border-radius: 8px;
  padding: 108px 30px 35px;
  position: relative;
}
.h10-process-wrapper .h10-process-item:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-process-wrapper .h10-process-item {
    padding: 90px 20px 30px;
  }
}
.h10-process-wrapper .h10-process-item .title {
  max-width: 300px;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
  margin-bottom: 20px;
  transition: none;
}
.h10-process-wrapper .h10-process-item .desc {
  color: var(--tj-color-text-body-2);
  margin-bottom: 0;
}
.h10-process-wrapper .h10-process-icon {
  background: var(--tj-color-theme-primary);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  font-size: 48px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
  display: inline-flex;
}
.h10-process-wrapper .h10-process-icon i {
  color: var(--tj-color-common-white);
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-process-wrapper .h10-process-icon {
    width: 65px;
    height: 65px;
    font-size: 38px;
  }
}
.h10-process-wrapper .h10-process-sln {
  top: 0;
  background-color: var(--tj-color-theme-dark);
  line-height: 1;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-text-body-2);
  z-index: 1;
  border-end-end-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 13px 21px 17px;
  display: flex;
  position: absolute;
  inset-inline-start: 0;
}
.h10-process-wrapper .h10-process-sln:before,
.h10-process-wrapper .h10-process-sln:after {
  content: "";
  inset-inline-end: -8px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%230c1e21"></path></svg>');
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
}
.h10-process-wrapper .h10-process-sln:after {
  inset-inline: 0 auto;
  top: auto;
  bottom: -8px;
}
.h10-project.section-gap {
  padding-bottom: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h10-project.section-gap {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-project.section-gap {
    padding-bottom: 35px;
  }
}
.h10-project-filter {
  justify-content: center;
  margin-top: 34px;
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-project-filter {
    margin-top: 24px;
  }
}
.h10-project-button-group {
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
  position: relative;
}
@media (max-width: 575px) {
  .h10-project-button-group {
    flex-wrap: wrap;
    gap: 4px;
  }
}
.h10-project-button-group button {
  background: var(--tj-color-theme-bg);
  color: var(--tj-color-theme-dark-2);
  text-transform: capitalize;
  font-weight: var(--tj-fw-medium);
  z-index: 0;
  border: none;
  border-radius: 4px;
  padding: 14px 23px;
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.h10-project-button-group button:after {
  content: "";
  background: var(--tj-color-theme-primary);
  inset-inline-start: 0;
  z-index: -1;
  border-radius: 4px;
  width: 0;
  height: 100%;
  transition: all 0.3s;
  position: absolute;
  top: 0;
}
@media (max-width: 575px) {
  .h10-project-button-group button {
    padding: 9px 11px;
    font-size: 14px;
  }
}
.h10-project-button-group button.active {
  color: var(--tj-color-common-white);
  background: 0 0;
}
.h10-project-button-group button.active:after {
  width: 100%;
}
.h10-project-wrapper {
  flex-wrap: wrap;
  align-items: center;
  max-width: calc(100% + 30px);
  margin: 0 -15px;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .h10-project-wrapper {
    max-width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
@media (max-width: 575px) {
  .h10-project-wrapper {
    max-width: calc(100% + 20px);
    margin: 0 -10px;
  }
}
.h10-project-wrapper .project-item.h4-project-item {
  background-color: #0000;
  width: 50%;
  margin-bottom: 40px;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .h10-project-wrapper .project-item.h4-project-item {
    margin-bottom: 35px;
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .h10-project-wrapper .project-item.h4-project-item {
    width: 100%;
    margin-bottom: 35px;
    padding: 0 10px;
  }
}
.h10-project-wrapper .project-item.h4-project-item .project-img {
  height: 460px;
}
@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) {
  .h10-project-wrapper .project-item.h4-project-item .project-img {
    height: 345px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-project-wrapper .project-item.h4-project-item .project-img {
    height: 300px;
  }
}
.h10-project-wrapper .project-item.h4-project-item .project-content .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 10px;
}
.h10-project-wrapper .project-item.h4-project-item .categories a {
  border-radius: 20px;
}
.h10-testimonial {
  background-color: var(--tj-color-theme-dark);
  z-index: 0;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.h10-testimonial .sec-heading.style-3 .sec-title {
  color: var(--tj-color-common-white);
}
.h10-testimonial .slider-next,
.h10-testimonial .slider-prev {
  border-color: var(--tj-color-border-2);
}
.h10-testimonial .slider-next .anim-icon i,
.h10-testimonial .slider-prev .anim-icon i {
  color: var(--tj-color-common-white);
}
.h10-testimonial-wrapper {
  -webkit-mask-image: none;
  mask-image: none;
}
.h10-testimonial-wrapper .testimonial-item {
  background-color: var(--tj-color-grey-3);
  border: 0;
}
.h10-testimonial-wrapper .testimonial-item .desc {
  border-bottom: 1px dashed var(--tj-color-border-2);
  padding-bottom: 25px;
}
.h10-testimonial-wrapper .testimonial-item .desc p {
  color: var(--tj-color-text-body-2);
}
.h10-testimonial-wrapper .testimonial-author {
  border-top: 0;
  padding-top: 0;
}
.h10-testimonial-wrapper .testimonial-author .title {
  color: var(--tj-color-common-white);
}
.h10-testimonial-wrapper .testimonial-author .designation {
  color: var(--tj-color-text-body-2);
}
.h10-testimonial-wrapper .star-ratings {
  margin-top: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-testimonial-wrapper .star-ratings {
    margin-top: 20px;
  }
}
.h10-pricing-box {
  padding: 15px;
}
.h10-pricing-box .pricing-header {
  background-color: var(--tj-color-theme-bg);
  z-index: 0;
  border-radius: 12px;
  padding: 36px 22px 40px;
  position: relative;
}
.h10-pricing-box .pricing-header .package-price {
  margin-bottom: 0;
}
.h10-pricing-box .pricing-header .pricing-badge {
  background: var(--tj-color-theme-dark);
  color: var(--tj-color-common-white);
  font-size: 14px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.03em;
  inset-inline-end: 20px;
  z-index: 1;
  border-radius: 4px;
  gap: 4px;
  padding: 4px 7px 4px 5px;
  line-height: 1;
  display: flex;
  position: absolute;
  top: 20px;
}
.h10-pricing-box .pricing-header .pricing-badge i {
  font-size: 15px;
}
.h10-pricing-box .pricing-body {
  padding: 24px 20px 20px;
}
.h10-pricing-box .pricing-body .title-wrapper {
  margin-bottom: 20px;
}
.h10-pricing-box .pricing-body .title-wrapper .title {
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 2px;
}
.h10-pricing-box .pricing-body .title-wrapper .desc {
  margin-bottom: 0;
}
.h10-pricing-box .pricing-body .list-items ul li {
  color: var(--tj-color-text-body-4);
}
.h10-pricing-box .pricing-body .list-items ul li i {
  color: var(--tj-color-theme-primary);
}
.h10-pricing-box .pricing-body .pricing-btn {
  margin-top: 26px;
  margin-bottom: 0;
}
.h10-pricing-box.active {
  background: var(--tj-color-common-white);
}
.h10-pricing-box.active .pricing-header {
  background-color: var(--tj-color-theme-primary);
}
.h10-pricing-box.active .pricing-btn a {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.h10-pricing-box.active .pricing-btn a .btn-text {
  color: var(--tj-color-common-white);
}
.h10-pricing-box.active .pricing-btn a:hover .btn-icon {
  background-color: var(--tj-color-theme-dark);
}
.h10-blog-wrapper .blog-item.style-2 {
  flex-flow: row-reverse;
  justify-content: space-between;
  padding: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-blog-wrapper .blog-item.style-2 {
    flex-direction: column;
    padding: 12px;
  }
}
.h10-blog-wrapper .blog-item.style-2 .blog-thumb {
  border-radius: 8px;
  flex-shrink: 0;
  width: 25.3%;
  height: 210px;
  min-height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-blog-wrapper .blog-item.style-2 .blog-thumb {
    width: 30%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-blog-wrapper .blog-item.style-2 .blog-thumb {
    width: 100%;
  }
}
.h10-blog-wrapper .blog-item.style-2 .blog-thumb a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.h10-blog-wrapper .blog-item.style-2 .blog-thumb a img {
  min-height: 100%;
}
.h10-blog-wrapper .blog-item.style-2 .blog-content {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
  padding: 9px 15px 15px;
}
@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) {
  .h10-blog-wrapper .blog-item.style-2 .blog-content {
    max-width: 640px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-blog-wrapper .blog-item.style-2 .blog-content {
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-blog-wrapper .blog-item.style-2 .blog-content {
    flex-direction: column;
    max-width: 100%;
    padding: 15px 10px;
  }
}
.h10-blog-wrapper .blog-item.style-2 .title-area {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 400px;
  height: 100%;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-blog-wrapper .blog-item.style-2 .title-area {
    max-width: 363px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .h10-blog-wrapper .blog-item.style-2 .title-area .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-blog-wrapper .blog-item.style-2 .title-area {
    max-width: 100%;
  }
}
.h10-blog-wrapper .blog-item.style-2 .blog-meta {
  flex-direction: column;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 6px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .h10-blog-wrapper .blog-item.style-2 .blog-meta {
    flex-direction: row;
    width: 100%;
  }
}
.h10-blog-wrapper
  .blog-item.style-2
  .blog-meta
  .blog-date-wrapper
  .blog-author {
  font-size: 18px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.h10-blog-wrapper .blog-item.style-2 .blog-meta .blog-date-wrapper span {
  display: block;
}
.h10-blog-wrapper .blog-item.style-2 .blog-meta .categories a {
  border-color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  border-radius: 13px;
}
.h10-blog-wrapper .blog-item.style-2 .blog-meta .categories a:hover {
  border-color: var(--tj-color-border-1);
  color: var(--tj-color-theme-dark-3);
  background-color: #0000;
}
.h10-blog-wrapper .blog-item.style-2 .blog-date {
  text-align: start;
  padding: 0;
  position: static;
}
.h10-blog-wrapper .blog-item.style-2 .text-btn .btn-icon {
  width: 30px;
  height: 30px;
  font-size: 20px;
}
figure {
  margin: 0;
}
.tj-product-details-bottom .tj-product-details-description h2 {
  color: var(--tj-color-heading-primary);
  margin-bottom: 25px;
  font-size: 26px;
  font-weight: 600;
}
span.required {
  color: var(--tj-color-text-body);
}
ul.woocommerce-error li {
  color: #ff0004;
}
ul.woocommerce-error li a {
  text-decoration: none;
}
.tj-product-details-description p:last-child {
  margin-bottom: 0;
}
.tj-product-details-description p.woocommerce-noreviews {
  margin-bottom: 25px;
}
.tj-product-details-description ol.commentlist {
  padding-inline-start: 0;
  list-style: none;
}
.tj-product-details-description ol.commentlist li {
  margin-bottom: 15px;
}
.tj-product-details-description ol.commentlist .review .comment_container {
  border: 1px solid var(--tj-color-border-1);
  border-radius: 8px;
  padding: 30px;
  overflow: hidden;
}
.tj-product-details-description ol.commentlist .review .comment_container img {
  float: left;
  border-radius: 50%;
  overflow: hidden;
}
.tj-product-details-description
  ol.commentlist
  .review
  .comment_container
  .comment-text {
  margin-inline-start: 75px;
  overflow: hidden;
}
.tj-product-details-description
  ol.commentlist
  .review
  .comment_container
  .comment-text
  .meta {
  margin-bottom: 5px;
}
.tj-product-details-description
  ol.commentlist
  .review
  .comment_container
  .comment-text
  p {
  margin-bottom: 0;
}
.tj-product-details-description
  ol.commentlist
  .review
  .comment_container
  .comment-text
  .star-rating {
  background-color: var(--tj-color-theme-bg);
  border-radius: 32px;
  padding: 3px 4px 3px 8px;
  display: inline-block;
}
.tj-product-details-description
  ol.commentlist
  .review
  .comment_container
  .comment-text
  .star-rating:before {
  position: absolute;
}
.tj-product-details-description
  ol.commentlist
  .review
  .comment_container
  .comment-text
  .star-rating
  span {
  position: unset;
}
.tj-product-details-description label {
  font-size: 16px;
  display: block;
}
.tj-product-details-description input:not([type="submit"]),
.tj-product-details-description textarea {
  border: 1px solid var(--tj-color-border-1);
  width: 100%;
  height: 48px;
  color: var(--tj-color-text-body);
  background-color: #0000;
  border-radius: 8px;
  outline: 0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
}
.tj-product-details-description input:not([type="submit"]):focus,
.tj-product-details-description textarea:focus {
  background-color: var(--tj-color-theme-bg);
}
.tj-product-details-description input:not([type="submit"])::placeholder,
.tj-product-details-description textarea::placeholder {
  color: var(--tj-color-text-body-2);
  font-weight: var(--tj-fw-medium);
}
.tj-product-details-description input:not([type="submit"])::-moz-placeholder {
  color: var(--tj-color-text-body-2);
  font-weight: var(--tj-fw-medium);
}
.tj-product-details-description textarea::-moz-placeholder {
  color: var(--tj-color-text-body-2);
  font-weight: var(--tj-fw-medium);
}
.tj-product-details-description textarea {
  resize: none;
  height: 180px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.2;
}
.tj-product-details-description input[type="checkbox"] {
  width: 17px;
  height: 17px;
  margin-top: 0 !important;
}
.tj-product-details-description .form-submit input[type="submit"] {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-dark);
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}
.tj-product-details-description .form-submit input[type="submit"]:focus,
.tj-product-details-description .form-submit input[type="submit"]:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}
.tj-product-details-description .woocommerce-Reviews-title {
  font-family: var(--tj-ff-body);
  letter-spacing: -0.02em;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 600;
}
.tj-product-details-description .woocommerce-review__author {
  color: var(--tj-color-heading-primary);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}
.tj-product-details-description .woocommerce-review__published-date {
  color: #888;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.tj-product-details-description .comment-form-rating {
  flex-direction: column;
  margin-bottom: 11px;
}
.tj-product-details-description .comment-form-rating label {
  color: var(--tj-color-text-body);
  font-size: 16px;
  font-weight: 500;
}
.tj-product-details-description .comment-form-rating .stars > span {
  color: var(--tj-color-theme-primary);
}
.tj-product-details-description .comment-form-rating .nice-select,
.tj-product-details-description .comment-form-rating select {
  display: none;
}
.tj-product-details-description .comment-form-rating span {
  color: var(--tj-color-text-body);
  margin-inline-end: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.tj-product-details-description .comment-reply-title {
  font-family: var(--tj-ff-heading);
  letter-spacing: -0.02em;
  color: var(--tj-color-heading-primary);
  margin-bottom: 4px;
  font-size: 19px;
  font-weight: 600;
}
.tj-product-details-description .comment-form-comment label {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-text-body);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.tj-product-details-description .comment-form-author,
.tj-product-details-description .comment-form-email {
  width: 48%;
  margin-inline-end: 30px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .tj-product-details-description .comment-form-author,
  .tj-product-details-description .comment-form-email {
    width: 100%;
  }
}
.tj-product-details-description .comment-form-email {
  width: 49%;
  margin-inline-end: 0;
}
@media (max-width: 1200px) {
  .tj-product-details-description .comment-form-email {
    width: 100%;
  }
}
.tj-product-details-description table tbody > tr:nth-child(odd) > td,
.tj-product-details-description table tbody > tr:nth-child(odd) > th {
  background-color: inherit;
}
.tj-product-details-description table {
  border: 1px solid var(--tj-color-border-1);
  border-radius: 12px;
  width: 100%;
  margin-bottom: 0;
}
.tj-product-details-description table th,
.tj-product-details-description table td {
  vertical-align: middle;
  border: 1px solid var(--tj-color-border-1);
  border-inline-start: 0;
  text-align: start;
  background-color: #0000;
  border-top: 0;
  padding: 0;
  line-height: 1.5;
}
.tj-product-details-description table th p,
.tj-product-details-description table td p {
  margin-bottom: 0;
}
.tj-product-details-description table td {
  border-inline-end: 0;
}
.tj-product-details-description table tr:last-child th,
.tj-product-details-description table tr:last-child td {
  border-bottom: 0;
}
.tj-product-details-description table tr th {
  color: var(--tj-color-heading-primary);
  width: 306px;
  padding: 12px 34px;
  font-size: 16px;
  font-weight: 500;
  background-color: #0000 !important;
}
@media (max-width: 575px) {
  .tj-product-details-description table tr th {
    width: 160px;
    padding: 12px 20px;
  }
}
.tj-product-details-description table tr td {
  padding: 12px 34px;
}
@media (max-width: 575px) {
  .tj-product-details-description table tr td {
    padding: 12px 20px;
  }
}
.tj-product-details-description table tr td:first-child {
  color: var(--tj-color-heading-primary);
  background-color: #f9f9f9;
  width: 306px;
  font-size: 14px;
}
@media (max-width: 575px) {
  .tj-product-details-description table tr td:first-child {
    width: 160px;
  }
}
.tj-product-details-description table tr td:last-child {
  color: var(--tj-color-text-body);
  font-size: 16px;
}
.tj-product-details-description table tr td p {
  margin-bottom: 0;
  font-size: 14px;
}
body .woocommerce-notices-wrapper,
body .woocommerce-message,
body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-notices-wrapper:focus,
body .woocommerce-notices-wrapper:hover,
body .woocommerce-notices-wrapper:active,
body .woocommerce-notices-wrapper:visited,
body .woocommerce-notices-wrapper:focus-visible,
body .woocommerce-message:focus,
body .woocommerce-message:hover,
body .woocommerce-message:active,
body .woocommerce-message:visited,
body .woocommerce-message:focus-visible,
body .woocommerce-error:focus,
body .woocommerce-error:hover,
body .woocommerce-error:active,
body .woocommerce-error:visited,
body .woocommerce-error:focus-visible,
body .woocommerce-info:focus,
body .woocommerce-info:hover,
body .woocommerce-info:active,
body .woocommerce-info:visited,
body .woocommerce-info:focus-visible {
  border-radius: 0;
  box-shadow: none !important;
  outline: none !important;
}
.woocommerce-message {
  background: var(--tj-color-theme-bg);
  border: 1px solid var(--tj-color-border-1);
  color: var(--tj-color-theme-primary);
  margin-bottom: 30px;
  padding: 15px 20px;
}
.woocommerce-message a {
  color: var(--tj-color-theme-primary);
  font-weight: 500;
  text-decoration: underline;
}
.woocommerce-message a:hover {
  color: var(--tj-color-theme-dark);
}
.product-type-variable .tj-product-details-wrapper .product-percentage-badges {
  transform: translateY(0);
}
.tj-product-details-wrapper .variations_form table,
.tj-product-details-action-wrapper .variations_form table {
  margin-bottom: 30px;
  position: relative;
}
.tj-product-details-wrapper .variations_form table td,
.tj-product-details-action-wrapper .variations_form table td {
  padding: 12px;
}
.tj-product-details-wrapper .variations_form table tr .nice-select,
.tj-product-details-action-wrapper .variations_form table tr .nice-select {
  width: 100%;
  color: var(--tj-color-heading-primary);
  float: none;
  background-color: #f9f9f9;
  border: 1px solid #010f1c1a;
  border-radius: 0;
  min-width: 204px;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
  line-height: 38px;
}
.tj-product-details-wrapper .variations_form table tr .nice-select:after,
.tj-product-details-action-wrapper
  .variations_form
  table
  tr
  .nice-select:after {
  content: "";
  top: 50%;
  font-family: var(--tj-ff-fontawesome);
  color: var(--tj-color-heading-primary);
  pointer-events: none;
  transform-origin: 50%;
  width: auto;
  height: auto;
  margin-top: 0;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
  position: absolute;
  inset-inline-end: 15px;
  transform: translateY(-50%);
}
.tj-product-details-wrapper .variations_form table tr .nice-select.open:after,
.tj-product-details-action-wrapper
  .variations_form
  table
  tr
  .nice-select.open:after {
  transform: translateY(-50%) rotate(-180deg);
}
.tj-product-details-wrapper .variations_form table tr .nice-select.open .list,
.tj-product-details-action-wrapper
  .variations_form
  table
  tr
  .nice-select.open
  .list {
  transform: scale(1) translateY(0);
}
.tj-product-details-wrapper .variations_form table tr .nice-select .list,
.tj-product-details-action-wrapper
  .variations_form
  table
  tr
  .nice-select
  .list {
  transform-origin: 50%;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  padding: 10px 0;
  transform: scale(0.9) translateY(0);
}
.tj-product-details-wrapper
  .variations_form
  table
  tr
  .nice-select
  .list
  .option,
.tj-product-details-action-wrapper
  .variations_form
  table
  tr
  .nice-select
  .list
  .option {
  min-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.2;
}
.tj-product-details-wrapper
  .variations_form
  table
  tr
  .nice-select
  .list
  .option:hover,
.tj-product-details-action-wrapper
  .variations_form
  table
  tr
  .nice-select
  .list
  .option:hover {
  color: var(--tj-color-theme-primary);
}
.tj-product-details-wrapper .variations_form .disabled,
.tj-product-details-action-wrapper .variations_form .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.tj-product-details-wrapper .variations_form .quantity,
.tj-product-details-action-wrapper .variations_form .quantity {
  width: 120px;
  position: relative;
}
.tj-product-details-wrapper .variations_form .reset_variations,
.tj-product-details-action-wrapper .variations_form .reset_variations {
  color: red;
  margin-top: 10px;
  position: absolute;
}
.tj-product-details-wrapper .reset_variations,
.tj-product-details-action-wrapper .reset_variations {
  display: none;
}
.tj-product-details-wrapper .single_variation_wrap .single_variation,
.tj-product-details-action-wrapper .single_variation_wrap .single_variation {
  margin-bottom: 30px;
}
.tj-product-details-wrapper .single_variation_wrap .single_variation .amount,
.tj-product-details-action-wrapper
  .single_variation_wrap
  .single_variation
  .amount {
  color: var(--tj-color-heading-primary);
  margin-inline-start: 1px;
  font-size: 24px;
  font-weight: 600;
}
.tj-product-details-wrapper
  .single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  span,
.tj-product-details-action-wrapper
  .single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  span {
  letter-spacing: -0.02em;
  color: var(--tj-color-heading-primary);
  font-size: 24px;
  font-weight: 500;
}
.tj-product-details-wrapper
  .single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  del,
.tj-product-details-action-wrapper
  .single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  del {
  text-decoration: none;
}
.tj-product-details-wrapper
  .single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  del
  span,
.tj-product-details-action-wrapper
  .single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  del
  span {
  color: #767a7d;
  font-size: 16px;
  font-weight: 400;
  text-decoration-line: line-through;
}
.tj-product-details-wrapper
  .single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  ins,
.tj-product-details-action-wrapper
  .single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  ins {
  text-decoration: none;
}
.tj-product-details-wrapper
  .single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  ins
  span,
.tj-product-details-action-wrapper
  .single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  ins
  span {
  color: var(--tj-color-heading-primary);
}
.woosw-popup {
  transition: all 0.3s;
}
.woosc-quick-table {
  margin-bottom: 60px;
}
.woosc-quick-table h2 {
  margin-bottom: 25px;
}
.woosc-quick-table table thead th {
  padding: 15px;
}
.woosc-quick-table table tbody tr td {
  z-index: 1;
}
.woosc-quick-table table tbody tr td .add_to_cart_button,
.woosc-quick-table table tbody tr td .product_type_grouped,
.woosc-quick-table table tbody tr td .product-action-btn {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  text-align: center;
  width: 100%;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.woosc-quick-table table tbody tr td .add_to_cart_button svg,
.woosc-quick-table table tbody tr td .product_type_grouped svg,
.woosc-quick-table table tbody tr td .product-action-btn svg {
  transform: translateY(-2px);
}
.woosc-quick-table table tbody tr td .add_to_cart_button svg,
.woosc-quick-table table tbody tr td .add_to_cart_button i,
.woosc-quick-table table tbody tr td .product_type_grouped svg,
.woosc-quick-table table tbody tr td .product_type_grouped i,
.woosc-quick-table table tbody tr td .product-action-btn svg,
.woosc-quick-table table tbody tr td .product-action-btn i {
  margin-inline-end: 4px;
}
.woosc-quick-table table tbody tr td .add_to_cart_button:hover,
.woosc-quick-table table tbody tr td .product_type_grouped:hover,
.woosc-quick-table table tbody tr td .product-action-btn:hover {
  background-color: var(--tj-color-heading-primary);
  color: var(--tj-color-common-white);
}
.woosc-quick-table table tbody tr td p {
  margin-bottom: 0;
}
.woosc-quick-table table tbody tr td span {
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
}
.woosc-quick-table table tbody tr td del {
  font-family: var(--tj-ff-body);
  color: #c2c2d3;
  font-size: 16px;
  font-weight: 500;
}
.woosc-quick-table table tbody tr td del .woocommerce-Price-amount,
.woosc-quick-table table tbody tr td del span {
  color: #c2c2d3;
  font-size: 13px;
}
.woosc-quick-table table tbody tr td ins {
  font-family: var(--tj-ff-body);
  font-weight: 500;
  text-decoration: none;
}
.woosc-quick-table table tbody tr td ins .woocommerce-Price-amount {
  color: var(--tj-color-heading-primary);
  font-size: 16px;
}
.woosc-quick-table table tbody tr td ins span {
  color: var(--tj-color-heading-primary);
}
.woosc-quick-table table tbody tr td:first-child {
  padding-inline-start: 30px;
}
.woosc-quick-table table tbody tr:not(:first-child) td {
  padding: 15px 10px;
}
.woosc-quick-table table tbody tr:nth-child(2n) {
  background-color: var(--tj-color-theme-bg6);
}
.tj-product-details-wrapper .grouped_form .tj-product-details-quantity {
  margin-bottom: 0;
}
.tj-product-details-wrapper .grouped_form tbody tr td {
  border: 1px solid #e7e8eb;
}
.tj-product-details-wrapper .grouped_form tbody tr td:first-child {
  padding: 0 15px;
}
.tj-product-details-wrapper .grouped_form tbody tr td:not(:first-child) {
  padding: 15px;
}
.tj-product-details-wrapper .grouped_form tbody tr td span {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-text-body);
  font-size: 16px;
  font-weight: 600;
}
.tj-product-details-wrapper .grouped_form tbody tr td del {
  font-family: var(--tj-ff-body);
  color: #c2c2d3;
  font-size: 16px;
  font-weight: 600;
}
.tj-product-details-wrapper
  .grouped_form
  tbody
  tr
  td
  del
  .woocommerce-Price-amount,
.tj-product-details-wrapper .grouped_form tbody tr td del span {
  color: #c2c2d3;
  font-size: 16px;
}
.tj-product-details-wrapper .grouped_form tbody tr td ins {
  font-family: var(--tj-ff-body);
  font-weight: 500;
  text-decoration: none;
}
.tj-product-details-wrapper
  .grouped_form
  tbody
  tr
  td
  ins
  .woocommerce-Price-amount {
  color: var(--tj-color-heading-primary);
  font-size: 16px;
}
.tj-product-details-wrapper .grouped_form tbody tr td ins span {
  color: var(--tj-color-heading-primary);
}
.tj-product-details-wrapper .grouped_form .woocommerce-grouped-product-list {
  margin-bottom: 35px;
}
.tj-product-details-wrapper
  .grouped_form
  .woocommerce-grouped-product-list-item__label
  a {
  color: var(--tj-color-heading-primary);
  font-weight: 600;
}
.tj-product-details-wrapper
  .grouped_form
  .woocommerce-grouped-product-list-item__label
  a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-product-details-wrapper .grouped_form .single_add_to_cart_button {
  padding: 12px 30px;
}
.woosw-item--time {
  display: none !important;
}
.woosw-item--price span {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-text-body);
  font-size: 16px;
  font-weight: 500;
}
.woosw-item--price del {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-text-body-2);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.woosw-item--price del .woocommerce-Price-amount,
.woosw-item--price del span {
  color: var(--tj-color-text-body-2);
  font-size: 16px;
  text-decoration: line-through;
}
.woosw-item--price ins {
  font-family: var(--tj-ff-body);
  font-weight: 500;
  text-decoration: none;
}
.woosw-item--price ins .woocommerce-Price-amount {
  color: var(--tj-color-heading-primary);
  font-size: 16px;
}
.woosw-item--price ins span {
  color: var(--tj-color-heading-primary);
}
.woosw-item--add .add_to_cart_button,
.woosw-item--add .added_to_cart,
.woosw-item--add .product-action {
  color: var(--tj-color-heading-primary);
  text-align: center;
  background-color: #fff;
  border: 1px solid #e7e8eb;
  width: 50px;
  height: 50px;
  font-size: 0;
  font-weight: 600;
  line-height: 55px;
  display: inline-block;
}
.woosw-item--add .add_to_cart_button.added_to_cart,
.woosw-item--add .added_to_cart.added_to_cart,
.woosw-item--add .product-action.added_to_cart {
  line-height: 50px;
}
.woosw-item--add .add_to_cart_button:hover,
.woosw-item--add .added_to_cart:hover,
.woosw-item--add .product-action:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.woosw-item--add .add_to_cart_button svg,
.woosw-item--add .add_to_cart_button i,
.woosw-item--add .added_to_cart svg,
.woosw-item--add .added_to_cart i,
.woosw-item--add .product-action svg,
.woosw-item--add .product-action i {
  margin-inline-end: 0;
  font-size: 14px;
}
.woosw-item--add .add_to_cart_button svg,
.woosw-item--add .added_to_cart svg,
.woosw-item--add .product-action svg {
  transform: translateY(-3px);
}
.woosw-item--add .add_to_cart_button .product-action-tooltip,
.woosw-item--add .added_to_cart .product-action-tooltip,
.woosw-item--add .product-action .product-action-tooltip {
  display: none;
}
.woosw-item--add .woocommerce a.added_to_cart {
  font-size: 14px;
}
.woosw-item--add .woocommerce a.added_to_cart:before {
  color: var(--tj-color-heading-primary);
  transition: all 0.3s ease-out;
}
.woosw-item--add .woocommerce a.added_to_cart:hover {
  background-color: var(--tj-color-heading-primary);
  color: var(--tj-color-common-white);
  border-color: var(--tj-color-heading-primary);
}
.woosw-item--add .woocommerce a.added_to_cart:hover:before {
  color: var(--tj-color-common-white);
}
.woosw-item--add .woocommerce a.button.loading:before {
  color: #000;
}
.woosw-item--add .woocommerce a.button.loading:hover {
  background-color: var(--tj-color-heading-primary);
  color: var(--tj-color-common-white);
  border-color: var(--tj-color-heading-primary);
}
.woosw-item--add .woocommerce a.button.loading:hover:before,
.woosw-item--name a {
  color: var(--tj-color-heading-primary);
}
.woosw-item--name a:hover {
  color: var(--tj-color-theme-primary);
}
.woosw-popup-content-bot .woosw-popup-content-bot-inner a {
  color: var(--tj-color-heading-primary);
}
.woosw-popup-content-bot .woosw-popup-content-bot-inner a:hover {
  color: var(--tj-color-theme-primary) !important;
  border-color: var(--tj-color-theme-primary) !important;
}
.woosw-popup.woosw-popup-right
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top {
  background-color: var(--tj-color-common-white);
  border-bottom: 1px solid #e7e8eb;
}
.woosw-popup
  .woosw-popup-inner
  .woosw-popup-content
  .woosw-popup-content-top
  .woosw-popup-close:hover {
  color: var(--tj-color-theme-primary);
}
.product_meta {
  border-top: 1px solid #dadce0;
  margin-top: 32px;
  padding-top: 34px;
}
div.woocommerce .woocommerce-cart-form table {
  border-color: var(--tj-color-border-1);
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 0;
}
div.woocommerce .woocommerce-cart-form table thead {
  font-weight: 600;
}
div.woocommerce .woocommerce-cart-form table thead th {
  border-inline-end: 1px solid var(--tj-color-border-1);
  border-bottom: 1px solid var(--tj-color-border-1);
  text-align: start;
  font-family: var(--tj-ff-body);
  color: var(--tj-color-heading-primary);
  padding: 10px;
  padding-inline-start: 20px;
  font-size: 16px;
  font-weight: 600;
}
div.woocommerce .woocommerce-cart-form table thead th:last-child,
div.woocommerce .woocommerce-cart-form table thead th:first-child,
div.woocommerce .woocommerce-cart-form table thead th.product-subtotal {
  border-inline-end: 0;
}
div.woocommerce .woocommerce-cart-form table tbody tr td {
  border: 1px solid var(--tj-color-border-1);
  border-top: 0;
  text-align: start;
  border-inline-start: 0;
  padding: 12px;
  padding-inline-start: 20px;
}
div.woocommerce .woocommerce-cart-form table tbody tr td:last-child,
div.woocommerce .woocommerce-cart-form table tbody tr td:first-child {
  border-inline-end-width: 0;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail {
  width: 125px;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail img {
  width: 100%;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-name {
  padding-inline-start: 0;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-name h5 {
  text-align: start;
  margin: 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) {
  div.woocommerce .woocommerce-cart-form table tbody tr td.product-name h5 {
    font-size: 16px;
  }
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-name a {
  color: var(--tj-color-heading-primary);
  text-decoration: none;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-name a:hover {
  color: var(--tj-color-theme-primary);
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-price span {
  color: var(--tj-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-subtotal {
  border-inline-end: 1px solid #0000;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-subtotal span {
  color: var(--tj-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
div.woocommerce
  .woocommerce-cart-form
  table
  tbody
  tr
  td.product-quantity
  .tj-product-quantity {
  border-radius: 0;
  width: max-content;
  position: relative;
}
div.woocommerce
  .woocommerce-cart-form
  table
  tbody
  tr
  td.product-quantity
  .tj-product-quantity
  .quantity {
  text-align: center;
  border: 1px solid var(--tj-color-border-1);
  background: 0 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
div.woocommerce
  .woocommerce-cart-form
  table
  tbody
  tr
  td.product-quantity
  .tj-product-quantity
  .tj-cart-plus,
div.woocommerce
  .woocommerce-cart-form
  table
  tbody
  tr
  td.product-quantity
  .tj-product-quantity
  .tj-cart-minus {
  text-align: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
div.woocommerce
  .woocommerce-cart-form
  table
  tbody
  tr
  td.product-quantity
  .tj-product-quantity
  .tj-cart-plus:hover,
div.woocommerce
  .woocommerce-cart-form
  table
  tbody
  tr
  td.product-quantity
  .tj-product-quantity
  .tj-cart-minus:hover {
  color: var(--tj-color-theme-primary);
}
div.woocommerce
  .woocommerce-cart-form
  table
  tbody
  tr
  td.product-quantity
  .tj-product-quantity
  .tj-cart-input[type="text"] {
  border: 0;
  border-inline-end: 1px solid var(--tj-color-border-1);
  border-inline-start: 1px solid var(--tj-color-border-1);
  width: 45px;
  height: 44px;
  color: var(--tj-color-theme-dark);
  text-align: center;
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  margin: 0;
  padding-inline: 2px;
  font-size: 16px;
  line-height: 44px;
}
div.woocommerce
  .woocommerce-cart-form
  table
  tbody
  tr
  td.product-quantity
  .tj-product-quantity
  .tj-cart-input[type="text"]:focus {
  outline: none;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-remove {
  text-align: center;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-remove a,
div.woocommerce .woocommerce-cart-form table tbody tr td.product-remove button {
  color: var(--tj-color-heading-primary);
  border: 1px solid var(--tj-color-border-1);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 22px;
  text-decoration: none;
  display: inline-flex;
}
div.woocommerce
  .woocommerce-cart-form
  table
  tbody
  tr
  td.product-remove
  a:is(:hover, :focus),
div.woocommerce
  .woocommerce-cart-form
  table
  tbody
  tr
  td.product-remove
  button:is(:hover, :focus) {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
div.woocommerce .woocommerce-cart-form table tbody tr:last-child td {
  border-bottom-width: 0;
}
div.woocommerce .woocommerce-cart-form .actions {
  padding-inline-start: 0;
  padding-top: 35px;
}
div.woocommerce .woocommerce-cart-form .actions .coupon label {
  color: var(--tj-color-heading-primary);
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
div.woocommerce .woocommerce-cart-form .actions .coupon #coupon_code {
  border: 1px solid var(--tj-color-border-1);
  width: 225px;
  height: 56px;
  color: var(--tj-color-text-body);
  box-shadow: none;
  background-color: #0000;
  border-radius: 8px;
  outline: 0;
  margin-inline-end: 20px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 56px;
  transition: all 0.3s cubic-bezier(0.3, 0, 0, 0.3);
}
@media (max-width: 575px) {
  div.woocommerce .woocommerce-cart-form .actions .coupon #coupon_code {
    margin-inline-end: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
div.woocommerce .woocommerce-cart-form .actions .coupon #coupon_code:focus {
  border-color: var(--tj-color-theme-primary);
}
div.woocommerce
  .woocommerce-cart-form
  .actions
  button[name="update_cart"]:disabled {
  cursor: not-allowed;
  opacity: 0.2;
}
div.woocommerce .select2-container .select2-selection--single:focus {
  background-color: var(--tj-color-common-white);
}
div.woocommerce
  .select2-container
  .select2-selection--single:focus
  .select2-selection--single {
  background-color: var(--tj-color-common-white);
  border-color: var(--tj-color-theme-primary);
}
div.woocommerce .select2-container .select2-selection__arrow {
  height: 46px;
  inset-inline-end: 25px;
}
div.woocommerce .cart_totals > h3 {
  margin-bottom: 20px;
}
div.woocommerce .cart_totals table {
  border: 0;
  width: 100%;
}
div.woocommerce .cart_totals table tbody tr:not(:last-child) th,
div.woocommerce .cart_totals table tbody tr:not(:last-child) td {
  border-bottom: 1px solid var(--tj-color-border-1);
}
div.woocommerce .cart_totals table tbody tr th {
  text-align: start;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-heading-primary);
  width: 260px;
  padding: 15px 20px;
}
div.woocommerce .cart_totals table tbody tr td {
  text-align: start;
  color: var(--tj-color-heading-primary);
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 500;
}
div.woocommerce .cart_totals table tbody tr td[data-title="Shipping"] {
  text-align: start;
  padding-inline-start: 15px;
  line-height: 1.3;
}
div.woocommerce .cart_totals table tbody tr td[data-title="Total"] {
  font-size: 16px;
  font-weight: 400;
}
div.woocommerce
  .cart_totals
  table
  tbody
  tr
  td
  .woocommerce-shipping-calculator
  .shipping-calculator-button {
  color: var(--tj-color-theme-primary);
  margin-top: 7px;
  display: inline-block;
}
div.woocommerce
  .cart_totals
  table
  tbody
  tr
  td
  .woocommerce-shipping-calculator
  .shipping-calculator-button:hover {
  color: var(--tj-color-theme-primary);
}
div.woocommerce
  .cart_totals
  table
  tbody
  tr
  td
  .woocommerce-shipping-calculator
  .shipping-calculator-form {
  margin-top: 14px;
}
div.woocommerce
  .cart_totals
  table
  tbody
  tr
  td
  .woocommerce-shipping-calculator
  input {
  border-width: 1px;
  border: 1px solid var(--tj-color-border-1);
  background-color: #0000;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  font-size: 16px;
}
div.woocommerce
  .cart_totals
  table
  tbody
  tr
  td
  .woocommerce-shipping-calculator
  input:focus {
  border-color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-common-white);
}
div.woocommerce
  .cart_totals
  table
  tbody
  tr
  td
  .woocommerce-shipping-calculator
  .select2.select2-container {
  width: 215px !important;
}
div.woocommerce
  .cart_totals
  table
  tbody
  tr
  td
  .woocommerce-shipping-calculator
  .nice-select {
  min-width: 100%;
  font-family: var(--tj-ff-body);
  color: var(--tj-color-heading-primary);
  border: 0;
  border: 1px solid var(--tj-color-border-1);
  float: none;
  background-color: var(--tj-color-theme-bg);
  height: 46px;
  border-radius: 0;
  width: 100%;
  padding-inline: 10px 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    .nice-select {
    border: 1px solid var(--tj-color-border-1);
    border-radius: 40px;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}
div.woocommerce
  .cart_totals
  table
  tbody
  tr
  td
  .woocommerce-shipping-calculator
  .nice-select:after {
  inset-inline-end: 25px;
  position: absolute;
  top: 50%;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    .nice-select:after {
    inset-inline-end: 25px;
  }
}
div.woocommerce
  .cart_totals
  table
  tbody
  tr
  td
  .woocommerce-shipping-calculator
  .nice-select
  .list {
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  padding-top: 9px;
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  div.woocommerce
    .cart_totals
    table
    tbody
    tr
    td
    .woocommerce-shipping-calculator
    .nice-select
    .list {
    margin-top: 0;
  }
}
div.woocommerce
  .cart_totals
  table
  tbody
  tr
  td
  .woocommerce-shipping-calculator
  .nice-select
  .list
  .option {
  min-height: 29px;
  padding-inline: 18px;
  line-height: 29px;
}
div.woocommerce
  .cart_totals
  table
  tbody
  tr
  td
  .woocommerce-shipping-calculator
  .nice-select
  .list
  .option:hover,
div.woocommerce
  .cart_totals
  table
  tbody
  tr
  td
  .woocommerce-shipping-calculator
  .nice-select
  .list
  .option.selected {
  color: var(--tj-color-theme-primary);
}
div.woocommerce
  .cart_totals
  table
  tbody
  tr
  td
  .woocommerce-shipping-calculator
  .nice-select:focus {
  border-color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-common-white);
}
div.woocommerce .cart_totals table tbody tr.order-total td {
  color: var(--tj-color-heading-primary);
}
div.woocommerce
  .woocommerce-billing-fields__field-wrapper
  .select2-selection--single,
div.woocommerce
  .woocommerce-shipping-fields__field-wrapper
  .select2-selection--single {
  border: 1px solid var(--tj-color-theme-dark);
  background-color: #0000;
  border-radius: 0;
  height: 48px;
  line-height: 42px;
}
div.woocommerce
  .woocommerce-billing-fields__field-wrapper
  .select2-selection--single:focus,
div.woocommerce
  .woocommerce-shipping-fields__field-wrapper
  .select2-selection--single:focus {
  background-color: var(--tj-color-common-white);
}
div.woocommerce
  .woocommerce-billing-fields__field-wrapper
  .select2-selection--single:focus
  .select2-selection--single,
div.woocommerce
  .woocommerce-shipping-fields__field-wrapper
  .select2-selection--single:focus
  .select2-selection--single {
  background-color: var(--tj-color-common-white);
  border-color: var(--tj-color-theme-primary);
}
div.woocommerce
  .woocommerce-billing-fields__field-wrapper
  .select2-selection__arrow,
div.woocommerce
  .woocommerce-shipping-fields__field-wrapper
  .select2-selection__arrow {
  height: 46px;
  inset-inline-end: 25px;
}
div.woocommerce .woocommerce-shipping-totals .woocommerce-shipping-methods {
  padding-inline-start: 0;
}
div.woocommerce .woocommerce-shipping-totals .woocommerce-shipping-methods li {
  list-style: none;
}
div.woocommerce
  .woocommerce-shipping-totals
  .woocommerce-shipping-methods
  li
  label {
  margin-inline-start: 5px;
}
div.woocommerce
  .woocommerce-shipping-totals
  .woocommerce-shipping-methods
  li
  label:hover {
  cursor: pointer;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  position: relative;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .showcoupon {
  cursor: pointer;
  color: var(--tj-color-theme-primary);
  font-weight: 500;
  transition: all 0.3s;
}
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
  color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-theme-bg);
  border: 1px solid var(--tj-color-border-1);
  border-radius: 10px;
  width: 100%;
  margin: 0;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.woocommerce-checkout .checkout_coupon p {
  color: var(--tj-color-heading-primary);
  margin-bottom: 0;
}
.woocommerce-checkout .checkout_coupon p:first-child {
  color: var(--tj-color-text-body);
  margin-bottom: 10px;
  font-weight: 500;
}
.woocommerce-checkout .checkout_coupon #coupon_code {
  border: 1px solid var(--tj-color-theme-dark);
  background-color: #0000;
  border-radius: 8px;
  width: 350px;
  height: 56px;
  margin-inline-end: 20px;
  line-height: 56px;
}
.woocommerce-checkout .checkout_coupon #coupon_code:focus {
  background-color: var(--tj-color-theme-bg);
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .woocommerce-checkout .checkout_coupon #coupon_code {
    margin: 0;
  }
}
.woocommerce-checkout #customer_form_details {
  border: 0;
  border-radius: 0;
}
.woocommerce-checkout #customer_form_details .woocommerce-billing-fields h3 {
  margin-bottom: 20px;
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-billing-fields__field-wrapper
  .form-row
  > label {
  color: var(--tj-color-text-body);
  margin-inline-start: 0;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1;
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-billing-fields__field-wrapper
  .form-row
  input,
.woocommerce-checkout
  #customer_form_details
  .woocommerce-billing-fields__field-wrapper
  .form-row
  textarea {
  border: 1px solid var(--tj-color-theme-dark);
  width: 100%;
  height: 48px;
  box-shadow: none;
  background: 0 0;
  border-radius: 8px;
  outline: none;
  padding: 5px 22px;
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-billing-fields__field-wrapper
  .form-row
  input::placeholder,
.woocommerce-checkout
  #customer_form_details
  .woocommerce-billing-fields__field-wrapper
  .form-row
  textarea::placeholder {
  color: #6f7172;
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-billing-fields__field-wrapper
  .form-row
  input:focus,
.woocommerce-checkout
  #customer_form_details
  .woocommerce-billing-fields__field-wrapper
  .form-row
  textarea:focus {
  background-color: var(--tj-color-theme-bg);
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-billing-fields__field-wrapper
  .form-row
  textarea {
  resize: none;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.2;
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-billing-fields__field-wrapper
  .select2-container
  .select2-results__options
  .select2-results__option {
  text-align: start;
  padding-inline: 18px 29px;
  font-weight: 400;
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-billing-fields__field-wrapper
  .select2-container
  .select2-selection--single {
  border: 1px solid var(--tj-color-theme-dark);
  margin-bottom: 45px;
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-billing-fields__field-wrapper
  .select2-container
  .select2-selection__rendered {
  width: 100%;
  height: 48px;
  color: var(--tj-color-text-body);
  padding: 0 22px;
  line-height: 42px;
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-billing-fields__field-wrapper
  .woocommerce-form__input[type="checkbox"] {
  border: 1px solid var(--tj-color-border-1);
  width: 20px;
  height: 20px;
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  .form-row.notes {
  margin-bottom: 0;
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  .form-row
  > label {
  margin-top: -6px;
  margin-bottom: 10px;
  margin-inline-start: 0;
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  .form-row
  input {
  background: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-theme-dark);
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  .form-row
  input:focus {
  border-color: var(--tj-color-theme-primary);
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  .form-row
  input,
.woocommerce-checkout
  #customer_form_details
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  .form-row
  textarea {
  border: 1px solid var(--tj-color-theme-dark);
  background-color: #0000;
  border-radius: 0;
  outline: 0;
  width: 100%;
  height: 48px;
  padding: 5px 22px;
  font-size: 16px;
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  .form-row
  input::placeholder,
.woocommerce-checkout
  #customer_form_details
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  .form-row
  textarea::placeholder {
  color: #6f7172;
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  .form-row
  input:focus,
.woocommerce-checkout
  #customer_form_details
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  .form-row
  textarea:focus {
  background-color: var(--tj-color-theme-bg);
}
.woocommerce-checkout
  #customer_form_details
  .woocommerce-additional-fields
  .woocommerce-additional-fields__field-wrapper
  .form-row
  textarea {
  resize: none;
  border-radius: 8px;
  height: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.3;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  color: var(--tj-color-heading-primary);
  border: 1px dashed #aab0b2;
  margin-bottom: 15px;
  padding: 8px 25px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a {
  color: var(--tj-color-theme-primary);
  text-decoration: underline;
}
.woocommerce-checkout .woocommerce-form-login {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-form-login p {
  color: var(--tj-color-heading-primary);
  margin-bottom: 0;
  font-size: 14px;
}
.woocommerce-checkout .woocommerce-form-login p:first-child {
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce-form-login label {
  height: auto;
  margin: 0;
  display: block;
}
.woocommerce-checkout
  .woocommerce-form-login
  label.woocommerce-form-login__rememberme
  input {
  background-color: #0000;
  border: 1px solid #e7e8eb;
  height: auto;
  margin-inline-end: 5px;
}
.woocommerce-checkout
  .woocommerce-form-login
  label.woocommerce-form-login__rememberme:hover {
  cursor: pointer;
}
.woocommerce-checkout .woocommerce-form-login .lost_password {
  margin-top: 15px;
  padding-bottom: 15px;
}
.woocommerce-checkout .woocommerce-form-login .lost_password a:hover {
  color: var(--tj-color-theme-primary);
}
.woocommerce-checkout .woocommerce-form-login input {
  background-color: var(--tj-color-common-white);
  border-color: var(--tj-color-common-white);
  border-width: 1px;
  height: 54px;
  margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce-form-login input:focus {
  border-color: var(--tj-color-theme-primary);
}
.woocommerce-checkout .woocommerce-form-login .tj-btn {
  padding: 14px 30px;
}
.woocommerce-checkout .woocommerce-form-login .tj-btn:hover {
  background-color: var(--tj-color-heading-primary);
  color: var(--tj-color-common-white);
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-button {
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  font-family: var(--tj-ff-body);
  z-index: 1;
  letter-spacing: -0.02em;
  padding: 14px 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce-button:hover {
  background-color: var(--tj-color-heading-primary);
}
.woocommerce-checkout .tj-free-progress-bar {
  background-color: var(--tj-color-common-white);
}
.woocommerce-checkout #ship-to-different-address {
  margin-bottom: 35px;
  font-size: 26px;
  font-weight: 600;
}
.woosw-list table.woosw-items {
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .woosw-list table.woosw-items {
    border: 1px solid var(--tj-color-border-1);
  }
}
.woosw-list table.woosw-items tr.woosw-item:nth-child(2n) td,
.woosw-list table.woosw-items tr.woosw-item:hover td {
  background: 0 0;
}
.woosw-list table.woosw-items tr.woosw-item td {
  text-align: start;
  padding: 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) {
  .woosw-list table.woosw-items tr.woosw-item td {
    padding: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .woosw-list table.woosw-items tr.woosw-item td {
    text-align: center;
    border: 0;
    border-bottom: 1px solid var(--tj-color-border-1);
    width: 100%;
    display: block;
  }
}
.woosw-list table.woosw-items tr.woosw-item td.woosw-item--info {
  padding-inline-start: 0;
}
.woosw-list table.woosw-items tr.woosw-item td.woosw-item--image {
  padding-inline-end: 15px;
}
.woosw-list table.woosw-items tr.woosw-item td a.wc-forward,
.woosw-list table.woosw-items tr.woosw-item td .tj-cart-btn {
  width: auto;
  text-decoration: none;
  display: inline-flex;
}
.woosw-list table.woosw-items tr.woosw-item td .woosw-item--stock,
.woosw-list table.woosw-items tr.woosw-item td .woosw-item--atc {
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .woosw-list table.woosw-items tr.woosw-item td .woosw-item--stock,
  .woosw-list table.woosw-items tr.woosw-item td .woosw-item--atc {
    display: block;
  }
}
.woosw-list table.woosw-items tr.woosw-item td .woosw-item--atc {
  float: right;
  margin-inline-start: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .woosw-list table.woosw-items tr.woosw-item td .woosw-item--atc {
    float: unset;
    margin: 0;
    margin-top: 10px;
  }
}
.woosw-list table.woosw-items tr.woosw-item .woosw-item--name a {
  font-size: 20px;
  font-family: var(--tj-ff-heading);
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-decoration: none;
  font-weight: 600 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .woosw-list table.woosw-items tr.woosw-item .woosw-item--name a {
    font-size: 16px;
  }
}
.woosw-list table.woosw-items tr.woosw-item .woosw-item--image {
  border-inline-end: 1px solid #0000;
  border-radius: 0;
  width: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .woosw-list table.woosw-items tr.woosw-item .woosw-item--image {
    width: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .woosw-list table.woosw-items tr.woosw-item .woosw-item--image {
    width: 100%;
  }
}
.woosw-list table.woosw-items tr.woosw-item .woosw-item--image img {
  border-radius: 0;
  width: 100px;
}
.woosw-list table.woosw-items tr.woosw-item .woosw-item--remove span,
.woosw-list table.woosw-items tr.woosw-item .woosw-item--add span {
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--tj-color-border-1);
  width: 36px;
  height: 36px;
  color: var(--tj-color-heading-primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.woosw-list table.woosw-items tr.woosw-item .woosw-item--remove span:before,
.woosw-list table.woosw-items tr.woosw-item .woosw-item--add span:before {
  color: var(--tj-color-heading-primary);
  font-size: 22px;
}
.woosw-list table.woosw-items tr.woosw-item .woosw-item--remove span:hover,
.woosw-list table.woosw-items tr.woosw-item .woosw-item--add span:hover {
  border-color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.woosw-list
  table.woosw-items
  tr.woosw-item
  .woosw-item--remove
  span:hover:before,
.woosw-list table.woosw-items tr.woosw-item .woosw-item--add span:hover:before {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .woosw-list table.woosw-items tr.woosw-item:last-child td:last-child {
    border-bottom-width: 0;
  }
}
.woosw-list .woosw-actions {
  display: none;
}
.single-product .tj-shop-area .related.products h2 {
  margin-bottom: 25px;
}
.tj-login-wrapper .tj-btn {
  background-color: var(--tj-color-heading-primary);
}
.tj-login-wrapper .tj-btn:hover {
  background-color: var(--tj-color-theme-primary);
}
.woocommerce-order
  .woocommerce-notice--success.woocommerce-thankyou-order-received {
  color: var(--tj-color-heading-primary);
  border: 2px dashed var(--tj-color-theme-primary);
  text-align: center;
  margin-bottom: 25px;
  padding: 35px 30px;
  font-size: 24px;
  font-weight: 600;
}
.woocommerce-order
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding-inline-start: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
  padding: 20px 20px 0;
  display: flex;
  box-shadow: 1px 6px 19px #03041c1a;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .woocommerce-order
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    justify-content: start;
  }
}
.woocommerce-order
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
  li {
  margin-bottom: 20px;
  margin-inline-end: 30px;
  list-style: none;
  display: inline-block;
}
.woocommerce-order
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details
  li
  strong {
  display: block;
}
.woocommerce-order-received .tj-page-area {
  background-color: #0000;
}
.tj-order-details-wrapper {
  display: flex;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-order-details-wrapper {
    display: block;
  }
}
.tj-order-details-wrapper .woocommerce-order-details {
  flex: 50%;
  margin-inline-end: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-order-details-wrapper .woocommerce-order-details {
    margin-inline-end: 0;
    flex: 100%;
    margin-bottom: 50px;
  }
}
.tj-order-details-wrapper
  .woocommerce-order-details
  .woocommerce-order-details__title {
  margin-bottom: 15px;
  font-size: 22px;
}
.tj-order-details-wrapper .woocommerce-customer-details {
  flex: 50%;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-order-details-wrapper .woocommerce-customer-details {
    flex: 100%;
  }
}
.tj-order-details-wrapper .woocommerce-customer-details [class*="col-"] {
  width: inherit;
}
.tj-order-details-wrapper
  .woocommerce-customer-details
  .woocommerce-column__title {
  margin-bottom: 15px;
  font-size: 22px;
}
.tj-order-details-wrapper
  .woocommerce-customer-details
  .woocommerce-column--billing-address {
  margin-bottom: 35px;
}
.tj-order-details-wrapper .shop_table {
  width: 100%;
}
.tj-order-details-wrapper .shop_table thead tr th {
  text-align: start;
  color: var(--tj-color-heading-primary);
  border-color: var(--tj-color-border-1);
  padding: 8px 12px;
  font-weight: 700;
}
.tj-order-details-wrapper .shop_table tbody tr td {
  border-color: var(--tj-color-border-1);
  padding: 8px 12px;
}
.tj-order-details-wrapper .shop_table tbody tr td.product-name {
  text-align: start;
}
.tj-order-details-wrapper .shop_table tbody tr td.product-name a {
  color: var(--tj-color-heading-primary);
}
.tj-order-details-wrapper .shop_table tbody tr td.product-total {
  text-align: start;
}
.tj-order-details-wrapper .shop_table tfoot tr th {
  text-align: start;
  color: var(--tj-color-heading-primary);
  border-color: var(--tj-color-border-1);
  padding: 8px 12px;
  font-weight: 700;
}
.tj-order-details-wrapper .shop_table tfoot tr td {
  border-color: var(--tj-color-border-1);
  text-align: start;
  padding: 8px 12px;
}
.tj-empty-cart {
  text-align: center;
  margin-bottom: 35px;
}
.tj-empty-cart img {
  max-width: 450px;
}
.cart-empty.woocommerce-info {
  font-family: var(--tj-ff-heading);
  letter-spacing: -0.025em;
  text-align: center;
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
div.woocommerce .woocommerce-MyAccount-navigation ul {
  border-bottom: 1px solid var(--tj-color-border-1);
  padding-inline-start: 0;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0;
  margin-inline-end: 20px;
  list-style: none;
  display: inline-block;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:after {
  width: 100%;
  inset-inline: 0 auto;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a {
  padding: 8px 0;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  color: var(--tj-color-theme-primary);
}
div.woocommerce .woocommerce-MyAccount-navigation ul li a:after {
  content: "";
  inset-inline: auto 0;
  background-color: var(--tj-color-theme-primary);
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
}
div.woocommerce .woocommerce-MyAccount-content .woocommerce-info a.wc-forward {
  width: max-content;
  margin: unset;
  margin-top: 10px;
  text-decoration: none;
}
div.woocommerce .woocommerce-MyAccount-content > p a {
  color: var(--tj-color-theme-primary);
}
div.woocommerce .woocommerce-MyAccount-content .my_account_orders,
div.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-order-downloads
  .shop_table {
  width: 100%;
}
div.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Addresses.u-columns {
  flex-wrap: wrap;
  margin-top: 15px;
  display: flex;
}
div.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Addresses
  .woocommerce-Address {
  width: 50%;
}
div.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Addresses
  .woocommerce-Address
  .woocommerce-Address-title {
  display: flex;
}
div.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Addresses
  .woocommerce-Address
  .woocommerce-Address-title
  h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
div.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-Addresses
  .woocommerce-Address
  .woocommerce-Address-title
  > a {
  color: var(--tj-color-theme-primary);
  margin-inline-start: 40px;
  font-size: 16px;
  font-weight: 500;
}
div.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-MyAccount-orders
  th {
  font-weight: 700;
}
div.woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
  margin-top: 35px;
}
div.woocommerce .woocommerce-MyAccount-content .edit-account legend {
  color: var(--tj-color-heading-primary);
  font-size: 22px;
  font-weight: 500;
}
div.woocommerce .woocommerce-MyAccount-content .edit-account label {
  color: var(--tj-color-heading-primary);
}
div.woocommerce .woocommerce-MyAccount-content .edit-account input {
  height: 46px;
  line-height: 46px;
}
div.woocommerce .woocommerce-MyAccount-content .edit-account .tj-btn:hover {
  background-color: var(--tj-color-heading-primary);
  color: var(--tj-color-common-white);
}
div.woocommerce
  .woocommerce-MyAccount-content
  .woocommerce-address-fields__field-wrapper
  input {
  height: 46px;
  line-height: 46px;
}
div.woocommerce .woocommerce-MyAccount-content .tj-btn:hover {
  background-color: var(--tj-color-heading-primary);
}
.tj-free-progress-bar {
  border: 1px solid #e7e8eb;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px 30px 30px;
}
.tj-free-progress-bar .free-shipping-notice {
  color: var(--tj-color-heading-primary);
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}
.tj-free-progress-bar .free-shipping-notice a {
  color: var(--tj-color-theme-primary);
}
.tj-free-progress-bar .free-shipping-notice span {
  color: var(--tj-color-theme-primary);
  font-weight: 700;
}
.tj-free-progress-bar .tj-progress-bar {
  background-color: #f2f3f5;
  border-radius: 10px;
  height: 6px;
  overflow: hidden;
}
.tj-free-progress-bar .tj-progress-bar .progress {
  background-color: var(--tj-color-theme-primary);
  height: 6px;
}
.tj-free-progress-bar .progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    #fff 25%,
    #0000 25% 50%,
    #ffffff80 50% 75%,
    #0000 75%,
    #0000
  );
}
.cartmini__widget .woocommerce-mini-cart__total {
  margin-bottom: 0;
  padding: 20px;
}
.cartmini__widget .woocommerce-mini-cart__total span {
  float: right;
}
.cartmini__widget .product_list_widget {
  overscroll-behavior-y: contain;
  scrollbar-width: thin;
  scrollbar-color: #f5096380 #fff;
  max-height: 700px;
  overflow-y: scroll;
}
.cartmini__widget .product_list_widget::-webkit-scrollbar {
  display: thin;
}
.cartmini__widget .woocommerce-mini-cart__buttons {
  padding: 20px;
}
.cartmini__widget .woocommerce-mini-cart__buttons .button {
  color: var(--tj-color-heading-primary);
  font-weight: 500;
  font-family: var(--tj-ff-body);
  text-transform: capitalize;
  text-align: center;
  border: 1px solid #e7e8eb;
  width: 100%;
  padding: 10px 30px;
  font-size: 16px;
  display: inline-block;
}
.cartmini__widget .woocommerce-mini-cart__buttons .button:hover {
  background-color: var(--tj-color-heading-primary);
  color: var(--tj-color-common-white);
}
.cartmini__widget .woocommerce-mini-cart__buttons .button:not(.checkout) {
  background-color: var(--tj-color-theme-bg);
  color: var(--tj-color-heading-primary);
  margin-bottom: 15px;
}
.cartmini__widget .woocommerce-mini-cart__buttons .button:not(.checkout):hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-heading-primary);
  border-color: var(--tj-color-heading-primary);
}
.woosq-open .select2-container {
  z-index: 9;
}
div.product-widget {
  background-color: var(--tj-color-theme-bg);
  z-index: 3;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}
div.product-widget:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 575px) {
  div.product-widget {
    padding: 25px 15px;
  }
}
div.product-widget .product-widget-title {
  color: var(--tj-color-heading-primary);
  font-size: var(--tj-fs-h4);
  line-height: 1.333;
  font-weight: var(--tj-fw-sbold);
  z-index: 1;
  margin-bottom: 25px;
  line-height: 1;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  div.product-widget .product-widget-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  div.product-widget .product-widget-title {
    font-size: 20px;
  }
}
div.product-widget .select2-container {
  margin-bottom: 20px;
}
div.product-widget .select2-container .select2-selection--single {
  background-color: var(--tj-color-common-white);
  border: 1px solid #e7e8eb;
  border-radius: 0;
  height: 40px;
  line-height: 38px;
}
div.product-widget .select2-container .select2-selection--single:focus {
  background-color: var(--tj-color-common-white);
}
div.product-widget
  .select2-container
  .select2-selection--single:focus
  .select2-selection--single {
  background-color: var(--tj-color-common-white);
  border-color: var(--tj-color-theme-primary);
}
div.product-widget .select2-container .select2-selection__rendered {
  padding-inline: 20px;
  line-height: 40px;
}
div.product-widget .select2-container .select2-selection__arrow {
  height: 40px;
  inset-inline-end: 20px;
}
div.product-widget
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  cursor: pointer;
  float: right;
  z-index: 2;
  background-color: var(--tj-color-common-white);
  padding-inline-end: 4px;
  font-weight: 700;
  top: -2px;
}
div.product-widget.widget_rating_filter ul li {
  list-style: none;
}
div.product-widget .woocommerce-widget-layered-nav-list li {
  color: #998f8f;
  margin-bottom: 5px;
  font-size: 14px;
  list-style: none;
}
div.product-widget .woocommerce-widget-layered-nav-list li span {
  font-weight: 400;
}
div.product-widget .woocommerce-widget-layered-nav-list li a {
  color: var(--tj-color-text-body);
  padding-inline-start: 15px;
  position: relative;
}
div.product-widget .woocommerce-widget-layered-nav-list li a:after {
  content: "";
  inset-inline-start: 0;
  background-color: var(--tj-color-text-body);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
}
div.product-widget .woocommerce-widget-layered-nav-list li a:hover {
  color: var(--tj-color-theme-primary);
}
div.product-widget.widget_product_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.product-widget.widget_product_categories ul li {
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-heading-primary);
  background: var(--tj-color-common-white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 20px 15px 17px 25px;
  display: flex;
}
div.product-widget.widget_product_categories ul li:last-child {
  margin-bottom: 0;
}
div.product-widget.widget_product_categories ul li span,
div.product-widget.widget_product_categories ul li a {
  color: var(--tj-color-heading-primary);
}
div.product-widget.widget_product_categories ul li .icon {
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
}
div.product-widget.widget_product_categories ul li:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}
div.product-widget.widget_product_categories ul li:hover span,
div.product-widget.widget_product_categories ul li:hover a {
  color: var(--tj-color-common-white);
}
div.product-widget.widget_top_rated_products ul,
div.product-widget.widget_recent_reviews ul,
div.product-widget.widget_products ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.product-widget.widget_top_rated_products ul li,
div.product-widget.widget_recent_reviews ul li,
div.product-widget.widget_products ul li {
  align-items: center;
  display: flex;
}
div.product-widget.widget_top_rated_products ul li .single-post,
div.product-widget.widget_recent_reviews ul li .single-post,
div.product-widget.widget_products ul li .single-post {
  column-gap: 15px;
  margin-bottom: 15px;
}
div.product-widget.widget_top_rated_products ul li .single-post .post-image,
div.product-widget.widget_recent_reviews ul li .single-post .post-image,
div.product-widget.widget_products ul li .single-post .post-image {
  border-radius: 8px;
  flex: none;
  width: 100px;
  height: 100px;
  position: relative;
  overflow: hidden;
}
div.product-widget.widget_top_rated_products ul li .single-post .post-image a,
div.product-widget.widget_recent_reviews ul li .single-post .post-image a,
div.product-widget.widget_products ul li .single-post .post-image a {
  width: 100%;
  display: inline-block;
}
div.product-widget.widget_top_rated_products
  ul
  li
  .single-post
  .post-image
  a
  img,
div.product-widget.widget_recent_reviews ul li .single-post .post-image a img,
div.product-widget.widget_products ul li .single-post .post-image a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
div.product-widget.widget_top_rated_products
  ul
  li
  .single-post:hover
  .post-image
  a
  img,
div.product-widget.widget_recent_reviews
  ul
  li
  .single-post:hover
  .post-image
  a
  img,
div.product-widget.widget_products ul li .single-post:hover .post-image a img {
  transform: scale(1.15);
}
div.product-widget.widget_top_rated_products ul li:last-child .single-post,
div.product-widget.widget_recent_reviews ul li:last-child .single-post,
div.product-widget.widget_products ul li:last-child .single-post {
  margin-bottom: 0;
}
div.product-widget .tj-product-sidebar-rating-thumb img {
  max-width: inherit;
  width: 90px;
}
div.product-widget .tj-product-sidebar-rating-title {
  font-size: 16px;
}
div.product-widget .tj-product-sidebar-rating-title a:hover {
  color: var(--tj-color-theme-primary);
}
div.product-widget .tj-product-sidebar-rating-price {
  flex-direction: row-reverse;
  gap: 8px;
  display: inline-flex;
}
div.product-widget .tj-product-sidebar-rating-price span {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-text-body);
  font-size: 16px;
  font-weight: 500;
}
div.product-widget .tj-product-sidebar-rating-price del,
div.product-widget .tj-product-sidebar-rating-price ins {
  text-decoration: none;
}
div.product-widget
  .tj-product-sidebar-rating-price
  del
  .woocommerce-Price-amount,
div.product-widget .tj-product-sidebar-rating-price del span {
  color: var(--tj-color-common-black-2);
  text-decoration-line: line-through;
}
div.product-widget .tj-product-sidebar-rating-content .star-rating {
  display: block;
}
div.product-widget .tj-product-sidebar-rating-content .reviewer span {
  font-weight: 400;
}
div.product-widget .tj-product-sidebar-rating-content .reviewer span span {
  font-weight: 500;
}
.tj-shop-sidebar .price_slider_wrapper {
  background-color: var(--tj-color-common-white);
  border-radius: 8px;
  padding: 30px 20px;
}
.tj-shop-sidebar .range-slider {
  background-color: var(--tj-color-border-1);
  height: 4px;
  margin-bottom: 30px;
  position: relative;
}
.tj-shop-sidebar .range-slider .range-slider__range {
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  border: 0;
  border-radius: 8px;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
}
.tj-shop-sidebar .range-slider .range-slider__thumb {
  z-index: 2;
  cursor: pointer;
  background-color: var(--tj-color-common-white);
  border: 2px solid var(--tj-color-theme-dark);
  width: 14px;
  height: 14px;
}
.tj-shop-sidebar .price_slider_amount {
  align-items: center;
  display: flex;
}
.tj-shop-sidebar .price_slider_amount .button {
  background-color: var(--tj-color-theme-primary);
  height: auto;
  color: var(--tj-color-common-white);
  border-radius: 30px;
  order: 2;
  margin-inline-start: auto;
  padding: 8px 23px;
  font-size: 16px;
  font-weight: 700;
}
.tj-shop-sidebar .price_slider_amount .button:hover {
  background-color: var(--tj-color-theme-dark);
}
.tj-shop-sidebar .price_slider_amount .price_label {
  background-color: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-border-1);
  border-radius: 6px;
  padding: 12px 15px;
  font-size: 16px;
  line-height: 1;
}
.tj-shop-sidebar .price_slider_amount .price_label span {
  color: var(--tj-color-heading-primary);
  font-weight: 500;
}
.product-widget.woocommerce.widget_recent_reviews ul li {
  list-style: none;
}
.woocommerce-ordering .nice-select ul.list {
  width: auto;
  inset-inline: auto 0;
}
.tj-product-details-price del .woocommerce-Price-amount bdi,
.tj-product-details-price del .woocommerce-Price-currencySymbol bdi {
  margin-inline-end: 7px;
}
.tj-product-details-price .price ins {
  text-decoration: none;
}
.woosc-quick-table-products .woosc_table td img {
  width: 100px;
}
.woosc-quick-table-products .woosc_table .star-rating {
  display: inline-block;
}
.woosc-quick-table-products .woosc_table a.added_to_cart.wc-forward {
  background: var(--tj-color-theme-primary);
  color: #fff;
  padding: 5px 20px;
}
.woosc-quick-table-products .woosc_table a.ajax_add_to_cart.added {
  display: none !important;
}
.woocommerce-product-gallery ol.product-thumbnails {
  margin-top: 20px;
  padding-inline-start: 0;
}
.outofstock .woocommerce-grouped-product-list-item__quantity .cart-button {
  display: none;
}
.stock.out-of-stock {
  color: var(--tj-color-theme-primary);
  margin-bottom: 5px;
  display: inline-block;
}
.tj-product-area .nice-select.open .list {
  width: 100%;
}
@media (max-width: 575px) {
  .woocommerce-ordering .nice-select ul.list {
    inset-inline-start: auto;
  }
}
.tj-product-details__list-img .tj-product__thumb-topsall {
  inset-inline: 25px auto;
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-text-body);
  z-index: 2;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1;
  position: absolute;
  top: 25px;
}
.tj-mini-card {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.tj-mini-card div.mini_shopping_cart_box {
  top: 110%;
  visibility: hidden;
  z-index: 10;
  text-align: start;
  background: #fff;
  border: 1px solid #edeef5;
  border-radius: 10px;
  width: 300px;
  padding: 1.25rem;
  transition: all 0.3s;
  position: absolute;
  inset-inline-end: 0;
  box-shadow: 0 5px 10px #3e445a1a;
  opacity: 0 !important;
}
@media (max-width: 767px) {
  .tj-mini-card div.mini_shopping_cart_box {
    display: none;
  }
}
.tj-mini-card div.mini_shopping_cart_box .cartmini__empty .tj-btn {
  margin-inline-start: 0;
  font-size: 14px;
}
.tj-mini-card div.mini_shopping_cart_box .mini_cart_item {
  border-bottom: 1px solid #edeef5;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
}
.tj-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__thumb a {
  margin-inline-start: 0;
}
.tj-mini-card
  div.mini_shopping_cart_box
  .mini_cart_item
  .cartmini__thumb
  a
  img {
  width: 60px;
}
.tj-mini-card
  div.mini_shopping_cart_box
  .mini_cart_item
  .mini-cart-remove
  a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__content {
  flex: 1;
  padding: 0;
  position: static;
}
.tj-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__content h5 {
  margin-bottom: 0;
}
.tj-mini-card div.mini_shopping_cart_box .mini_cart_item .cartmini__content a {
  margin-inline-start: 10px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.tj-mini-card
  div.mini_shopping_cart_box
  .mini_cart_item
  .cartmini__content
  a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-mini-card
  div.mini_shopping_cart_box
  .mini_cart_item
  .cartmini__content
  .cartmini__price-wrapper {
  margin-inline-start: 10px;
}
.tj-mini-card
  div.mini_shopping_cart_box
  .mini_cart_item
  .cartmini__content
  .cartmini__price-wrapper
  .quantity {
  margin-inline-end: 0;
  margin-bottom: 0;
  font-size: 14px;
  display: inline-block;
}
.tj-mini-card
  div.mini_shopping_cart_box
  .mini_cart_item
  .cartmini__content
  .cartmini__price-wrapper
  .quantity
  .woocommerce-Price-amount.amount {
  color: var(--tj-color-theme-primary);
}
.tj-mini-card div.mini_shopping_cart_box .woocommerce-mini-cart__total {
  margin-top: 20px;
}
.tj-mini-card
  div.mini_shopping_cart_box
  .woocommerce-mini-cart__total
  > strong {
  color: #c2c2d3;
  font-size: 16px;
  font-weight: 600;
}
.tj-mini-card
  div.mini_shopping_cart_box
  .woocommerce-mini-cart__total
  .woocommerce-Price-amount {
  float: right;
}
.tj-mini-card
  div.mini_shopping_cart_box
  .woocommerce-mini-cart__total
  .woocommerce-Price-amount
  bdi {
  color: var(--tj-color-theme-primary);
  font-weight: 600;
}
.tj-mini-card
  div.mini_shopping_cart_box
  .woocommerce-mini-cart__buttons
  .wc-forward {
  float: none;
  color: #222;
  text-align: center;
  margin-top: 10px;
  background: 0 0;
  border: 1px solid #ddd;
  margin-inline-start: 0;
  padding: 7px 15px;
  font-size: 20px;
  display: block;
}
.tj-mini-card
  div.mini_shopping_cart_box
  .woocommerce-mini-cart__buttons
  .wc-forward.checkout {
  background: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  color: #fff;
}
.tj-mini-card:hover .mini_shopping_cart_box {
  visibility: visible;
  top: 105%;
  opacity: 1 !important;
}
#woosq-popup .variations select {
  -webkit-tap-highlight-color: #0000;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  float: left;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  outline: none;
  width: auto;
  height: 42px;
  padding-inline: 18px 30px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 40px;
  transition: all 0.2s ease-in-out;
  display: block;
  position: relative;
  text-align: left !important;
}
#woosq-popup .star-rating {
  display: inline-block;
}
#review_form .comment-input label {
  color: var(--tj-color-text-body);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}
#review_form .comment-respond > h3 {
  margin-top: 25px;
  margin-bottom: 20px;
  line-height: 1;
}
#review_form .comment-respond button {
  margin-top: 25px;
}
.woocommerce-cart-form .tj-product-details__quantity {
  padding: 10px 15px;
}
.woocommerce-cart-form input {
  width: 100px;
}
#customer_login {
  display: flex;
}
@media (max-width: 768px) {
  #customer_login {
    display: block;
  }
}
#customer_login .u-column1,
#customer_login .u-column2 {
  width: 50%;
  padding: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  #customer_login .u-column1,
  #customer_login .u-column2 {
    width: 100%;
  }
}
#customer_login .u-column1 h2,
#customer_login .u-column2 h2 {
  color: var(--tj-color-heading-primary);
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 600;
}
#customer_login .u-column1 label,
#customer_login .u-column2 label {
  margin-inline-start: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
#customer_login .u-column1 label.woocommerce-form__label-for-checkbox,
#customer_login .u-column2 label.woocommerce-form__label-for-checkbox {
  align-items: center;
  display: flex;
}
#customer_login .u-column1 label.woocommerce-form__label-for-checkbox span,
#customer_login .u-column2 label.woocommerce-form__label-for-checkbox span {
  cursor: pointer;
  font-size: 16px;
}
#customer_login .u-column1 input,
#customer_login .u-column2 input {
  color: var(--tj-color-heading-primary);
  width: 100%;
  height: 55px;
  border: 0;
  border-radius: 6px;
  outline: 0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  box-shadow: inset 0 0 0 1px #e5e5e5;
}
#customer_login .u-column1 input[type="checkbox"],
#customer_login .u-column2 input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  margin-inline-end: 8px;
}
#customer_login .u-column1 input:focus,
#customer_login .u-column2 input:focus {
  box-shadow:
    0px 1px 2px 1px #2021240f,
    inset 0 0 0 2px var(--tj-color-theme-primary);
}
#customer_login .u-column1 .woocommerce-form-login__submit,
#customer_login .u-column1 .woocommerce-form-register__submit,
#customer_login .u-column2 .woocommerce-form-login__submit,
#customer_login .u-column2 .woocommerce-form-register__submit {
  font-family: var(--tj-ff-body);
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border: 2px solid var(--tj-color-theme-primary);
  border-radius: 4px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}
#customer_login .u-column1 .woocommerce-form-login__submit:hover,
#customer_login .u-column1 .woocommerce-form-register__submit:hover,
#customer_login .u-column2 .woocommerce-form-login__submit:hover,
#customer_login .u-column2 .woocommerce-form-register__submit:hover {
  color: var(--tj-color-theme-primary);
  background-color: #0000;
}
#customer_login .u-column1 .lost_password,
#customer_login .u-column2 .lost_password {
  color: #6f7172;
  font-size: 16px;
  text-decoration: underline;
}
#customer_login .u-column1 .lost_password:hover,
#customer_login .u-column2 .lost_password:hover {
  color: var(--tj-color-theme-primary);
}
.woocommerce-ResetPassword label {
  margin-inline-start: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
.woocommerce-ResetPassword label.woocommerce-form__label-for-checkbox {
  align-items: center;
  display: flex;
}
.woocommerce-ResetPassword label.woocommerce-form__label-for-checkbox span {
  cursor: pointer;
  font-size: 16px;
}
.woocommerce-ResetPassword input {
  color: var(--tj-color-heading-primary);
  width: 100%;
  height: 55px;
  box-shadow: inset 0 0 0 1px var(--tj-color-border-1);
  background-color: #0000;
  border: 0;
  border-radius: 8px;
  outline: 0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
}
.woocommerce-ResetPassword input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  margin-inline-end: 8px;
}
.woocommerce-ResetPassword input:focus {
  box-shadow:
    0 1px 1px 1px #2021240f,
    inset 0 0 0 1px #4260ff;
}
.woocommerce-ResetPassword .woocommerce-Button {
  text-transform: capitalize;
  height: 60px;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  -o-transition: all 0.4s ease-out 0s;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  padding: 0 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.4s ease-out;
  display: inline-flex;
}
.woocommerce-ResetPassword .woocommerce-Button:focus,
.woocommerce-ResetPassword .woocommerce-Button:hover {
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-dark);
}
.woocommerce-notices-wrapper .woocommerce-error {
  padding: 0;
  list-style: none;
}
.woocommerce-notices-wrapper .woocommerce-error li {
  background: var(--tj-color-theme-bg);
  border: 1px solid var(--tj-color-theme-bg);
  color: var(--tj-color-text-body);
  margin-bottom: 30px;
  padding: 15px 20px;
}
.woocommerce:not(:has(#customer_login)) .woo-login-form {
  max-width: 645px;
  margin: 0 auto;
}
.woocommerce .woo-login-form h3 {
  margin-bottom: 20px;
}
.woocommerce .woo-lost-password {
  max-width: 645px;
  margin: 0 auto;
}
.woocommerce-form-register label,
.woocommerce-form-login label {
  margin-inline-start: 0;
  margin-bottom: 5px;
  font-size: 16px;
}
.woocommerce-form-register label.woocommerce-form__label-for-checkbox,
.woocommerce-form-login label.woocommerce-form__label-for-checkbox {
  align-items: center;
  display: flex;
}
.woocommerce-form-register label.woocommerce-form__label-for-checkbox span,
.woocommerce-form-login label.woocommerce-form__label-for-checkbox span {
  font-size: 16px;
}
.woocommerce-form-register input,
.woocommerce-form-login input {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
  padding: 0 10px;
  display: block;
  border: 1px solid var(--tj-color-theme-dark) !important;
  background: 0 0 !important;
  height: 48px !important;
}
.woocommerce-form-register input[type="checkbox"],
.woocommerce-form-login input[type="checkbox"] {
  width: 15px;
  margin-inline-end: 8px;
}
.woocommerce-form-register input:focus,
.woocommerce-form-login input:focus {
  background: var(--tj-color-theme-bg) !important;
}
.woocommerce-form-register .show-password-input,
.woocommerce-form-login .show-password-input {
  display: none;
}
.woocommerce-form-register .woocommerce-button,
.woocommerce-form-login .woocommerce-button {
  text-align: center;
  background-color: var(--tj-color-theme-primary);
  width: 100%;
  color: var(--tj-color-common-white);
  border-radius: 8px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.woocommerce-form-register .woocommerce-button .btn-text,
.woocommerce-form-login .woocommerce-button .btn-text {
  color: inherit;
  text-shadow: 0 23px;
  display: inline-flex;
  overflow: hidden;
}
.woocommerce-form-register .woocommerce-button .btn-text span,
.woocommerce-form-login .woocommerce-button .btn-text span {
  backface-visibility: hidden;
  transition: all 0.5s;
  transform: translateY(0);
}
.woocommerce-form-register .woocommerce-button:hover,
.woocommerce-form-login .woocommerce-button:hover {
  background-color: var(--tj-color-theme-dark);
  color: var(--tj-color-common-white);
}
.woocommerce-form-register .woocommerce-button:hover .btn-text span,
.woocommerce-form-login .woocommerce-button:hover .btn-text span {
  transform: translateY(-24px);
}
.woocommerce-address-fields .nice-select {
  border-radius: 0;
  width: 100%;
  display: block;
}
#shipping_address_1 {
  margin-bottom: 15px;
}
.woocommerce-address-fields label,
.edit-account label {
  margin-inline-start: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.woocommerce-address-fields label.woocommerce-form__label-for-checkbox,
.edit-account label.woocommerce-form__label-for-checkbox {
  align-items: center;
  display: flex;
}
.woocommerce-address-fields label.woocommerce-form__label-for-checkbox span,
.edit-account label.woocommerce-form__label-for-checkbox span {
  cursor: pointer;
  font-size: 16px;
}
.woocommerce-address-fields input,
.edit-account input {
  color: var(--tj-color-heading-primary);
  width: 100%;
  height: 55px;
  border: 0;
  border-radius: 0;
  outline: 0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow 0.3s cubic-bezier(0.3, 0, 0, 0.3);
  box-shadow: inset 0 0 0 1px #e5e5e5;
}
.woocommerce-address-fields input[type="checkbox"],
.edit-account input[type="checkbox"] {
  cursor: pointer;
  width: 15px;
  margin-inline-end: 8px;
}
.woocommerce-address-fields input:focus,
.edit-account input:focus {
  box-shadow:
    0 1px 1px 1px #2021240f,
    inset 0 0 0 1px #4260ff;
}
.woocommerce-address-fields button[name="save_address"],
.woocommerce-address-fields .woocommerce-Button,
.edit-account button[name="save_address"],
.edit-account .woocommerce-Button {
  text-transform: capitalize;
  height: 60px;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  -o-transition: all 0.4s ease-out 0s;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  padding: 0 50px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.4s ease-out;
  display: inline-flex;
}
.woocommerce-address-fields button[name="save_address"]:focus,
.woocommerce-address-fields button[name="save_address"]:hover,
.woocommerce-address-fields .woocommerce-Button:focus,
.woocommerce-address-fields .woocommerce-Button:hover,
.edit-account button[name="save_address"]:focus,
.edit-account button[name="save_address"]:hover,
.edit-account .woocommerce-Button:focus,
.edit-account .woocommerce-Button:hover {
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-dark);
}
.woosw-copy-label {
  color: #6f7172;
}
#woosw_copy_btn {
  background: var(--tj-color-theme-primary);
  color: #fff;
  border: none;
  margin-inline-start: 10px;
  padding: 3px 20px;
  font-weight: 500;
}
.star-rating {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.star-rating:before {
  content: "";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--tj-color-theme-primary);
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  line-height: 1;
}
.star-rating span {
  top: 0;
  font-size: 0;
  position: absolute;
  inset-inline-start: 0;
  overflow: hidden;
  width: max-content !important;
}
.star-rating span:before {
  content: "";
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--tj-color-theme-primary);
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
}
a.ajax_add_to_cart.added {
  display: none !important;
}
.woocommerce p.stars a {
  text-indent: -999em;
  width: 1em;
  height: 1em;
  color: var(--tj-color-theme-primary);
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.woocommerce p.stars a:before {
  top: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: var(--tj-ff-fontawesome);
  content: "";
  text-indent: 0;
  display: block;
  position: absolute;
  inset-inline-start: 0;
}
.woocommerce p.stars a:hover ~ a:before {
  content: "";
  font-weight: 400;
}
.woocommerce p.stars:hover a:before,
.woocommerce p.stars.selected a.active:before {
  content: "";
  font-weight: 700;
}
.woocommerce p.stars.selected a.active ~ a:before {
  content: "";
  font-weight: 400;
}
.woocommerce p.stars.selected a:not(.active):before {
  content: "";
  font-weight: 700;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
  font-family: var(--tj-ff-fontawesome);
  content: "";
  vertical-align: top;
  top: 0.618em;
  color: var(--tj-color-heading-primary);
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s ease-out;
  animation: 2s linear infinite spin;
  display: inline-block;
  inset-inline-end: 1em;
}
.tj-product-action .added_to_cart.wc-forward {
  font-size: 0;
}
.loading svg {
  display: none;
}
.woosc-area {
  background: no-repeat !important;
}
.tj-product:hover {
  z-index: 2;
  position: relative;
}
section.woosc-quick-table > h2 {
  color: var(--tj-color-text-body);
  font-size: 26px;
  font-weight: 600;
}
a.cart-button.icon-btn.button.stock-out {
  cursor: not-allowed;
}
.grouped_form a {
  color: var(--tj-color-text-body);
}
.grouped_form a:hover {
  color: var(--tj-color-theme-primary);
}
.grouped_form .variations .nice-select {
  float: none;
}
.grouped_form .tj-product-details__quantity {
  margin-inline-end: 5px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 13px;
}
.grouped_form .tj-product-details__quantity .tj-cart-minus,
.grouped_form .tj-product-details__quantity .tj-cart-plus,
.grouped_form .tj-product-details__quantity input {
  font-size: 14px;
}
.grouped_form del {
  color: var(--tj-color-theme-bg);
  font-size: 16px;
  font-weight: 600;
}
.grouped_form del .woocommerce-Price-amount {
  color: var(--tj-color-theme-bg);
  font-size: 16px;
  font-weight: 500;
}
.grouped_form ins {
  text-decoration: none;
}
.grouped_form ins .woocommerce-Price-amount,
.grouped_form .woocommerce-Price-amount {
  color: var(--tj-color-text-body);
  font-size: 16px;
  font-weight: 600;
}
.woocommerce-shop .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-shop .tj-product__thumb-topsall {
  inset-inline-end: 25px;
  position: absolute;
  top: 15px;
}
.woocommerce-shop .tj-product__thumb-topsall span {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-text-body);
  padding: 10px 12px;
}
.woocommerce-shop .tj-shop-list-title {
  color: var(--tj-color-text-body);
  margin-bottom: 0;
  font-size: 16px;
}
.tj-shop-listing {
  gap: 20px;
}
.tj-shop-listing .woocommerce-notices-wrapper {
  display: none;
}
.tj-shop-listing-popup .nice-select {
  background: 0 0;
  border-radius: 8px;
  width: 233px;
  padding: 0 15px;
}
@media (max-width: 575px) {
  .tj-shop-listing-popup .nice-select {
    width: auto;
  }
}
.tj-shop-listing-popup .nice-select:after {
  content: "";
  color: var(--tj-color-text-body);
  top: 16px;
  transform-origin: 50%;
  border: 0;
  width: 14px;
  height: 14px;
  font-family: bexon-icons;
  font-size: 14px;
  line-height: 1;
  inset-inline-end: 12px;
  transform: rotate(0);
}
.tj-shop-listing-popup .nice-select.open:after {
  transform: rotate(-180deg);
}
.tj-shop-listing-popup .nice-select .list {
  border-radius: 8px;
  width: 100%;
}
.tj-shop-listing-popup .orderby .current {
  margin-inline-end: 25px;
}
a.added_to_cart.wc-forward:before {
  content: "";
  font-family: var(--tj-ff-fontawesome);
  font-size: 16px;
  font-weight: 400;
  position: relative;
}
.tj-product-price .woocommerce-Price-amount {
  color: var(--tj-color-heading-primary);
  font-size: 16px;
  font-weight: 400;
}
.tj-product-price ins {
  text-decoration: none;
}
.tj-product-price del .woocommerce-Price-amount {
  color: var(--tj-color-text-body);
  font-size: 16px;
  font-weight: 400;
}
.tj-product-details__cart .product-add-cart-btn {
  margin-inline-end: 5px;
}
.tj-product-details__cart .product-add-cart-btn svg {
  margin-inline-end: 3px;
  transform: translateY(-2px);
}
.tj-product-details__cart .product-action-btn .woosw-btn {
  text-align: center;
  width: 48px;
  height: 48px;
  color: var(--tj-color-heading-primary);
  border: 1px solid #dadce0;
  border-radius: 4px;
  font-size: 0;
  line-height: 47px;
}
.tj-product-details__cart .product-action-btn .woosw-btn:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.tj-product-details__cart .product-action-btn .woosw-btn:before {
  content: "";
  font-size: 16px;
  font-family: var(--tj-ff-fontawesome);
  margin: 0;
}
.tj-product-details__cart
  .product-action-btn
  .woosw-btn.woosw-btn-added:before {
  font-weight: 700;
}
.tj-product-details__cart .product-action-btn .woosc-btn {
  text-align: center;
  width: 48px;
  height: 48px;
  color: var(--tj-color-heading-primary);
  border: 1px solid #dadce0;
  border-radius: 4px;
  font-size: 0;
  line-height: 47px;
}
.tj-product-details__cart .product-action-btn .woosc-btn:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.tj-product-details__cart .product-action-btn .woosc-btn:before {
  content: "";
  font-size: 16px;
  font-family: var(--tj-ff-fontawesome);
  margin: 0;
}
.tj-product-details__cart
  .product-action-btn
  .woosc-btn.woosc-btn-added:before {
  content: "";
  font-size: 16px;
  font-family: var(--tj-ff-fontawesome);
  margin: 0;
  font-weight: 700;
}
#review_form_wrapper .stars {
  margin-top: 5px;
  margin-bottom: 0;
}
.related-products .woocommerce-notices-wrapper {
  display: none;
}
.related-products .tj-product__thumb-topsall {
  inset-inline-end: 25px;
  position: absolute;
  top: 15px;
}
.related-products .tj-product__thumb-topsall span {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-text-body);
  padding: 10px 12px;
}
.flex-control-thumbs.product-thumbnails .slick-list {
  margin: 0 -6px;
}
.flex-control-thumbs.product-thumbnails .slick-slide {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 6px;
  transition: border-color 0.3s cubic-bezier(0.28, 0.12, 0.22, 1);
  display: inline-flex;
}
.flex-control-thumbs.product-thumbnails
  .slick-slide.slick-active
  img.flex-active {
  border: 1px solid var(--tj-color-theme-primary);
}
.flex-control-thumbs.product-thumbnails .slick-slide:hover {
  cursor: pointer;
}
.product-thumbnails {
  margin-top: 15px;
  padding-inline-start: 0;
}
.cart-wrapper .cart_totals table tr,
.cart-wrapper .cart_totals table tbody {
  border: none;
}
.cart-wrapper .wc_payment_methods {
  padding-inline-start: 0;
  list-style: none;
}
.cart-wrapper .wc_payment_methods .woocommerce-notice {
  color: var(--tj-color-theme-primary);
  list-style: none;
}
.cart-wrapper #order_review_heading {
  margin-bottom: 20px;
}
.cart-wrapper .order-review-wrapper table tbody,
.cart-wrapper .order-review-wrapper table td,
.cart-wrapper .order-review-wrapper table tfoot,
.cart-wrapper .order-review-wrapper table th,
.cart-wrapper .order-review-wrapper table thead,
.cart-wrapper .order-review-wrapper table tr {
  border: none;
}
.cart-wrapper .order-review-wrapper table {
  border: 0;
  width: 100%;
}
.cart-wrapper .order-review-wrapper table thead th {
  border: none;
  border-bottom: 1px solid var(--tj-color-border-1);
  padding-inline-start: 30px;
  text-align: start;
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-heading-primary);
  padding-bottom: 0.75rem;
  font-size: 16px;
  font-weight: 600;
}
.cart-wrapper .order-review-wrapper table thead th:last-child {
  text-align: start;
  padding-inline-end: 30px;
}
.cart-wrapper .order-review-wrapper table tbody tr {
  border-bottom: 1px solid var(--tj-color-border-1);
}
.cart-wrapper .order-review-wrapper table tbody tr.cart_item td {
  padding-inline-start: 30px;
  font-size: 16px;
}
.cart-wrapper .order-review-wrapper table tbody tr.cart_item td:first-child {
  color: var(--tj-color-text-body);
  text-align: start;
  vertical-align: middle;
  border-top: none;
  width: 50%;
  font-weight: 400;
}
.cart-wrapper .order-review-wrapper table tbody tr.cart_item td:last-child {
  text-align: start;
  color: var(--tj-color-text-body);
  padding-inline-end: 30px;
}
.cart-wrapper .order-review-wrapper table tbody tr.cart_item td strong {
  color: var(--tj-color-text-body);
}
.cart-wrapper .order-review-wrapper table tbody tr td {
  border: 0;
  padding: 15px 0;
}
.cart-wrapper .order-review-wrapper table tfoot tr {
  border-bottom: 1px solid var(--tj-color-border-1);
}
.cart-wrapper
  .order-review-wrapper
  table
  tfoot
  tr.woocommerce-shipping-totals.shipping
  th {
  border: none;
  border-bottom: 1px solid var(--tj-color-border-1);
  color: var(--tj-color-heading-primary);
  padding-inline-start: 0;
  text-align: start;
  padding: 15px 0;
  padding-inline-start: 30px;
  font-size: 14px;
  font-weight: 600;
}
.cart-wrapper
  .order-review-wrapper
  table
  tfoot
  tr.woocommerce-shipping-totals.shipping
  td {
  text-align: start;
  padding: 15px 0;
  padding-inline-start: 30px;
}
.cart-wrapper .order-review-wrapper table tfoot tr.cart-subtotal th {
  border: none;
  border-bottom: 1px solid var(--tj-color-border-1);
  color: var(--tj-color-heading-primary);
  text-align: start;
  font-size: 14px;
  font-weight: 600;
}
.cart-wrapper .order-review-wrapper table tfoot tr.cart-subtotal td {
  border: none;
  border-bottom: 1px solid var(--tj-color-border-1);
  color: var(--tj-color-heading-primary);
  text-align: start;
  font-size: 14px;
}
.cart-wrapper .order-review-wrapper table tfoot tr.order-total th {
  text-align: start;
  color: var(--tj-color-heading-primary);
  font-weight: 600;
}
.cart-wrapper .order-review-wrapper table tfoot tr.order-total td {
  text-align: start;
}
.cart-wrapper .order-review-wrapper table tfoot tr.order-total td span bdi {
  color: var(--tj-color-heading-primary);
  font-weight: 600;
}
.cart-wrapper .order-review-wrapper table tfoot tr td,
.cart-wrapper .order-review-wrapper table tfoot tr th {
  border: 0;
  padding: 15px 0;
  padding-inline-start: 30px;
}
.tj-checkout-billing-wrapper label {
  width: auto;
  color: var(--tj-color-heading-primary);
  border: 0;
  margin-bottom: 7px;
  display: block;
  position: static;
}
.tj-checkout-billing-wrapper label abbr.required {
  color: red;
  text-decoration: none;
}
.tj-checkout-billing-wrapper label span {
  font-size: 16px;
}
.tj-checkout-billing-wrapper .woocommerce-input-wrapper span {
  display: block;
}
.tj-checkout-billing-wrapper input[type="text"],
.tj-checkout-billing-wrapper input[type="email"],
.tj-checkout-billing-wrapper input[type="tel"],
.tj-checkout-billing-wrapper input[type="url"],
.tj-checkout-billing-wrapper input[type="password"] {
  outline: 0;
  margin-bottom: 30px;
}
.tj-checkout-billing-wrapper input[type="text"]:focus,
.tj-checkout-billing-wrapper input[type="email"]:focus,
.tj-checkout-billing-wrapper input[type="tel"]:focus,
.tj-checkout-billing-wrapper input[type="url"]:focus,
.tj-checkout-billing-wrapper input[type="password"]:focus {
  border-color: var(--tj-color-theme-primary);
}
.tj-checkout-billing-wrapper .nice-select {
  border: 1px solid var(--tj-color-theme-dark);
  height: 48px;
  color: var(--tj-color-heading-primary);
  float: unset;
  background-color: #0000;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 5px 22px;
  line-height: 36px;
}
.tj-checkout-billing-wrapper .nice-select:after {
  inset-inline-end: 26px;
}
.tj-checkout-billing-wrapper .nice-select .list {
  max-height: 300px;
  overflow: auto;
}
.tj-checkout-billing-wrapper
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-inline: 25px 35px;
}
.tj-checkout-billing-wrapper
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 0;
  height: 46px;
  inset-inline-end: 17px;
}
.tj-checkout-billing-wrapper button[name="save_address"],
.tj-checkout-billing-wrapper button[name="save_account_details"] {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-heading-primary);
  text-transform: capitalize;
  border: 0;
  border-radius: 0;
  outline: 0;
  margin-bottom: 15px;
  padding: 11px 45px;
  font-size: 16px;
  font-weight: 500;
}
.tj-checkout-billing-wrapper button[name="save_address"]:hover,
.tj-checkout-billing-wrapper button[name="save_account_details"]:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.tj-checkout-billing-wrapper button[name="save_account_details"] {
  margin-top: 20px;
}
.tj-checkout-billing-wrapper .woocommerce-form-row {
  margin-bottom: 0;
}
.tj-checkout-billing-wrapper
  button.woocommerce-form-login__submit[type="submit"],
.tj-checkout-billing-wrapper
  button.woocommerce-form-register__submit[name="register"] {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border: 0;
  border-radius: 0;
  outline: 0;
  margin-bottom: 15px;
  padding: 11px 45px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.tj-checkout-billing-wrapper
  button.woocommerce-form-login__submit[type="submit"]:hover,
.tj-checkout-billing-wrapper
  button.woocommerce-form-register__submit[name="register"]:hover {
  background-color: var(--tj-color-heading-primary);
  color: var(--tj-color-common-white);
}
.tj-checkout-billing-wrapper .woocommerce-privacy-policy-text p a {
  color: var(--tj-color-theme-primary);
}
.tj-checkout-billing-wrapper .woocommerce-privacy-policy-text p a:hover {
  text-decoration: underline !important;
}
.tj-checkout-billing-existing-login,
.tj-checkout-billing-coupon {
  margin-bottom: 80px;
}
.tj-checkout-billing-existing-login label,
.tj-checkout-billing-coupon label {
  width: auto;
  color: var(--tj-color-heading-primary);
  border: 0;
  margin-bottom: 7px;
  display: inline-block;
  position: static;
}
.tj-checkout-billing-existing-login label abbr.required,
.tj-checkout-billing-coupon label abbr.required {
  color: red;
  text-decoration: none;
}
.tj-checkout-billing-existing-login .woocommerce-info,
.tj-checkout-billing-coupon .woocommerce-info {
  color: var(--tj-color-heading-primary);
  width: 100%;
  padding: 8px 26px;
  font-size: 16px;
  display: inline-block;
}
.tj-checkout-billing-existing-login .woocommerce-info a,
.tj-checkout-billing-coupon .woocommerce-info a {
  color: var(--tj-color-theme-primary);
  border-bottom: 1px solid var(--tj-color-theme-primary);
  position: relative;
}
.tj-checkout-billing-existing-login .checkout_coupon.woocommerce-form-coupon,
.tj-checkout-billing-existing-login .woocommerce-form.woocommerce-form-login,
.tj-checkout-billing-coupon .checkout_coupon.woocommerce-form-coupon,
.tj-checkout-billing-coupon .woocommerce-form.woocommerce-form-login {
  margin-top: 14px;
  position: relative;
}
.tj-checkout-billing-existing-login input[type="text"],
.tj-checkout-billing-existing-login input[type="email"],
.tj-checkout-billing-existing-login input[type="tel"],
.tj-checkout-billing-existing-login input[type="url"],
.tj-checkout-billing-existing-login input[type="password"],
.tj-checkout-billing-coupon input[type="text"],
.tj-checkout-billing-coupon input[type="email"],
.tj-checkout-billing-coupon input[type="tel"],
.tj-checkout-billing-coupon input[type="url"],
.tj-checkout-billing-coupon input[type="password"] {
  height: 46px;
  color: var(--tj-color-heading-primary);
  margin-bottom: 0;
  background: #fff;
  border: 1px solid #ced7e0;
  border-radius: 0;
  outline: 0;
  margin-inline-end: 0;
  padding: 0 25px;
  font-size: 14px;
  line-height: 46px;
}
@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-checkout-billing-existing-login input[type="text"],
  .tj-checkout-billing-existing-login input[type="email"],
  .tj-checkout-billing-existing-login input[type="tel"],
  .tj-checkout-billing-existing-login input[type="url"],
  .tj-checkout-billing-existing-login input[type="password"],
  .tj-checkout-billing-coupon input[type="text"],
  .tj-checkout-billing-coupon input[type="email"],
  .tj-checkout-billing-coupon input[type="tel"],
  .tj-checkout-billing-coupon input[type="url"],
  .tj-checkout-billing-coupon input[type="password"] {
    width: 100%;
  }
}
.tj-checkout-billing-existing-login input[type="text"]:focus,
.tj-checkout-billing-existing-login input[type="email"]:focus,
.tj-checkout-billing-existing-login input[type="tel"]:focus,
.tj-checkout-billing-existing-login input[type="url"]:focus,
.tj-checkout-billing-existing-login input[type="password"]:focus,
.tj-checkout-billing-coupon input[type="text"]:focus,
.tj-checkout-billing-coupon input[type="email"]:focus,
.tj-checkout-billing-coupon input[type="tel"]:focus,
.tj-checkout-billing-coupon input[type="url"]:focus,
.tj-checkout-billing-coupon input[type="password"]:focus {
  border-color: var(--tj-color-theme-primary);
}
.tj-checkout-billing-existing-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme,
.tj-checkout-billing-coupon
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-bottom: 15px;
}
.tj-checkout-billing-existing-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input,
.tj-checkout-billing-coupon
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input {
  display: none;
}
.tj-checkout-billing-existing-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input:checked
  ~ span:after,
.tj-checkout-billing-coupon
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input:checked
  ~ span:after {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.tj-checkout-billing-existing-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input:checked
  ~ span:before,
.tj-checkout-billing-coupon
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input:checked
  ~ span:before {
  visibility: visible;
  opacity: 1;
}
.tj-checkout-billing-existing-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span,
.tj-checkout-billing-coupon
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span {
  color: #55585b;
  z-index: 1;
  padding-inline-start: 26px;
  font-size: 16px;
  position: relative;
}
.tj-checkout-billing-existing-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span:after,
.tj-checkout-billing-coupon
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span:after {
  content: "";
  top: 2px;
  text-align: center;
  z-index: -1;
  border: 1px solid #c3c7c9;
  width: 18px;
  height: 18px;
  line-height: 16px;
  position: absolute;
  inset-inline-start: 0;
}
.tj-checkout-billing-existing-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span:before,
.tj-checkout-billing-coupon
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span:before {
  content: "";
  top: 2px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  width: 18px;
  height: 18px;
  color: var(--tj-color-common-white);
  line-height: 16px;
  position: absolute;
  inset-inline-start: 0;
}
.tj-checkout-billing-existing-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span
  a:hover,
.tj-checkout-billing-coupon
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span
  a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-checkout-billing-existing-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span:hover,
.tj-checkout-billing-coupon
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span:hover {
  cursor: pointer;
}
.tj-checkout-billing-existing-login .lost_password a,
.tj-checkout-billing-coupon .lost_password a {
  color: var(--tj-color-heading-primary);
  transition: all 0.3s ease-out;
}
.tj-checkout-billing-existing-login .lost_password a:hover,
.tj-checkout-billing-coupon .lost_password a:hover {
  color: var(--tj-color-theme-primary);
}
.woocommerce-form.woocommerce-form-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  margin-bottom: 15px;
}
.woocommerce-form.woocommerce-form-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input {
  display: none;
}
.woocommerce-form.woocommerce-form-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input:checked
  ~ span:after {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.woocommerce-form.woocommerce-form-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input:checked
  ~ span:before {
  visibility: visible;
  opacity: 1;
}
.woocommerce-form.woocommerce-form-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span {
  color: #676e7a;
  z-index: 1;
  padding-inline-start: 26px;
  font-size: 16px;
  position: relative;
}
.woocommerce-form.woocommerce-form-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span:after {
  content: "";
  top: 5px;
  text-align: center;
  border: 1px solid var(--tj-color-border-1);
  z-index: -1;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  inset-inline-start: 0;
}
.woocommerce-form.woocommerce-form-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span:before {
  content: "";
  inset-inline-start: 4px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--tj-color-common-white);
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  position: absolute;
  top: 5px;
}
.woocommerce-form.woocommerce-form-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span
  a:hover {
  color: var(--tj-color-theme-primary);
}
.woocommerce-form.woocommerce-form-login
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span:hover {
  cursor: pointer;
}
.woocommerce-form.woocommerce-form-login .lost_password a {
  color: var(--tj-color-heading-primary);
  transition: all 0.3s ease-out;
}
.woocommerce-form.woocommerce-form-login .lost_password a:hover {
  color: var(--tj-color-theme-primary);
}
.woocommerce-MyAccount-content
  .woosw-list
  .woosw-items
  .woosw-item--add
  .add_to_cart_button {
  font-size: 16px;
}
.woocommerce-MyAccount-content
  .woosw-list
  .woosw-items
  .woosw-item--add
  .add_to_cart_button
  svg {
  margin-inline-end: 0;
}
.woocommerce-MyAccount-content table.woosc_table thead th,
.woocommerce-MyAccount-content table.woosc_table tbody td {
  padding: 10px;
}
.woocommerce-MyAccount-content table.woosc_table thead th.th-placeholder,
.woocommerce-MyAccount-content table.woosc_table thead th.td-placeholder,
.woocommerce-MyAccount-content table.woosc_table tbody td.th-placeholder,
.woocommerce-MyAccount-content table.woosc_table tbody td.td-placeholder {
  display: none;
}
.woocommerce-MyAccount-content table.woosc_table thead th a {
  font-weight: 500;
}
.woocommerce-MyAccount-content table.woosc_table thead th span {
  transition: all 0.3s ease-out;
}
.woocommerce-MyAccount-content table.woosc_table thead th span:hover {
  color: var(--tj-color-theme-primary);
}
.cart-wrapper .woocommerce-checkout-review-order table {
  border: 1px solid var(--tj-color-border-1);
  border-radius: 12px;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  margin-bottom: 0;
}
.woocommerce-checkout-payment {
  margin-top: 0;
}
.woocommerce-checkout-payment .wc_payment_methods {
  border: 1px solid var(--tj-color-border-1);
  border-radius: 12px;
  padding: 30px;
  border-top: 0;
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  padding-top: 15px;
  padding-bottom: 30px;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  padding-top: 0;
  list-style: none;
}
.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method:not(:last-child) {
  margin-bottom: 10px;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input {
  display: none;
}
.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  input:checked
  ~ label:before {
  opacity: 1;
  visibility: visible;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-text-body);
  padding-inline-start: 25px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  label:hover {
  cursor: pointer;
}
.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  label:after {
  content: "";
  inset-inline-start: 0;
  border: 2px solid var(--tj-color-theme-dark);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
}
.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  label:before {
  content: "";
  inset-inline-start: 5px;
  background-color: var(--tj-color-theme-dark);
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label img {
  margin-inline-start: 14px;
  transform: translateY(-2px);
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label a {
  margin-inline-start: 20px;
  position: relative;
}
.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  label
  a:after {
  content: "";
  inset-inline-start: 0;
  background-color: var(--tj-color-heading-primary);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 3px;
}
.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box {
  padding-top: 10px;
  display: none;
  position: relative;
}
.woocommerce-checkout-payment
  .wc_payment_methods
  .wc_payment_method
  .payment_box
  p {
  color: #55585b;
  margin-inline-start: 25px;
  margin-bottom: 0;
  padding: 10px 15px 0;
  font-size: 14px;
  line-height: 1.57;
}
.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
  margin-bottom: 25px;
}
#customer_details .woocommerce-billing-fields__field-wrapper,
#customer_details .woocommerce-additional-fields__field-wrapper {
  flex-flow: wrap;
  margin-inline: -10px;
  display: flex;
}
#customer_details .woocommerce-billing-fields__field-wrapper .form-row,
#customer_details .woocommerce-additional-fields__field-wrapper .form-row {
  margin-inline: 0;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-inline: 10px;
  display: flex;
}
#billing_address_1_field {
  margin-bottom: 15px;
}
.woocommerce-checkout-review-order-table th {
  padding: 12px;
}
.woocommerce-additional-fields h3 {
  margin-bottom: 20px;
}
.page-main-content table,
.page-main-content th,
.page-main-content td {
  border: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content {
  max-width: 500px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content a.wc-forward,
.woosw-popup .woosw-popup-inner .woosw-popup-content .tj-cart-btn {
  width: 100%;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content a.tj-cart-btn .btn-text {
  display: none;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content a.wc-forward {
  font-size: 0;
}
.rg-15 {
  row-gap: 15px;
}
.woosq-popup .woosq-product h3 {
  font-size: 28px;
}
.woosq-popup .woosq-product .thumbnails img {
  object-fit: cover;
  width: 100%;
  margin: 0;
}
.woosq-popup .woosq-product .price {
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
  display: inline-flex;
}
.woosq-popup .woosq-product .price span {
  color: var(--tj-color-body-text);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.woosq-popup .woosq-product .price del,
.woosq-popup .woosq-product .price ins {
  text-decoration: none;
}
.woosq-popup .woosq-product .price del span {
  color: var(--tj-color-common-black-2);
  text-decoration-line: line-through;
}
div.woocommerce .woocommerce-cart-form table.shop_table td:before {
  content: attr(data-title);
  inset-inline-start: 15px;
  vertical-align: top;
  color: var(--tj-color-heading-primary);
  font-family: var(--tj-ff-heading);
  letter-spacing: -0.025em;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  div.woocommerce .woocommerce-cart-form table.shop_table thead {
    display: none;
  }
  div.woocommerce .woocommerce-cart-form table.shop_table tbody tr {
    border: 0;
  }
  div.woocommerce .woocommerce-cart-form table.shop_table tbody tr td {
    text-align: end;
    border: 1px solid var(--tj-color-border-1);
    border-bottom-width: 0;
    border-inline-width: 0;
    width: 100%;
    padding: 15px;
    padding-inline-start: 25%;
    display: block;
    position: relative;
  }
  div.woocommerce
    .woocommerce-cart-form
    table.shop_table
    tbody
    tr
    td:first-child {
    border-top-width: 0;
  }
  div.woocommerce
    .woocommerce-cart-form
    table.shop_table
    tbody
    tr
    td:last-child {
    border-bottom-width: 1px;
  }
  div.woocommerce
    .woocommerce-cart-form
    table.shop_table
    tbody
    tr
    td.product-remove,
  div.woocommerce
    .woocommerce-cart-form
    table.shop_table
    tbody
    tr
    td.product-name
    h5 {
    text-align: end;
  }
  div.woocommerce
    .woocommerce-cart-form
    table.shop_table
    tbody
    tr
    td.product-quantity
    .tj-product-quantity {
    text-align: end;
    width: 136px;
    margin-inline-start: auto;
  }
  div.woocommerce .woocommerce-cart-form table.shop_table tbody tr:last-child {
    border-bottom: 1px solid var(--tj-color-border-1);
  }
  div.woocommerce
    .woocommerce-cart-form
    table.shop_table
    tbody
    tr:last-child
    td:last-child {
    border-bottom-width: 0;
  }
  div.woocommerce .woocommerce-cart-form table.shop_table tbody tr td:before {
    display: block;
  }
  div.woocommerce
    .woocommerce-cart-form
    table.shop_table
    tbody
    tr
    td.product-thumbnail {
    width: auto;
  }
  div.woocommerce
    .woocommerce-cart-form
    table.shop_table
    tbody
    tr
    td.product-thumbnail
    img {
    width: 100px;
  }
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.ecommerce .row {
  --bs-gutter-x: 30px;
}
.tj-product-item:hover .tj-product-thumb img {
  transform: perspective(400px) rotateX(0.09deg) rotateY(0) scale(1.2);
}
.tj-product-item:hover .tj-product-action {
  visibility: visible;
  opacity: 1;
  inset-inline-end: 15px;
}
.tj-product-item:hover .tj-product-cart-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(-15px);
}
.tj-product-thumb {
  border-radius: 12px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.tj-product-thumb img {
  transform-origin: 50%;
  border-radius: 12px;
  width: 100%;
  transition: transform 0.5s;
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
}
.tj-product-badge {
  top: 15px;
  z-index: 2;
  position: absolute;
  inset-inline-start: 15px;
}
.tj-product-badge span {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-radius: 40px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}
.tj-product-badge span.sold-out {
  background-color: #ff0004;
}
.tj-product-title {
  margin-bottom: 5px;
  font-size: 20px;
}
.tj-product-title a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-product-tag {
  margin-bottom: 2px;
}
.tj-product-tag a {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.tj-product-tag a:after {
  content: "";
  inset-inline: auto 0;
  background-color: var(--tj-color-theme-primary);
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
}
.tj-product-tag a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-product-tag a:hover:after {
  width: 100%;
  inset-inline: 0 auto;
}
.tj-product-price-wrapper .price {
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
  display: inline-flex;
}
.tj-product-price-wrapper .price span {
  color: var(--tj-color-body-text);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.tj-product-price-wrapper .price del,
.tj-product-price-wrapper .price ins {
  text-decoration: none;
}
.tj-product-price-wrapper .price del span {
  color: var(--tj-color-common-black-2);
  text-decoration-line: line-through;
}
.tj-product-action {
  inset-inline-end: -50px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 15px;
}
.tj-product-action-item {
  gap: 10px;
}
.tj-product-action-btn {
  position: relative;
}
.tj-product-action-btn a,
.tj-product-action-btn button {
  text-align: center;
  width: 42px;
  height: 42px;
  color: var(--tj-color-theme-dark);
  background-color: var(--tj-color-common-white);
  border-bottom: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 42px;
  transition: all 0.3s ease-out;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #010f1c33;
}
.tj-product-action-btn a i,
.tj-product-action-btn button i {
  font-size: 16px;
}
.tj-product-action-btn a:hover,
.tj-product-action-btn a.loading:hover,
.tj-product-action-btn button:hover,
.tj-product-action-btn button.loading:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-dark);
}
.tj-product-action-btn a:hover:before,
.tj-product-action-btn a:hover:after,
.tj-product-action-btn a.loading:hover:before,
.tj-product-action-btn a.loading:hover:after,
.tj-product-action-btn button:hover:before,
.tj-product-action-btn button:hover:after,
.tj-product-action-btn button.loading:hover:before,
.tj-product-action-btn button.loading:hover:after {
  color: var(--tj-color-common-white) !important;
}
.tj-product-action-btn button:not(:has(i)):before {
  content: "";
  font-size: 16px;
  font-family: var(--tj-ff-fontawesome);
  margin: 0;
  font-weight: 300;
  display: inline-block;
}
.tj-product-action-btn-tooltip {
  top: 50%;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  width: max-content;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset-inline-end: 60px;
  transform: translateY(-50%);
}
.tj-product-action-btn-tooltip:after {
  content: "";
  inset-inline-end: -10px;
  background-color: var(--tj-color-theme-dark);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.tj-product-action-btn:hover .tj-product-action-btn-tooltip {
  visibility: visible;
  opacity: 1;
}
.tj-product-rating-icon {
  margin-bottom: 5px;
}
.tj-product-cart-btn {
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  position: absolute;
  inset-inline: 0;
  transform: translateY(60px);
}
.tj-product-rating {
  margin-top: 3px;
}
.woosw-list table a.wc-forward,
.woosw-popup a.wc-forward,
.tj-product-item .wc-forward,
.tj-cart-btn {
  width: calc(100% - 30px);
  height: 48px;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-dark);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
}
.woosw-list table a.wc-forward span.btn-icon,
.woosw-popup a.wc-forward span.btn-icon,
.tj-product-item .wc-forward span.btn-icon,
.tj-cart-btn span.btn-icon {
  color: var(--tj-color-common-white);
  display: inline-flex;
  position: relative;
  overflow: hidden;
}
.woosw-list table a.wc-forward span.btn-icon i:first-child,
.woosw-list table a.wc-forward span.btn-icon i:last-child,
.woosw-popup a.wc-forward span.btn-icon i:first-child,
.woosw-popup a.wc-forward span.btn-icon i:last-child,
.tj-product-item .wc-forward span.btn-icon i:first-child,
.tj-product-item .wc-forward span.btn-icon i:last-child,
.tj-cart-btn span.btn-icon i:first-child,
.tj-cart-btn span.btn-icon i:last-child {
  transition: transform 0.4s ease-in-out;
}
.woosw-list table a.wc-forward span.btn-icon i:last-child,
.woosw-popup a.wc-forward span.btn-icon i:last-child,
.tj-product-item .wc-forward span.btn-icon i:last-child,
.tj-cart-btn span.btn-icon i:last-child {
  position: absolute;
  transform: translate(-150%);
}
.woosw-list table a.wc-forward span.btn-text,
.woosw-popup a.wc-forward span.btn-text,
.tj-product-item .wc-forward span.btn-text,
.tj-cart-btn span.btn-text {
  color: var(--tj-color-common-white);
  text-shadow: 0 23px;
  font-weight: var(--tj-fw-sbold);
  display: inline-flex;
  overflow: hidden;
}
.woosw-list table a.wc-forward span.btn-text > span,
.woosw-popup a.wc-forward span.btn-text > span,
.tj-product-item .wc-forward span.btn-text > span,
.tj-cart-btn span.btn-text > span {
  backface-visibility: hidden;
  align-items: center;
  transition: all 0.5s;
  display: flex;
  transform: translateY(0);
}
.woosw-list table a.wc-forward:hover,
.woosw-popup a.wc-forward:hover,
.tj-product-item .wc-forward:hover,
.tj-cart-btn:hover {
  background: var(--tj-color-theme-primary);
}
.woosw-list table a.wc-forward:hover span.btn-icon,
.woosw-popup a.wc-forward:hover span.btn-icon,
.tj-product-item .wc-forward:hover span.btn-icon,
.tj-cart-btn:hover span.btn-icon {
  color: var(--tj-color-common-white);
}
.woosw-list table a.wc-forward:hover span.btn-icon i:first-child,
.woosw-popup a.wc-forward:hover span.btn-icon i:first-child,
.tj-product-item .wc-forward:hover span.btn-icon i:first-child,
.tj-cart-btn:hover span.btn-icon i:first-child {
  transform: translate(150%);
}
.woosw-list table a.wc-forward:hover span.btn-icon i:last-child,
.woosw-popup a.wc-forward:hover span.btn-icon i:last-child,
.tj-product-item .wc-forward:hover span.btn-icon i:last-child,
.tj-cart-btn:hover span.btn-icon i:last-child {
  transform: translate(0);
}
.woosw-list table a.wc-forward:hover span.btn-text,
.woosw-popup a.wc-forward:hover span.btn-text,
.tj-product-item .wc-forward:hover span.btn-text,
.tj-cart-btn:hover span.btn-text {
  color: var(--tj-color-common-white);
}
.woosw-list table a.wc-forward:hover span.btn-text > span,
.woosw-popup a.wc-forward:hover span.btn-text > span,
.tj-product-item .wc-forward:hover span.btn-text > span,
.tj-cart-btn:hover span.btn-text > span {
  transform: translateY(-24px);
}
.tj-shop-listing-popup .nice-select {
  border-color: var(--tj-color-theme-bg);
}
.tj-shop-sidebar .ui-widget-content {
  border: 0;
  border-radius: 0;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-thumbnail img {
  object-fit: cover;
  border-radius: 8px;
  width: 92px;
}
div.woocommerce .woocommerce-cart-form table tbody tr td.product-remove a,
div.woocommerce .woocommerce-cart-form table tbody tr td.product-remove button {
  font-weight: var(--tj-fw-bold);
}
div.woocommerce .cart_totals table {
  border-color: var(--tj-color-border-1);
  border-style: solid;
  border-width: 1px;
  border-radius: 12px;
  margin-bottom: 30px;
}
.woosq-product.container {
  --bs-gutter-x: 0;
}
@media (max-width: 575px) {
  .woosq-product.container {
    width: 100%;
    margin: 0;
  }
}
.woosq-product.container .row {
  --bs-gutter-x: 0;
}
:is(
  .tj-modal:has(.woosq-product.container) .swiper-button-prev,
  .tj-modal:has(.woosq-product.container) .swiper-button-next
) {
  text-align: center;
  color: #222;
  z-index: 8;
  background-color: #0000;
  border-radius: 0;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 44px;
  position: absolute;
  top: 50%;
  overflow: hidden;
  transform: translateY(-50%);
  border: none !important;
}
.tj-modal:has(.woosq-product.container) .swiper-button-prev:after {
  font-size: 15px;
  font-weight: 800;
  line-height: 44px;
}
.tj-modal:has(.woosq-product.container) .swiper-button-next:after {
  font-size: 15px;
  font-weight: 800;
  line-height: 44px;
}
:is(
  .tj-modal:has(.woosq-product.container) .swiper-button-prev:hover,
  .tj-modal:has(.woosq-product.container) .swiper-button-next:hover
) {
  color: #fff;
  background-color: #00000080;
}
.tj-modal:has(.woosq-product.container) .swiper-button-prev {
  left: 0;
}
.tj-modal:has(.woosq-product.container) .swiper-button-next {
  right: 0;
}
.tj-modal:has(.woosq-product.container) .swiper-pagination-bullet {
  background-color: var(--tj-color-common-black);
  opacity: 0.5;
}
.tj-modal:has(.woosq-product.container) .swiper-pagination-bullet-active {
  opacity: 1;
}
.tj-modal:has(.woosq-product.container) .tj-modal {
  background-color: #171717cc !important;
}
.tj-modal-content:has(.woosq-product.container) {
  max-width: 920px;
  padding: 0;
}
.woosq-product.container .thumbnails .images {
  border-radius: 12px;
  max-width: 460px;
  overflow: hidden;
}
.woosq-product.container {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow:
    0 0 12px #00000030,
    0 6px 6px #0000003b;
}
.woosq-product.container .thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 460px;
}
.woosq-product.container .summary .summary-content {
  padding: 20px;
}
.tj-product-details-action-item-wrapper {
  flex-wrap: wrap;
}
.woosq-product.container .price {
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
  display: inline-flex;
}
.tj-product-details-wrapper {
  margin-inline-start: 50px;
}
.tj-product-details-wrapper.has-sticky {
  position: sticky;
  top: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-product-details-wrapper {
    margin-inline-start: 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-product-details-wrapper {
    margin-inline-start: 0;
    margin-top: 50px;
  }
}
.tj-product-details-wrapper p {
  margin-bottom: 25px;
}
.tj-product-details-category {
  margin-bottom: 10px;
}
.tj-product-details-category span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.tj-product-details-category span a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-product-details-stock {
  margin-bottom: 22px;
}
.tj-product-details-stock span {
  color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-theme-bg);
  border-radius: 30px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.tj-product-details-rating {
  gap: 10px;
  margin-bottom: 22px;
}
.tj-product-details-rating .star-rating {
  background-color: var(--tj-color-theme-bg);
  border-radius: 32px;
  padding: 3px 4px 3px 8px;
  display: inline-block;
}
.tj-product-details-rating .star-rating:before {
  position: absolute;
}
.tj-product-details-rating .star-rating span {
  position: unset;
}
.tj-product-details-price-wrapper .price {
  flex-direction: row-reverse;
  margin-bottom: 20px;
  display: inline-flex;
}
.tj-product-details-price-wrapper span {
  color: var(--tj-color-text-body);
  font-size: 22px;
  font-weight: 600;
}
.tj-product-details-price-wrapper del {
  margin-inline-start: 10px;
  text-decoration: none;
}
.tj-product-details-price-wrapper del span {
  color: var(--tj-color-common-white-2);
  text-decoration-line: line-through;
}
.tj-product-details-price-wrapper ins {
  text-decoration: none;
}
.tj-product-details-action-item-wrapper {
  gap: 15px;
  max-width: 410px;
  margin-bottom: 30px;
}
.tj-product-details-variation {
  margin-bottom: 30px;
}
.tj-product-details-variation-title {
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
}
.tj-product-details-variation-item:not(:last-child) {
  margin-bottom: 15px;
}
.tj-product-details-variation-list button {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
}
.tj-product-details-variation-list button span[data-bg-color] {
  top: 50%;
  background-color: var(--tj-color-common-white);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}
.tj-product-details-variation-list button .tj-color-variation-tootltip {
  bottom: 100%;
  background-color: var(--tj-color-theme-dark);
  width: max-content;
  color: var(--tj-color-common-white);
  text-align: center;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%) translateY(2px);
}
.tj-product-details-variation-list button .tj-color-variation-tootltip:before {
  content: "";
  bottom: -6px;
  border-top: 6px solid var(--tj-color-theme-dark);
  border-inline: 6px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%);
}
.tj-product-details-variation-list button.tj-size-variation-btn {
  border-radius: 0;
  width: 40px;
  height: 40px;
}
.tj-product-details-variation-list button.tj-size-variation-btn:hover,
.tj-product-details-variation-list button.tj-size-variation-btn.active {
  box-shadow: none;
  border-color: var(--tj-color-theme-dark);
  box-shadow: none;
  color: var(--tj-color-theme-dark);
}
.tj-product-details-variation-list button:hover,
.tj-product-details-variation-list button.active {
  box-shadow: 0 1px 2px #010f1c33;
}
.tj-product-details-variation-list button:hover span[data-bg-color],
.tj-product-details-variation-list button.active span[data-bg-color] {
  transform: translate(-50%, -50%) scale(0.7);
}
.tj-product-details-variation-list button:hover .tj-color-variation-tootltip {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%) translateY(-6px);
}
.tj-product-details-wishlist button {
  text-align: center;
  width: 44px;
  height: 44px;
  color: var(--tj-color-theme-dark);
  background-color: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-border-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 0;
  line-height: 44px;
  transition: all 0.3s ease-out;
  display: flex;
  position: relative;
}
.tj-product-details-wishlist button:before {
  content: "";
  font-size: 22px;
  font-family: var(--tj-ff-fontawesome);
  color: var(--tj-color-theme-dark);
  margin: 0;
  font-weight: 300;
  display: inline-block;
  transform: translate(0);
}
.tj-product-details-wishlist button.woosw-btn.woosw-btn-added:before {
  content: "";
  margin: 0;
}
.tj-product-details-wishlist button:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.tj-product-details-wishlist button:hover:before {
  color: var(--tj-color-common-white);
}
.tj-product-details-quantity .tj-product-quantity {
  width: max-content;
  position: relative;
}
.tj-product-details-quantity .tj-product-quantity .quantity {
  text-align: center;
  border: 1px solid var(--tj-color-border-1);
  background: 0 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.tj-product-details-quantity .tj-cart-plus,
.tj-product-details-quantity .tj-cart-minus {
  text-align: center;
  cursor: pointer;
  width: 44px;
  height: 44px;
  font-size: 16px;
  line-height: 44px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.tj-product-details-quantity .tj-cart-plus:hover,
.tj-product-details-quantity .tj-cart-minus:hover {
  color: var(--tj-color-theme-primary);
}
.tj-product-details-quantity .tj-cart-input[type="text"] {
  border: 0;
  border-inline-end: 1px solid var(--tj-color-border-1);
  border-inline-start: 1px solid var(--tj-color-border-1);
  width: 70px;
  height: 44px;
  color: var(--tj-color-theme-dark);
  text-align: center;
  background-color: #0000;
  border-radius: 0;
  font-size: 16px;
  line-height: 44px;
}
.tj-product-details-quantity .tj-cart-input[type="text"]:focus {
  outline: none;
}
.tj-product-details-add-to-cart .tj-cart-btn {
  border: 1px solid var(--tj-color-border-1);
  width: auto;
  color: var(--tj-color-theme-dark);
  background-color: #0000;
  border-radius: 30px;
}
.tj-product-details-add-to-cart .tj-cart-btn span {
  color: var(--tj-color-theme-dark);
}
.tj-product-details-add-to-cart .tj-cart-btn:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.tj-product-details-add-to-cart .tj-cart-btn:hover span,
.tj-product-details-add-to-cart .tj-cart-btn:hover i {
  color: var(--tj-color-common-white);
}
.tj-product-details-buy-now-btn {
  text-align: center;
  background-color: var(--tj-color-theme-dark);
  max-width: 405px;
  color: var(--tj-color-common-white);
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.tj-product-details-buy-now-btn .btn-text {
  color: inherit;
  text-shadow: 0 23px;
  display: inline-flex;
  overflow: hidden;
}
.tj-product-details-buy-now-btn .btn-text span {
  backface-visibility: hidden;
  transition: all 0.5s;
  transform: translateY(0);
}
.tj-product-details-buy-now-btn:focus-within,
.tj-product-details-buy-now-btn:focus,
.tj-product-details-buy-now-btn:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.tj-product-details-buy-now-btn:focus-within .btn-text span,
.tj-product-details-buy-now-btn:focus .btn-text span,
.tj-product-details-buy-now-btn:hover .btn-text span {
  transform: translateY(-24px);
}
.tj-product-details-query {
  margin-top: 30px;
}
.tj-product-details-query-title {
  margin-bottom: 15px;
}
.tj-product-details-query-item:not(:last-child) {
  margin-bottom: 3px;
}
.tj-product-details-query-item > span {
  color: var(--tj-color-text-body);
  margin-inline-end: 6px;
  font-size: 16px;
  font-weight: 600;
}
.tj-product-details-query-item p {
  margin-bottom: 0;
  font-size: 15px;
}
.tj-product-details-query a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-product-details-social {
  margin-top: 22px;
  margin-bottom: 22px;
}
.tj-product-details-social span {
  color: var(--tj-color-theme-dark);
  margin-inline-end: 2px;
  font-size: 15px;
}
.tj-product-details-social a {
  text-align: center;
  border: 1px solid #e6e7e8;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  line-height: 34px;
  display: inline-block;
}
.tj-product-details-social a:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.tj-product-details-msg ul li {
  padding-inline-start: 25px;
  font-size: 15px;
  list-style: none;
  position: relative;
}
.tj-product-details-msg ul li:after {
  content: "";
  top: 4px;
  text-align: center;
  width: 18px;
  height: 18px;
  color: var(--tj-color-common-white);
  line-height: 16px;
  position: absolute;
  inset-inline-start: 0;
}
.tj-product-details-payment {
  background-color: #f3f5f6;
  padding: 18px 30px;
}
.tj-product-details-payment p {
  margin-bottom: 0;
  flex: none;
  margin-inline-end: 46px;
  font-size: 16px;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-product-details-payment p {
    margin-inline-end: 25px;
  }
}
@media (max-width: 575px) {
  .tj-product-details-payment p {
    margin-inline-end: 0;
    margin-bottom: 15px;
  }
  .tj-product-details-payment p br {
    display: none;
  }
}
.tj-product-details-desc-title {
  margin-bottom: 13px;
  font-size: 34px;
  font-weight: 500;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-product-details-desc-title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .tj-product-details-desc-title {
    font-size: 26px;
  }
}
.tj-product-details-desc-title-2 {
  margin-bottom: 14px;
  font-size: 34px;
  font-weight: 400;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-product-details-desc-title-2 {
    font-size: 25px;
  }
}
.tj-product-details-desc-content {
  margin-bottom: 25px;
  padding-inline-end: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  (max-width: 575px) {
  .tj-product-details-desc-content {
    padding-inline-end: 0;
  }
}
@media (max-width: 575px) {
  .tj-product-details-desc-content {
    padding-inline-start: 0;
  }
}
.tj-product-details-desc-content span {
  color: var(--tj-color-theme-dark);
  font-size: 20px;
}
.tj-product-details-desc-content p {
  font-size: 16px;
  line-height: 1.6;
}
@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),
  (max-width: 575px) {
  .tj-product-details-desc-content-2 {
    padding-inline: 0;
  }
  .tj-product-details-desc-content-2.pt-75 {
    padding-top: 25px;
  }
}
.tj-product-details-desc-content-2 p {
  font-size: 16px;
  line-height: 1.6;
}
@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),
  (max-width: 575px) {
  .tj-product-details-desc-thumb img {
    max-width: 100%;
  }
}
.tj-product-details-desc-list {
  padding-top: 13px;
}
.tj-product-details-desc-list ul li {
  color: var(--tj-color-theme-dark);
  padding-inline-start: 17px;
  font-size: 16px;
  list-style: none;
  position: relative;
}
.tj-product-details-desc-list ul li:not(:last-child) {
  margin-bottom: 3px;
}
.tj-product-details-desc-list ul li:after {
  content: "";
  inset-inline-start: 0;
  background-color: #a8acb0;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 11px;
}
.tj-product-details-desc-fact-thumb img {
  margin-bottom: 16px;
}
.tj-product-details-desc-fact-content span {
  color: var(--tj-color-theme-dark);
  font-size: 50px;
  line-height: 1.2;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-product-details-desc-fact-content span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-product-details-desc-fact-content span {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .tj-product-details-desc-fact-content span {
    font-size: 25px;
  }
}
.tj-product-details-desc-fact-content p {
  font-size: 22px;
}
@media (max-width: 575px) {
  .tj-product-details-desc-fact-content p {
    font-size: 20px;
  }
}
.tj-product-details-additional-info {
  padding-top: 60px;
}
@media (max-width: 575px) {
  .tj-product-details-additional-info {
    overflow-x: scroll;
  }
}
.tj-product-details-additional-info-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  display: none;
}
.tj-product-details-additional-info table {
  border: 1px solid var(--tj-color-border-1);
  width: 100%;
}
.tj-product-details-additional-info table tr:not(:last-child) {
  border-bottom: 1px solid var(--tj-color-border-1);
}
.tj-product-details-additional-info table tr td {
  padding: 12px 34px;
}
.tj-product-details-additional-info table tr td:first-child {
  color: var(--tj-color-theme-dark);
  background-color: #0000;
  width: 306px;
  font-size: 16px;
}
.tj-product-details-additional-info table tr td:last-child {
  color: var(--tj-color-text-body);
  font-size: 16px;
}
.tj-product-details-review-number {
  border: 1px solid #e0e2e3;
  padding: 35px 43px 33px 40px;
}
@media (max-width: 575px) {
  .tj-product-details-review-number {
    padding: 35px 25px 33px;
  }
}
.tj-product-details-review-number-title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
}
.tj-product-details-review-summery {
  margin-bottom: 12px;
}
.tj-product-details-review-summery-value span {
  color: var(--tj-color-theme-dark);
  margin-inline-end: 8px;
  font-size: 40px;
  font-weight: 500;
}
.tj-product-details-review-summery-rating {
  margin-inline-end: 3px;
}
.tj-product-details-review-summery-rating span {
  color: #ffb21d;
}
.tj-product-details-review-summery-rating p {
  margin-inline-start: 4px;
  margin-bottom: 0;
  font-size: 14px;
}
.tj-product-details-review-rating-item > span {
  color: #a0a2a4;
  margin-inline-end: 10px;
  font-size: 15px;
}
.tj-product-details-review-rating-bar {
  background-color: #edeeee;
  width: 260px;
  height: 10px;
  margin-inline-end: 12px;
  position: relative;
}
@media (max-width: 575px) {
  .tj-product-details-review-rating-bar {
    width: 130px;
  }
}
.tj-product-details-review-rating-bar-inner {
  top: 0;
  background-color: #ffb21d;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset-inline-start: 0;
}
.tj-product-details-review-rating-percent span {
  font-size: 14px;
}
.tj-product-details-review-title {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .tj-product-details-review-list {
    padding-inline-end: 0;
  }
}
.tj-product-details-review-avater:not(:last-child) {
  margin-bottom: 32px;
}
.tj-product-details-review-avater-thumb img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-inline-end: 20px;
}
.tj-product-details-review-avater-rating {
  margin-bottom: 3px;
  line-height: 1;
}
.tj-product-details-review-avater-rating span {
  color: #ffb21d;
  margin-inline-end: 2px;
  font-size: 10px;
}
.tj-product-details-review-avater-title {
  margin-bottom: 9px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}
.tj-product-details-review-avater-meta {
  margin-inline-start: 3px;
  padding-inline-start: 11px;
  font-size: 14px;
  position: relative;
}
.tj-product-details-review-avater-meta:after {
  content: "";
  inset-inline-start: 0;
  background-color: #a8acb0;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 8px;
}
.tj-product-details-review-avater-comment p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}
@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-product-details-review-form {
    margin-top: 50px;
  }
}
.tj-product-details-review-form > p {
  margin-bottom: 8px;
  font-size: 16px;
}
.tj-product-details-review-form-title {
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 500;
}
.tj-product-details-review-form-rating {
  margin-bottom: 28px;
}
.tj-product-details-review-form-rating p {
  margin-bottom: 0;
  margin-inline-end: 8px;
  font-size: 14px;
}
.tj-product-details-review-form-rating-icon span {
  color: #ffb21d;
  font-size: 12px;
}
.tj-product-details-review-input-wrapper {
  margin-bottom: 11px;
}
.tj-product-details-review-input-box {
  position: relative;
}
.tj-product-details-review-input-box:not(:last-child) {
  margin-bottom: 29px;
}
.tj-product-details-review-input input {
  height: 56px;
  color: var(--tj-color-theme-dark);
  background: #fff;
  border: 1px solid #e0e2e3;
  font-size: 14px;
}
.tj-product-details-review-input textarea {
  resize: none;
  height: 165px;
}
.tj-product-details-review-input-title label {
  color: var(--tj-color-theme-dark);
  top: -7px;
  background-color: var(--tj-color-common-white);
  padding: 0 5px;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  inset-inline-start: 20px;
}
.tj-product-details-review-input-eye {
  inset-inline-end: 26px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tj-product-details-review-input-eye .open-eye {
  display: none;
}
.tj-product-details-review-input-eye span {
  transition: all 0.3s ease-in-out;
}
.tj-product-details-review-input-eye:hover {
  cursor: pointer;
}
.tj-product-details-review-input-eye:hover span {
  color: var(--tj-color-theme-dark);
}
.tj-product-details-review-remeber input {
  display: none;
}
.tj-product-details-review-remeber input:checked ~ label:after {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.tj-product-details-review-remeber input:checked ~ label:before {
  visibility: visible;
  opacity: 1;
}
.tj-product-details-review-remeber label {
  color: #55585b;
  z-index: 1;
  padding-inline-start: 26px;
  font-size: 15px;
  position: relative;
}
.tj-product-details-review-remeber label:after {
  content: "";
  top: 4px;
  text-align: center;
  z-index: -1;
  border: 1px solid #c3c7c9;
  width: 18px;
  height: 18px;
  line-height: 16px;
  position: absolute;
  inset-inline-start: 0;
}
.tj-product-details-review-remeber label:before {
  content: "";
  top: 4px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  width: 18px;
  height: 18px;
  color: var(--tj-color-common-white);
  line-height: 16px;
  position: absolute;
  inset-inline-start: 0;
}
.tj-product-details-review-remeber label a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-product-details-review-remeber label:hover {
  cursor: pointer;
}
.tj-product-details-review-btn {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  padding: 9px 45px;
  font-size: 16px;
  font-weight: 500;
}
.tj-product-details-tab-nav .tj-product-tab {
  border: 0;
  border-bottom: 1px solid var(--tj-color-border-1);
  gap: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-product-details-tab-nav .tj-product-tab {
    gap: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-product-details-tab-nav .tj-product-tab {
    gap: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-product-details-tab-nav .tj-product-tab {
    gap: 20px;
  }
}
.tj-product-details-tab-nav .tj-product-tab .nav-link {
  padding: 0;
  color: var(--tj-color-theme-dark);
  white-space: nowrap;
  background-color: #0000;
  border: 0;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}
.tj-product-details-tab-nav .tj-product-tab .nav-link:after {
  content: "";
  inset-inline-start: 0;
  background-color: var(--tj-color-theme-dark);
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
}
.tj-product-details-tab-nav .tj-product-tab .nav-link.active:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
@media (max-width: 575px) {
  .tj-product-details-tab-nav .tj-product-tab span#productTabMarker {
    display: none !important;
  }
}
.tj-product-details-tab-nav .product-tab-content {
  flex-grow: 1;
}
.tj-product-details-tab-line {
  background-color: var(--tj-color-theme-dark);
  height: 1px;
  transition: all 0.3s ease-in-out;
  display: block;
  position: absolute;
  bottom: 0;
}
.tj-product-details-views {
  margin-bottom: 10px;
}
.tj-product-details-views > span {
  color: var(--tj-color-theme-dark);
  margin-inline-end: 8px;
  font-size: 16px;
}
.tj-product-details-views p {
  margin-bottom: 0;
  font-size: 16px;
}
.tj-product-details-views p span {
  color: var(--tj-color-theme-dark);
  font-weight: 500;
}
.tj-product-details-stock-bar p {
  margin-bottom: 5px;
  font-size: 15px;
}
.tj-product-details-stock-bar p span {
  color: var(--tj-color-theme-dark);
  font-weight: 500;
}
.tj-product-details-stock-bar-line {
  height: 4px;
  position: relative;
}
.tj-product-details-stock-bar-line-inner {
  top: 0;
  background-color: var(--tj-color-theme-primary);
  height: 100%;
  display: inline-block;
  position: absolute;
  inset-inline-start: 0;
}
.tj-product-details-wishlist-btn {
  text-align: center;
  background-color: var(--tj-color-common-white);
  width: 46px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  box-shadow: 0 1px 3px #010f1c1a;
}
.tj-product-details-wishlist-btn:hover {
  background-color: var(--tj-color-theme-dark);
  color: var(--tj-color-common-white);
}
.tj-product-details-nav-main-thumb,
.tj-product-details-thumb-wrapper {
  position: relative;
}
.tj-product-details-thumb-wrapper .nav-tabs {
  margin-inline-end: 10px;
}
.tj-product-details-thumb-wrapper .nav-tabs .nav-link {
  width: 78px;
  height: 100px;
  position: relative;
}
@media (max-width: 575px) {
  .tj-product-details-thumb-wrapper .nav-tabs .nav-link {
    margin-inline-end: 10px;
    margin-bottom: 10px;
  }
}
.tj-product-details-thumb-wrapper .nav-tabs .nav-link:not(:last-child) {
  margin-bottom: 10px;
}
.tj-product-details-thumb-wrapper .nav-tabs .nav-link:after {
  content: "";
  top: 0;
  background-color: #0000;
  border: 1px solid #0000;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset-inline-start: 0;
}
.tj-product-details-thumb-wrapper .nav-tabs .nav-link.active:after,
.tj-product-details-thumb-wrapper .nav-tabs .nav-link:hover:after {
  border-color: var(--tj-color-theme-dark);
}
.tj-product-details-thumb-wrapper .nav-tabs .nav-link img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tj-product-details-thumb-wrapper .nav-tabs .nav-link .nav-video-btn {
  top: 0;
  background-color: var(--tj-color-theme-dark);
  width: 24px;
  height: 24px;
  color: var(--tj-color-common-white);
  font-size: 15px;
  position: absolute;
  inset-inline-end: 0;
}
.tj-product-details-thumb-slider {
  position: sticky;
  top: 120px;
}
.tj-product-details-thumb-slider:hover .tj-product-details-thumb-arrow button {
  visibility: visible;
  opacity: 1;
  inset-inline-start: 20px;
}
.tj-product-details-thumb-slider:hover
  .tj-product-details-thumb-arrow
  button.tj-product-details-thumb-slider-5-button-next {
  inset-inline: auto 20px;
}
.tj-product-details-thumb-arrow button {
  top: 50%;
  z-index: 1;
  text-align: center;
  background-color: var(--tj-color-common-white);
  width: 40px;
  height: 40px;
  color: var(--tj-color-theme-dark);
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
  margin: 0 5px;
  line-height: 36px;
  position: absolute;
  inset-inline-start: 0;
  box-shadow: 0 0 0 3px #00000003;
}
.tj-product-details-thumb-arrow
  button.tj-product-details-thumb-slider-5-button-next {
  inset-inline: auto 0;
}
.tj-product-details-thumb-arrow button:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  box-shadow: none;
}
.tj-product-details-thumb-video-btn {
  top: 50%;
  color: var(--tj-color-theme-dark);
  text-align: center;
  background-color: var(--tj-color-common-white);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  position: absolute;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}
.tj-product-details-thumb-video-btn:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}
.tj-product-details-thumb-gallery-item img {
  width: 100%;
}
.tj-product-details-thumb-wrapper {
  overflow: hidden;
}
.tj-product-details-thumb-wrapper.has_gallery_thumb .tj-product-badge {
  inset-inline-start: 145px;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-product-details-thumb-wrapper.has_gallery_thumb .tj-product-badge {
    inset-inline-start: 20px;
  }
}
.tj-product-details-thumb-wrapper.has_gallery_thumb
  .woocommerce-product-gallery {
  padding-inline-start: 125px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-product-details-thumb-wrapper.has_gallery_thumb
    .woocommerce-product-gallery {
    padding: 0;
  }
}
.tj-product-details-thumb-wrapper.has_gallery_thumb
  a.woocommerce-product-gallery__trigger {
  top: 0;
  z-index: 2;
  position: absolute;
  inset-inline-end: 0;
}
.tj-product-details-thumb-wrapper.has_gallery_thumb
  a.woocommerce-product-gallery__trigger:before {
  top: 20px;
  content: "";
  background-color: var(--tj-color-common-white);
  width: 40px;
  height: 40px;
  color: var(--tj-color-text-body);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  display: flex;
  position: absolute;
  inset-inline-end: 20px;
  font-family: solvior-icons !important;
}
.tj-product-details-thumb-wrapper.has_gallery_thumb
  a.woocommerce-product-gallery__trigger
  span,
.tj-product-details-thumb-wrapper.has_no_gallery
  a.woocommerce-product-gallery__trigger {
  display: none;
}
.tj-product-details-thumb-wrapper.has_no_gallery
  .woocommerce-product-gallery.no_gallery {
  width: 100%;
}
.tj-product-details-thumb-wrapper .woocommerce-product-gallery__image {
  background: var(--tj-color-common-white);
}
.tj-product-details-thumb-wrapper .flex-control-nav.flex-control-thumbs {
  top: 0;
  height: 100%;
  margin-bottom: 0;
  padding-inline-start: 0;
  list-style: none;
  position: absolute;
  inset-inline-start: 0;
  overflow-y: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-product-details-thumb-wrapper .flex-control-nav.flex-control-thumbs {
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    display: flex;
    position: relative;
  }
}
.tj-product-details-thumb-wrapper .flex-control-nav.flex-control-thumbs li {
  cursor: pointer;
  background: #80808017;
}
.tj-product-details-thumb-wrapper
  .flex-control-nav.flex-control-thumbs
  li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 575px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-product-details-thumb-wrapper
    .flex-control-nav.flex-control-thumbs
    li:not(:last-child) {
    margin-bottom: 0;
  }
}
.tj-product-details-thumb-wrapper figure div {
  height: 605px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-product-details-thumb-wrapper figure div {
    height: 590px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-product-details-thumb-wrapper figure div {
    height: auto;
  }
}
.tj-product-details-thumb-wrapper figure div a {
  height: 100%;
}
.tj-product-details-thumb-wrapper figure div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 390px) {
  .tj-product-details-action-item-wrapper {
    flex-wrap: wrap;
  }
}
.related-products.has-border {
  padding-top: 120px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .related-products.has-border {
    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) {
  .related-products.has-border {
    padding-top: 80px;
  }
}
.related-products.has-border:before {
  content: "";
  top: 0;
  background-color: var(--tj-color-border-1);
  width: 6000px;
  height: 1px;
  position: absolute;
  inset-inline: -100%;
}
.tj-product-details-share {
  border-top: 1px solid var(--tj-color-border-1);
  align-items: center;
  gap: 7px;
  margin-top: 25px;
  padding-top: 25px;
  display: flex;
}
.tj-product-details-share h6 {
  margin: 0;
}
.tj-product-details-share a {
  width: 28px;
  height: 28px;
  color: var(--tj-color-common-white);
  background: #aeb2b9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  transform: translateY(0);
}
.tj-product-details-share a:hover {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  transform: translateY(-5px);
}
.tj-product-details-share a:hover i {
  color: var(--tj-color-common-white);
}
.tj-product-area {
  overflow: hidden;
}
.tj-product-details-thumb-wrapper .tj-product-action-btn a {
  inset-inline-end: 15px;
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 15px;
}
.tj-product-details-thumb-wrapper .tj-product-action-btn a:first-child {
  z-index: 2;
  opacity: 1;
}
.tj-product-details-thumb-wrapper .tj-product-action-btn a i {
  font-size: 20px;
}
.tj-product-details-thumb-wrapper .product-img {
  height: 605px;
  overflow: hidden;
}
.tj-product-details-thumb-wrapper .product-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-product-details-thumb-wrapper .product-img {
    height: 590px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-product-details-thumb-wrapper .product-img {
    height: auto;
  }
}
.tj-product-thumb-items {
  flex-direction: column;
  flex-shrink: 0;
  gap: 15px;
  width: 100px;
  height: 445px;
  margin-inline-end: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-product-thumb-items {
    margin-inline-end: 0;
    flex-direction: row;
    flex-shrink: 1;
    gap: 10px;
    width: 100%;
    max-width: 430px;
    height: auto;
    margin-top: 30px;
  }
}
.tj-product-thumb-items .swiper {
  height: 100%;
}
.tj-pdt-thumb-img {
  cursor: pointer;
  background: 0 0;
  border-radius: 8px;
  width: 100px;
  max-height: 100px;
  padding: 0;
  overflow: hidden;
}
.tj-pdt-thumb-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-pdt-thumb-img {
    flex: 1;
    width: 100%;
  }
}
.tj-product-img-wrap {
  cursor: pointer;
  border-radius: 12px;
  width: calc(100% - 125px);
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-product-img-wrap {
    flex: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-product-img-wrap {
    width: 100%;
  }
}
.tj-product-details-description .review__author {
  color: var(--tj-color-heading-primary);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
.tj-product-details-description .review__published-date {
  color: #888;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.tj-product-details-description ol.commentlist .review .comment_container img {
  width: 60px;
  height: 60px;
}
.tj-product-details-description .star-ratings {
  -webkit-text-stroke: 1px var(--tj-color-theme-primary);
  letter-spacing: 4px;
  cursor: default;
  margin: 5px 0;
  font-size: 20px;
}
.tj-product-details-description .star-ratings span {
  font-size: 20px;
}
.tj-product-details-description .star-ratings .fill-ratings {
  color: var(--tj-color-theme-primary);
  z-index: 5;
}
.tj-product-details-description .star-ratings .fill-ratings span,
.tj-product-details-description .star-ratings .empty-ratings {
  color: var(--tj-color-theme-primary);
}
.tj-product-details-description .star-ratings .empty-ratings span {
  color: var(--tj-color-common-white);
}
.tj-product-details-description .comment-notes {
  margin-bottom: 20px;
}
.tj-product-details-description .comment-check {
  align-items: center;
  gap: 0;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
}
.tj-product-details-description .comment-check input[type="checkbox"] {
  margin-inline-end: 10px;
}
.vbox-child {
  background-color: #0000 !important;
}
.woosw-list table {
  border: 1px solid var(--tj-color-border-1);
  border-radius: 12px;
}
.woosw-list table tr td {
  border: 1px solid var(--tj-color-border-1);
  border-top: 0;
  border-inline-start: 0;
}
.woosw-list table tr td:last-child {
  border-inline-end: 0;
}
.woosw-list table tr:last-child td {
  border-bottom: 0;
}
.woosw-list .woosw-items {
  width: 100%;
}
.woosw-list .woosw-items .woosw-item .woosw-item--remove,
.woosw-list .woosw-items .woosw-item .woosw-item--add {
  flex: 0 0 14px;
  width: 14px;
  font-size: 0;
}
.woosw-list .woosw-items .woosw-item .woosw-item--remove span,
.woosw-list .woosw-items .woosw-item .woosw-item--add span {
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--tj-color-border-1);
  width: 36px;
  height: 36px;
  color: var(--tj-color-heading-primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
}
.woosw-list .woosw-items .woosw-item .woosw-item--image img {
  object-fit: cover;
  width: 100px;
}
.woosw-list .woosw-items .woosw-item .woosw-item--image a {
  border-radius: 8px;
  display: inline-flex;
  overflow: hidden;
}
.woosw-list .woosw-items .woosw-item .woosw-item--actions p {
  margin: 0;
}
.woosw-list .woosw-items .woosw-item .stock {
  color: var(--tj-color-theme-primary);
  margin: 0;
}
.woosw-list .woosw-items .woosw-item .stock.out-of-stock {
  color: #ff0004;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .woosw-list .woosw-items .woosw-item .woosw-item--remove,
  .woosw-list .woosw-items .woosw-item .woosw-item--add {
    flex: 0 0 100%;
    width: 100%;
  }
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.mobile_menu ul li.has-dropdown ul.mega-menu-service {
  display: none !important;
}
.mobile_menu ul li.has-dropdown ul.mega-menu-service.opened {
  display: block !important;
}
