:root {
  /**
     @Font-Family Declaration
   */
  --tj-ff-body: "Inter", sans-serif;
  --tj-ff-heading: "Manrope", sans-serif;
  --tj-ff-manrope: "Manrope", sans-serif;
  --tj-ff-inter: "Inter", sans-serif;
  --tj-ff-playfair-display: "Playfair Display", serif;
  --tj-ff-familjen-grotesk: "Familjen Grotesk", sans-serif;
  --tj-ff-fonticon: "convera-icons";
  /**
     @Font-weight Declaration
   */
  --tj-fw-normal: normal;
  --tj-fw-thin: 100;
  --tj-fw-elight: 200;
  --tj-fw-light: 300;
  --tj-fw-regular: 400;
  --tj-fw-medium: 500;
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;
  --tj-fw-ebold: 800;
  --tj-fw-black: 900;
  /**
     @Font-Size Declaration
   */
  --tj-fs-body: 16px;
  --tj-fs-p: 16px;
  --tj-fs-p2: 18px;
  --tj-fs-h1: 70px;
  --tj-fs-h2: 48px;
  --tj-fs-h3: 32px;
  --tj-fs-h4: 24px;
  --tj-fs-h5: 20px;
  --tj-fs-h6: 18px;
  /**
     @Color Declaration
   */
  --tj-color-common-white: #ffffff;
  --tj-color-common-black: #000000;
  --tj-color-heading-primary: #263545;
  --tj-color-text-body: #4f5c69;
  --tj-color-text-body-2: #3f4142;
  --tj-color-text-body-3: #383838;
  --tj-color-theme-primary: #27ae60;
  --tj-color-theme-bg: #0e1c24;
  --tj-color-theme-bg-2: #ecf0f1;
  --tj-color-theme-bg-3: #f5f7fa;
  --tj-color-theme-bg-4: #f6f6f6;
  --tj-color-theme-bg-5: #ebe9f1;
  --tj-color-theme-bg-6: #f5f6f7;
  --tj-color-theme-dark: #263545;
  --tj-color-theme-dark-2: #4f5c69;
  --tj-color-theme-dark-3: #79838d;
  --tj-color-theme-dark-4: rgba(38, 53, 69, 0.3019607843);
  --tj-color-theme-dark-5: #111314;
  --tj-color-theme-dark-6: #1e1e1e;
  --tj-color-theme-dark-7: rgba(17, 19, 20, 0.3019607843);
  --tj-color-theme-dark-8: rgba(17, 19, 20, 0.7019607843);
  --tj-color-light-1: #f0f4f5;
  --tj-color-light-2: #c0c6c8;
  --tj-color-light-3: #97a3a6;
  --tj-color-light-4: rgba(253, 254, 255, 0.3019607843);
  --tj-color-light-5: #fdfeff;
  --tj-color-light-6: #a9b0b8;
  --tj-color-light-7: #f5f5f5;
  --tj-color-light-8: #c2c2c2;
  --tj-color-light-9: #999999;
  --tj-color-light-10: rgba(255, 255, 255, 0.8);
  --tj-color-light-11: rgba(255, 255, 255, 0.6);
  --tj-color-light-12: #cecfd0;
  --tj-color-blue-1: #007bff;
  --tj-color-blue-2: #e4f0ff;
  --tj-color-orange-1: #ff4b3e;
  --tj-color-orange-2: #f7e7df;
  --tj-color-green-1: #c5e3d4;
  --tj-color-green-2: #f0f0e1;
  --tj-color-yellow-1: #f9ae0e;
  --tj-color-border-1: #dcdee0;
  --tj-color-border-2: rgba(236, 240, 241, 0.1490196078);
  --tj-color-border-3: rgba(236, 240, 241, 0.1019607843);
  --tj-color-border-4: rgba(240, 244, 245, 0.1215686275);
  --tj-color-border-5: rgba(240, 244, 245, 0.1019607843);
  --tj-color-border-6: rgba(255, 255, 255, 0.1215686275);
  --tj-color-border-7: #d8dfe5;
  --tj-color-border-8: rgba(255, 255, 255, 0.1490196078);
  --tj-color-border-9: rgba(253, 254, 255, 0.1490196078);
  --tj-color-border-10: rgba(38, 53, 69, 0.1019607843);
  --tj-color-border-11: #d6c9c8;
  --tj-color-border-12: rgba(30, 30, 30, 0.1215686275);
  --tj-color-border-13: rgba(255, 255, 255, 0.3019607843);
  --tj-color-blur-1: rgba(255, 255, 255, 0.1019607843);
  --tj-color-blur-2: rgba(236, 240, 241, 0.2);
  --tj-color-blur-3: rgba(255, 255, 255, 0.0784313725);
  --tj-color-blur-4: rgba(253, 254, 255, 0.0784313725);
  --tj-color-blur-5: rgba(253, 254, 255, 0.1019607843);
  --tj-color-gradient-1: linear-gradient(90deg, #ecf0f1 4.1%, #27ae60 78.14%);
  --tj-color-gradient-2: linear-gradient(90deg, #263545 0%, #27ae60 73.09%);
}

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

  Theme Default CSS
	Buttons CSS
	Header CSS
	Footer CSS
	Search CSS
	Hamburger CSS
	Preloader CSS
	Back to top CSS
	Error 404 CSS
	Heading CSS
	Hero CSS
	Choose CSS
	Client CSS
	About CSS
	Services CSS
	Video CSS
	Marquee CSS
	Technologies CSS
	Project CSS
	Testimonial CSS
	Faq CSS
	Blog CSS
	CTA CSS
	Countup CSS
	Working process CSS
	Contact CSS
	Slider CSS
	Team CSS
	Team details
	Pricing CSS
	Progress bar CSS
	Breadcrumb CSS
	Blog Details CSS
	Animate CSS
	Integration CSS

**********************************************/
/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.site-main,
html {
  position: relative;
}

body {
  color: var(--tj-color-text-body);
  font-family: var(--tj-ff-body);
  font-size: var(--tj-fs-body);
  font-weight: normal;
  line-height: 1.625;
  letter-spacing: 0.01em;
  position: relative;
  overflow-x: hidden;
  z-index: 0;
}

a {
  text-decoration: none;
}

.tj-fs-h1,
.tj-fs-h2,
.tj-fs-h3,
.tj-fs-h4,
.tj-fs-h5,
.tj-fs-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-bold);
  line-height: 1.1667;
  letter-spacing: -0.02em;
  margin-top: 0px;
  margin-bottom: 15px;
}

h1,
.tj-fs-h1 {
  font-size: var(--tj-fs-h1);
  line-height: 1.0571;
  font-weight: var(--tj-fw-sbold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h1,
  .tj-fs-h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1,
  .tj-fs-h1 {
    font-size: 68px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1,
  .tj-fs-h1 {
    font-size: 62px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1,
  .tj-fs-h1 {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  h1,
  .tj-fs-h1 {
    font-size: 40px;
  }
}

h2,
.tj-fs-h2 {
  font-size: var(--tj-fs-h2);
  line-height: 1.1667;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2,
  .tj-fs-h2 {
    font-size: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2,
  .tj-fs-h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  h2,
  .tj-fs-h2 {
    font-size: 34px;
  }
}

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

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

h5,
.tj-fs-h5 {
  font-size: var(--tj-fs-h5);
  line-height: 1.4;
  letter-spacing: -0.015em;
}

h6,
.tj-fs-h6 {
  font-size: var(--tj-fs-h6);
  letter-spacing: -0.015em;
  line-height: 1.45;
}

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

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

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

a,
.btn,
button,
input,
select,
textarea,
svg path,
*::after,
*::before,
input[type=submit],
button[type=submit] {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:focus,
button:focus,
button:focus-visible {
  text-decoration: none;
  outline: none;
  box-shadow: 0 0 0;
}

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

a,
button {
  color: var(--tj-color-theme-primary);
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.nice-select,
select,
input[type=password],
input[type=search],
input[type=url],
input[type=tel],
input[type=text],
input[type=email],
textarea {
  outline: none;
  background-color: transparent;
  width: 100%;
  height: auto;
  min-height: 56px;
  font-size: var(--tj-fs-body);
  border: 1px solid var(--tj-color-border-1);
  color: var(--tj-color-heading-primary);
  padding: 10px 25px;
  box-shadow: 0 0 0;
}
.nice-select:focus,
select:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: var(--tj-color-theme-primary);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input[type=file] {
  cursor: pointer;
}
input[type=file]::file-selector-button {
  background-color: var(--tj-color-green-1);
  color: var(--tj-color-heading-primary);
  line-height: 1;
  padding: 14px 24px;
  border: none;
  border-radius: 0;
  transition: 0.3s ease;
}
input[type=file]::file-selector-button:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}

.nice-select {
  display: flex;
  align-items: center;
}
.nice-select .list {
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  border-radius: 0;
}
.nice-select .option {
  color: var(--tj-color-heading-primary);
}
.nice-select .option:hover, .nice-select .option:focus, .nice-select .option.selected.focus {
  background-color: var(--tj-color-border-1);
}
.nice-select:hover, .nice-select.open, .nice-select:focus {
  border-color: var(--tj-color-border-1);
}

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

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

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

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

/**
 	Common Classes CSS
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

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

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

.fix {
  overflow: hidden;
}

.ff-heading {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-heading-primary);
}
.ff-heading a {
  color: inherit;
}

.ff-body {
  font-family: var(--tj-ff-text-body);
}

.ff-manrope {
  font-family: var(--tj-ff-manrope);
}

.ff-inter {
  font-family: var(--tj-ff-inter);
}

.ff-playfair-display {
  font-family: var(--tj-ff-playfair-display);
}

.fs-28 {
  font-size: 28px;
  line-height: 1.27;
  letter-spacing: -0.015em;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-28 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .fs-28 {
    font-size: 22px;
  }
}

.fs-32 {
  font-size: 32px;
  line-height: 1.25;
  letter-spacing: -0.015em;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-32 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .fs-32 {
    font-size: 24px;
  }
}

.fs-48 {
  font-size: 48px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fs-48 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fs-48 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .fs-48 {
    font-size: 28px;
  }
}

.fw-regular {
  font-weight: var(--tj-fw-regular);
}

.fw-medium {
  font-weight: var(--tj-fw-medium);
}

.fw-sbold {
  font-weight: var(--tj-fw-sbold);
}

.fw-bold {
  font-weight: var(--tj-fw-bold);
}

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

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

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

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

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

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

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

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

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

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

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

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

.tj-text-primary {
  color: var(--tj-color-theme-primary);
}

.tj-text-body {
  color: var(--tj-color-text-body);
}

.tj-text-body-2 {
  color: var(--tj-color-text-body-2);
}

.tj-text-dark {
  color: var(--tj-color-heading-primary);
}

.tj-text-black {
  color: var(--tj-color-common-black);
}

.tj-text-white {
  color: var(--tj-color-common-white);
}

.tj-text-light-1 {
  color: var(--tj-color-light-1);
}

.tj-text-light-2 {
  color: var(--tj-color-light-2);
}

.tj-text-light-3 {
  color: var(--tj-color-light-3);
}

.tj-text-light-4 {
  color: var(--tj-color-light-4);
}

.tj-text-light-5 {
  color: var(--tj-color-light-5);
}

.tj-text-light-6 {
  color: var(--tj-color-light-6);
}

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

.rg-40 {
  row-gap: 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) {
  .rg-40 {
    row-gap: 30px;
  }
}

.rg-50 {
  row-gap: 50px;
}

.rg-60 {
  row-gap: 60px;
}

.rg-70 {
  row-gap: 70px;
}

.rg-80 {
  row-gap: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pb-30 {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pb-30 {
    padding-bottom: 20px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pt-90 {
    padding-top: 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) {
  .pt-90 {
    padding-top: 60px;
  }
}

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

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

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

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.section-gap-x {
  padding-inline-start: 30px;
  padding-inline-end: 30px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 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) {
  .section-gap-x {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}

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

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

#smooth-content {
  will-change: transform;
}

.tj-sticky-panel-2,
.tj-sticky-item,
.tj-sticky-panel {
  will-change: transform;
}

.inner_top_gap {
  padding-top: 240px;
}

.tj-list {
  list-style: none;
}
.tj-list li {
  font-size: 14px;
  display: flex;
  align-items: start;
  column-gap: 8px;
  color: var(--tj-color-text-body);
}
.tj-list li:last-child {
  margin-bottom: 0;
}
.tj-list li span {
  font-size: 18px;
  line-height: 1;
}

.tj-rating-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: inherit;
  width: fit-content;
  font-size: 14px;
  line-height: 1;
}
.tj-rating-wrapper .r-icon {
  position: relative;
  line-height: 1;
}
.tj-rating-wrapper .r-icon-wrapper {
  display: inline-flex;
  line-height: 1;
  --r-rating-icon-color: var(--tj-color-theme-primary);
  opacity: 0.5;
}
.tj-rating-wrapper .r-icon-wrapper.r-icon-marked {
  opacity: 1;
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  overflow: hidden;
  position: absolute;
  width: var(--r-rating-icon-marked-width);
  z-index: 1;
}
.tj-rating-wrapper .r-icon-wrapper i,
.tj-rating-wrapper .r-icon-wrapper svg {
  display: inline-flex;
  color: var(--r-rating-icon-color);
  line-height: 1;
}
.tj-rating-wrapper .label {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-heading-primary);
  margin-left: 6px;
  padding: 4px;
  border: 1px solid var(--tj-color-border-1);
}
.tj-rating-wrapper-sm {
  font-size: 15px;
}
.tj-rating-wrapper-sm .label {
  font-size: 15px;
  color: var(--tj-color-light-1);
  margin-inline-start: 4px;
  padding: 0;
  border: 0;
}
.tj-rating-wrapper-mrc {
  gap: 2px;
}
.tj-rating-wrapper-mrc .r-icon-wrapper {
  --r-rating-icon-color: var(--tj-color-yellow-1);
}

.slider-navigation {
  display: flex;
  align-items: center;
  gap: 15px;
}
.slider-navigation-2 {
  max-width: 1256px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-navigation-2 {
    padding: 0 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) {
  .slider-navigation-2 {
    display: none;
  }
}
.slider-navigation-absolute {
  position: absolute;
  inset-inline-start: 50%;
  top: calc((100% - 66px) / 2);
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  z-index: 1;
}

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

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

.slider-navigation-mrc {
  gap: 10px;
}
.slider-navigation-mrc .slider-next,
.slider-navigation-mrc .slider-prev {
  border: 0;
  width: 48px;
  height: 48px;
  background-color: var(--tj-color-orange-2);
}
.slider-navigation-mrc .slider-next .anim-icon i,
.slider-navigation-mrc .slider-prev .anim-icon i {
  color: var(--tj-color-theme-dark-6);
}
.slider-navigation-mrc .slider-next:hover,
.slider-navigation-mrc .slider-prev:hover {
  background-color: var(--tj-color-orange-1);
}
.slider-navigation-mrc .slider-next:hover .anim-icon i,
.slider-navigation-mrc .slider-prev:hover .anim-icon i {
  color: var(--tj-color-common-white);
}

.tj__slider-wrapper .swiper-pagination-wrapper {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.tj__slider-wrapper .swiper-pagination-area {
  text-align: center;
  line-height: 0;
  margin-top: 60px;
  pointer-events: all;
}
.tj__slider-wrapper .swiper-pagination-area.tj-absolute {
  position: absolute;
  top: auto;
  bottom: 60px;
  inset-inline-start: 50%;
  transform: translateX(calc(-50% - 7px));
  max-width: 1350px;
  padding: 0 15px;
  z-index: 1;
}
.tj__slider-wrapper .swiper-pagination-area.tj-align-start {
  text-align: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj__slider-wrapper .swiper-pagination-area {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj__slider-wrapper .swiper-pagination-area {
    margin-top: 30px;
  }
}
.tj__slider-wrapper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: var(--tj-color-theme-bg);
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7px) !important;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  opacity: 1;
}
.tj__slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--tj-color-theme-primary);
}
.tj__slider-wrapper .swiper-pagination-mrc.swiper-pagination-area .swiper-pagination-bullet {
  background-color: var(--tj-color-common-white);
}
.tj__slider-wrapper .swiper-pagination-mrc.swiper-pagination-area .swiper-pagination-bullet-active, .tj__slider-wrapper .swiper-pagination-mrc.swiper-pagination-area .swiper-pagination-bullet:hover {
  background-color: var(--tj-color-orange-1);
}

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

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
  z-index: -4;
}

.tj-zoom-anim {
  display: inline-block;
}

.mis-auto {
  margin-inline-start: auto;
}

.tj-section-line {
  flex-shrink: 0;
}
.tj-section-line-wrapper {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.tj-section-line-wrapper .tj-section-line img {
  display: block;
}

.tj-author-avatar {
  width: 64px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.tj-author-avatar-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tj-author-avatar .tj-author-avatar-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tj-author-info .name {
  margin-bottom: -1px;
  letter-spacing: -0.02em;
}
.tj-author-info .designation {
  font-size: 14px;
  font-weight: var(--tj-ff-heading);
  letter-spacing: 0.05em;
  color: var(--tj-color-theme-dark-2);
  opacity: 0.7;
}

.tj-section-line-lg {
  width: 1px;
  background-color: var(--tj-color-border-3);
}
.tj-section-line-lg-inner {
  max-width: 1380px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: calc(100% - 30px);
}
.tj-section-line-lg-wrapper {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.tj-pin-panel-animated {
  pointer-events: none;
}

.title-highlight .line,
.title-highlight .line-2 {
  position: relative;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  --highlight-offset: 0%;
  background-image: linear-gradient(90deg, var(--tj-color-heading-primary) var(--highlight-offset), var(--tj-color-theme-dark-4) var(--highlight-offset));
}

@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] {
    transform: translate(0) !important;
    margin-top: 0 !important;
  }
}

.tj-split-text-1 .line {
  display: inline !important;
}

.w-full {
  width: 100%;
}

/**----------------------------------------
START: Animate CSS
----------------------------------------*/
.tj-anim-move-var {
  animation-name: moveVar;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

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

.circle-ripple::before, .circle-ripple::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
.circle-ripple::before {
  animation: ripple 2s linear infinite;
}
.circle-ripple::after {
  animation: ripple 2s linear 1s infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll-rtl {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(100% + var(--gap)));
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.25;
  }
}
@keyframes tjZoomInOut {
  0% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tjZoomInOut2 {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tjZoomInOut3 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(0.9);
  }
}
@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes lineHover {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
    inset-inline-end: 0;
  }
  100% {
    width: 100%;
    inset-inline-start: 0;
  }
}
@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes moveHor {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
@keyframes moveVar {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes moveVar2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-12px);
  }
}
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes inOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shakeAnim {
  0% {
    transform: rotate(0);
  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(20deg);
  }
  60% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinReverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes shakeLoop {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: otate(0deg);
  }
}
@keyframes tjGridAnim {
  0% {
    fill: transparent;
  }
  100% {
    fill: currentColor;
  }
}
/* !END: Animate CSS */
/**
  Buttons CSS
*/
.tj-btn-primary {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  display: inline-flex;
  justify-content: center;
}
.tj-btn-primary .btn-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  padding: 20px 17px;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}
.tj-btn-primary .btn-text {
  padding-inline-end: 42px;
  transition: all 0.3s ease-in-out;
}
.tj-btn-primary .btn-icon {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tj-color-theme-bg);
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 50%;
  position: absolute;
  will-change: transform;
  transform: scale(1) rotate(-45deg);
}
.tj-btn-primary .btn-icon:first-child {
  transform: scale(0) rotate(-45deg);
  inset-inline-start: 13px;
}
.tj-btn-primary .btn-icon:last-child {
  inset-inline-end: 13px;
}
.tj-btn-primary:hover, .tj-btn-primary:focus {
  color: var(--tj-color-common-white);
}
.tj-btn-primary:hover .btn-text {
  padding-inline-start: 42px;
  padding-inline-end: 0;
}
.tj-btn-primary:hover .btn-icon:first-child {
  transform: scale(1) rotate(-45deg);
}
.tj-btn-primary:hover .btn-icon:last-child {
  transform: scale(0) rotate(-45deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-btn-primary .btn-inner {
    padding: 16px 17px;
  }
  .tj-btn-primary .btn-text {
    padding-inline-end: 37px;
  }
  .tj-btn-primary .btn-icon {
    width: 28px;
    height: 28px;
  }
  .tj-btn-primary .btn-icon:first-child {
    inset-inline-start: 10px;
  }
  .tj-btn-primary .btn-icon:last-child {
    inset-inline-end: 10px;
  }
  .tj-btn-primary:hover .btn-text {
    padding-inline-start: 37px;
    padding-inline-end: 0;
  }
}
.tj-btn-primary-dark {
  background-color: var(--tj-color-theme-bg);
  color: var(--tj-color-light-1);
}
.tj-btn-primary-dark .btn-icon {
  background-color: var(--tj-color-theme-primary);
}
.tj-btn-primary-dark:hover, .tj-btn-primary-dark:focus {
  color: var(--tj-color-light-1);
}
.tj-btn-primary-sm .btn-inner {
  padding: 16px 17px;
}
.tj-btn-primary-sm .btn-text {
  padding-inline-end: 37px;
}
.tj-btn-primary-sm .btn-icon {
  width: 28px;
  height: 28px;
}
.tj-btn-primary-sm .btn-icon:first-child {
  inset-inline-start: 10px;
}
.tj-btn-primary-sm .btn-icon:last-child {
  inset-inline-end: 10px;
}
.tj-btn-primary-sm:hover .btn-text {
  padding-inline-start: 37px;
  padding-inline-end: 0;
}
.tj-btn-primary-fnc {
  background-color: transparent;
}
.tj-btn-primary-fnc .btn-inner {
  padding: 0;
  gap: 0;
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 0;
  width: fit-content;
}
.tj-btn-primary-fnc .btn-inner > :nth-child(1) {
  margin-inline-end: -56px;
  transform: scale3d(0.5, 0.5, 1);
  opacity: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-btn-primary-fnc .btn-inner > :nth-child(1) {
    margin-inline-end: -50px;
  }
}
.tj-btn-primary-fnc .btn-inner > :nth-child(3) {
  margin-inline-start: 0;
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.tj-btn-primary-fnc .btn-text {
  padding: 20px 25px !important;
  gap: 15px;
  border-radius: 70px;
  background-color: var(--tj-color-blue-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-btn-primary-fnc .btn-text {
    padding: 17px 20px !important;
  }
}
.tj-btn-primary-fnc .btn-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-color: var(--tj-color-blue-1);
  transition: all 0.3s ease-in-out 0s;
  transform-origin: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.tj-btn-primary-fnc .btn-icon i {
  color: var(--tj-color-light-5);
  font-size: 22px;
  transform: rotate(-45deg);
}
.tj-btn-primary-fnc .btn-icon:first-child {
  inset-inline-start: 0;
}
.tj-btn-primary-fnc .btn-icon:last-child {
  inset-inline-end: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-btn-primary-fnc .btn-icon {
    width: 50px;
    height: 50px;
  }
  .tj-btn-primary-fnc .btn-icon i {
    font-size: 20px;
  }
}
.tj-btn-primary-fnc:hover {
  color: var(--tj-color-common-white);
}
.tj-btn-primary-fnc:hover .btn-inner > :nth-child(1) {
  opacity: 1;
  margin-inline-end: 0;
  transform: scale3d(1, 1, 1) !important;
}
.tj-btn-primary-fnc:hover .btn-inner > :nth-child(3) {
  opacity: 0;
  margin-inline-start: -56px;
  transform: scale3d(0.5, 0.5, 1) !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-btn-primary-fnc:hover .btn-inner > :nth-child(3) {
    margin-inline-start: -50px;
  }
}
.tj-btn-primary-fnc-sm .btn-inner > :nth-child(1) {
  margin-inline-end: -50px;
}
.tj-btn-primary-fnc-sm .btn-text {
  padding: 17px 20px !important;
}
.tj-btn-primary-fnc-sm .btn-icon {
  width: 50px;
  height: 50px;
}
.tj-btn-primary-fnc-sm .btn-icon i {
  font-size: 20px;
}
.tj-btn-primary-fnc-sm:hover .btn-inner > :nth-child(3) {
  margin-inline-start: -50px;
}
.tj-btn-primary-fnc-2 {
  border-radius: 70px;
  background-color: var(--tj-color-blue-1);
}
.tj-btn-primary-fnc-2 .btn-text {
  padding-inline-end: 0;
}
.tj-btn-primary-fnc-2 .btn-icon {
  width: auto;
  height: auto;
  background-color: transparent;
  padding-inline-end: 0;
  position: static;
}
.tj-btn-primary-fnc-2:hover .btn-text {
  padding-inline-start: 0;
}
.tj-btn-primary-fnc-2:hover .btn-icon:last-child {
  transform: scale(1) rotate(0);
}
.tj-btn-primary-mrc {
  background-color: var(--tj-color-orange-1);
  border-radius: 50px;
}
.tj-btn-primary-mrc .btn-inner {
  line-height: 1.25;
  padding: 22px 20px;
  padding-inline-end: 6px;
}
.tj-btn-primary-mrc .btn-text {
  padding-inline-end: 64px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.tj-btn-primary-mrc .btn-text > span {
  text-shadow: 0 28px 0 currentColor;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.tj-btn-primary-mrc .btn-icon {
  background-color: var(--tj-color-theme-bg);
  width: 52px;
  height: 52px;
}
.tj-btn-primary-mrc .btn-icon span {
  overflow: hidden;
}
.tj-btn-primary-mrc .btn-icon i {
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.tj-btn-primary-mrc .btn-icon:last-child {
  inset-inline-end: 6px;
}
.tj-btn-primary-mrc:hover .btn-text {
  padding-inline-start: 0;
  padding-inline-end: 64px;
}
.tj-btn-primary-mrc:hover .btn-text > span {
  transform: translateY(-28px);
}
.tj-btn-primary-mrc:hover .btn-icon i {
  transform: scale(1.2);
}
.tj-btn-primary-mrc:hover .btn-icon:last-child {
  transform: scale(0.8);
}
.tj-btn-primary-mrc-sm .btn-inner {
  padding: 14px 20px;
  padding-inline-end: 5px;
}
.tj-btn-primary-mrc-sm .btn-text {
  padding-inline-end: 49px;
}
.tj-btn-primary-mrc-sm .btn-icon {
  width: 38px;
  height: 38px;
}
.tj-btn-primary-mrc-sm .btn-icon:last-child {
  inset-inline-end: 5px;
}
.tj-btn-primary-mrc-sm:hover .btn-text {
  padding-inline-start: 0;
  padding-inline-end: 49px;
}
.tj-btn-primary-mrc-full {
  width: 100%;
  margin-bottom: 2px;
}
.tj-btn-primary-mrc-full .btn-inner {
  width: 100%;
  justify-content: space-between;
}
.tj-btn-primary-full {
  width: 100%;
}
.tj-btn-primary-full .btn-inner {
  line-height: 1.25;
  width: 100%;
  justify-content: space-between;
  padding: 18px 20px;
}
.tj-btn-primary-full .btn-text {
  padding-inline-end: 64px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.tj-btn-primary-full .btn-text > span {
  text-shadow: 0 28px 0 currentColor;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
.tj-btn-primary-full .btn-icon:last-child {
  inset-inline-end: 10px;
}
.tj-btn-primary-full:hover .btn-text {
  padding-inline-start: 0;
  padding-inline-end: 64px;
}
.tj-btn-primary-full:hover .btn-text > span {
  transform: translateY(-28px);
}
.tj-btn-primary-full:hover .btn-icon i {
  transform: scale(1);
}
.tj-btn-primary-full:hover .btn-icon:last-child {
  transform: scale(1);
}
.tj-btn-primary-full-sm .btn-inner {
  padding: 14px 20px;
}
.tj-btn-primary-full-sm .btn-icon {
  width: 28px;
  height: 28px;
}
.tj-btn-primary-no-icon {
  border-radius: 50px;
}
.tj-btn-primary-no-icon .btn-inner {
  padding: 14px 20px;
}
.tj-btn-primary-no-icon .btn-text {
  padding: 0;
  overflow: hidden;
}
.tj-btn-primary-no-icon .btn-text > span {
  text-shadow: 0 30px 0 currentColor;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.tj-btn-primary-no-icon:hover .btn-text {
  padding: 0;
}
.tj-btn-primary-no-icon:hover .btn-text > span {
  transform: translateY(-30px);
}
.tj-btn-border {
  background-color: transparent;
  border: 1px solid var(--tj-color-border-2);
  color: var(--tj-color-light-1);
}
.tj-btn-border .btn-icon {
  background-color: var(--tj-color-blur-1);
}

.tj-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--tj-color-theme-primary);
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  padding-inline-start: 28px;
  text-align: center;
  line-height: 1;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.tj-icon-btn .btn-text {
  padding-inline-start: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.tj-icon-btn .btn-icon {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-light-1);
  transition: all 0.3s ease-in-out;
  width: 28px;
  height: 28px;
  font-size: 16px;
  border-radius: 50%;
  position: absolute;
  transform: rotate(-45deg);
  inset-inline-start: 0;
}
.tj-icon-btn:hover, .tj-icon-btn:focus {
  color: var(--tj-color-theme-primary);
}
.tj-icon-btn:hover .btn-text {
  padding-inline-start: 9px;
  opacity: 1;
}
.tj-icon-btn:hover .btn-icon {
  transform: rotate(0deg);
}
.tj-icon-btn-2 {
  color: var(--tj-color-theme-dark);
}
.tj-icon-btn-2 .btn-text {
  padding-inline-start: 9px;
  opacity: 1;
}
.tj-icon-btn-2 .btn-icon {
  background-color: var(--tj-color-theme-bg);
}
.tj-icon-btn-2:hover {
  color: var(--tj-color-theme-dark);
}
.tj-icon-btn-2:hover .btn-icon {
  background-color: var(--tj-color-theme-primary);
  backdrop-filter: blur(0);
}
.tj-icon-btn-2-light {
  color: var(--tj-color-light-1);
}
.tj-icon-btn-2-light .btn-icon {
  background-color: var(--tj-color-blur-1);
}
.tj-icon-btn-2-light:hover {
  color: var(--tj-color-light-1);
}
.tj-icon-btn-2-light:hover .btn-icon {
  backdrop-filter: blur(0);
}
.tj-icon-btn-call {
  color: var(--tj-color-theme-dark);
  padding-inline-start: 48px;
  height: 48px;
}
.tj-icon-btn-call .btn-text {
  padding-inline-start: 8px;
  opacity: 1;
  position: relative;
}
.tj-icon-btn-call .btn-text::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--tj-color-theme-dark);
  position: absolute;
  bottom: -2px;
  inset-inline-start: 8px;
  transition: all 0.3s ease-in-out;
}
.tj-icon-btn-call .btn-icon {
  width: 48px;
  height: 48px;
  background-color: var(--tj-color-theme-bg);
  transform: rotate(0);
  backdrop-filter: blur(0);
  font-size: 18px;
}
.tj-icon-btn-call:hover {
  color: var(--tj-color-theme-dark);
}
.tj-icon-btn-call:hover .btn-icon i {
  animation: shakeAnim 0.6s ease-in-out;
}
.tj-icon-btn-call:hover .btn-text {
  padding-inline-start: 8px;
}
.tj-icon-btn-call:hover .btn-text::after {
  width: calc(100% - 8px);
}
.tj-icon-btn-lg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  color: var(--tj-color-theme-bg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.tj-icon-btn-lg .anim-icon {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  transform: rotate(-45deg);
}
.tj-icon-btn-lg .anim-icon i {
  position: relative;
  top: 0;
  color: var(--tj-color-theme-bg);
  transition: all 0.4s ease-in-out;
  font-size: 22px;
}
.tj-icon-btn-lg:hover .anim-icon i {
  color: var(--tj-color-theme-primary);
  transform: rotate(45deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-icon-btn-lg {
    width: 40px;
    height: 40px;
  }
}
.tj-icon-btn-mrc {
  color: var(--tj-color-theme-dark-6);
  padding-inline-start: 32px;
  min-height: 32px;
  letter-spacing: -0.015em;
}
.tj-icon-btn-mrc .btn-icon {
  background-color: var(--tj-color-theme-dark-6);
  color: var(--tj-color-common-white);
  width: 32px;
  height: 32px;
}
.tj-icon-btn-mrc:hover, .tj-icon-btn-mrc:focus {
  color: var(--tj-color-theme-dark-6);
}
.tj-icon-btn-mrc:hover .btn-icon {
  background-color: var(--tj-color-orange-1);
  color: var(--tj-color-common-white);
}

.tj-text-btn {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-theme-dark-5);
}
.tj-text-btn .btn-icon {
  display: inline-flex;
}
.tj-text-btn .btn-icon i {
  display: inline-flex;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.tj-text-btn:hover .btn-icon i {
  transform: rotate(0deg);
}
.tj-text-btn-2 {
  color: var(--tj-color-theme-dark-6);
  line-height: 1;
  padding-bottom: 1px;
  position: relative;
  letter-spacing: -0.015em;
  gap: 3px;
}
.tj-text-btn-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.tj-text-btn-2 .btn-icon {
  line-height: 1;
}
.tj-text-btn-2 .btn-icon i {
  font-weight: var(--tj-fw-sbold);
  color: currentColor;
}
.tj-text-btn-2-light {
  color: var(--tj-color-common-white);
}
.tj-text-btn-2:hover {
  color: var(--tj-color-theme-dark-6);
}
.tj-text-btn-2:hover::before {
  animation: lineHover 0.6s linear;
}
.tj-text-btn-2:hover.tj-text-btn-2-light {
  color: var(--tj-color-common-white);
}

/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.header-bottom {
  padding: 0 15px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 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) {
  .header-bottom {
    padding: 0;
  }
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  position: relative;
}

.site_logo {
  padding: 17px 0;
  width: 22%;
}
.site_logo .logo {
  display: inline-block;
  max-width: 200px;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .site_logo {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .site_logo {
    width: 50%;
  }
  .site_logo .logo {
    max-width: 158px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site_logo {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .site_logo {
    padding: 18px 0;
  }
}

.menu-area {
  gap: 25px;
  width: 58%;
  justify-content: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .menu-area {
    width: 40%;
  }
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.mainmenu ul > li {
  position: relative;
  z-index: 1;
}
.mainmenu ul > li > a {
  position: relative;
  font-size: 16px;
  color: var(--tj-color-light-1);
  display: block;
  padding: 36px 0;
  font-weight: var(--tj-fw-medium);
  line-height: 1;
}
.mainmenu ul > li.menu-item-has-children > a, .mainmenu ul > li.has-dropdown > a {
  padding-inline-end: 19px;
}
.mainmenu ul > li.menu-item-has-children > a::after, .mainmenu ul > li.has-dropdown > a::after {
  content: "\e901";
  font-family: var(--tj-ff-fonticon);
  color: inherit;
  font-size: 13px;
  height: 13px;
  aspect-ratio: 1/1;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 38px;
  inset-inline-end: 0;
  will-change: transform;
}
.mainmenu ul > li.menu-item-has-children:hover > a::after, .mainmenu ul > li.has-dropdown:hover > a::after {
  transform: scaleY(-1);
}
.mainmenu ul > li.current-menu-ancestor > a, .mainmenu ul > li.current-menu-item > a, .mainmenu ul > li:hover > a {
  color: var(--tj-color-theme-primary);
}
.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 {
  display: block;
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  width: 220px;
  top: 100%;
  inset-inline-start: 0;
  z-index: 99;
  text-align: start;
  background-color: var(--tj-color-theme-bg);
  border: 1px solid var(--tj-color-border-2);
  transform: scaleY(0);
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  gap: 0;
  padding: 10px 0;
  pointer-events: none;
  transition: 0.4s;
}
.mainmenu ul > li > .sub-menu > li {
  display: block;
  width: 100%;
}
.mainmenu ul > li > .sub-menu > li > a {
  position: relative;
  padding: 10px 20px;
  display: block;
  color: var(--tj-color-light-1);
}
.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: 15px;
  inset-inline-end: 15px;
  color: var(--tj-color-text-body);
  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:hover > a {
  padding-inline-start: 25px;
}
.mainmenu ul > li > .sub-menu > li > .sub-menu {
  inset-inline-start: 100%;
  top: -10px;
}
.mainmenu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: all 0.5s ease;
  pointer-events: inherit;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mainmenu ul {
    gap: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu ul {
    gap: 16px;
  }
}

.header-search {
  line-height: 1;
  position: relative;
}
.header-search .search {
  color: var(--tj-color-common-white);
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  line-height: 1;
}
.header-search .search i {
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  will-change: transform;
  transition: 0.3s ease-in-out;
  transform: scale(1);
}
.header-search .search.search-hide {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
}
.header-search .search:hover i {
  color: var(--tj-color-orange-1);
  transform: scale(1.1);
}

.header-right-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 22%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-right-item {
    width: 30%;
  }
}
@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-right-item {
    width: 50%;
  }
}

.header-call {
  color: var(--tj-color-light-1);
  width: 48px;
  aspect-ratio: 1/1;
  border: 1px solid var(--tj-color-border-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-call:hover {
  border-color: var(--tj-color-theme-primary);
}
.header-call:hover i {
  animation: shakeAnim 0.6s ease-in-out;
  color: var(--tj-color-theme-primary);
}

.menu_btn {
  width: 48px;
  aspect-ratio: 1/1;
  border: 1px solid var(--tj-color-border-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.menu_btn .bars {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 22px;
  height: 16px;
  gap: 2px;
}
.menu_btn .bars span {
  width: 100%;
  height: 2px;
  background-color: var(--tj-color-light-1);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.menu_btn:hover {
  border-color: var(--tj-color-theme-primary);
}
.menu_btn:hover .bars span {
  width: 100%;
  background-color: var(--tj-color-theme-primary);
}
.menu_btn:hover .bars span:nth-child(2) {
  width: 19px;
}
.menu_btn:hover .bars span:nth-child(3) {
  width: 16px;
}

.header-area {
  position: relative;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  z-index: 97;
}
.header-area.header-absolute {
  background-color: transparent;
  position: absolute;
  z-index: 98;
}
.header-area.header-duplicate {
  background-color: var(--tj-color-theme-bg);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  inset-inline-start: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.4s ease;
}
.header-area.sticky {
  z-index: 99;
  visibility: visible;
  transform: translateY(0);
}
.header-area.header-1.header-absolute {
  top: 0;
  background-color: var(--tj-color-blur-1);
  backdrop-filter: blur(9px);
}
.header-area.header-1.header-duplicate {
  border: 0;
}
.header-area.header-2 .mainmenu ul > li > a {
  color: var(--tj-color-theme-dark-5);
}
.header-area.header-2 .mainmenu ul > li.current-menu-ancestor > a, .header-area.header-2 .mainmenu ul > li.current-menu-item > a, .header-area.header-2 .mainmenu ul > li:hover > a {
  color: var(--tj-color-blue-1);
}
.header-area.header-2 .mainmenu ul > li.current-menu-ancestor > a::after, .header-area.header-2 .mainmenu ul > li.current-menu-item > a::after, .header-area.header-2 .mainmenu ul > li:hover > a::after {
  color: var(--tj-color-blue-1);
}
.header-area.header-2 .mainmenu ul > li > .sub-menu {
  background-color: var(--tj-color-theme-bg-6);
  border-color: var(--tj-color-border-7);
}
.header-area.header-2 .mainmenu ul > li > .sub-menu > li > a {
  color: var(--tj-color-theme-dark-5);
}
.header-area.header-2 .mainmenu ul > li > .sub-menu > li.menu-item-has-children > a::after, .header-area.header-2 .mainmenu ul > li > .sub-menu > li.has-dropdown > a::after {
  color: var(--tj-color-common-black);
}
.header-area.header-2 .mainmenu ul > li > .sub-menu > li.current-menu-ancestor > a, .header-area.header-2 .mainmenu ul > li > .sub-menu > li.current-menu-item > a, .header-area.header-2 .mainmenu ul > li > .sub-menu > li:hover > a {
  color: var(--tj-color-blue-1);
}
.header-area.header-2 .mainmenu ul > li > .sub-menu > li.current-menu-ancestor > a::after, .header-area.header-2 .mainmenu ul > li > .sub-menu > li.current-menu-item > a::after, .header-area.header-2 .mainmenu ul > li > .sub-menu > li:hover > a::after {
  color: var(--tj-color-blue-1);
}
.header-area.header-2.header-absolute {
  top: 0;
  background: transparent;
  border-bottom: 1px solid var(--tj-color-border-7);
}
.header-area.header-2.header-duplicate {
  background-color: var(--tj-color-theme-bg-6);
  border-bottom: 1px solid var(--tj-color-border-7);
}
.header-area.header-2 .menu-area {
  gap: 38px;
}
.header-area.header-2 .header-search .search {
  font-size: 20px;
  color: var(--tj-color-theme-dark-5);
  display: inline-flex;
}
.header-area.header-2 .header-search .search:hover i {
  color: var(--tj-color-blue-1);
}
.header-area.header-2 .header-right-item {
  gap: 23px;
}
.header-area.header-2 .header-call {
  width: auto;
  aspect-ratio: auto;
  border: 0;
  color: var(--tj-color-theme-dark-5);
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.01em;
  gap: 6px;
}
.header-area.header-2 .header-call:hover {
  color: var(--tj-color-blue-1);
}
.header-area.header-2 .header-call:hover i {
  color: var(--tj-color-blue-1);
  animation: shakeAnim 0.6s ease-in-out;
}
.header-area.header-2 .menu_btn {
  border-color: var(--tj-color-border-7);
  border-radius: 50%;
}
.header-area.header-2 .menu_btn .bars span {
  background-color: var(--tj-color-theme-dark-5);
}
.header-area.header-2 .menu_btn:hover {
  border-color: var(--tj-color-blue-1);
}
.header-area.header-2 .menu_btn:hover .bars span {
  background-color: var(--tj-color-blue-1);
}
.header-area.header-3 .mainmenu ul > li a {
  color: var(--tj-color-light-7);
}
.header-area.header-3 .mainmenu ul > li.current-menu-ancestor > a, .header-area.header-3 .mainmenu ul > li.current-menu-item > a, .header-area.header-3 .mainmenu ul > li:hover > a {
  color: var(--tj-color-light-7);
}
.header-area.header-3 .mainmenu ul > li.current-menu-ancestor > a::after, .header-area.header-3 .mainmenu ul > li.current-menu-item > a::after, .header-area.header-3 .mainmenu ul > li:hover > a::after {
  color: var(--tj-color-light-7);
}
.header-area.header-3 .mainmenu ul > li .sub-menu {
  background-color: var(--tj-color-theme-dark-6);
  backdrop-filter: blur(12px);
  border: 1px solid var(--tj-color-border-6);
  z-index: 0;
}
.header-area.header-3 .mainmenu > ul:has(a:hover) > li > a {
  opacity: 0.5;
}
.header-area.header-3 .mainmenu > ul:has(a:hover) > li:hover a {
  opacity: 1;
}
.header-area.header-3 .menu_btn {
  border-radius: 50%;
}
.header-area.header-3 .header-right-item {
  gap: 20px;
}
.header-area.header-3.header-absolute {
  top: 20px;
  inset-inline-start: 30px;
  background-color: var(--tj-color-blur-3);
  backdrop-filter: blur(12px);
  width: calc(100% - 60px);
  border: 1px solid var(--tj-color-border-6);
  border-radius: 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) {
  .header-area.header-3.header-absolute {
    top: 15px;
    inset-inline-start: 15px;
    width: calc(100% - 30px);
  }
}
.header-area.header-3.header-absolute .site_logo {
  padding: 9px 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.header-3.header-absolute .site_logo {
    padding: 16px 0;
  }
}
.header-area.header-3.header-absolute .header-bottom {
  padding: 0 2px;
  padding-inline-end: 0;
  margin-inline-end: -3px;
}
.header-area.header-3.header-absolute .mainmenu > ul > li > a {
  padding: 28px 0;
}
.header-area.header-3.header-absolute .mainmenu ul > li.menu-item-has-children > a, .header-area.header-3.header-absolute .mainmenu ul > li.has-dropdown > a {
  padding-inline-end: 16px;
  letter-spacing: 0;
}
.header-area.header-3.header-absolute .mainmenu ul > li.menu-item-has-children > a::after, .header-area.header-3.header-absolute .mainmenu ul > li.has-dropdown > a::after {
  top: 30px;
}
.header-area.header-3.header-duplicate {
  background-color: var(--tj-color-theme-dark-6);
}

.header-top {
  padding: 0 15px;
  background-color: var(--tj-color-blue-1);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.header-top-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.header-top-content .topbar-text {
  color: var(--tj-color-light-5);
  padding: 11px 0;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.header-top-content .topbar-text i {
  margin-inline-end: 2px;
}
.header-top-content .topbar-text span {
  font-weight: var(--tj-fw-sbold);
}
@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: 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) {
  .header-top {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-top {
    display: none;
  }
}

/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Footer CSS
----------------------------------------*/
.footer-section {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: var(--tj-color-theme-bg);
}
.footer-logo {
  max-width: 200px;
  width: 100%;
}
.footer-info {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--tj-color-light-3);
  max-width: 197px;
  margin-bottom: 7px;
}
.footer-info:is(a) {
  color: var(--tj-color-light-1);
  letter-spacing: 0;
}
.footer-info:is(a)::before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  right: 0;
  bottom: 4px;
  transition: transform 0.3s ease-in-out;
}
.footer-info:is(a):hover::before, .footer-info:is(a):focus::before {
  animation: lineHover 0.5s linear;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.footer-widget {
  width: 25%;
  padding: 56px 30px 48px;
  border-style: solid;
  border-color: var(--tj-color-border-5);
  border-width: 0;
}
.footer-widget:not(:first-child) {
  border-inline-start-width: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget {
    max-width: 50%;
    width: 100%;
    padding: 40px 30px 30px;
  }
  .footer-widget:nth-child(3), .footer-widget:nth-child(4) {
    border-top-width: 1px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 30px 30px 20px;
  }
  .footer-widget:not(:first-child) {
    border-width: 0;
    border-top-width: 1px;
  }
}
.footer-widget .wp-block-heading,
.footer-widget .wp-block-search__label,
.footer-widget .wp-block-categories__label,
.footer-widget .wp-block-archives__label,
.footer-widget .title {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  margin-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) {
  .footer-widget .wp-block-heading,
  .footer-widget .wp-block-search__label,
  .footer-widget .wp-block-categories__label,
  .footer-widget .wp-block-archives__label,
  .footer-widget .title {
    margin-bottom: 20px;
  }
}
.footer-widget-nav-menu ul {
  list-style: none;
}
.footer-widget-nav-menu ul li {
  padding: 5px 0;
}
.footer-widget-nav-menu ul li:first-child {
  padding-top: 0;
}
.footer-widget-nav-menu ul li a {
  color: var(--tj-color-light-3);
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 1px;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  transform: translateX(-16px);
}
.footer-widget-nav-menu ul li a::before {
  content: "\e907";
  font-family: var(--tj-ff-fonticon);
  font-size: 16px;
  opacity: 0;
  font-weight: var(--tj-fw-normal);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.footer-widget-nav-menu ul li a:hover {
  transform: translateX(0);
  color: var(--tj-color-theme-primary);
}
.footer-widget-nav-menu ul li a:hover::before {
  opacity: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget-nav-menu {
    margin-top: 30px;
  }
}
.footer-widget-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border: 1px solid var(--tj-color-border-5);
}
@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-wrapper {
    flex-wrap: wrap;
  }
}

.tj-copyright-text {
  color: var(--tj-color-light-3);
}
.tj-copyright-text p:last-child {
  margin: 0;
}
.tj-copyright-text a {
  color: var(--tj-color-light-1);
  font-weight: var(--tj-fw-medium);
}
.tj-copyright-text a:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-copyright-text {
    width: 100%;
    text-align: center;
  }
}
.tj-copyright-nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tj-copyright-nav-menu ul li {
  position: relative;
  margin-inline-end: 10px;
  padding-inline-end: 14px;
  z-index: 1;
}
.tj-copyright-nav-menu ul li::before {
  content: "";
  background-color: var(--tj-color-light-3);
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  inset-inline-end: 0;
  transform: translateY(-50%);
}
.tj-copyright-nav-menu ul li a {
  font-size: 16px;
  color: var(--tj-color-light-3);
}
.tj-copyright-nav-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-copyright-nav-menu ul li:last-child {
  padding-inline-end: 0;
  margin-inline-end: 0;
}
.tj-copyright-nav-menu ul li:last-child::before {
  display: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-copyright-nav-menu {
    width: 100%;
    text-align: center;
  }
}
.tj-copyright-content-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 60px 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-copyright-content-area {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-copyright-content-area {
    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) {
  .tj-copyright-content-area {
    gap: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-copyright-content-area {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .tj-copyright-content-area {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .tj-copyright-content-area .tj-socials {
    justify-content: center;
  }
}
.tj-copyright-area {
  position: relative;
  z-index: 1;
}

.footer-2 {
  background-color: var(--tj-color-theme-dark-5);
}
.footer-2 .footer-cta {
  max-width: 390px;
  width: 100%;
}
.footer-2 .footer-cta .cta-title {
  font-size: 40px;
  line-height: 1.25;
  color: var(--tj-color-light-5);
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-playfair-display);
  margin-top: -10px;
  margin-bottom: 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) {
  .footer-2 .footer-cta .cta-title {
    font-size: 34px;
  }
}
.footer-2 .footer-cta .desc {
  color: var(--tj-color-light-6);
  margin-bottom: 23px;
}
.footer-2 .footer-cta .tj-btn-primary {
  margin-bottom: 10px;
}
.footer-2 .footer-widget {
  width: 40%;
  border-color: var(--tj-color-border-9);
}
.footer-2 .footer-widget:not(:first-child) {
  width: 20%;
}
.footer-2 .footer-widget-wrapper {
  border-color: var(--tj-color-border-9);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-2 .footer-widget-wrapper {
    flex-wrap: wrap;
  }
}
.footer-2 .footer-widget .wp-block-heading,
.footer-2 .footer-widget .wp-block-search__label,
.footer-2 .footer-widget .wp-block-categories__label,
.footer-2 .footer-widget .wp-block-archives__label,
.footer-2 .footer-widget .title {
  color: var(--tj-color-light-5);
}
.footer-2 .footer-widget-nav-menu ul li a {
  color: var(--tj-color-light-6);
}
.footer-2 .footer-widget-nav-menu ul li a:hover {
  color: var(--tj-color-blue-1);
}
.footer-2 .footer-widget .footer-info {
  color: var(--tj-color-light-6);
}
.footer-2 .footer-widget .footer-info:is(a) {
  color: var(--tj-color-light-5);
}
.footer-2 .footer-widget .footer-info:is(a)::before {
  width: 0;
  left: 0;
  animation: none;
  transition: all 0.3s ease-in-out;
}
.footer-2 .footer-widget .footer-info:is(a):hover::before {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-2 .footer-widget {
    width: 50%;
    padding: 40px 30px 30px;
  }
  .footer-2 .footer-widget:not(:first-child) {
    width: 50%;
  }
  .footer-2 .footer-widget:nth-child(3), .footer-2 .footer-widget:nth-child(4) {
    border-top-width: 1px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-2 .footer-widget {
    width: 100%;
    padding: 30px 25px 20px;
  }
  .footer-2 .footer-widget:not(:first-child) {
    width: 100%;
    border-width: 0;
    border-top-width: 1px;
  }
}
.footer-2 .tj-copyright-text {
  color: var(--tj-color-light-6);
}
.footer-2 .tj-copyright-text a:hover {
  color: var(--tj-color-blue-1);
}
.footer-2 .tj-socials-dark > li > a::before {
  background-color: var(--tj-color-blue-1);
}
.footer-2 .tj-copyright-nav-menu ul li a {
  color: var(--tj-color-light-6);
}
.footer-2 .tj-copyright-nav-menu ul li a:hover {
  color: var(--tj-color-blue-1);
}

.footer-logo-wrapper {
  background-size: cover;
}
.footer-logo-lg {
  mask-repeat: no-repeat;
  mask-size: cover;
  mask-position: top right;
  background-color: #1f2021;
  padding-bottom: 16.5%;
  position: relative;
}
.footer-logo-lg .logo-blur {
  position: absolute;
  width: 18.5%;
  height: 112.4%;
  top: -40%;
  background-color: rgba(253, 254, 255, 0.5);
  border-radius: 50%;
  filter: blur(100px);
  animation: textGradient 8s linear infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-logo-lg .logo-blur {
    filter: blur(50px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-logo-lg .logo-blur {
    filter: blur(25px);
  }
}

.tj-footer-form {
  color: var(--tj-color-theme-dark-10);
  padding-top: 6px;
}
.tj-footer-form-submit {
  width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-inline-start: 1px solid var(--tj-color-blur-1);
  color: var(--tj-color-light-10);
}
.tj-footer-form-submit i {
  transform: rotate(-45deg);
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.tj-footer-form-submit:hover i {
  transform: rotate(0deg);
}
.tj-footer-form form {
  display: flex;
  gap: 15px 6px;
  background-color: var(--tj-color-theme-dark-6);
}
.tj-footer-form-icon {
  position: absolute;
  top: 50%;
  inset-inline-start: 20px;
  transform: translateY(-40%);
  font-size: 17px;
  pointer-events: none;
  line-height: 1;
  color: var(--tj-color-light-10);
}
.tj-footer-form input,
.tj-footer-form input[type=email] {
  font-family: var(--tj-ff-inter);
  color: var(--tj-color-light-10);
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  letter-spacing: 0;
  border: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-form input,
  .tj-footer-form input[type=email] {
    width: 100%;
  }
}
.tj-footer-form input::placeholder,
.tj-footer-form input[type=email]::placeholder {
  color: var(--tj-color-light-10);
}
.tj-footer-form-input {
  position: relative;
  z-index: 0;
  flex-grow: 1;
}
.tj-footer-form-input:has(i) input,
.tj-footer-form-input:has(i) input[type=email] {
  padding-inline-start: 46px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-form-input {
    width: 100%;
  }
}
.tj-footer-form-text {
  color: var(--tj-color-light-1);
  margin-top: 13px;
  font-style: italic;
  margin-bottom: 0;
}

.footer-widget-mrc {
  width: auto;
  border: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-mrc {
    max-width: inherit;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget-mrc {
    width: 100%;
  }
}
.footer-widget-mrc .wp-block-heading,
.footer-widget-mrc .wp-block-search__label,
.footer-widget-mrc .wp-block-categories__label,
.footer-widget-mrc .wp-block-archives__label,
.footer-widget-mrc .title {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-inter);
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.015em;
  text-transform: capitalize;
}
.footer-widget-mrc .footer-info {
  color: var(--tj-color-common-white);
}
.footer-widget-mrc-subscription {
  width: 414px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget-mrc-subscription {
    width: 380px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget-mrc-subscription {
    width: 480px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget-mrc-subscription {
    width: 100%;
  }
}
.footer-widget-mrc.footer-widget-nav-menu ul li {
  padding: 2px 0;
}
.footer-widget-mrc.footer-widget-nav-menu ul li:first-child {
  padding-top: 0;
}
.footer-widget-mrc.footer-widget-nav-menu ul li a {
  letter-spacing: 0;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
}
.footer-widget-mrc-socials .social-links {
  padding-top: 4px;
}

.footer-3 {
  padding-bottom: 27px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer-3 .footer-main-area {
  padding-bottom: 120px;
  padding-inline-start: 60px;
  position: relative;
}
.footer-3 .footer-main-area::before {
  content: "";
  width: 1px;
  height: 500%;
  background-color: var(--tj-color-common-white);
  opacity: 0.3;
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-3 .footer-main-area {
    padding-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) {
  .footer-3 .footer-main-area {
    padding-inline-start: 0;
  }
  .footer-3 .footer-main-area::before {
    width: 150%;
    height: 1px;
    inset-inline-start: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-3 .footer-main-area {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-3 .footer-main-area {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3 .footer-main-area {
    padding-bottom: 70px;
  }
}
.footer-3 .footer-main-left {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-3 .footer-main-left {
    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) {
  .footer-3 .footer-main-left {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
.footer-3 .footer-main-wrapper {
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}
.footer-3 .footer-main-wrapper > .container,
.footer-3 .footer-main-wrapper > .container > .row {
  --bs-gutter-x: 0;
}
.footer-3 .footer-widget-wrapper {
  border: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3 .footer-widget-wrapper {
    gap: 40px;
  }
}
.footer-3 .footer-widget-wrapper-bottom {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-3 .footer-widget-wrapper-bottom {
    padding-top: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-3 .footer-widget-wrapper-bottom {
    padding-top: 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) {
  .tj-copyright-mrc-area {
    padding-top: 28px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 0;
  }
}
.tj-copyright-mrc-area .tj-copyright-text {
  color: var(--tj-color-common-white);
}
.tj-copyright-mrc-area .tj-copyright-text a:hover {
  color: var(--tj-color-common-white);
  opacity: 0.6;
}
.tj-copyright-mrc-area .tj-copyright-content-area {
  justify-content: flex-start;
  padding: 0;
  margin-bottom: -2px;
  gap: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-copyright-mrc-area .tj-copyright-content-area {
    justify-content: center;
  }
}
.tj-copyright-mrc-area .tj-copyright-nav-menu ul {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tj-copyright-mrc-area .tj-copyright-nav-menu ul li:before {
  background-color: var(--tj-color-common-white);
}
.tj-copyright-mrc-area .tj-copyright-nav-menu ul li a {
  letter-spacing: 0;
  color: var(--tj-color-common-white);
}
.tj-copyright-mrc-area .tj-copyright-nav-menu ul li a:hover {
  color: var(--tj-color-common-white);
  opacity: 0.6;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-copyright-mrc-area .tj-copyright-nav-menu ul li:first-child::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-copyright-mrc-area .tj-copyright-nav-menu ul li:first-child {
    padding-inline-end: 0;
    margin-inline-end: 0;
  }
  .tj-copyright-mrc-area .tj-copyright-nav-menu ul li:first-child::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) {
  .tj-copyright-mrc-area .tj-copyright-nav-menu ul {
    justify-content: center;
  }
}

@keyframes textGradient {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(600%);
  }
}
/* !END: Theme Footer CSS */
/* !START: hamburger CSS */
.hamburger-area {
  position: fixed;
  inset-inline-end: -490px;
  top: 0;
  width: 450px;
  height: 100%;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 1s;
  z-index: 9999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  border-radius: 0;
  overflow: hidden;
}
.hamburger-area::-webkit-scrollbar {
  display: none;
}
.hamburger-area.opened {
  inset-inline-end: 0;
}
@media (max-width: 575px) {
  .hamburger-area {
    width: 320px;
  }
}
.hamburger-area .hamburger-blur-shape {
  position: absolute;
  top: -103px;
  inset-inline-end: -107px;
  max-width: 474px;
  z-index: -1;
  opacity: 0.25;
}
.hamburger_bg {
  background-color: var(--tj-color-theme-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: -1;
}
.hamburger_bg::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 100%;
  background: var(--tj-color-theme-bg);
  opacity: 0.95;
  z-index: -1;
}
.hamburger_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 25px 30px 40px;
  overflow: auto;
  height: 100%;
}
@media (max-width: 575px) {
  .hamburger_wrapper {
    padding: 20px;
  }
}
.hamburger_top {
  margin-bottom: 50px;
}
.hamburger_logo .mobile_logo {
  display: inline-block;
  max-width: 170px;
  width: 100%;
}
.hamburger_close_btn {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: var(--tj-color-light-1);
  width: 48px;
  aspect-ratio: 1/1;
  border: 1px solid var(--tj-color-border-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.hamburger_close_btn svg {
  width: 18px;
  height: 18px;
  transition: all 0.4s ease-in-out;
}
.hamburger_close_btn svg path {
  fill: var(--tj-color-heading-primary);
  stroke-width: 2px;
}
.hamburger_close_btn:hover {
  color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.hamburger_close_btn:hover i,
.hamburger_close_btn:hover svg,
.hamburger_close_btn:hover img {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hamburger-text {
  color: var(--tj-color-light-2);
  margin-bottom: 40px;
}
.hamburger_search {
  position: relative;
  margin-bottom: 45px;
}
.hamburger_search select,
.hamburger_search .nice-select,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.hamburger_search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 65px 0 16px;
  background: var(--tj-color-theme-bg-3);
  border: none;
  outline: none;
  font-size: 16px;
  font-family: var(--tj-ff-body);
  color: var(--tj-color-text-body);
  border: 1px solid var(--tj-color-border-1);
}
.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);
}
.hamburger_search select:focus,
.hamburger_search .nice-select:focus,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus,
.hamburger_search input:focus {
  border-color: var(--tj-color-theme-primary);
}
.hamburger_search button {
  position: absolute;
  height: 58px;
  width: 58px;
  top: 50%;
  inset-inline-end: 0;
  font-size: 24px;
  color: var(--tj-color-heading-primary);
  transform: translateY(-50%);
}
.hamburger_search button::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: 100%;
  border-inline-start: 1px solid var(--tj-color-border-1);
}
.hamburger_search button:hover i {
  color: var(--tj-color-theme-primary);
}
.hamburger_menu .mean-container .mean-bar {
  background: transparent;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 50px;
}
.hamburger_menu .mean-container .mean-bar * {
  box-sizing: border-box;
}
.hamburger_menu .mean-nav {
  background: transparent;
  margin-top: 0;
  overflow: hidden;
}
.hamburger_menu .mean-nav > ul {
  display: block !important;
}
.hamburger_menu .mean-nav ul li {
  position: relative;
}
.hamburger_menu .mean-nav ul li a {
  color: var(--tj-color-light-1);
  width: 100%;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5px;
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-medium);
  text-transform: capitalize;
  padding: 18px 0;
  border-top: none;
  border-bottom: 1px solid var(--tj-color-border-2);
  transition: all 0.4s ease-in-out 0s;
}
.hamburger_menu .mean-nav ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.hamburger_menu .mean-nav ul li a.mean-expand {
  margin-top: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 25px;
  position: absolute;
  top: 10px;
  inset-inline-end: 0;
  transition: all 0.4s ease-in-out 0s;
  transform: translate(7px, 4px);
  transform-origin: center;
}
.hamburger_menu .mean-nav ul li a.mean-expand:hover {
  color: var(--tj-color-theme-primary);
}
.hamburger_menu .mean-nav ul li a.mean-expand i {
  font-size: 16px;
}
.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tj-color-theme-primary);
  transform: scaleY(-1) translate(7px, 2px);
}
.hamburger_menu .mean-nav ul li a.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 {
  padding: 0;
  width: 30px;
}
.hamburger_menu .mean-nav ul li.dropdown-opened > a {
  color: var(--tj-color-theme-primary);
}
.hamburger-title {
  color: var(--tj-color-light-1);
  font-size: 22px;
  line-height: 1;
  margin-bottom: 27px;
  position: relative;
  z-index: 1;
}
.hamburger-infos {
  margin-bottom: 45px;
}
.hamburger-infos .hamburger-title {
  margin-bottom: 25px;
}
.hamburger-infos .contact-info .contact-item .subtitle {
  color: var(--tj-color-light-2);
  opacity: 0.7;
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}
.hamburger-infos .contact-info .contact-item > a {
  font-size: 16px;
  color: var(--tj-color-light-1);
  font-weight: var(--tj-fw-regular);
  font-family: var(--tj-ff-heading);
}
.hamburger-infos .contact-info .contact-item > a:hover {
  color: var(--tj-color-theme-primary);
}
.hamburger-infos .contact-info .contact-item .contact-link {
  font-size: 16px;
  color: var(--tj-color-light-1);
  font-weight: var(--tj-fw-regular);
  font-family: var(--tj-ff-heading);
}
.hamburger-infos .contact-info .contact-item:not(:last-child) {
  padding: 7px 0;
  border: 0;
}
.hamburger-infos .contact-info .contact-item:first-child {
  padding-top: 0;
}
.hamburger-infos .contact-info .contact-item:last-child {
  padding-top: 5px;
}
.hamburger-fnc .hamburger_bg {
  background-color: var(--tj-color-theme-bg-6);
}
.hamburger-fnc .hamburger_bg::before {
  display: none;
}
.hamburger-fnc .hamburger_close_btn {
  color: var(--tj-color-theme-dark-5);
  border-color: var(--tj-color-border-7);
  border-radius: 50%;
}
.hamburger-fnc .hamburger_close_btn:hover {
  color: var(--tj-color-blue-1);
  border-color: var(--tj-color-blue-1);
}
.hamburger-fnc .hamburger-title {
  font-family: var(--tj-ff-playfair-display);
  color: var(--tj-color-theme-dark-5);
}
.hamburger-fnc .hamburger_search select,
.hamburger-fnc .hamburger_search .nice-select,
.hamburger-fnc .hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.hamburger-fnc .hamburger_search input {
  padding: 0 65px 0 16px;
  background: transparent;
  color: var(--tj-color-text-body-2);
  border: 1px solid var(--tj-color-border-7);
  border-radius: 70px;
}
.hamburger-fnc .hamburger_search select::placeholder,
.hamburger-fnc .hamburger_search .nice-select::placeholder,
.hamburger-fnc .hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder,
.hamburger-fnc .hamburger_search input::placeholder {
  color: var(--tj-color-text-body-2);
}
.hamburger-fnc .hamburger_search select:focus,
.hamburger-fnc .hamburger_search .nice-select:focus,
.hamburger-fnc .hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus,
.hamburger-fnc .hamburger_search input:focus {
  border-color: var(--tj-color-blue-1);
}
.hamburger-fnc .hamburger_search button {
  color: var(--tj-color-blue-1);
}
.hamburger-fnc .hamburger_search button::before {
  border-inline-start: 1px solid var(--tj-color-border-7);
}
.hamburger-fnc .hamburger_search button:hover i {
  color: var(--tj-color-blue-1);
}
.hamburger-fnc .hamburger_menu .mean-nav ul li a {
  border-color: var(--tj-color-border-7);
  color: var(--tj-color-theme-dark-5);
}
.hamburger-fnc .hamburger_menu .mean-nav ul li a:hover {
  color: var(--tj-color-blue-1);
}
.hamburger-fnc .hamburger_menu .mean-nav ul li a.mean-expand:hover {
  color: var(--tj-color-blue-1);
}
.hamburger-fnc .hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tj-color-blue-1);
}
.hamburger-fnc .hamburger_menu .mean-nav ul li.dropdown-opened > a {
  color: var(--tj-color-blue-1);
}
.hamburger-fnc .hamburger-infos .contact-info .contact-item {
  color: var(--tj-color-theme-dark-5);
}
.hamburger-fnc .hamburger-infos .contact-info .contact-item .subtitle {
  color: var(--tj-color-theme-dark-8);
}
.hamburger-fnc .hamburger-infos .contact-info .contact-item .contact-link {
  color: var(--tj-color-theme-dark-5);
}
.hamburger-fnc .hamburger-infos .contact-info .contact-item > a {
  color: var(--tj-color-theme-dark-5);
}
.hamburger-fnc .hamburger-infos .contact-info .contact-item > a:hover {
  color: var(--tj-color-blue-1);
}
.hamburger-fnc .hamburger-socials .tj-socials-dark > li > a {
  color: var(--tj-color-light-5);
  background-color: var(--tj-color-theme-dark-7);
}
.hamburger-fnc .hamburger-socials .tj-socials-dark > li > a::before {
  background-color: var(--tj-color-blue-1);
}
.hamburger-area-mrc .hamburger_bg {
  background-color: var(--tj-color-theme-dark-6);
}
.hamburger-area-mrc .hamburger_bg::before {
  background-color: var(--tj-color-theme-dark-6);
}
.hamburger-area-mrc .hamburger_menu .mean-nav ul li.dropdown-opened > a, .hamburger-area-mrc .hamburger_menu .mean-nav ul li:hover > a {
  color: var(--tj-color-orange-1);
}
.hamburger-area-mrc .hamburger-title {
  font-family: var(--tj-ff-familjen-grotesk);
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
  text-transform: uppercase;
}
.hamburger-area-mrc .hamburger-infos .contact-info .contact-item .contact-link {
  font-family: var(--tj-ff-familjen-grotesk);
  color: var(--tj-color-common-white);
  font-size: 17px;
}
.hamburger-area-mrc .hamburger-infos .contact-info .contact-item .contact-link:is(a):hover {
  color: var(--tj-color-orange-1);
}
.hamburger-area-mrc .hamburger_close_btn {
  border-radius: 50%;
  color: var(--tj-color-common-white);
  border-color: var(--tj-color-blur-1);
}
.hamburger-area-mrc .hamburger_search {
  position: relative;
  margin-bottom: 45px;
}
.hamburger-area-mrc .hamburger_search select,
.hamburger-area-mrc .hamburger_search .nice-select,
.hamburger-area-mrc .hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.hamburger-area-mrc .hamburger_search input {
  background-color: var(--tj-color-common-white);
  background-color: var(--tj-color-blur-3);
  border-color: var(--tj-color-blur-1);
  backdrop-filter: blur(12px);
  color: var(--tj-color-light-11);
  border-radius: 50px;
}
.hamburger-area-mrc .hamburger_search select::placeholder,
.hamburger-area-mrc .hamburger_search .nice-select::placeholder,
.hamburger-area-mrc .hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder,
.hamburger-area-mrc .hamburger_search input::placeholder {
  color: var(--tj-color-light-11);
}
.hamburger-area-mrc .hamburger_search select:focus,
.hamburger-area-mrc .hamburger_search .nice-select:focus,
.hamburger-area-mrc .hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus,
.hamburger-area-mrc .hamburger_search input:focus {
  border-color: var(--tj-color-orange-1);
}
.hamburger-area-mrc .hamburger_search button {
  background-color: var(--tj-color-orange-1);
  border-start-end-radius: 50px;
  border-end-end-radius: 50px;
  z-index: 1;
  color: var(--tj-color-common-white);
}
.hamburger-area-mrc .hamburger_search button::before {
  display: none;
}
.hamburger-area-mrc .hamburger_search button:hover i {
  color: var(--tj-color-common-white);
  transform: scale(1.1);
}

.menu-bar button {
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transform-origin: center center;
  transform: rotate(0deg);
  cursor: pointer;
  transition: transform 300ms ease;
}
.menu-bar button span {
  height: 3px;
  width: 35px;
  display: block;
  background: var(--tj-color-common-white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-inline-start: auto;
}
.menu-bar button span:nth-child(2) {
  width: 40px;
  transition-delay: 200ms;
}
.menu-bar button span:nth-child(3) {
  width: 30px;
}
.menu-bar button span:nth-child(4) {
  position: absolute;
  top: -8px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  display: block;
  width: 3px;
  height: 0;
  transition: height 400ms;
}
.menu-bar.style-2 button span {
  background: var(--tj-color-heading-primary);
}
.menu-bar.menu-bar-toggeled button {
  transform: rotate(45deg);
  transition-delay: 400ms;
}
.menu-bar.menu-bar-toggeled button span:nth-child(1) {
  width: 0;
}
.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 200ms ease;
  transition-delay: 200ms;
}
@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 {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  backdrop-filter: blur(10px);
}
.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/* !END: hamburger CSS */
/**----------------------------------------
START: Preloader CSS
----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  z-index: 99999;
  background-color: var(--tj-color-theme-bg-2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  height: 110px;
  width: 110px;
  border-radius: 100%;
  position: relative;
  border: 1px solid transparent;
  border-color: transparent var(--tj-color-theme-primary) transparent var(--tj-color-theme-primary);
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

#loading-icon {
  position: absolute;
  width: 60px;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
}

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

/* !END: Back to top CSS */
/**----------------------------------------
START: Heading CSS
----------------------------------------*/
.sec-heading {
  margin-bottom: 50px;
}
.sec-heading-center {
  text-align: center;
  max-width: 550px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-heading-center {
    max-width: 500px;
  }
}
.sec-heading-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@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-inner > :last-child {
    margin-top: 20px;
  }
}
.sec-heading-inner .sec-title {
  max-width: 550px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-heading-inner .sec-title {
    max-width: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sec-heading-inner .sec-title {
    max-width: 100%;
  }
}
.sec-heading-inner .sec-desc {
  max-width: 500px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sec-heading {
    margin-bottom: 35px;
  }
}
.sec-subtitle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.16em;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-heading-primary);
  text-transform: uppercase;
  margin-bottom: 14px;
}
.sec-subtitle i {
  display: inline-flex;
  line-height: 1;
  color: var(--tj-color-theme-primary);
}
.sec-subtitle::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  background-color: var(--tj-color-theme-primary);
}
.sec-subtitle-fnc {
  color: var(--tj-color-theme-dark-5);
  letter-spacing: 0.07em;
  font-weight: var(--tj-fw-sbold);
  gap: 8px;
}
.sec-subtitle-fnc i {
  color: var(--tj-color-blue-1);
  animation: spin 4s linear infinite;
}
.sec-subtitle-fnc::before {
  display: none;
}
.sec-subtitle-mrc {
  font-family: var(--tj-ff-familjen-grotesk);
  font-size: 15px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: 0.1em;
  color: var(--tj-color-theme-dark-6);
}
.sec-subtitle-mrc::before {
  display: none;
}
.sec-title {
  margin: 0;
}
.sec-title i,
.sec-title svg {
  position: relative;
  bottom: -6px;
  font-size: 43px;
}
.sec-title-highlight {
  color: var(--tj-color-theme-dark-4);
}
.sec-title-fnc {
  font-size: 56px;
  line-height: 1.143;
  letter-spacing: -0.015em;
  color: var(--tj-color-theme-dark-5);
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-playfair-display);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-title-fnc {
    font-size: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec-title-fnc {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .sec-title-fnc {
    font-size: 36px;
  }
}
.sec-title-mrc {
  font-family: var(--tj-ff-familjen-grotesk);
  font-size: 56px;
  font-weight: var(--tj-fw-sbold);
  line-height: 1.1071;
  color: var(--tj-color-theme-dark-6);
  text-transform: uppercase;
}
.sec-title-mrc span {
  color: var(--tj-color-orange-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-title-mrc {
    font-size: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec-title-mrc {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .sec-title-mrc {
    font-size: 34px;
  }
}

/* !END: Heading CSS */
/**----------------------------------------
START: Error 404 CSS
----------------------------------------*/
.tj-error-content {
  position: relative;
  max-width: 820px;
  width: 100%;
  margin-inline-start: auto;
  margin-inline-end: auto;
  z-index: 1;
}
.tj-error-content .error-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-error-content .error-img {
    max-width: 550px;
  }
}
@media (max-width: 575px) {
  .tj-error-content .error-img {
    padding: 0 20px;
  }
}
.tj-error-content .error-title {
  font-size: 58px;
  margin: 40px 0 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-error-content .error-title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-error-content .error-title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .tj-error-content .error-title {
    font-size: 34px;
    margin: 30px 0 0 0;
  }
}
.tj-error-content .error-desc {
  max-width: 610px;
  margin: 20px auto 0;
}
.tj-error-content .error-btn {
  margin-top: 25px;
}

/* !END: Error 404 CSS */
/* START: Socials CSS */
.tj-socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.tj-socials > li {
  display: inline-flex;
  line-height: 1;
}
.tj-socials > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  color: var(--tj-color-heading-primary);
  z-index: 1;
  overflow: hidden;
}
.tj-socials > li > a i {
  transition: all 0.5s;
}
.tj-socials > li > a::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  left: 0;
  right: 0;
  transform: scale(0);
  transform-origin: center;
  background-color: var(--tj-color-theme-primary);
  border-radius: 50%;
  transition: 0.5s;
  z-index: -1;
}
.tj-socials > li > a:hover {
  color: var(--tj-color-common-white);
  border-color: var(--tj-color-theme-primary);
}
.tj-socials > li > a:hover::before {
  transform: scale(1.1);
}
.tj-socials-dark > li > a {
  background-color: var(--tj-color-light-4);
  color: var(--tj-color-theme-bg);
  backdrop-filter: blur(80px);
  border: 0;
}
.tj-socials-dark > li > a:hover {
  border-color: var(--tj-color-theme-primary);
}
.tj-socials-dark-2 {
  gap: 7px;
}
.tj-socials-dark-2 > li > a {
  width: 32px;
  height: 32px;
  font-size: 18px;
  color: var(--tj-color-theme-bg-2);
  background-color: var(--tj-color-theme-dark);
  border: 0;
}
.tj-socials-mrc > li > a::before {
  background-color: var(--tj-color-orange-1);
}
.tj-socials-mrc > li > a:hover {
  border-color: var(--tj-color-orange-1);
}
.tj-socials-mrc-light > li > a {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-orange-1);
}
.tj-socials-mrc-light > li > a::before {
  background-color: var(--tj-color-theme-dark-6);
}
.tj-socials-mrc-light > li > a:hover {
  border-color: var(--tj-color-orange-1);
}

/* !END: Socials CSS */
.tj-users-list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-users-list li {
  width: 50px;
  aspect-ratio: 1/1;
  background-color: var(--tj-color-common-white);
  border-radius: 50%;
  padding: 1px;
  overflow: hidden;
}
.tj-users-list li:not(:first-child) {
  margin-left: -23px;
}
.tj-users-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.tj_counter .counter_number {
  display: inline-flex;
  align-items: end;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  font-size: 98px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--tj-color-heading-primary);
}
.tj_counter .counter_number span {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.tj_counter .counter_label {
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: -0.01em;
  margin-bottom: 3px;
  padding-inline-start: 5px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tj_counter .counter_number,
  .tj_counter .counter_number .suffix > span {
    font-size: 88px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj_counter .counter_number {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_counter .counter_number {
    font-size: 60px;
  }
}

.tj-circle-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  z-index: 0;
  font-size: 16px;
  color: var(--tj-color-light-1);
}
.tj-circle-btn::before, .tj-circle-btn:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(14, 28, 36, 0.8196078431);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  z-index: -2;
  transition: none;
}
.tj-circle-btn:after {
  background-color: var(--tj-color-border-3);
  backdrop-filter: blur(10px);
  opacity: 1;
  z-index: -1;
}
.tj-circle-btn i,
.tj-circle-btn svg {
  display: inline-flex;
  line-height: 1;
}
.tj-circle-btn svg {
  max-width: 16px;
  height: auto;
}
.tj-circle-btn .btn-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  aspect-ratio: 1/1;
  transform: translate(-50%, -50%);
  animation: rotateClock 20s infinite linear;
}
.tj-circle-btn .btn-text img {
  width: 100%;
  height: 100%;
}
.tj-circle-btn .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  padding-inline-start: 2px;
  font-size: 15px;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-radius: 50%;
  text-shadow: 0 40px 0 var(--tj-color-common-white);
  overflow: hidden;
  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) {
  .tj-circle-btn .btn-icon {
    width: 46px;
    height: 46px;
  }
}
.tj-circle-btn .btn-icon i {
  display: inline-block;
}
.tj-circle-btn:hover {
  color: var(--tj-color-light-1);
}
.tj-circle-btn:hover .btn-icon {
  transform: scale(1.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-circle-btn {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-circle-btn {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-circle-btn {
    width: 100px;
    height: 100px;
  }
}

@keyframes rotateClock {
  0% {
    -webkit-transform: rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* START: Search CSS */
.tj_search_wrapper {
  max-width: 720px;
  margin: 0 auto;
}
.tj_search_wrapper .search_form form .search_input {
  position: relative;
  z-index: 1;
}
.tj_search_wrapper .search_form form .search_input .title {
  color: var(--tj-color-light-1);
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
  font-family: var(--tj-ff-familjen-grotesk);
  text-transform: uppercase;
  font-weight: var(--tj-fw-sbold);
}
.tj_search_wrapper .search_form form .search_input .search-box {
  position: relative;
  z-index: 1;
}
.tj_search_wrapper .search_form form .search_input .search-box input[type=search] {
  width: 100%;
  font-family: var(--tj-ff-body);
  color: var(--tj-color-text-body);
  border: 1px solid var(--tj-color-border-1);
  background: var(--tj-color-theme-bg-3);
  padding: 20px 75px 20px 24px;
}
.tj_search_wrapper .search_form form .search_input .search-box input[type=search]::placeholder {
  color: var(--tj-color-text-body);
}
.tj_search_wrapper .search_form form .search_input .search-box input[type=search]:focus {
  border-color: var(--tj-color-border-1);
}
.tj_search_wrapper .search_form form .search_input .search-box [type=submit],
.tj_search_wrapper .search_form form .search_input .search-box input[type=submit] {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-orange-1);
  font-size: 24px;
  line-height: 1;
  max-width: 68px;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tj_search_wrapper .search_form form .search_input .search-box [type=submit] i,
.tj_search_wrapper .search_form form .search_input .search-box input[type=submit] i {
  display: inline-flex;
  line-height: 1;
  transition: all 0.3s ease-in-out;
  will-change: transform;
}
.tj_search_wrapper .search_form form .search_input .search-box [type=submit]:hover i,
.tj_search_wrapper .search_form form .search_input .search-box input[type=submit]:hover i {
  transform: scale(1.1);
}

.search_popup {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  background-color: var(--tj-color-theme-dark-6);
  z-index: 100;
  padding-top: 120px;
  padding-bottom: 130px;
  opacity: 0;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition-delay: 0.5s;
  z-index: 9999;
}
.search_popup .search_close {
  position: absolute;
  top: 36px;
  inset-inline-end: 36px;
}
.search_popup .search_close .search_close_btn {
  font-size: 20px;
  line-height: 1;
  color: var(--tj-color-light-1);
  width: 48px;
  aspect-ratio: 1/1;
  border: 1px solid var(--tj-color-border-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.search_popup .search_close .search_close_btn svg {
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.search_popup .search_close .search_close_btn svg path {
  fill: var(--tj-color-common-white);
}
.search_popup .search_close .search_close_btn:hover {
  color: var(--tj-color-orange-1);
  border-color: var(--tj-color-orange-1);
}
.search_popup .search_close .search_close_btn:hover svg {
  transform: rotate(90deg);
}
.search_popup.search-opened {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
}
.search_popup.search-opened .search_form .search_input {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.search_popup.search-opened .search_form .search_input::after {
  width: 100%;
  transition-delay: 0.5s;
}
.search_popup_fnc .search_close .search_close_btn:hover {
  color: var(--tj-color-blue-1);
  border-color: var(--tj-color-blue-1);
}
.search_popup_fnc .tj_search_wrapper .search_form form .search_input .title {
  color: var(--tj-color-light-5);
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-playfair-display);
  text-transform: inherit;
}
.search_popup_fnc .tj_search_wrapper .search_form form .search_input .search-box [type=submit],
.search_popup_fnc .tj_search_wrapper .search_form form .search_input .search-box input[type=submit] {
  background-color: var(--tj-color-blue-1);
}
.search_popup_mrc .search_close .search_close_btn {
  border-radius: 50%;
}
.search_popup_mrc .search_close .search_close_btn:hover {
  color: var(--tj-color-orange-1);
  border-color: var(--tj-color-orange-1);
}
.search_popup_mrc .tj_search_wrapper .search_form form .search_input .title {
  text-transform: inherit;
}
.search_popup_mrc .tj_search_wrapper .search_form form .search_input input[type=search] {
  background-color: var(--tj-color-blur-3);
  border-color: var(--tj-color-blur-1);
  backdrop-filter: blur(12px);
  color: var(--tj-color-light-11);
  border-radius: 50px;
}
.search_popup_mrc .tj_search_wrapper .search_form form .search_input input[type=search]::placeholder {
  color: var(--tj-color-light-11);
}
.search_popup_mrc .tj_search_wrapper .search_form form .search_input input[type=search]:focus {
  border-color: var(--tj-color-orange-1);
}
.search_popup_mrc .tj_search_wrapper .search_form form .search_input .search-box [type=submit],
.search_popup_mrc .tj_search_wrapper .search_form form .search_input .search-box input[type=submit] {
  background-color: var(--tj-color-orange-1);
  border-start-end-radius: 50px;
  border-end-end-radius: 50px;
}

.search-popup-overlay {
  position: fixed;
  inset-inline-start: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: 99;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  transition: all 0.5s ease-in-out 0.3s;
}
.search-popup-overlay.opened {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0.1s;
}

/* !END: Search CSS */
/* START: Progress Bar CSS */
.tj-progress {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 8px;
  background: var(--tj-color-green-1);
  position: relative;
  border-radius: 0;
  z-index: 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-progress {
    height: 6px;
  }
}
.tj-progress-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
  list-style: 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) {
  .tj-progress-list {
    margin-top: 20px;
    gap: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-progress-list {
    margin-top: 20px;
    gap: 16px;
  }
}
.tj-progress-title {
  font-size: 16px;
  font-family: var(--tj-ff-body);
  letter-spacing: 0;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-progress-title {
    font-size: 15px;
  }
}
.tj-progress-bar {
  width: 0;
  height: 100%;
  background: var(--tj-color-theme-primary);
  position: relative;
  z-index: 1;
  border-radius: 0;
}
.tj-progress-bar::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 4px solid var(--tj-color-theme-primary);
  border-radius: 100%;
  position: absolute;
  inset-inline-end: 0;
  top: 50%;
  transform: translate(3px, -50%);
  background: var(--tj-color-common-white);
  z-index: 2;
}
@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-bar::after {
    width: 16px;
    height: 16px;
    border-width: 4px;
  }
}
.tj-progress-percent {
  font-size: 12px;
  padding: 5px 7px 4px;
  line-height: 1;
  height: auto;
  position: absolute;
  inset-inline-end: 0;
  bottom: 100%;
  transform: translate(11px, -13px);
  color: var(--tj-color-common-white) !important;
  background: var(--tj-color-theme-primary);
  z-index: 2;
}
@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-percent {
    font-size: 10px;
    padding: 4px 3px 4px 5px;
    transform: translate(9px, -11px);
  }
}
.tj-progress-percent::after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: var(--tj-color-theme-primary);
  position: absolute;
  top: 100%;
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-progress-percent::after {
    border-width: 4px;
  }
}

/* !END: Progress Bar CSS */
/**----------------------------------------
START: Tj Filter CSS
----------------------------------------*/
.tj_filter_btn_group {
  border-bottom: 1px solid var(--tj-color-border-1);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_filter_btn_group {
    gap: 10px 30px;
  }
}
.tj_filter_btn_group .tj_filter_btn {
  padding-bottom: 10px;
  line-height: 1.3;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  border: 0;
  color: var(--tj-color-heading-primary);
  position: relative;
}
.tj_filter_btn_group .tj_filter_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 0;
  height: 3px;
  background-color: var(--tj-color-theme-primary);
  transition: all 0.3s ease;
}
.tj_filter_btn_group .tj_filter_btn:hover, .tj_filter_btn_group .tj_filter_btn.active {
  color: var(--tj-color-theme-primary);
}
.tj_filter_btn_group .tj_filter_btn:hover::after, .tj_filter_btn_group .tj_filter_btn.active::after {
  width: 100%;
}
.tj_filter_search form {
  position: relative;
  width: 100%;
  z-index: 1;
}
.tj_filter_search form input[type=search] {
  font-size: 16px;
  background: var(--tj-color-theme-bg);
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--tj-color-border-1);
  padding: 10px 20px 10px 50px;
  line-height: 1;
  border-radius: 100px;
}
.tj_filter_search form input[type=search]::placeholder {
  transition: all 0.3s;
  color: var(--tj-color-text-body);
}
.tj_filter_search form input[type=search]:focus {
  outline: none;
  box-shadow: 0 0 0;
  border-color: var(--tj-color-theme-primary);
}
.tj_filter_search form button {
  font-size: 22px;
  color: var(--tj-color-heading-primary);
  width: 50px;
  height: 42px;
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  padding-inline-start: 15px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.tj_filter_search form button i {
  display: inline-flex;
  line-height: 1;
}
.tj_filter_search form button: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) {
  .tj_filter_search {
    width: 100%;
  }
}

/* !END: Tj Filter CSS */
/**----------------------------------------
START: Hero CSS
----------------------------------------*/
.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 550px;
  width: 100%;
  font-family: var(--tj-ff-inter);
  padding-top: 43px;
}
.banner-content-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 40px 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) {
  .banner-content-wrap {
    flex-wrap: wrap;
    gap: 53px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-content-wrap {
    gap: 84px 30px;
  }
}
.banner-content .banner-title {
  color: var(--tj-color-light-1);
}
.banner-content .banner-desc {
  color: var(--tj-color-light-2);
  margin-bottom: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-content {
    max-width: 490px;
    padding-top: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-content {
    max-width: 440px;
    padding-top: 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) {
  .banner-content {
    padding-top: 0;
    margin: 0;
    max-width: 600px;
  }
}
.banner-action {
  display: flex;
  gap: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-action {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.banner-image {
  padding-inline-end: 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-image {
    padding-inline-end: 0;
  }
}
.banner-image-inner {
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 0.7s;
}
.banner-image-inner > img {
  mask-image: linear-gradient(180.01deg, #ffffff 62.25%, rgba(255, 255, 255, 0) 97.91%);
}
@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-image-inner > img {
    width: 100%;
  }
}
.banner-image-wrapper {
  position: relative;
  z-index: 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) {
  .banner-image-wrapper {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}
.banner-blur-shape {
  position: absolute;
}
.banner-blur-shape-wrapper {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.banner-blur-shape-1 {
  inset-inline-end: 0;
}
.banner-blur-shape-2 {
  inset-inline-start: 50%;
  bottom: 0;
}
.banner-blur-shape-2 > img {
  transform: translateX(-50%);
}
.banner-analytics {
  line-height: 1;
  position: absolute;
  z-index: 1;
  /* chart */
}
.banner-analytics-inner {
  padding: 15px;
  padding-inline-start: 14px;
  padding-inline-end: 17px;
  color: var(--tj-color-light-1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 220px;
  line-height: 1;
  position: relative;
  z-index: 1;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 0.5s;
}
.banner-analytics-inner::before, .banner-analytics-inner:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--tj-color-theme-bg);
  opacity: 0.7;
  backdrop-filter: blur(10px);
  z-index: -2;
  transition: none;
}
.banner-analytics-inner:after {
  background-color: var(--tj-color-blur-1);
  backdrop-filter: blur(10px);
  opacity: 1;
  z-index: -1;
}
.banner-analytics-1 {
  inset-inline-start: -120px;
  bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-analytics-1 {
    inset-inline-start: -60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-analytics-1 {
    inset-inline-start: -94px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-analytics-1 {
    display: none;
  }
}
.banner-analytics-2 {
  inset-inline-end: -99px;
  top: 120px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .banner-analytics-2 {
    inset-inline-end: -30px;
    top: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-analytics-2 {
    top: 40px;
    inset-inline-end: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-analytics-2 {
    top: -30px;
    inset-inline-end: -94px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-analytics-2 {
    top: -30px;
    inset-inline-end: auto;
    inset-inline-start: 0;
  }
}
.banner-analytics-2 .banner-analytics-inner {
  transition-duration: 0.3s;
}
.banner-analytics-text {
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  line-height: 1.625;
  letter-spacing: -0.01em;
  color: var(--tj-color-light-1);
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner-analytics-text::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  background-color: var(--tj-color-theme-primary);
}
.banner-analytics .counter_number {
  color: var(--tj-color-light-1);
  font-size: 24px;
}
.banner-analytics-dot {
  position: absolute;
  inset-inline-end: 22px;
  top: 26px;
}
.banner-analytics-3 {
  bottom: -12px;
  inset-inline-end: -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) {
  .banner-analytics-3 {
    inset-inline-end: 0px;
  }
}
.banner-analytics-3 .banner-analytics-inner {
  width: 296px;
  padding: 20px 0;
  padding-bottom: 0;
  padding-inline-start: 25px;
  flex-direction: column;
  align-items: flex-start;
  transition-duration: 0.1s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-analytics-3 .banner-analytics-inner {
    transform-origin: right bottom;
    transform: scale(0.725);
  }
}
.banner-analytics-3 .counter_label {
  margin-bottom: 11px;
}
.banner-analytics-3 .counter_number {
  font-size: 52px;
  letter-spacing: -0.02em;
}
.banner-analytics-chart {
  position: relative;
  height: 185px;
  display: flex;
  align-items: flex-end;
  margin-inline-start: auto;
  margin-top: -32px;
}
.banner-analytics-chart-bar {
  width: 44px;
  flex: 1;
  position: relative;
  background: linear-gradient(180deg, rgba(39, 174, 96, 0.4) -0.12%, rgba(39, 174, 96, 0.08) 100%);
  border-top: 2px solid var(--tj-color-theme-primary);
  transform-origin: bottom;
  transform: scaleY(0);
  height: 0;
  opacity: 0;
}
.banner-video {
  position: relative;
  padding: 20px;
  position: absolute;
  inset-inline-end: 80px;
  bottom: 80px;
  max-width: 332px;
  background-color: var(--tj-color-blur-3);
  backdrop-filter: blur(12px);
  border: 1px solid var(--tj-color-border-6);
}
@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) {
  .banner-video {
    inset-inline-end: 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), (max-width: 575px) {
  .banner-video {
    bottom: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-video {
    bottom: 121px;
    max-width: 100%;
    width: calc(100% - 30px);
  }
  .banner-video img {
    width: 100%;
  }
}
.banner-video-thumb {
  position: relative;
}
.banner-video .video-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  line-height: 1;
  color: var(--tj-color-heading-primary);
  background: var(--tj-color-common-white);
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  font-size: 14px;
  will-change: transform;
}
.banner-video .video-btn i {
  line-height: 1;
  padding-top: 3px;
  padding-inline-start: 4px;
  display: inline-block;
}
.banner-video .video-btn:hover {
  transform: translate(-50%, -50%) scale(0.9);
}
.banner-video-btn {
  margin-top: 18px;
}

.tj-banner-inner {
  background-color: var(--tj-color-theme-bg);
  padding-top: 178px;
  padding-bottom: 83px;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-banner-inner {
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .tj-banner-inner {
    padding-top: 120px;
  }
}
.tj-banner-section {
  position: relative;
  background-color: var(--tj-color-theme-bg);
  z-index: 0;
  overflow: hidden;
}
.tj-banner-section-fnc {
  background-color: var(--tj-color-theme-bg-6);
  position: relative;
  z-index: 0;
  padding-top: 136px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-banner-section-fnc {
    padding-top: 88px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-banner-section-fnc {
    padding-top: 75px;
  }
}
.tj-banner-socials {
  position: relative;
  transform: translateY(-50%);
  z-index: 0;
}
.tj-banner-socials-area {
  position: absolute;
  top: calc((100% + 94px) / 2);
  inset-inline-start: 35px;
  z-index: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tj-banner-socials-area {
    inset-inline-start: 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-banner-socials-area {
    top: calc((60% + 94px) / 2);
    inset-inline-start: auto;
    inset-inline-end: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-banner-socials-area {
    display: none;
  }
}
.tj-banner-socials::before, .tj-banner-socials::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background-color: var(--tj-color-border-6);
}
.tj-banner-socials::before {
  bottom: calc(100% + 15px);
}
.tj-banner-socials::after {
  top: calc(100% + 15px);
}
.tj-banner-socials-title {
  color: var(--tj-color-light-8);
  font-weight: var(--tj-fw-medium);
  letter-spacing: -0.01em;
  line-height: 1;
}
.tj-banner-socials-inner {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  position: relative;
  z-index: 0;
  writing-mode: sideways-lr;
}
.tj-banner-socials-inner .tj-socials {
  gap: 8px;
}
.tj-banner-socials-inner .tj-socials li {
  transform: rotate(90deg);
}
.tj-banner-mrc-section {
  position: relative;
  background-color: var(--tj-color-theme-dark-6);
  z-index: 0;
  overflow: hidden;
}
.tj-banner-mrc-inner {
  padding-top: 186px;
  min-height: 911px;
  background-color: var(--tj-color-theme-dark-6);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-banner-mrc-inner {
    min-height: 842px;
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .tj-banner-mrc-inner {
    min-height: 880px;
    padding-top: 170px;
  }
}
.tj-banner-mrc-inner .banner-content {
  max-width: 740px;
}
@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-mrc-inner .banner-content {
    max-width: 577px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-banner-mrc-inner .banner-content {
    padding-top: 0;
  }
}
.tj-banner-mrc-inner .banner-title {
  font-size: 130px;
  letter-spacing: -0.04em;
  line-height: 0.8846;
  color: var(--tj-color-common-white);
  text-transform: uppercase;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-familjen-grotesk);
  margin-inline-start: -5px;
}
.tj-banner-mrc-inner .banner-title i {
  font-size: 91px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-banner-mrc-inner .banner-title {
    font-size: 90px;
  }
  .tj-banner-mrc-inner .banner-title i {
    font-size: 61px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-banner-mrc-inner .banner-title {
    font-size: 90px;
  }
  .tj-banner-mrc-inner .banner-title i {
    font-size: 61px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-banner-mrc-inner .banner-title {
    font-size: 62px;
  }
  .tj-banner-mrc-inner .banner-title i {
    font-size: 41px;
  }
}
.tj-banner-mrc-inner .banner-action {
  margin-top: 26px;
}
.tj-banner-mrc-inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-270deg, var(--tj-color-theme-dark-6) 20.52%, rgba(30, 30, 30, 0.6) 40.26%, rgba(30, 30, 30, 0) 64.38%);
  z-index: -2;
}
.tj-banner-slider {
  position: relative;
  z-index: 0;
}
.tj-banner-slider .bg-img {
  transition: 1s ease-in-out;
  transform: scale(1.2);
}
.tj-banner-slider .banner-title-wrapper,
.tj-banner-slider .banner-action-wrapper {
  transition-duration: 0.8s;
  opacity: 0;
  transform: translateY(40px);
}
.tj-banner-slider .swiper-slide-active .banner-title-wrapper,
.tj-banner-slider .swiper-slide-active .banner-action-wrapper {
  transform: translateY(0);
  opacity: 1;
}
.tj-banner-slider .swiper-slide-active .banner-title-wrapper {
  transition-delay: 1s;
}
.tj-banner-slider .swiper-slide-active .banner-action-wrapper {
  transition-delay: 1.25s;
}
.tj-banner-slider .swiper-slide-active .bg-img {
  transform: scale(1);
}

.trusted-features {
  margin-top: 40px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition-property: all;
  transition-timing-function: linear;
  transition-duration: 0.7s;
}
.trusted-features-desc {
  color: var(--tj-color-light-3);
}
.trusted-features-desc > span {
  color: var(--tj-color-light-1);
  font-weight: var(--tj-fw-sbold);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .trusted-features {
    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) {
  .trusted-features {
    margin-top: 30px;
  }
}

.title-gradient {
  background-image: var(--tj-color-gradient-1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title-gradient-2 {
  background-image: var(--tj-color-gradient-2);
}

.banner-fnc-wrap {
  max-width: 1526px;
  margin: 0 auto;
  padding: 90px 0;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-fnc-wrap {
    padding: 70px 0 30px;
    gap: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-fnc-wrap {
    gap: 60px;
    padding: 60px 0 30px;
  }
}
.banner-fnc-content {
  max-width: 925px;
  padding-top: 0;
  position: relative;
}
.banner-fnc-content .trusted-features {
  margin-top: 0;
  margin-bottom: 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-fnc-content .trusted-features {
    margin-bottom: 15px;
  }
}
.banner-fnc-content .tj-users-list li {
  width: 34px;
}
.banner-fnc-content .tj-users-list li:not(:first-child) {
  margin-left: -14px;
}
.banner-fnc-content .tj-rating-wrapper .r-icon-wrapper {
  color: var(--tj-color-blue-1);
}
.banner-fnc-content .tj-rating-wrapper .r-icon-wrapper i,
.banner-fnc-content .tj-rating-wrapper .r-icon-wrapper svg {
  color: var(--tj-color-blue-1);
}
.banner-fnc-content .tj-rating-wrapper-sm .label {
  color: var(--tj-color-theme-dark-5);
}
.banner-fnc-content .banner-title {
  font-size: 106px;
  line-height: 1.057;
  letter-spacing: -0.04em;
  color: var(--tj-color-theme-dark-5);
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-playfair-display);
}
.banner-fnc-content .banner-title .title-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  aspect-ratio: 1/1;
  font-size: 75px;
  color: var(--tj-color-blue-1);
  background-color: var(--tj-color-blue-2);
  border-radius: 50%;
  position: relative;
}
.banner-fnc-content .banner-title .title-icon::before {
  content: "";
  position: absolute;
  top: -1px;
  inset-inline-start: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(0, 123, 255, 0.6) 0%, rgba(0, 123, 255, 0.2) 100%);
  z-index: -1;
}
.banner-fnc-content .banner-title .title-icon i {
  animation: spin 6s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-fnc-content .banner-title .title-icon {
    width: 90px;
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-fnc-content .banner-title .title-icon {
    width: 80px;
    font-size: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-fnc-content .banner-title .title-icon {
    width: 54px;
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-fnc-content .banner-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-fnc-content .banner-title {
    font-size: 74px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-fnc-content .banner-title {
    font-size: 60px;
    margin-bottom: 25px;
  }
}
.banner-fnc-content .banner-action {
  position: absolute;
  inset-inline-end: 0;
  bottom: 25px;
}
@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) {
  .banner-fnc-content .banner-action {
    position: static;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner-fnc-content {
    max-width: 835px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-fnc-content {
    max-width: 720px;
  }
}
.banner-fnc-image-wrap {
  padding: 0 15px;
}
.banner-fnc-image-wrap .banner-image {
  padding: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 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) {
  .banner-fnc-image-wrap {
    padding: 0;
  }
}

.trusted-growth-box {
  max-width: 388px;
  width: 100%;
  background-color: var(--tj-color-light-5);
  border: 1px solid var(--tj-color-border-7);
}
.trusted-growth-box .tj_counter {
  padding: 28px 30px 20px;
}
.trusted-growth-box .tj_counter .counter_number {
  font-size: 68px;
  line-height: 1.06;
  font-family: var(--tj-ff-inter);
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-dark-5);
  margin-bottom: 12px;
}
.trusted-growth-box .tj_counter .counter_number .suffix {
  display: inline-flex;
  align-items: center;
}
.trusted-growth-box .tj_counter .counter_number .suffix sup {
  top: -0.1em;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .trusted-growth-box .tj_counter .counter_number {
    font-size: 58px;
  }
}
.trusted-growth-box .tj_counter .counter_text {
  color: var(--tj-color-text-body-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .trusted-growth-box .tj_counter {
    padding: 26px 20px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .trusted-growth-box .tj_counter {
    padding: 20px;
  }
}
.trusted-growth-box .tj-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.trusted-growth-box .tj-list-area {
  border-top: 1px solid var(--tj-color-border-7);
  padding: 26px 30px 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .trusted-growth-box .tj-list-area {
    padding: 26px 20px 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .trusted-growth-box .tj-list-area {
    padding: 20px;
  }
}
.trusted-growth-box .tj-list li {
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-dark-5);
}
.trusted-growth-box .tj-list li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  width: 18px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: var(--tj-color-light-5);
  background-color: var(--tj-color-blue-1);
  margin-top: 4px;
}
@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) {
  .trusted-growth-box {
    max-width: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trusted-growth-box {
    margin-top: -120px;
    margin-inline-start: auto;
  }
}

.banner-box-shape {
  position: absolute;
  width: 650px;
  aspect-ratio: 1/1;
  top: 65px;
  right: 28.4%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-box-shape {
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner-box-shape {
    width: 500px;
    right: 0;
  }
}

/* !END: Hero CSS */
/**----------------------------------------
START: Marquee CSS
----------------------------------------*/
.tj-marquee {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.tj-marquee-item {
  position: relative;
  flex-shrink: 0;
}
.tj-text-marquee {
  padding: 15px 0;
  background-color: var(--tj-color-theme-bg);
  border-bottom: 1px solid var(--tj-color-border-3);
}
.tj-text-marquee-title {
  font-family: var(--tj-ff-heading);
  font-size: 32px;
  letter-spacing: -0.02em;
  font-weight: var(--tj-fw-bold);
  text-transform: uppercase;
  color: var(--tj-color-light-1);
  display: flex;
  align-items: center;
  gap: 30px;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
}
.tj-text-marquee-title::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  background-color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-text-marquee-title {
    font-size: 24px;
    gap: 20px;
  }
}
.tj-text-marquee-mrc {
  background-color: var(--tj-color-orange-1);
  padding: 10px 0 12px;
  line-height: 1;
}
.tj-text-marquee-mrc .tj-text-marquee-title {
  font-family: var(--tj-ff-familjen-grotesk);
  font-size: 24px;
  letter-spacing: -0.02em;
  color: var(--tj-color-common-white);
  padding-inline-start: 15px;
  padding-inline-end: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-text-marquee-mrc .tj-text-marquee-title {
    font-size: 20px;
  }
}
.tj-text-marquee-mrc .tj-text-marquee-title::before {
  display: none;
}
.tj-text-marquee-mrc .tj-text-marquee-img {
  width: 26px;
  margin-bottom: 5px;
}
.tj-text-marquee-mrc .tj-text-marquee-img > img {
  animation: tjZoomInOut3 1s ease-in-out infinite alternate;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-text-marquee-mrc .tj-text-marquee-img {
    font-size: 22px;
  }
}
.tj-text-marquee-mrc-lg {
  background-color: transparent;
  padding: 0;
  border: 0;
}
.tj-text-marquee-mrc-lg .tj-text-marquee-title {
  font-family: var(--tj-ff-inter);
  font-size: 240px;
  letter-spacing: -0.05em;
  line-height: 0.8;
  text-transform: lowercase;
  font-weight: var(--tj-fw-regular);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-text-marquee-mrc-lg .tj-text-marquee-title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-text-marquee-mrc-lg .tj-text-marquee-title {
    font-size: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-text-marquee-mrc-lg .tj-text-marquee-title {
    font-size: 140px;
  }
}
.tj-text-marquee-mrc-lg .tj-text-marquee-img {
  width: 78px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-text-marquee-mrc-lg .tj-text-marquee-img {
    width: 70px;
    margin-bottom: -30px;
    margin-inline-end: -20px;
  }
}
.tj-text-marquee-mrc-lg-wrapper {
  margin-inline-start: -100%;
  margin-top: -60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-text-marquee-mrc-lg-wrapper {
    margin-top: -42px;
  }
}
@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-text-marquee-mrc-lg-wrapper {
    margin-top: 0;
    margin-inline-start: -15px;
    margin-inline-end: -15px;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
}
.tj-text-marquee-mrc-lg-wrapper-2 {
  visibility: hidden;
  opacity: 0;
  height: 0;
  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) {
  .tj-text-marquee-mrc-lg-wrapper-2 {
    margin-top: -38px;
    margin-inline-start: 0;
    margin-inline-end: 0;
    visibility: visible;
    opacity: 1;
    height: auto;
    border-bottom: 1px solid var(--tj-color-border-13);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-text-marquee-mrc-lg-wrapper-2 {
    padding-bottom: 72px;
    margin-bottom: 78px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-text-marquee-mrc-lg-wrapper-2 {
    margin-top: -35px;
    padding-bottom: 64px;
    margin-bottom: 68px;
  }
}
.tj-text-marquee-about {
  background-color: var(--tj-color-theme-primary);
  border-bottom: 0;
}
.tj-text-marquee-about .tj-text-marquee-title::before {
  background-color: var(--tj-color-theme-bg-2);
}

.fnc-marquee {
  padding: 30px 0;
}
.fnc-marquee-section {
  background-size: cover;
}
.fnc-marquee-text {
  font-size: 106px;
  color: var(--tj-color-light-5);
  font-family: var(--tj-ff-playfair-display);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.015em;
  font-weight: var(--tj-fw-sbold);
  padding-inline-start: 35px;
  padding-inline-end: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fnc-marquee-text {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fnc-marquee-text {
    font-size: 80px;
    padding-inline-start: 25px;
    padding-inline-end: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fnc-marquee-text {
    font-size: 70px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fnc-marquee-text {
    font-size: 40px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.fnc-marquee-icon {
  font-size: 75px;
  width: 140px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  color: var(--tj-color-light-5);
  background-color: var(--tj-color-blue-1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.fnc-marquee-icon i {
  animation: spinReverse 8s linear infinite;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fnc-marquee-icon {
    font-size: 65px;
    width: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fnc-marquee-icon {
    font-size: 50px;
    width: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fnc-marquee-icon {
    font-size: 40px;
    width: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fnc-marquee-icon {
    font-size: 36px;
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fnc-marquee {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fnc-marquee {
    padding: 20px 0;
  }
}

/* !END: Marquee CSS */
/**----------------------------------------
START: Choose CSS
----------------------------------------*/
.tj-choose-section {
  background-color: var(--tj-color-theme-bg-2);
  position: relative;
  z-index: 0;
}

.choose-box {
  position: relative;
  z-index: 0;
  background-color: var(--tj-color-theme-bg-3);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.choose-box::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: var(--tj-color-theme-bg);
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.choose-box .choose-inner {
  height: 100%;
  padding: 30px;
  overflow: hidden;
  border: 1px solid var(--tj-color-border-1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-box .choose-inner {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .choose-box .choose-inner {
    padding: 30px 15px;
  }
}
.choose-box .choose-icon {
  color: var(--tj-color-heading-primary);
  font-size: 42px;
  line-height: 1;
  width: 72px;
  height: 72px;
  background-color: var(--tj-color-theme-bg-2);
  border: 1px solid var(--tj-color-border-1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.choose-box .choose-icon i {
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-box .choose-icon {
    margin-bottom: 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) {
  .choose-box .choose-icon {
    margin-bottom: 20px;
  }
}
.choose-box .title {
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choose-box .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .choose-box .title {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.choose-box .title a:hover {
  letter-spacing: 0em;
}
.choose-box .desc {
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.choose-box .tj-icon-btn {
  margin-top: 28px;
}
.choose-box .choose-shape-image {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom right;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.choose-box:hover::before {
  height: 100%;
  opacity: 1;
}
.choose-box:hover .choose-icon {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  color: var(--tj-color-light-1);
}
.choose-box:hover .title {
  color: var(--tj-color-light-1);
}
.choose-box:hover .desc {
  color: var(--tj-color-light-2);
}
.choose-box:hover .choose-shape-image {
  opacity: 1;
  transform: scale(1);
  width: 100%;
}
.choose-box:hover .choose-shape-image img {
  width: 100%;
}
.choose-box:hover .tj-icon-btn {
  color: var(--tj-color-light-1);
}
.choose-box:hover .tj-icon-btn .btn-icon {
  background-color: var(--tj-color-blur-1);
}
.choose-box:hover .tj-icon-btn:hover .btn-text, .choose-box:hover .tj-icon-btn:focus .btn-text {
  color: var(--tj-color-light-1);
}
.choose-box-fnc {
  background-color: var(--tj-color-light-5);
}
.choose-box-fnc::before {
  background-color: var(--tj-color-blue-1);
}
.choose-box-fnc .choose-inner {
  display: flex;
  gap: 20px;
  padding: 28px;
  border-color: var(--tj-color-border-7);
}
@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) {
  .choose-box-fnc .choose-inner {
    flex-direction: column;
    padding: 28px 20px;
  }
}
.choose-box-fnc .choose-icon {
  color: var(--tj-color-blue-1);
  background-color: var(--tj-color-blue-2);
  border: 0;
  width: 68px;
  height: 68px;
  flex: 0 0 auto;
  margin-bottom: 0;
  position: relative;
}
.choose-box-fnc .choose-icon::before {
  content: "";
  position: absolute;
  top: -1px;
  inset-inline-start: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(0, 123, 255, 0.6) 0%, rgba(0, 123, 255, 0.2) 100%);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}
.choose-box-fnc .choose-action {
  position: relative;
  padding-top: 24px;
  margin-top: 25px;
}
.choose-box-fnc .choose-action::before {
  content: "";
  position: absolute;
  top: 0;
  inset-inline-start: -100%;
  width: 300%;
  height: auto;
  border-top: 1px solid var(--tj-color-border-7);
}
.choose-box-fnc .title {
  font-family: var(--tj-ff-playfair-display);
  color: var(--tj-color-theme-dark-5);
  margin-top: 9px;
}
@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) {
  .choose-box-fnc .title {
    margin-top: 0;
  }
}
.choose-box-fnc .desc {
  color: var(--tj-color-text-body-2);
}
.choose-box-fnc:hover .choose-icon {
  color: var(--tj-color-light-5);
  background-color: var(--tj-color-theme-dark-5);
}
.choose-box-fnc:hover .choose-icon::before {
  background: var(--tj-color-theme-dark-5);
}
.choose-box-fnc:hover .title {
  color: var(--tj-color-light-5);
}
.choose-box-fnc:hover .desc {
  color: var(--tj-color-light-5);
}
.choose-box-fnc:hover .choose-action::before {
  border-color: var(--tj-color-border-8);
}
.choose-box-fnc:hover .tj-text-btn {
  color: var(--tj-color-light-5);
}
.choose-box-fnc:hover .tj-text-btn:hover {
  color: var(--tj-color-light-5);
}
.choose-item-fnc {
  background-color: var(--tj-color-light-5);
}
.choose-item-fnc::before {
  display: none;
}
.choose-item-fnc .choose-inner {
  display: flex;
  gap: 16px;
  border-color: var(--tj-color-border-7);
  padding: 46px 40px;
}
@media (max-width: 575px) {
  .choose-item-fnc .choose-inner {
    flex-direction: column;
    padding: 30px 20px;
  }
}
.choose-item-fnc .choose-icon {
  color: var(--tj-color-blue-1);
  background-color: var(--tj-color-blue-2);
  border: 0;
  font-size: 38px;
  width: 66px;
  height: 66px;
  flex: 0 0 auto;
  margin-bottom: 0;
  position: relative;
}
.choose-item-fnc .choose-icon::before {
  content: "";
  position: absolute;
  top: -1px;
  inset-inline-start: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(0, 123, 255, 0.6) 0%, rgba(0, 123, 255, 0.2) 100%);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s;
}
.choose-item-fnc .choose-content {
  position: relative;
  margin-top: 9px;
}
.choose-item-fnc .choose-action {
  position: absolute;
  top: 5px;
  inset-inline-end: 0;
  display: inline-flex;
}
.choose-item-fnc .choose-action .tj-text-btn {
  font-size: 22px;
  opacity: 0.3;
}
.choose-item-fnc .choose-action .tj-text-btn:hover {
  opacity: 1;
}
.choose-item-fnc .choose-action .tj-text-btn:hover .btn-icon i {
  transform: rotate(-45deg);
}
.choose-item-fnc .title {
  font-family: var(--tj-ff-playfair-display);
  color: var(--tj-color-theme-dark-5);
}
.choose-item-fnc .desc {
  color: var(--tj-color-text-body-2);
}
.choose-item-fnc:not(:first-child) .choose-inner {
  border-top: 0;
}
.choose-item-fnc:hover .choose-icon {
  color: var(--tj-color-blue-1);
  background-color: var(--tj-color-blue-2);
}
.choose-item-fnc:hover .choose-icon::before {
  background-color: var(--tj-color-blue-2);
}
.choose-item-fnc:hover .choose-icon i {
  animation: gelatine 0.7s ease;
}
.choose-item-fnc:hover .title {
  color: var(--tj-color-theme-dark-5);
}
.choose-item-fnc:hover .desc {
  color: var(--tj-color-text-body-2);
}

.fnc-choose-heading .desc {
  color: var(--tj-color-text-body-2);
  max-width: 310px;
  width: 100%;
}

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

.choose-box-mrc {
  position: relative;
  z-index: 0;
  background-color: var(--tj-color-orange-2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 100%;
}
.choose-box-mrc .title {
  font-family: var(--tj-ff-familjen-grotesk);
  color: var(--tj-color-theme-dark-6);
}
.choose-box-mrc .title {
  margin-bottom: 18px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.01em;
  line-height: 1.16667;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choose-box-mrc .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .choose-box-mrc .title {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.choose-box-mrc .title a:hover {
  letter-spacing: 0em;
  color: var(--tj-color-orange-1);
}
.choose-box-mrc .desc {
  margin-bottom: 0;
  color: var(--tj-color-text-body-3);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.choose-box-mrc .tj-text-btn,
.choose-box-mrc .tj-btn-primary {
  margin-top: 20px;
}
.choose-box-mrc .tj-btn-primary {
  margin-top: 23px;
}
.choose-box-mrc .choose-inner {
  height: 100%;
  padding: 43px 30px 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), 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) {
  .choose-box-mrc .choose-inner {
    padding: 40px 20px 30px;
  }
}
.choose-box-mrc .choose-icon {
  color: var(--tj-color-common-white);
  font-size: 44px;
  line-height: 1;
  width: 80px;
  height: 80px;
  background-color: var(--tj-color-orange-1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 52px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.choose-box-mrc .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), 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-mrc .choose-icon {
    margin-bottom: 38px;
  }
}
.choose-box-mrc .choose-content {
  position: relative;
  padding-top: 33px;
}
.choose-box-mrc .choose-content::before {
  content: "";
  width: 300%;
  height: 1px;
  background-color: var(--tj-color-border-11);
  position: absolute;
  top: 1px;
  inset-inline-start: -50%;
}
.choose-box-mrc-2 .title,
.choose-box-mrc-2 .desc {
  color: var(--tj-color-common-white);
}
.choose-box-mrc-2 .choose-content {
  z-index: 0;
  position: absolute;
  inset: 10px;
  top: auto;
  border: 1px solid var(--tj-color-border-6);
  padding: 20px 20px 25px;
}
.choose-box-mrc-2 .choose-content::before {
  inset: 0;
  z-index: -2;
  width: auto;
  height: auto;
  background-color: var(--tj-color-theme-dark-6);
  opacity: 0.6;
}
.choose-box-mrc-2 .choose-content::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--tj-color-blue-3);
  backdrop-filter: blur(12px);
}
.choose-box-mrc-2 .choose-bg-image {
  height: 100%;
}
.choose-box-mrc-2 .choose-bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.choose-box-mrc-2 .choose-inner {
  padding: 0;
}
.choose-box-mrc-3 {
  background-color: var(--tj-color-green-2);
}
.choose-box-mrc-3 .choose-content {
  margin-top: 29px;
  padding-top: 25px;
}
.choose-box-mrc:hover .choose-icon {
  transform: scaleX(-1);
}
.choose-box-about {
  overflow: hidden;
}
.choose-box-about .choose-icon {
  flex-shrink: 0;
}
.choose-box-about .choose-inner {
  display: flex;
  gap: 17px;
  padding-bottom: 37px;
}

/* !END: Choose CSS */
/**----------------------------------------
START: Client CSS
----------------------------------------*/
.tj-client-section {
  padding-top: 56px;
  background-color: var(--tj-color-theme-bg);
  position: relative;
  z-index: 0;
}
.tj-client-heading {
  margin-bottom: 54px;
  color: var(--tj-color-light-1);
  font-weight: var(--tj-fw-sbold);
  line-height: 1.6;
  max-width: 303px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  text-align: center;
}
.tj-client-heading span {
  border: 2px solid var(--tj-color-theme-primary);
  color: var(--tj-color-theme-primary);
  border-radius: 40px;
  line-height: 1;
  display: inline-block;
  padding: 2px 0 1px;
  padding-inline-start: 6px;
  padding-inline-end: 4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-client-heading {
    margin-bottom: 40px;
  }
}
.tj-client-shape-image {
  position: absolute;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  width: 173%;
  pointer-events: none;
}
.tj-client-shape-image img {
  width: 100%;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-client-item {
  position: relative;
  z-index: 0;
}
.tj-client-item > span {
  width: 320px;
  aspect-ratio: 320/178;
  border-style: solid;
  border-color: var(--tj-color-border-4);
  border-width: 0;
  border-inline-end-width: 1px;
  border-top-width: 1px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 11px;
  z-index: 1;
}
.tj-client-item > span img {
  max-width: 100%;
  width: 200px;
  height: auto;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-client-item:hover .tj-client-shape-image img, .tj-client-item:focus .tj-client-shape-image img {
  opacity: 1;
  transform: scale(1);
}
.tj-client-item:hover > span img, .tj-client-item:focus > span img {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-client-item > span {
    width: 280px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-client-item > span {
    width: 220px;
  }
}
@media (max-width: 575px) {
  .tj-client-item > span {
    width: 220px;
  }
}
.tj-client-marquee-fnc {
  padding: 30px 0;
  border-bottom: 1px solid var(--tj-color-border-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-client-marquee-fnc {
    padding: 20px 0;
  }
}
.tj-client-marquee-fnc .tj-marquee-item > span {
  padding-inline-start: 49px;
  padding-inline-end: 49px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-client-marquee-fnc .tj-marquee-item > span {
    padding-inline-start: 30px;
    padding-inline-end: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-client-marquee-fnc .tj-marquee-item > span {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.tj-client-marquee-mrc .tj-client-shape-image {
  display: none;
}
.tj-client-marquee-mrc .tj-client-item > span {
  border-top-width: 0;
  width: 294px;
  aspect-ratio: 294/160;
  padding: 0 11px;
  overflow: hidden;
  border-color: var(--tj-color-border-13);
}
.tj-client-marquee-mrc .tj-client-item > span img {
  opacity: 1;
}

/* !END: Client CSS */
/**----------------------------------------
START: About CSS
----------------------------------------*/
.tj-about-section {
  background-color: var(--tj-color-theme-bg-2);
  position: relative;
  z-index: 1;
}
.tj-about-container {
  margin-inline-end: calc((100% - 1320px) / 2);
  margin-inline-start: 0;
  max-width: inherit;
  width: auto;
  --bs-gutter-x: 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-about-container {
    --bs-gutter-x: 30px;
    margin-inline-end: 0;
  }
}
.tj-about-heading .sec-heading-inner {
  align-items: flex-start;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-about-heading .sec-heading-inner > :last-child {
    margin-top: 16px;
  }
}
.tj-about-heading .sec-heading-inner .sec-subtitle {
  margin-top: 10px;
  margin-bottom: 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) {
  .tj-about-heading .sec-heading-inner .sec-subtitle {
    margin-top: 0;
  }
}
.tj-about-heading .sec-heading-inner .sec-title {
  max-width: 757px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-about-heading .sec-heading-inner .sec-title {
    max-width: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-heading .sec-heading-inner .sec-title {
    max-width: 590px;
  }
}

.about-img {
  position: relative;
  width: 100%;
  aspect-ratio: 833/616;
}
.about-img > img {
  width: 100%;
  object-fit: cover;
  margin-top: -100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-img {
    height: 100%;
  }
  .about-img > img {
    margin-top: 0;
    height: 100%;
  }
}
@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-img {
    mask-image: 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) {
  .about-img {
    margin-inline-start: -15px;
    width: calc(100% + 30px);
  }
}
.about-img-fnc {
  width: 43%;
  height: 100%;
  aspect-ratio: 834/896;
  position: absolute;
  top: 0;
  right: 0;
}
.about-img-fnc > img {
  margin-top: -50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-img-fnc {
    width: 41.5%;
  }
  .about-img-fnc > img {
    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) {
  .about-img-fnc {
    width: 100%;
    position: static;
    margin: 0;
  }
}
.about-img-fnc-sm {
  max-width: 293px;
  width: 100%;
  margin-inline-start: -120px;
}
.about-img-fnc-sm img {
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-img-fnc-sm {
    max-width: 280px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-img-fnc-sm {
    max-width: 250px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), 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) {
  .about-img-fnc-sm {
    margin-inline-start: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-img-fnc-sm {
    max-width: 100%;
  }
}

.about-left {
  width: calc(100% - 787px);
}
@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-left {
    width: 100%;
  }
}

.about-content-area {
  position: relative;
  z-index: 1;
  width: 787px;
  max-width: 50%;
}
.about-content-area .desc {
  margin-bottom: 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) {
  .about-content-area {
    max-width: 100%;
  }
}
.about-feature-wrapper {
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-feature-wrapper {
    flex-direction: column;
  }
}
.about-feature-icon {
  font-size: 54px;
  color: var(--tj-color-theme-primary);
  margin-bottom: 18px;
  line-height: 1;
}
.about-feature-icon svg {
  width: 54px;
}
.about-feature-item {
  padding: 34px 30px 26px;
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  transition: all 0.3s;
}
.about-feature-item .title {
  margin-bottom: 0;
}
.about-feature-item .desc {
  margin-top: 15px;
  margin-bottom: 0;
}
.about-desc {
  margin-bottom: 0;
}
.about-action {
  margin-top: 28px;
}
.about-signature {
  width: 210px;
  margin-top: 20px;
}
.about-bottom {
  display: flex;
  gap: 30px;
  margin-top: 64px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-bottom {
    flex-direction: column;
    margin-top: 30px;
  }
}
.about-bottom-left {
  max-width: 350px;
  margin-top: -6px;
}
.about-bottom-right {
  max-width: 241px;
  padding-inline-start: 30px;
  border-style: solid;
  border-color: var(--tj-color-border-1);
  border-width: 0;
  border-inline-start-width: 1px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-bottom-right {
    border-width: 0;
    padding-inline-start: 0;
    padding-top: 30px;
    border-top-width: 1px;
    max-width: 100%;
  }
}
.about-content-fnc {
  max-width: 410px;
  width: 100%;
  margin-bottom: 70px;
}
.about-content-fnc-wrap {
  display: flex;
  align-items: flex-end;
  gap: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-content-fnc-wrap {
    gap: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-fnc-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-content-fnc-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 30px;
  }
}
.about-content-fnc .desc {
  color: var(--tj-color-text-body-2);
  letter-spacing: 0;
}
.about-content-fnc .tj_counter {
  border-top: 1px solid var(--tj-color-border-7);
  border-bottom: 1px solid var(--tj-color-border-7);
  margin-top: 23px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.about-content-fnc .tj_counter .counter_number {
  font-size: 120px;
  font-family: var(--tj-ff-inter);
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-dark-5);
  width: 50%;
  padding: 10px 30px 10px 0;
  border-right: 1px solid var(--tj-color-border-7);
}
.about-content-fnc .tj_counter .counter_number sup {
  font-size: 0.4em;
  top: -1.3em;
}
@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) {
  .about-content-fnc .tj_counter .counter_number {
    font-size: 90px;
  }
}
.about-content-fnc .tj_counter .counter_label {
  font-size: 18px;
  line-height: 1.444;
  font-family: var(--tj-ff-inter);
  color: var(--tj-color-theme-dark-5);
  max-width: 190px;
  width: 100%;
  padding-inline-start: 30px;
  margin-bottom: 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) {
  .about-content-fnc .tj_counter .counter_label {
    padding-inline-start: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-fnc {
    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) {
  .about-content-fnc {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-content-fnc {
    max-width: 480px;
  }
}

.fnc-about-section {
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fnc-about-section .inner-gap {
    padding-bottom: 20px;
  }
}
.fnc-about-heading {
  margin-bottom: 44px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fnc-about-heading {
    margin-bottom: 35px;
  }
}

.about-img-mrc {
  display: flex;
  max-width: 746px;
}
@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-mrc {
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin-inline-start: -15px;
    margin-inline-end: -15px;
  }
  .about-img-mrc > div {
    flex-grow: 1;
  }
  .about-img-mrc > div img {
    width: 100%;
  }
}
.about-content-mrc {
  max-width: 645px;
  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) {
  .about-content-mrc {
    max-width: 100%;
    margin-bottom: 45px;
  }
}
.about-list {
  list-style: none;
}
.about-list li {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: var(--tj-color-theme-dark-6);
  font-weight: var(--tj-fw-medium);
  border-style: solid;
  border-color: var(--tj-color-border-11);
  border-width: 0;
  border-bottom-width: 1px;
  padding: 13px 0;
  letter-spacing: 0;
  line-height: 1;
}
.about-list li:first-child {
  border-top-width: 1px;
}
.about-list li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 14px;
  width: 18px;
  aspect-ratio: 1/1;
  padding-inline-start: 1px;
  line-height: 1;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-dark-6);
  border-radius: 50%;
}
@media (max-width: 575px) {
  .about-list {
    margin-bottom: 30px;
    columns: 1;
  }
}
.about-desc-mrc {
  color: var(--tj-color-text-body-2);
}
.about-desc-mrc-bold {
  font-size: 22px;
  line-height: 1.4545;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-theme-dark-6);
  margin-bottom: 16px;
}
.about-action-mrc {
  margin-top: 40px;
}
.about-feature-item-mrc {
  line-height: 1;
  padding: 20px 20px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--tj-color-common-white);
  border-width: 0;
  border-top-width: 2px;
  border-top-color: var(--tj-color-orange-1);
}
.about-feature-item-mrc .about-feature-icon {
  width: 49px;
  margin-bottom: 14px;
}
.about-feature-item-mrc .title {
  font-family: var(--tj-ff-familjen-grotesk);
  font-size: 28px;
  line-height: 1.2857;
  text-transform: uppercase;
  color: var(--tj-color-theme-dark-6);
  margin-bottom: 22px;
}
.about-feature-item-mrc .tj-text-btn {
  margin-top: auto;
}
.about-bottom {
  margin-top: 55px;
  gap: 43px;
}
.about-bottom-left {
  max-width: 350px;
  margin-top: 0;
}
.about-bottom-right {
  width: 331px;
  max-width: inherit;
  padding-inline-start: 31px;
  border: 1px solid var(--tj-color-border-1);
  border-width: 0;
  border-inline-start-width: 1px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-bottom {
    margin-top: 33px;
  }
  .about-bottom-right {
    padding-inline-start: 0;
    border-width: 0;
  }
}
.about-bottom-mrc {
  margin-top: 48px;
  gap: 50px;
}
.about-bottom-mrc .about-bottom-left {
  width: 288px;
  max-width: inherit;
  margin-top: 0;
}
.about-bottom-mrc .about-bottom-right {
  width: 307px;
  max-width: inherit;
  padding: 0;
  border: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-bottom-mrc .about-bottom-right {
    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) {
  .about-bottom-mrc {
    margin-top: 31px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-bottom-mrc {
    margin-top: 31px;
    gap: 41px;
  }
}

.tj-about-mrc-section {
  background-color: var(--tj-color-orange-2);
  position: relative;
  z-index: 0;
}
.tj-about-mrc-heading .sec-heading-inner {
  align-items: flex-start;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-about-mrc-heading .sec-heading-inner > :last-child {
    margin-top: 16px;
  }
}
.tj-about-mrc-heading .sec-heading-inner .sec-subtitle {
  margin-top: 12px;
  margin-bottom: 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) {
  .tj-about-mrc-heading .sec-heading-inner .sec-subtitle {
    margin-top: 0;
  }
}
.tj-about-mrc-heading .sec-heading-inner .sec-title {
  max-width: 960px;
}
.tj-about-mrc-heading .sec-heading-inner .sec-title img {
  width: 102px;
  margin-bottom: 10px;
  margin-inline-end: 3px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-about-mrc-heading .sec-heading-inner .sec-title {
    max-width: 780px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-mrc-heading .sec-heading-inner .sec-title {
    max-width: 690px;
  }
}

.tj-grid-shape {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  z-index: -1;
  color: var(--tj-color-common-white);
  width: 200px;
  aspect-ratio: 1/1;
}
.tj-grid-shape svg {
  width: 100%;
  height: 100%;
}
.tj-grid-shape svg > rect {
  animation: tjGridAnim 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s paused both;
}
.tj-grid-shape svg > rect:nth-child(2) {
  animation-delay: 0.3s;
}
.tj-grid-shape svg > rect:nth-child(3) {
  animation-delay: 0.4s;
}
.tj-grid-shape svg > rect:nth-child(4) {
  animation-delay: 0.5s;
}
.tj-grid-shape svg > rect:nth-child(5) {
  animation-delay: 0.6s;
}
.tj-grid-shape svg > rect:nth-child(6) {
  animation-delay: 0.7s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-grid-shape {
    width: 120px;
  }
}
@media (max-width: 575px) {
  .tj-grid-shape {
    width: 100px;
  }
}

.about-main-img {
  aspect-ratio: inherit;
  height: 100%;
  position: relative;
}
.about-main-img img {
  height: 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) {
  .about-main-img {
    width: 100%;
    margin: 50px 0 0;
    height: auto;
  }
}
.about-main-author-area {
  position: relative;
  z-index: 1;
  padding: 20px 20px 25px;
}
.about-main-author-area::before, .about-main-author-area:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--tj-color-theme-bg);
  opacity: 0.7;
  backdrop-filter: blur(10px);
  z-index: -2;
  transition: none;
}
.about-main-author-area:after {
  background-color: var(--tj-color-blur-1);
  backdrop-filter: blur(10px);
  opacity: 1;
  z-index: -1;
}
.about-main-author-area .tj-author-info .name {
  color: var(--tj-color-theme-bg-2);
}
.about-main-author-area .tj-author-info .designation {
  color: var(--tj-color-light-12);
  font-family: var(--tj-ff-heading);
}
.about-main-author-wrapper {
  position: absolute;
  bottom: 20px;
  inset-inline-end: 20px;
  z-index: 1;
}
.about-main-content-left {
  width: 420px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-main-content-left {
    width: 355px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-main-content-left {
    width: 100%;
  }
}
.about-main-content-right {
  width: 307px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-main-content-right {
    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) {
  .about-main-content {
    padding-top: 30px;
  }
  .about-main-content .about-bottom {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-main-content {
    flex-wrap: wrap;
  }
  .about-main-content .about-bottom {
    margin-top: 0;
  }
}
.about-main-feature-item .swiper-pagination-area {
  position: absolute;
  inset: auto;
  top: 30px;
  inset-inline-end: 30px;
  margin-top: 0;
  width: auto;
}
.about-main-feature-item .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px) !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-main-left {
    width: calc(100% - 600px);
  }
}
.about-main-content {
  display: flex;
  gap: 30px;
  margin-top: -15px;
}
.about-main-content-area {
  width: auto;
  max-width: 787px;
  margin-top: -11px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-main-content-area {
    max-width: 600px;
  }
}
@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-main-content-area {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-main-content-area {
    max-width: 100%;
  }
  .about-main-content-area .about-action {
    margin-top: 23px;
  }
  .about-main-content-area .about-desc {
    margin-top: 15px;
  }
}

/* !END: About CSS */
/**----------------------------------------
START: Services CSS
----------------------------------------*/
.service-section {
  background-color: var(--tj-color-theme-bg);
  position: relative;
  z-index: 0;
}
.service-heading .sec-title,
.service-heading .sec-subtitle {
  color: var(--tj-color-light-1);
}
.service-icon, .service-desc, .service-btn-wrap, .service-image {
  transition: all 0.4s ease-in-out;
  opacity: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-icon, .service-desc, .service-btn-wrap, .service-image {
    opacity: 1;
  }
}
.service-sl {
  color: var(--tj-color-theme-bg-2);
  margin-top: 2px;
  letter-spacing: -0.02em;
  font-weight: var(--tj-fw-sbold);
  opacity: 0.4;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-sl {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.service-icon {
  font-size: 168px;
  color: var(--tj-color-blur-1);
  display: flex;
  align-items: flex-end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-icon {
    font-size: 152px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-icon {
    font-size: 80px;
  }
}
.service-title {
  overflow: hidden;
  color: var(--tj-color-light-1);
  margin-bottom: 15px;
  pointer-events: none;
}
.service-title a {
  display: inline-block;
}
.service-title a span {
  text-shadow: 0 45px 0 currentColor;
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
}
.service-title a:hover {
  color: var(--tj-color-theme-primary);
}
.service-desc {
  color: var(--tj-color-light-2);
  letter-spacing: 0.01em;
  margin-bottom: 26px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-btn-wrap {
    opacity: 1;
  }
}
.service-image > a {
  overflow: hidden;
  width: 316px;
  aspect-ratio: 1/1;
  display: block;
  pointer-events: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-image > a {
    aspect-ratio: 1/0.7;
  }
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .service-image {
    max-width: 450px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-image {
    max-width: 380px;
    height: 170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-image {
    max-width: 300px;
    height: 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) {
  .service-image {
    max-width: 100%;
    width: 100%;
    margin-top: 5px;
  }
  .service-image > a {
    width: 100%;
  }
}
.service-content {
  max-width: 720px;
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  transition: opacity 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-content {
    max-width: 540px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-content {
    max-width: 540px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-content {
    max-width: 100%;
    opacity: 1;
    flex-wrap: wrap;
  }
}
.service-content-inner {
  max-width: 437px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-content-inner {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
.service-content-bottom {
  transition: opacity 0.4s ease;
  height: 10px;
}
.service-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid var(--tj-color-border-3);
  padding: 30px 0 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: var(--tj-color-theme-bg-dark);
  height: 104px;
  transition: all 0.4s ease-in-out;
}
.service-item:last-child {
  border-bottom: 1px solid var(--tj-color-border-3);
}
.service-item:not(:first-child) {
  position: relative;
  top: -1px;
}
.service-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0e1c24 0%, #154736 100%);
  z-index: -1;
  opacity: 0;
  transform-origin: bottom;
  transition: all 0.4s ease-in-out;
}
.service-item .tj-icon-btn-2-light .btn-icon {
  background-color: var(--tj-color-theme-primary);
}
.service-item.active {
  height: 348px;
}
.service-item.active::before {
  opacity: 1;
}
.service-item.active .service-sl {
  color: var(--tj-color-theme-primary);
  opacity: 1;
}
.service-item.active .service-icon, .service-item.active .service-desc, .service-item.active .service-btn-wrap, .service-item.active .service-image {
  opacity: 1;
}
.service-item.active .service-title {
  pointer-events: all;
}
.service-item.active .service-image {
  position: relative;
  bottom: -1px;
  z-index: 2;
}
.service-item.active .service-image > a {
  pointer-events: all;
}
.service-item.active .service-image:hover img {
  transform: scale(1.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) {
  .service-item {
    height: auto;
  }
  .service-item.active {
    height: auto;
  }
  .service-item::before {
    opacity: 1;
  }
  .service-item .service-sl {
    color: var(--tj-color-theme-primary);
    opacity: 1;
  }
  .service-item .service-icon, .service-item .service-desc, .service-item .service-btn-wrap, .service-item .service-image {
    opacity: 1;
  }
  .service-item .service-title {
    pointer-events: all;
  }
  .service-item .service-image {
    position: relative;
    bottom: -1px;
    z-index: 2;
  }
  .service-item .service-image:hover img {
    transform: scale(1.1);
    transform-origin: top;
  }
}
.service-item-fnc {
  min-height: 410px;
  padding: 30px;
  background-color: var(--tj-color-blur-4);
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.service-item-fnc .service-top {
  display: flex;
  justify-content: space-between;
}
.service-item-fnc .service-top .tj-icon-btn {
  padding: 0;
}
.service-item-fnc .service-top .tj-icon-btn .btn-icon {
  width: 48px;
  height: 48px;
  font-size: 20px;
  background-color: var(--tj-color-blue-1);
  position: relative;
}
.service-item-fnc .service-sl {
  font-size: 20px;
  color: var(--tj-color-light-5);
  font-family: var(--tj-ff-inter);
  opacity: 1;
  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) {
  .service-item-fnc .service-sl {
    padding: 0;
  }
}
.service-item-fnc .service-content {
  margin-top: 179px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item-fnc .service-content {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-item-fnc .service-content {
    margin-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) {
  .service-item-fnc .service-content-inner {
    padding: 0;
  }
}
.service-item-fnc .service-title {
  color: var(--tj-color-light-5);
  font-family: var(--tj-ff-playfair-display);
  pointer-events: all;
}
.service-item-fnc .service-title a:hover {
  color: var(--tj-color-light-5);
  letter-spacing: 0;
}
.service-item-fnc .service-desc {
  opacity: 1;
  color: var(--tj-color-light-6);
  margin-bottom: 0;
}
.service-item-fnc .service-image {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  margin: 0;
  mix-blend-mode: overlay;
}
.service-item-fnc .service-image::before {
  content: "";
  background-image: url(../images/shapes/h2-service-pattern.png);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.service-item-fnc .service-image > a {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}
.service-item-fnc .service-image img {
  width: 100%;
  opacity: 0.22;
}
.service-item-fnc .service-image:hover img {
  transform-origin: center;
}
.service-item-fnc:hover {
  background-color: var(--tj-color-blue-1);
}
.service-item-fnc:hover .service-image {
  opacity: 1;
}
.service-item-fnc:hover .tj-icon-btn .btn-icon {
  background-color: var(--tj-color-theme-dark-5);
}
.service-item-fnc:hover .service-desc {
  color: var(--tj-color-light-5);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item-fnc {
    min-height: 380px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-item-fnc {
    min-height: 330px;
  }
}
@media (max-width: 575px) {
  .service-item-fnc {
    min-height: 320px;
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.fnc-service-heading .sec-subtitle-fnc {
  color: var(--tj-color-light-5);
}
.fnc-service-heading .sec-title-fnc {
  color: var(--tj-color-light-5);
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .swiper-slide-active .service-item-fnc {
    background-color: var(--tj-color-blue-1);
  }
  .swiper-slide-active .service-item-fnc .service-image {
    opacity: 1;
  }
  .swiper-slide-active .service-item-fnc .tj-icon-btn .btn-icon {
    background-color: var(--tj-color-theme-dark-5);
  }
  .swiper-slide-active .service-item-fnc .service-desc {
    color: var(--tj-color-light-5);
  }
}

.swiper-pagination-fnc .swiper-pagination-bullet {
  background-color: var(--tj-color-light-5);
}
.swiper-pagination-fnc .swiper-pagination-bullet-active {
  background-color: var(--tj-color-blue-1);
}

.tj-service-mrc-section .sec-heading .tj-btn-primary {
  margin-top: 18px;
}
.tj-service-inner {
  height: 100%;
  padding: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-service-inner {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-inner {
    padding: 30px 15px;
  }
}
.tj-service-icon {
  color: var(--tj-color-common-white);
  font-size: 46px;
  line-height: 1;
  width: 80px;
  height: 80px;
  background-color: var(--tj-color-orange-1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-service-icon i {
  line-height: 1;
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-icon {
    margin-bottom: 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-service-icon {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-icon {
    font-size: 40px;
    line-height: 1;
    width: 70px;
    height: 70px;
  }
}
.tj-service-sln {
  letter-spacing: -0.015em;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-theme-dark-6);
}
.tj-service-sln-wrap {
  position: relative;
  padding-top: 30px;
  margin-top: 52px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1;
}
.tj-service-sln-wrap::before {
  content: "";
  width: 300%;
  height: 1px;
  background-color: var(--tj-color-border-12);
  position: absolute;
  top: 1px;
  inset-inline-start: -50%;
}
.tj-service-grid-shape {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  z-index: -1;
  color: var(--tj-color-common-white);
}
.tj-service-grid-shape svg > rect {
  transition: 0.3s ease-in-out 0s;
  opacity: 0;
}
.tj-service-grid-shape svg > rect:nth-child(2) {
  transition-delay: 0.1s;
}
.tj-service-grid-shape svg > rect:nth-child(3) {
  transition-delay: 0.2s;
}
.tj-service-grid-shape svg > rect:nth-child(4) {
  transition-delay: 0.3s;
}
.tj-service-mrc-item {
  position: relative;
  z-index: 0;
  background-color: var(--tj-color-green-2);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-mrc-item .tj-service-inner {
    padding: 30px 20px;
  }
}
.tj-service-mrc-item .title {
  font-family: var(--tj-ff-familjen-grotesk);
  color: var(--tj-color-theme-dark-6);
}
.tj-service-mrc-item .title {
  margin-bottom: 16px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.015em;
  line-height: 1.33333;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-service-mrc-item .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-mrc-item .title {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.tj-service-mrc-item .title a:hover {
  letter-spacing: 0em;
  color: var(--tj-color-orange-1);
}
.tj-service-mrc-item .desc {
  margin-bottom: 0;
  color: var(--tj-color-text-body-3);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-service-mrc-item-2 {
  background-color: var(--tj-color-orange-2);
}
.tj-service-mrc-item-2 .tj-service-sln-wrap::before {
  background-color: var(--tj-color-border-11);
}
.tj-service-mrc-item:hover .tj-service-icon i {
  transform: scaleX(-1);
}
.tj-service-mrc-item:hover .tj-service-grid-shape svg > rect {
  opacity: 1;
}
.tj-service-item-main {
  position: relative;
  z-index: 0;
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  height: 100%;
}
.tj-service-item-main::before {
  content: "";
  width: 100%;
  height: 0;
  background-color: var(--tj-color-theme-bg);
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-item-main .tj-service-inner {
    padding: 30px 20px;
  }
}
.tj-service-item-main .title {
  margin-bottom: 16px;
  line-height: 1.33333;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-service-item-main .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-item-main .title {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.tj-service-item-main .title a:hover {
  letter-spacing: 0em;
  color: var(--tj-color-theme-primary);
}
.tj-service-item-main .desc {
  margin-bottom: 0;
  color: var(--tj-color-text-body-3);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-service-item-main .tj-service-icon {
  background-color: var(--tj-color-theme-bg-2);
  border: 1px solid var(--tj-color-border-1);
  color: var(--tj-color-theme-primary);
}
.tj-service-item-main .tj-service-shape-image {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom right;
  -webkit-transition: all 0.3s ease-in-out 0.1s;
  -moz-transition: all 0.3s ease-in-out 0.1s;
  -ms-transition: all 0.3s ease-in-out 0.1s;
  -o-transition: all 0.3s ease-in-out 0.1s;
  transition: all 0.3s ease-in-out 0.1s;
}
.tj-service-item-main .tj-service-sln {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-service-item-main .tj-service-sln-wrap::before {
  background-color: var(--tj-color-border-1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-service-item-main-2 {
  background-color: var(--tj-color-orange-2);
}
.tj-service-item-main-2 .tj-service-sln-wrap::before {
  background-color: var(--tj-color-border-11);
}
.tj-service-item-main:hover::before {
  height: 100%;
  opacity: 1;
}
.tj-service-item-main:hover .title {
  color: var(--tj-color-light-1);
}
.tj-service-item-main:hover .desc {
  color: var(--tj-color-light-2);
}
.tj-service-item-main:hover .tj-service-icon {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  color: var(--tj-color-light-1);
}
.tj-service-item-main:hover .tj-service-shape-image {
  opacity: 1;
  transform: scale(1);
  width: 100%;
}
.tj-service-item-main:hover .tj-service-shape-image img {
  width: 100%;
}
.tj-service-item-main:hover .tj-service-sln {
  color: var(--tj-color-light-1);
}
.tj-service-item-main:hover .tj-service-sln-wrap::before {
  background-color: var(--tj-color-border-2);
}
.tj-service-item-main:hover .tj-text-btn {
  color: var(--tj-color-light-1);
}
.tj-service-item-main:hover .tj-text-btn:hover {
  color: var(--tj-color-theme-primary);
}
.tj-service-item-main:hover .tj-text-btn:focus {
  color: var(--tj-color-light-1);
}

/* !END: Services CSS */
/**----------------------------------------
START: Counter CSS
----------------------------------------*/
.tj-counter-section {
  background-color: var(--tj-color-theme-bg-2);
  position: relative;
  z-index: 0;
}
.tj-counter-heading {
  margin-bottom: 0;
  margin-top: -10px;
}
.tj-counter-action {
  margin-top: 20px;
}
.tj-counter-image {
  margin-top: 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) {
  .tj-counter-image img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-counter-image {
    margin-bottom: 58px;
  }
}
.tj-counter-icon {
  font-size: 76px;
  position: relative;
  z-index: 0;
  width: 172px;
  background-color: var(--tj-color-theme-bg);
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tj-color-light-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-counter-icon {
    font-size: 70px;
    width: 110px;
  }
}
.tj-counter-blur-shape {
  position: absolute;
  bottom: -1px;
  inset-inline-end: 0;
  width: 120%;
  text-align: end;
  z-index: -3;
}
.tj-counter-blur-shape img {
  display: inline-block;
}
.tj-counter-item {
  display: flex;
  width: 100%;
}
.tj-counter-item-2 {
  max-width: 503px;
}
.tj-counter-item-3 {
  max-width: 443px;
}
.tj-counter-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  max-width: 563px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-counter-item-wrapper {
    gap: 30px;
  }
}
.tj-counter-item .tj_counter {
  padding: 33px 30px 26px;
  background-color: var(--tj-color-theme-bg-3);
  border-style: solid;
  border-color: var(--tj-color-border-1);
  border-width: 1px;
  border-inline-start-width: 0;
  flex-grow: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-counter-item .tj_counter {
    padding: 26px 20px;
  }
}
.tj-counter-mrc-section {
  padding: 30px 0;
  background-color: var(--tj-color-theme-dark-6);
}
.tj-counter-mrc-wrapper {
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-counter-mrc-wrapper {
    flex-wrap: wrap;
  }
}
.tj-counter-mrc-item {
  padding: 68px 30px 30px;
  border-style: solid;
  border-color: var(--tj-color-border-6);
  border-width: 0;
  border-inline-start-width: 1px;
  border-inline-end-width: 1px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-counter-mrc-item {
    border-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 30px;
    justify-content: center;
  }
}
.tj-counter-mrc-item .tj_counter {
  background-color: transparent;
  border-width: 0;
  padding: 0;
  padding-bottom: 30px;
  position: relative;
  flex-grow: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-counter-mrc-item .tj_counter {
    padding-bottom: 26px;
  }
}
.tj-counter-mrc-item .tj_counter::after {
  content: "";
  width: 30px;
  height: 4px;
  background-color: var(--tj-color-orange-1);
  position: absolute;
  bottom: 0;
  inset-inline-start: 5px;
}
.tj-counter-mrc-item .counter_number {
  font-family: var(--tj-ff-familjen-grotesk);
  font-size: 120px;
  font-weight: var(--tj-fw-medium);
  line-height: 0.4667;
  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-counter-mrc-item .counter_number {
    font-size: 75px;
  }
}
.tj-counter-mrc-item .counter_number sup {
  font-size: 0.534em;
  margin-inline-start: -7px;
  top: -0.6em;
}
.tj-counter-mrc-item .counter_label {
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  letter-spacing: 0;
  color: var(--tj-color-common-white);
  line-height: 1.5555;
  margin-top: 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-counter-mrc-item .counter_label {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-counter-mrc-item .counter_label {
    margin-top: 18px;
  }
}
.tj-counter-mrc-item:nth-child(2) .counter_number sup, .tj-counter-mrc-item:nth-child(3) .counter_number sup {
  margin-inline-start: 0;
  padding-inline-start: 6px;
  top: -0.59em;
}
.tj-counter-mrc-item:nth-child(2) {
  justify-content: center;
}
.tj-counter-mrc-item:nth-child(3) {
  justify-content: flex-end;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-counter-mrc-item:nth-child(3) {
    justify-content: center;
  }
}
.tj-counter-item-about {
  text-align: end;
  padding: 29px 0 23px;
  border: 1px solid var(--tj-color-border-1);
  border-width: 0;
  border-top-width: 1px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-counter-item-about {
    text-align: start;
  }
}
.tj-counter-item-about .counter_number {
  font-size: 72px;
  font-weight: var(--tj-fw-bold);
}
.tj-counter-item-about .counter_label {
  color: var(--tj-color-heading-primary);
  margin-bottom: 8px;
}
.tj-counter-item-about:last-child {
  border-bottom-width: 1px;
}

.choose-counter {
  margin-top: -3px;
}
.choose-counter .counter_number, .choose-counter .counter_label {
  font-family: var(--tj-ff-familjen-grotesk);
  color: var(--tj-color-theme-dark-6);
}
.choose-counter .counter_number {
  font-size: 140px;
  font-weight: var(--tj-fw-medium);
  line-height: 0.5;
}
.choose-counter .counter_number sup {
  top: -0.65em;
  font-size: 0.54em;
  padding-inline-start: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .choose-counter .counter_number {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .choose-counter .counter_number {
    font-size: 120px;
  }
}
.choose-counter .counter_label {
  font-weight: var(--tj-fw-sbold);
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 1.16667;
  margin-top: 5px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .choose-counter .counter_label {
    font-size: 22px;
  }
}

.tj-sidebar-cta-counter {
  text-align: end;
  position: absolute;
  inset-inline-end: 30px;
  bottom: 25px;
}
.tj-sidebar-cta-counter .counter_number, .tj-sidebar-cta-counter .counter_label {
  color: var(--tj-color-theme-bg-2);
}
.tj-sidebar-cta-counter .counter_number {
  font-size: 74px;
}
.tj-sidebar-cta-counter .counter_label {
  margin-bottom: 8px;
}

/* !END: Counter CSS */
/**----------------------------------------
START: Video CSS
----------------------------------------*/
.tj-video {
  position: relative;
  z-index: 0;
}
.tj-video img {
  display: inline-block;
}
.tj-video-image {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 1920/911;
  overflow: hidden;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-video-image {
    aspect-ratio: 1920/1380;
  }
  .tj-video-image > img {
    height: 100%;
    object-fit: cover;
  }
}
.tj-video-image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(14, 28, 36, 0) 17.45%, #0e1c24 86.83%);
  opacity: 0.6;
}
.tj-video-image > img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: -3;
}
.tj-video-image .tj-circle-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.tj-video-marquee-text {
  font-size: 128px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.02em;
  color: var(--tj-color-light-1);
  z-index: -1;
  display: flex;
  align-items: center;
  gap: 50px;
  padding-inline-start: 25px;
  padding-inline-end: 25px;
}
.tj-video-marquee-text::before {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  background-color: var(--tj-color-light-1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-video-marquee-text {
    font-size: 80px;
    gap: 40px;
    padding-inline-start: 205px;
    padding-inline-end: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-video-marquee-text {
    font-size: 70px;
    gap: 30px;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-video-marquee-text {
    font-size: 40px;
    gap: 20px;
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }
}
.tj-video-marquee-wrapper {
  position: absolute;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* !END: Video CSS */
/**----------------------------------------
START: Testimonial CSS
----------------------------------------*/
.tj-testimonial-section {
  background-color: var(--tj-color-theme-bg-2);
  position: relative;
  z-index: 0;
}
.tj-testimonial-section .sec-heading-center {
  max-width: 510px;
}
.tj-testimonial-thumb {
  max-width: 367px;
  width: 100%;
  aspect-ratio: 367/490;
  position: relative;
  z-index: 1;
  overflow: hidden;
  align-self: stretch;
  flex-shrink: 0;
  mix-blend-mode: luminosity;
}
.tj-testimonial-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-testimonial-thumb {
    max-width: 330px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-testimonial-thumb {
    max-width: 284px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-thumb {
    aspect-ratio: 367/380;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-testimonial-thumb {
    max-width: 230px;
  }
}
@media (max-width: 575px) {
  .tj-testimonial-thumb {
    max-width: 100%;
  }
}
.tj-testimonial-content {
  padding: 50px 30px 30px;
  padding-inline-start: 0;
}
.tj-testimonial-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-content {
    padding: 0 15px 15px;
  }
}
.tj-testimonial-bottom {
  border-top: 1px solid var(--tj-color-border-1);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-bottom {
    padding-inline-start: 15px;
  }
}
.tj-testimonial-logo {
  padding: 30px;
  border-inline-start: 1px solid var(--tj-color-border-1);
}
.tj-testimonial-logo img {
  height: 39px;
  width: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-logo {
    padding: 30px 15px;
    padding-inline-start: 30px;
  }
}
.tj-testimonial-item {
  max-width: 1050px;
  width: 100%;
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  display: flex;
  gap: 30px;
  opacity: 0.2;
  transition: all 0.4s ease-in-out;
}
.tj-testimonial-item strong {
  text-decoration: underline;
  text-decoration-thickness: 5.5%;
}
.tj-testimonial-item .star-ratings {
  letter-spacing: 3px;
  -webkit-text-stroke-color: var(--tj-color-golden-1);
  margin-bottom: 40px;
}
.tj-testimonial-item .star-ratings .fill-ratings,
.tj-testimonial-item .star-ratings .empty-ratings {
  color: var(--tj-color-golden-1);
}
.tj-testimonial-item .desc {
  letter-spacing: 0.01em;
  font-weight: var(--tj-fw-medium);
  line-height: 1.583;
}
.tj-testimonial-item .desc p:last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-testimonial-item .desc {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-item .desc {
    font-size: 18px;
  }
}
.tj-testimonial-item .author-info {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.tj-testimonial-item .author-info .name {
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1;
}
.tj-testimonial-item .author-info .designation {
  display: flex;
  font-size: 14px;
  color: var(--tj-color-heading-primary);
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-testimonial-item {
    max-width: 940px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-testimonial-item {
    max-width: 850px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-testimonial-item {
    max-width: 738px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-item {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-testimonial-item {
    max-width: 500px;
  }
}
@media (max-width: 575px) {
  .tj-testimonial-item {
    max-width: 350px;
  }
}
.tj-testimonial-slider .swiper-slide {
  width: auto;
}
.tj-testimonial-slider .swiper-slide-active .tj-testimonial-item {
  opacity: 1;
}
.tj-testimonial-slider .swiper-slide-active .tj-testimonial-thumb {
  mix-blend-mode: normal;
}
.tj-testimonial-slider .swiper-slide-active .tj-testimonial-content-wrapper {
  mix-blend-mode: normal;
}

.fnc-testimonial-section {
  background-color: var(--tj-color-blue-1);
}
.fnc-testimonial-section .sec-title-fnc,
.fnc-testimonial-section .sec-subtitle-fnc {
  color: var(--tj-color-light-5);
}
.fnc-testimonial-section .sec-title-fnc i,
.fnc-testimonial-section .sec-subtitle-fnc i {
  color: inherit;
}
.fnc-testimonial-item.tj-testimonial-item {
  opacity: 1;
  background-color: var(--tj-color-light-5);
  border: 0;
  flex-direction: column;
  max-width: 100%;
  gap: 80px;
  padding: 30px;
}
.fnc-testimonial-item.tj-testimonial-item .tj-testimonial-top {
  display: flex;
  gap: 15px;
}
.fnc-testimonial-item.tj-testimonial-item .author-avatar {
  width: 94px;
  aspect-ratio: 94/108;
  overflow: hidden;
}
.fnc-testimonial-item.tj-testimonial-item .author-avatar img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.fnc-testimonial-item.tj-testimonial-item .author-info {
  max-width: 135px;
}
.fnc-testimonial-item.tj-testimonial-item .author-info .name {
  line-height: 1.3;
  letter-spacing: -0.015em;
  font-family: var(--tj-ff-inter);
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-theme-dark-5);
}
.fnc-testimonial-item.tj-testimonial-item .author-info .designation {
  color: var(--tj-color-text-body-2);
  margin-top: 8px;
}
.fnc-testimonial-item.tj-testimonial-item .tj-rating-wrapper {
  margin-top: 15px;
}
.fnc-testimonial-item.tj-testimonial-item .tj-rating-wrapper .r-icon-wrapper {
  --r-rating-icon-color: var(--tj-color-yellow-1);
}
.fnc-testimonial-item.tj-testimonial-item .tj-testimonial-content {
  padding: 0;
}
.fnc-testimonial-item.tj-testimonial-item .desc {
  font-size: 18px;
  line-height: 1.667;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-theme-dark-5);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fnc-testimonial-item.tj-testimonial-item {
    gap: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fnc-testimonial-item.tj-testimonial-item {
    gap: 35px;
    padding: 30px 15px;
  }
}

.testimonial-container {
  margin-left: calc((100% - 1350px) / 2);
  width: auto;
  min-width: auto;
  max-width: inherit;
  padding-inline-end: 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) {
  .testimonial-container {
    margin-left: 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) {
  .testimonial-container {
    padding-inline-end: 15px;
  }
}

.slider-navigation-fnc .slider-next:hover,
.slider-navigation-fnc .slider-prev:hover {
  background-color: var(--tj-color-theme-dark-5);
  border-color: var(--tj-color-theme-dark-5);
}

.testimonial-pagination-fnc .swiper-pagination-bullet {
  background-color: var(--tj-color-light-5);
}
.testimonial-pagination-fnc .swiper-pagination-bullet-active {
  background-color: var(--tj-color-theme-dark-5);
}

.tj-testimonial-mrc-section {
  background-color: var(--tj-color-orange-2);
  position: relative;
  z-index: 0;
}
.tj-testimonial-mrc-section .sec-heading .sec-title i,
.tj-testimonial-mrc-section .sec-heading .sec-title svg {
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-testimonial-mrc-section .sec-heading .sec-title i,
  .tj-testimonial-mrc-section .sec-heading .sec-title svg {
    font-size: 33px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-mrc-section .sec-heading .sec-title i,
  .tj-testimonial-mrc-section .sec-heading .sec-title svg {
    font-size: 26px;
  }
}

.tj-testimonial-wrapper {
  max-width: 1095px;
  margin-inline-start: auto;
  margin-inline-end: auto;
  background-color: var(--tj-color-common-white);
  padding: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-testimonial-wrapper {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .tj-testimonial-wrapper {
    padding: 40px 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-testimonial-wrapper {
    margin-bottom: 24px;
  }
}
.tj-testimonial-wrapper .client-thumb {
  max-width: 228px;
  margin: 0 auto 28px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-wrapper .client-thumb {
    max-width: 220px;
    max-width: 168px;
  }
}
.tj-testimonial-wrapper .client-thumb .thumb-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-color: var(--tj-color-common-white);
  opacity: 0.3;
}
.tj-testimonial-wrapper .client-thumb .thumb-img img {
  mix-blend-mode: luminosity;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-wrapper .client-thumb .thumb-img {
    width: 50px;
    height: 50px;
  }
}
.tj-testimonial-wrapper .client-thumb .swiper-slide-active .thumb-img {
  opacity: 1;
}
.tj-testimonial-wrapper .client-thumb .swiper-slide-active .thumb-img img {
  mix-blend-mode: unset;
}
.tj-testimonial-wrapper .author-info {
  text-align: center;
}
.tj-testimonial-wrapper .author-info .name {
  font-family: var(--tj-ff-familjen-grotesk);
  font-weight: var(--tj-fw-sbold);
  line-height: 1;
  color: var(--tj-color-theme-dark-6);
  margin-bottom: 1px;
}
.tj-testimonial-wrapper .author-info .designation {
  font-size: 14px;
  line-height: 1;
  color: var(--tj-color-text-body-2);
}
.tj-testimonial-wrapper .tj-testimonial-bottom {
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0;
  border: 0;
  margin-top: 43px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-wrapper .tj-testimonial-bottom {
    margin-top: 26px;
  }
}
.tj-testimonial-wrapper .testimonial-item {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.tj-testimonial-wrapper .testimonial-item::before {
  display: none;
}
.tj-testimonial-wrapper .testimonial-item .desc {
  font-size: 28px;
  line-height: 1.464;
  color: var(--tj-color-theme-dark-6);
  max-width: 735px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}
.tj-testimonial-wrapper .testimonial-item .desc p {
  margin-bottom: 0;
}
.tj-testimonial-wrapper .testimonial-item .desc b {
  font-weight: var(--tj-fw-medium);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-testimonial-wrapper .testimonial-item .desc {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-wrapper .testimonial-item .desc {
    font-size: 18px;
  }
}
.tj-testimonial-wrapper .slider-navigation-2 {
  max-width: calc(100% + 54px);
  width: calc(100% + 54px);
  top: 50%;
}
.tj-testimonial-wrapper .slider-navigation-2 .slider-next,
.tj-testimonial-wrapper .slider-navigation-2 .slider-prev {
  width: 54px;
  height: 54px;
  background-color: var(--tj-color-common-white);
  border: 3px solid var(--tj-color-orange-2);
}
.tj-testimonial-wrapper .slider-navigation-2 .slider-next:hover,
.tj-testimonial-wrapper .slider-navigation-2 .slider-prev:hover {
  background-color: var(--tj-color-orange-1);
}
.tj-testimonial-wrapper .swiper-slide-active .tj-testimonial-bottom {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.tj-testimonial-wrapper .swiper-slide-active .testimonial-item .desc {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.tj-grid-shape-start {
  inset-inline-end: auto;
  inset-inline-start: 0;
  transform: scaleX(-1);
}

.fnc-testimonial-item-2.tj-testimonial-item {
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
}

.trusted-reviews {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .trusted-reviews {
    gap: 3px;
    padding-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .trusted-reviews {
    padding-top: 50px;
    gap: 10px;
  }
}
.trusted-reviews-text {
  text-align: center;
  margin-bottom: 0;
}
.trusted-reviews-logo {
  max-width: 438px;
}

.tj-testimonial-about {
  position: relative;
  z-index: 0;
}
.tj-testimonial-about .bg-img {
  margin-top: -20px;
}
.tj-testimonial-about::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 28, 36, 0) 17.45%, var(--tj-color-theme-bg) 86.83%);
}
.tj-testimonial-about-bg {
  position: relative;
  z-index: 1;
}
.tj-testimonial-about-bg::before, .tj-testimonial-about-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--tj-color-theme-bg);
  opacity: 0.7;
  backdrop-filter: blur(10px);
  z-index: -2;
  transition: none;
}
.tj-testimonial-about-bg:after {
  background-color: var(--tj-color-blur-1);
  backdrop-filter: blur(10px);
  opacity: 1;
  z-index: -1;
}
.tj-testimonial-about-item {
  opacity: 1;
  background-color: transparent;
  border-width: 0;
  padding: 50px 30px 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-about-item {
    max-width: 100%;
    padding: 30px 15px 30px;
  }
}
.tj-testimonial-about-item .tj-testimonial-content {
  padding: 0;
}
.tj-testimonial-about-item .tj-testimonial-bottom {
  padding-top: 30px;
  margin-top: 104px;
  border-color: var(--tj-color-border-3);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-testimonial-about-item .tj-testimonial-bottom {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-about-item .tj-testimonial-bottom {
    margin-top: 40px;
    padding-inline-start: 0;
  }
}
.tj-testimonial-about-item .desc {
  color: var(--tj-color-light-2);
  margin-bottom: 22px;
}
.tj-testimonial-about-item .desc strong {
  color: var(--tj-color-theme-bg-2);
  font-weight: var(--tj-fw-medium);
}
.tj-testimonial-about-item .author-avatar {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-about-item .author-avatar {
    width: 55px;
  }
}
.tj-testimonial-about-item .author-info .name {
  color: var(--tj-color-theme-bg-2);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-about-item .author-info .name {
    font-size: 18px;
  }
}
.tj-testimonial-about-item .author-info .designation {
  color: var(--tj-color-light-2);
  letter-spacing: 0;
}
.tj-testimonial-about-item .author-info-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tj-testimonial-about-slider-wrapper {
  max-width: 683px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-about-slider-wrapper {
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}
.tj-testimonial-about .slider-navigation-absolute {
  top: auto;
  bottom: 40px;
  inset-inline-start: auto;
  inset-inline-end: 30px;
  transform: none;
  gap: 10px;
}
.tj-testimonial-about .slider-navigation-absolute .slider-prev, .tj-testimonial-about .slider-navigation-absolute .slider-next {
  background-color: transparent;
  border-color: var(--tj-color-border-3);
}
.tj-testimonial-about .slider-navigation-absolute .slider-prev i, .tj-testimonial-about .slider-navigation-absolute .slider-next i {
  color: var(--tj-color-theme-bg-2);
}
.tj-testimonial-about .slider-navigation-absolute .slider-prev:hover, .tj-testimonial-about .slider-navigation-absolute .slider-next:hover {
  background-color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-about .slider-navigation-absolute {
    inset-inline-end: 15px;
  }
}

/* !END: Testimonial CSS */
/**----------------------------------------
START: Process CSS
----------------------------------------*/
.tj-process-section {
  background-color: var(--tj-color-theme-bg-2);
  position: relative;
  z-index: 0;
}
.tj-process-heading .sec-desc {
  margin-top: 15px;
  max-width: 530px;
}
.tj-process-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
  margin-top: 24px;
}
.tj-process-icon {
  color: var(--tj-color-heading-primary);
  font-size: 38px;
  line-height: 1;
  width: 72px;
  height: 72px;
  background-color: var(--tj-color-theme-bg-2);
  border: 1px solid var(--tj-color-border-1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-process-icon i {
  line-height: 1;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-process-icon {
    margin-bottom: 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-process-icon {
    margin-bottom: 20px;
  }
}
.tj-process-sln {
  font-size: 128px;
  letter-spacing: -0.02em;
  line-height: 0.85;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-light-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-process-sln {
    font-size: 90px;
  }
}
.tj-process-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 43px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-process-header {
    margin-bottom: 30px;
  }
}
.tj-process-right {
  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) {
  .tj-process-right {
    max-width: 100%;
  }
}
.tj-process-item {
  position: relative;
  z-index: 0;
  background-color: var(--tj-color-theme-primary);
}
.tj-process-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 600px;
}
@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-process-item-wrapper {
    gap: 30px;
  }
}
.tj-process-item-inner {
  height: 100%;
  padding: 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-process-item-inner {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-process-item-inner {
    padding: 30px 15px;
  }
}
.tj-process-item .title {
  margin-bottom: 15px;
  color: var(--tj-color-light-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-process-item .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-process-item .title {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.tj-process-item .desc {
  margin-bottom: 0;
  color: var(--tj-color-light-1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  max-width: 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) {
  .tj-process-item:nth-child(2n) {
    background-color: var(--tj-color-theme-bg);
  }
  .tj-process-item:nth-child(2n) .tj-section-line-wrapper {
    opacity: 0.12;
  }
  .tj-process-item:nth-child(2n) .desc {
    color: var(--tj-color-light-2);
  }
  .tj-process-item:nth-child(3n) {
    background-color: var(--tj-color-theme-bg-3);
    border: 1px solid var(--tj-color-border-1);
  }
  .tj-process-item:nth-child(3n) .tj-process-sln,
  .tj-process-item:nth-child(3n) .title {
    color: var(--tj-color-heading-primary);
  }
  .tj-process-item:nth-child(3n) .desc {
    color: var(--tj-color-text-body);
  }
}

.tj-sticky-panel-spacer:nth-child(2n) .tj-process-item {
  background-color: var(--tj-color-theme-bg);
}
.tj-sticky-panel-spacer:nth-child(2n) .tj-process-item .tj-section-line-wrapper {
  opacity: 0.12;
}
.tj-sticky-panel-spacer:nth-child(2n) .tj-process-item .desc {
  color: var(--tj-color-light-2);
}
.tj-sticky-panel-spacer:nth-child(3n) .tj-process-item {
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
}
.tj-sticky-panel-spacer:nth-child(3n) .tj-process-item .tj-process-sln,
.tj-sticky-panel-spacer:nth-child(3n) .tj-process-item .title {
  color: var(--tj-color-heading-primary);
}
.tj-sticky-panel-spacer:nth-child(3n) .tj-process-item .desc {
  color: var(--tj-color-text-body);
}

/* !END: Process CSS */
/**----------------------------------------
START: Contact CSS
----------------------------------------*/
.tj-contact-section {
  background-color: var(--tj-color-theme-bg);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.tj-contact-mrc-section {
  background-color: var(--tj-color-theme-dark-6);
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.contact-form {
  padding: 40px 50px 50px;
  max-width: 630px;
  background-color: var(--tj-color-light-1);
  position: relative;
  z-index: 2;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.contact-form .sec-heading {
  margin-bottom: 35px;
}
.contact-form textarea::-webkit-input-placeholder,
.contact-form select::-webkit-input-placeholder,
.contact-form .nice-select::-webkit-input-placeholder,
.contact-form input[type=tel]::-webkit-input-placeholder,
.contact-form input[type=text]::-webkit-input-placeholder,
.contact-form input[type=email]::-webkit-input-placeholder {
  color: var(--tj-color-text-body-3);
}
.contact-form textarea:-moz-placeholder,
.contact-form select:-moz-placeholder,
.contact-form .nice-select:-moz-placeholder,
.contact-form input[type=tel]:-moz-placeholder,
.contact-form input[type=text]:-moz-placeholder,
.contact-form input[type=email]:-moz-placeholder {
  color: var(--tj-color-text-body-3);
}
.contact-form textarea::-moz-placeholder,
.contact-form select::-moz-placeholder,
.contact-form .nice-select::-moz-placeholder,
.contact-form input[type=tel]::-moz-placeholder,
.contact-form input[type=text]::-moz-placeholder,
.contact-form input[type=email]::-moz-placeholder {
  color: var(--tj-color-text-body-3);
}
.contact-form textarea:-ms-input-placeholder,
.contact-form select:-ms-input-placeholder,
.contact-form .nice-select:-ms-input-placeholder,
.contact-form input[type=tel]:-ms-input-placeholder,
.contact-form input[type=text]:-ms-input-placeholder,
.contact-form input[type=email]:-ms-input-placeholder {
  color: var(--tj-color-text-body-3);
}
.contact-form textarea::placeholder,
.contact-form select::placeholder,
.contact-form .nice-select::placeholder,
.contact-form input[type=tel]::placeholder,
.contact-form input[type=text]::placeholder,
.contact-form input[type=email]::placeholder {
  color: var(--tj-color-text-body-3);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form textarea,
  .contact-form select,
  .contact-form .nice-select,
  .contact-form input[type=tel],
  .contact-form input[type=text],
  .contact-form input[type=email] {
    padding: 8px 15px 10px;
  }
}
.contact-form .error {
  color: var(--tj-color-red-1);
}
.contact-form .cf-label {
  font-size: 16px;
  color: var(--tj-color-text-body-3);
  position: absolute;
  top: 10px;
  inset-inline-start: 0;
  pointer-events: none;
  transition: all 0.2s linear;
}
.contact-form .cf-label span {
  color: var(--tj-color-theme-primary);
}
.contact-form textarea:focus ~ .cf-label,
.contact-form input[type=tel]:focus ~ .cf-label,
.contact-form input[type=text]:focus ~ .cf-label,
.contact-form input[type=email]:focus ~ .cf-label {
  visibility: hidden;
  opacity: 0;
}
.contact-form .nice-select {
  color: var(--tj-color-heading-primary);
  line-height: 1.5;
  border-radius: 0;
  margin-bottom: 20px;
}
.contact-form .nice-select .list {
  width: 100%;
}
.contact-form .nice-select .list .option {
  color: var(--tj-color-heading-primary);
  padding: 0 20px;
}
.contact-form .nice-select .list .option:hover, .contact-form .nice-select .list .option.focus,
.contact-form .nice-select .list .option .selected {
  background: var(--tj-color-theme-bg-2);
}
.contact-form .nice-select::after {
  content: "\e901";
  font-family: var(--tj-ff-fonticon);
  color: var(--tj-color-heading-primary);
  font-size: 18px;
  line-height: 1;
  width: 18px;
  height: auto;
  inset-inline-end: 22px;
  border: 0;
  transform: translateY(-50%) scaleY(1);
  margin: 0;
  transform-origin: center;
  will-change: transform;
  transition-duration: 0.3s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form .nice-select::after {
    inset-inline-end: 15px;
  }
}
.contact-form .nice-select.open::after {
  transform: translateY(-50%) scaleY(-1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form .nice-select {
    margin-bottom: 20px;
  }
}
.contact-form textarea {
  height: 165px;
  resize: none;
  padding-top: 12px;
}
.contact-form .form-input {
  margin-bottom: 20px;
  position: relative;
}
.contact-form .form-input.message-input {
  margin-bottom: 5px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form .form-input {
    margin-bottom: 20px;
  }
}
.contact-form .tj-agree {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-heading-primary);
  display: inline-flex;
  align-items: center;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1;
}
.contact-form .tj-agree input[type=checkbox] {
  position: relative;
  margin-inline-end: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--tj-color-theme-bg);
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.contact-form .tj-agree input[type=checkbox]::before {
  content: "\e90f";
  font-size: 10px;
  font-family: var(--tj-ff-fonticon);
  color: var(--tj-color-light-1);
  position: absolute;
  width: 100%;
  text-align: center;
  padding-inline-start: 1px;
  line-height: 15px;
  transform: scale(0.5);
  font-weight: 300;
  opacity: 0;
  will-change: transform;
  transition: all 0.3s ease-in-out;
}
.contact-form .tj-agree input[type=checkbox]:checked {
  background-color: var(--tj-color-theme-dark);
}
.contact-form .tj-agree input[type=checkbox]:checked::before {
  transform: scale(1);
  opacity: 1;
}
.contact-form .tj-agree a {
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  margin-inline-start: 4px;
  text-decoration: underline;
  text-decoration-thickness: 3.5%;
}
.contact-form .tj-agree a:hover {
  color: var(--tj-color-theme-primary);
}
.contact-form .submit-btn {
  display: block;
  width: 100%;
  background-color: var(--tj-color-theme-primary);
  text-align: center;
  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) {
  .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-mrc {
  padding: 50px 50px 56px;
  max-width: 660px;
  background-color: var(--tj-color-blur-3);
  backdrop-filter: blur(12px);
  border: 1px solid var(--tj-color-blur-1);
  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) {
  .contact-form-mrc {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form-mrc {
    padding: 25px 20px 30px;
  }
}
.contact-form-mrc .sec-title {
  font-size: 48px;
  color: var(--tj-color-common-white);
  line-height: 0.875;
  margin-bottom: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form-mrc .sec-title {
    margin-bottom: 25px;
  }
}
.contact-form-mrc .nice-select,
.contact-form-mrc select,
.contact-form-mrc input[type=password],
.contact-form-mrc input[type=search],
.contact-form-mrc input[type=url],
.contact-form-mrc input[type=tel],
.contact-form-mrc input[type=text],
.contact-form-mrc input[type=email],
.contact-form-mrc textarea {
  padding: 8px 0 7px;
  border-width: 0;
  border-color: var(--tj-color-border-8);
  border-bottom-width: 1px;
  color: var(--tj-color-common-white);
  letter-spacing: 0.01em;
}
.contact-form-mrc .nice-select::placeholder,
.contact-form-mrc select::placeholder,
.contact-form-mrc input[type=password]::placeholder,
.contact-form-mrc input[type=search]::placeholder,
.contact-form-mrc input[type=url]::placeholder,
.contact-form-mrc input[type=tel]::placeholder,
.contact-form-mrc input[type=text]::placeholder,
.contact-form-mrc input[type=email]::placeholder,
.contact-form-mrc textarea::placeholder {
  color: var(--tj-color-common-white);
}
.contact-form-mrc .nice-select:focus,
.contact-form-mrc select:focus,
.contact-form-mrc input[type=password]:focus,
.contact-form-mrc input[type=search]:focus,
.contact-form-mrc input[type=url]:focus,
.contact-form-mrc input[type=tel]:focus,
.contact-form-mrc input[type=text]:focus,
.contact-form-mrc input[type=email]:focus,
.contact-form-mrc textarea:focus {
  border-color: var(--tj-color-orange-1);
}
.contact-form-mrc textarea {
  padding-top: 12px;
  height: 131px;
}
.contact-form-mrc .nice-select::after {
  color: var(--tj-color-common-white);
  inset-inline-end: 0;
}
.contact-form-mrc .nice-select .list {
  background-color: var(--tj-color-common-white);
}
.contact-form-mrc .nice-select .list .option {
  color: var(--tj-color-theme-dark-6);
}
.contact-form-mrc .nice-select .list .option:hover, .contact-form-mrc .nice-select .list .option.focus, .contact-form-mrc .nice-select .list .option.selected {
  background-color: var(--tj-color-orange-2);
}
.contact-form-mrc .form-input {
  margin-bottom: 16px;
}
.contact-form-mrc .tj-agree {
  color: var(--tj-color-light-11);
  margin-top: 7px;
}
.contact-form-mrc .tj-agree a {
  color: var(--tj-color-common-white);
}
.contact-form-mrc .tj-agree a:hover {
  color: var(--tj-color-orange-1);
}
.contact-form-mrc .tj-agree input[type=checkbox] {
  border-color: var(--tj-color-common-white);
}
.contact-form-mrc .tj-agree input[type=checkbox]::before {
  color: var(--tj-color-common-white);
}
.contact-form-mrc .tj-agree input[type=checkbox]:checked {
  background-color: var(--tj-color-common-white);
}
.contact-form-mrc .tj-agree input[type=checkbox]:checked::before {
  color: var(--tj-color-theme-dark-6);
}
.contact-form-mrc .submit-btn-2 {
  margin-top: 24px;
}
.contact-form.style-2 {
  background-color: var(--tj-color-theme-bg-3);
  margin-inline-end: 0;
}
.contact-form.style-2 .form-title {
  margin-bottom: 30px;
}

.global-map {
  position: absolute;
  inset: 0;
  z-index: -2;
}
@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 {
    position: relative;
    margin-bottom: 42px;
  }
}
@media (max-width: 575px) {
  .global-map {
    margin-bottom: 60px;
  }
}
.global-map-img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.global-map-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .global-map-mrc {
    position: absolute;
    margin-bottom: 0;
  }
}

.support-box-wrapper {
  height: 100%;
  display: flex;
}

.contact-left .sec-heading {
  margin-bottom: 35px;
}
.contact-left .sec-title {
  margin-bottom: 15px;
}
.contact-left .desc {
  max-width: 460px;
  width: 100%;
  margin-bottom: 0;
}
.contact-left .contact-info-2 .contact-item {
  max-width: 270px;
}
.contact-left .contact-info-2 .contact-item .subtitle {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}
.contact-left .contact-info-2 .contact-item .contact-link {
  font-size: 22px;
  line-height: 1.45;
  font-weight: var(--tj-fw-bold);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-heading-primary);
  letter-spacing: 0;
}
.contact-left .contact-info-2 .contact-item .contact-link:is(a) {
  position: relative;
}
.contact-left .contact-info-2 .contact-item .contact-link:is(a)::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  bottom: 3px;
  inset-inline-end: 0;
  transition: transform 0.3s ease-in-out;
}
.contact-left .contact-info-2 .contact-item .contact-link:is(a):hover {
  color: var(--tj-color-theme-primary);
}
.contact-left .contact-info-2 .contact-item .contact-link:is(a):hover::after {
  animation: lineHover 0.5s linear;
}
.contact-left .contact-info-2 .contact-item:not(:last-child) {
  padding-bottom: 22px;
}
.contact-left .contact-info-2 .contact-item .tj-socials {
  margin-top: 16px;
}

/* !END: Contact CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.tj-blog-area {
  background-color: var(--tj-color-theme-bg-2);
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-blog-area .sec-heading-inner > :last-child {
    width: 100%;
  }
}

.tj-blog-mrc-area .sec-heading {
  margin-bottom: 40px;
}

.blog_item {
  overflow: hidden;
}
.blog_item .blog_image {
  display: flex;
  overflow: hidden;
  aspect-ratio: 420/280;
  margin-bottom: 0;
}
.blog_item .blog_image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.blog_item .blog_thumb {
  position: relative;
}
.blog_item .blog_category {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: 0;
  color: var(--tj-color-heading-primary);
  background-color: var(--tj-color-theme-bg-2);
  border: 1px solid var(--tj-color-border-1);
  padding: 2px 7px;
  transition: all 0.3s ease-in-out;
}
.blog_item .blog_category i,
.blog_item .blog_category svg {
  display: inline-flex;
  line-height: 1;
  font-size: 12px;
}
.blog_item .blog_category svg {
  max-width: 12px;
  height: auto;
}
.blog_item .blog_category:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  color: var(--tj-color-light-1);
}
.blog_item .blog_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.blog_item .blog_meta_item {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  color: var(--tj-color-text-body);
  position: relative;
}
.blog_item .blog_meta_item i,
.blog_item .blog_meta_item svg {
  display: inline-flex;
  font-size: 18px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
}
.blog_item .blog_meta_item svg {
  max-width: 16px;
  height: auto;
}
.blog_item .blog_meta_item .author_img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
}
.blog_item .blog_meta_item a:not(.tj-blog-cat) {
  color: var(--tj-color-text-body);
}
.blog_item .blog_meta_item a:not(.tj-blog-cat):hover {
  color: var(--tj-color-theme-primary);
}
.blog_item .blog_title {
  margin: 0;
  letter-spacing: -0.02em;
  font-weight: var(--tj-fw-bold);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_item .blog_title {
    font-size: 24px;
  }
}
.blog_item .blog_title a:hover {
  color: var(--tj-color-theme-primary);
}
.blog_item .blog_desc {
  margin-top: 16px;
}
.blog_item .blog_desc p:last-child {
  margin-bottom: 0;
}
.blog_item .blog_author {
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog_item .blog_author > img {
  width: 32px;
}
.blog_item .blog_author > span {
  color: var(--tj-color-theme-dark-3);
  display: flex;
  align-items: center;
  gap: 3px;
}
.blog_item .blog_author > span a {
  color: var(--tj-color-heading-primary);
  letter-spacing: 0;
  font-weight: var(--tj-fw-medium);
}
.blog_item .blog_author > span a:hover {
  color: var(--tj-color-theme-primary);
}
.blog_item .blog_btn {
  margin-inline-end: -11px;
}
.blog_item .blog_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 25px;
  margin-top: 17px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog_item .blog_bottom {
    padding-top: 21px;
  }
}
.blog_item .blog_bottom::before {
  content: "";
  width: 200%;
  height: 1px;
  background-color: var(--tj-color-border-1);
  position: absolute;
  top: 0;
  inset-inline-start: -50%;
}
.blog_item .blog_content {
  padding: 25px 30px 30px;
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  border-top-width: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog_item .blog_content {
    padding: 25px 15px 22px;
  }
}
.blog_item:hover .blog_image img {
  transform: scale(1.1);
}
.blog_item_fnc {
  position: relative;
}
.blog_item_fnc .blog_image {
  aspect-ratio: 645/460;
}
.blog_item_fnc .blog_content {
  background-color: var(--tj-color-theme-dark-8);
  border: 0;
  position: absolute;
  width: 100%;
  bottom: 0;
  inset-inline-start: 0;
  padding: 30px 30px 27px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_item_fnc .blog_content {
    padding: 26px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog_item_fnc .blog_content {
    padding: 26px 15px;
  }
}
.blog_item_fnc .blog_category {
  color: var(--tj-color-light-5);
  background-color: var(--tj-color-blue-1);
  border-color: var(--tj-color-blue-1);
}
.blog_item_fnc .blog_category:hover {
  color: var(--tj-color-light-5);
  background-color: var(--tj-color-blue-1);
  border-color: var(--tj-color-blue-1);
  opacity: 0.8;
}
.blog_item_fnc .blog_meta_item {
  color: var(--tj-color-light-5);
}
.blog_item_fnc .blog_title {
  color: var(--tj-color-light-5);
  font-family: var(--tj-ff-playfair-display);
  font-weight: var(--tj-fw-sbold);
}
.blog_item_fnc .blog_title a:hover {
  color: var(--tj-color-light-6);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_item_fnc .blog_title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog_item_fnc .blog_title {
    font-size: 20px;
  }
}
.blog_item_fnc .blog_bottom {
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.blog_item_fnc .blog_bottom::before {
  display: none;
}
.blog_item_fnc .blog_btn .tj-icon-btn-2 {
  color: var(--tj-color-light-5);
  gap: 10px;
  padding: 0;
}
.blog_item_fnc .blog_btn .tj-icon-btn-2 .btn-icon {
  width: 48px;
  height: 48px;
  font-size: 20px;
  background-color: var(--tj-color-blur-5);
  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) {
  .blog_item_fnc .blog_btn .tj-icon-btn-2 .btn-icon {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}
.blog_item_fnc .blog_btn .tj-icon-btn-2 .btn-text {
  padding-inline-start: 0;
}
.blog_item_fnc .blog_btn .tj-icon-btn-2:hover .btn-icon {
  background-color: var(--tj-color-blue-1);
}
.blog_item_fnc:hover .blog_content {
  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) {
  .blog_item_fnc:hover .blog_content {
    padding-bottom: 80px;
  }
}
.blog_item_fnc:hover .blog_bottom {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
@media 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_fnc:hover .blog_bottom {
    bottom: 20px;
  }
}
.blog_item_mrc {
  display: flex;
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_item_mrc {
    gap: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog_item_mrc {
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog_item_mrc .blog_thumb {
    width: 100%;
  }
}
.blog_item_mrc .blog_image {
  width: 308px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_item_mrc .blog_image {
    width: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog_item_mrc .blog_image {
    width: 100%;
  }
}
.blog_item_mrc .blog_category {
  background-color: var(--tj-color-orange-1);
  border: 0;
  color: var(--tj-color-common-white);
}
.blog_item_mrc .blog_category:hover {
  background-color: var(--tj-color-theme-dark-6);
}
.blog_item_mrc .blog_title {
  font-family: var(--tj-ff-familjen-grotesk);
  color: var(--tj-color-theme-dark-6);
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.015em;
  line-height: 1.3125;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_item_mrc .blog_title {
    font-size: 24px;
  }
}
.blog_item_mrc .blog_title a:hover {
  color: var(--tj-color-theme-dark-6);
  letter-spacing: -0.025em;
}
.blog_item_mrc .blog_desc, .blog_item_mrc .blog_meta_item {
  color: var(--tj-color-text-body-3);
}
.blog_item_mrc .blog_desc {
  margin-top: -6px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog_item_mrc .blog_desc {
    margin-top: 20px;
  }
}
.blog_item_mrc .blog_author, .blog_item_mrc .blog_btn {
  margin-top: auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog_item_mrc .blog_author {
    margin-top: 17px;
  }
}
.blog_item_mrc .blog_author > span {
  color: var(--tj-color-theme-dark-3);
}
.blog_item_mrc .blog_author > span a {
  color: var(--tj-color-theme-dark-6);
}
.blog_item_mrc .blog_author > span a:hover {
  color: var(--tj-color-orange-1);
}
.blog_item_mrc .blog_btn {
  margin-inline-end: 0;
}
.blog_item_mrc .blog_content {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  padding: 0;
  background-color: transparent;
  padding-top: 30px;
  border-style: solid;
  border-color: var(--tj-color-theme-dark-6);
  border-width: 0;
  border-top-width: 1px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog_item_mrc .blog_content {
    flex-wrap: wrap;
    padding-top: 0;
    padding-bottom: 30px;
    border-top-width: 0;
    border-bottom-width: 1px;
  }
}
.blog_item_mrc .blog_content_left, .blog_item_mrc .blog_content_right {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog_item_mrc .blog_content_left {
  width: 460px;
}
.blog_item_mrc .blog_content_right {
  width: 367px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_item_mrc .blog_content_left {
    width: 330px;
  }
  .blog_item_mrc .blog_content_right {
    width: 290px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog_item_mrc .blog_content_left {
    width: 230px;
  }
  .blog_item_mrc .blog_content_right {
    width: 225px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog_item_mrc .blog_content_left {
    width: 100%;
    height: auto;
  }
  .blog_item_mrc .blog_content_right {
    width: 100%;
    height: auto;
  }
}

/* !END: Blog CSS */
/**----------------------------------------
START: CTA CSS
----------------------------------------*/
.tj-cta-area {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: var(--tj-color-theme-primary);
  padding-top: 74px;
  padding-bottom: 68px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-cta-area {
    padding-top: 64px;
    padding-bottom: 70px;
    gap: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-cta-area {
    padding-top: 60px;
    padding-bottom: 54px;
    gap: 18px;
  }
}
.tj-cta-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.tj-cta-content {
  max-width: 452px;
  width: 100%;
}
.tj-cta-content .title {
  margin-bottom: 0;
  color: var(--tj-color-light-1);
}
.tj-cta-content .title img {
  width: 50px;
  margin-top: -8px;
  animation: shakeLoop 1.5s infinite;
  transition: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-cta-content .title {
    font-size: 62px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-cta-content .title {
    font-size: 56px;
  }
  .tj-cta-content .title img {
    width: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-cta-content .title {
    font-size: 60px;
  }
  .tj-cta-content .title img {
    width: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-cta-content .title {
    font-size: 50px;
  }
  .tj-cta-content .title img {
    width: 45px;
  }
}
@media (max-width: 575px) {
  .tj-cta-content .title {
    font-size: 40px;
  }
  .tj-cta-content .title img {
    width: 42px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-cta-content {
    max-width: 500px;
  }
}
.tj-cta-form {
  color: var(--tj-color-theme-dark-2);
}
@media (max-width: 575px) {
  .tj-cta-form .tj-btn-primary {
    width: 100%;
  }
}
.tj-cta-form form {
  display: flex;
  gap: 15px 6px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-cta-form form {
    flex-wrap: wrap;
  }
}
.tj-cta-form-icon {
  position: absolute;
  top: 50%;
  inset-inline-start: 20px;
  transform: translateY(-50%);
  font-size: 17px;
  pointer-events: none;
  line-height: 1;
}
.tj-cta-form input,
.tj-cta-form input[type=email] {
  font-family: var(--tj-ff-heading);
  background-color: var(--tj-color-light-1);
  border-color: var(--tj-color-light-1);
  color: var(--tj-color-theme-dark-2);
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  letter-spacing: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-cta-form input,
  .tj-cta-form input[type=email] {
    width: 100%;
  }
}
.tj-cta-form-input {
  position: relative;
  z-index: 0;
  width: 320px;
}
.tj-cta-form-input:has(i) input,
.tj-cta-form-input:has(i) input[type=email] {
  padding-inline-start: 46px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-cta-form-input {
    width: 100%;
  }
}
.tj-cta-form-text {
  color: var(--tj-color-light-1);
  margin-top: 13px;
  font-style: italic;
  margin-bottom: 0;
}
.tj-cta-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-cta-right {
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-cta-right {
    gap: 26px;
  }
}
.tj-cta-right .social-links {
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-cta-right {
    max-width: 500px;
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-cta-right {
    max-width: 450px;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-cta-right {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

.fnc-cta-area {
  position: relative;
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fnc-cta-area {
    padding: 70px 0;
  }
}
.fnc-cta-wrapper {
  max-width: 600px;
  width: 100%;
  background-color: var(--tj-color-light-5);
  padding: 60px 35px 53px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fnc-cta-wrapper {
    padding: 30px 20px 35px;
  }
}
.fnc-cta-form {
  margin-top: 20px;
}
.fnc-cta-form input,
.fnc-cta-form input[type=email] {
  font-family: var(--tj-ff-heading);
  background-color: transparent;
  border-color: var(--tj-color-border-7);
  color: var(--tj-color-text-body-2);
  border-radius: 80px;
  letter-spacing: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fnc-cta-form input,
  .fnc-cta-form input[type=email] {
    width: 100%;
  }
}
.fnc-cta-form form {
  gap: 15px 0;
}
.fnc-cta-form .tj-cta-form-input {
  width: 386px;
}
.fnc-cta-form .tj-btn-primary-sm .btn-inner {
  padding: 16px 25px;
  gap: 3px;
}
.fnc-cta-form .tj-cta-form-text {
  color: var(--tj-color-text-body-2);
}

/* !END: CTA CSS */
/**----------------------------------------
START: Breadcrumb CSS
----------------------------------------*/
.tj-page-header {
  padding-top: 235px;
  padding-bottom: 149px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--tj-color-theme-bg);
  position: relative;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-page-header {
    padding-top: 202px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-page-header {
    padding-top: 194px;
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-page-header {
    padding-top: 164px;
    padding-bottom: 90px;
  }
}
.tj-page-header-banner {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-page-header-banner {
    display: none;
  }
}
.tj-page-header-banner-img {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.tj-page-header-banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tj-page-header-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--tj-color-theme-bg);
}
.tj-page-title {
  color: var(--tj-color-common-white);
  line-height: 1;
  margin-bottom: 0;
}
.tj-page-link {
  margin-top: 22px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  z-index: 2;
  color: var(--tj-color-light-3);
}
.tj-page-link span {
  color: var(--tj-color-common-white);
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  position: relative;
  display: inline-block;
  line-height: 1;
}
.tj-page-link span i {
  display: inline-flex;
  line-height: 1;
  font-size: 18px;
  color: var(--tj-color-theme-primary);
  margin-inline-end: -3px;
}
.tj-page-link span:not(:first-child) i {
  font-size: 12px;
  font-weight: var(--tj-fw-thin);
  color: var(--tj-color-light-3);
  justify-content: center;
  width: 7px;
  margin-top: 1px;
  margin-inline-end: 0;
}
.tj-page-link span a {
  color: var(--tj-color-light-3);
}
.tj-page-link span a span {
  color: inherit;
}
.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;
  }
}

/* !END: Breadcrumb CSS */
/**----------------------------------------
START: Team CSS
----------------------------------------*/
.tj-team-wrap {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-bottom: 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-team-wrap {
    gap: 30px;
    margin-bottom: 0;
  }
}

.team-item {
  padding: 56px 30px;
  background-color: var(--tj-color-light-5);
  border: 1px solid var(--tj-color-border-7);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-item {
    padding: 30px 15px;
  }
}
.team-inner {
  display: flex;
  gap: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-inner {
    gap: 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) {
  .team-inner {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-inner {
    gap: 30px;
  }
}
.team-left {
  width: 64%;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.team-left .team-img .bg-img {
  opacity: 1;
}
.team-left .tj-socials > li > a {
  color: var(--tj-color-light-5);
  background-color: var(--tj-color-theme-dark-7);
  border: 0;
}
.team-left .tj-socials > li > a::before {
  background-color: var(--tj-color-blue-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) {
  .team-left {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-left {
    flex-wrap: wrap;
  }
  .team-left .tj-socials {
    margin-top: 15px;
  }
}
.team-info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-info .name {
  color: var(--tj-color-theme-dark-5);
  font-family: var(--tj-ff-playfair-display);
  max-width: 225px;
  width: 100%;
  margin-top: -8px;
  margin-bottom: 10px;
}
.team-info .name a:hover {
  letter-spacing: 0;
}
.team-info .designation {
  color: var(--tj-color-text-body-2);
}
.team-img {
  width: 350px;
  height: 350px;
  background-color: var(--tj-color-theme-dark-5);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.team-img .bg-img {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .team-img {
    width: 280px;
    height: 280px;
  }
}
.team-content {
  width: 30.6%;
}
.team-content .title {
  color: var(--tj-color-theme-dark-5);
  font-family: var(--tj-ff-playfair-display);
  margin-top: -8px;
  margin-bottom: 15px;
}
.team-content .desc {
  color: var(--tj-color-text-body-2);
}
@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-content {
    width: 100%;
  }
}
.team-item-2 {
  padding: 0;
  border: 0;
  position: relative;
}
.team-item-2 .team-img {
  width: 100%;
  height: auto;
  background-color: var(--tj-color-theme-bg);
}
.team-item-2 .team-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 147px;
  background: linear-gradient(180deg, rgba(14, 28, 36, 0) 0%, rgb(14, 28, 36) 100%);
}
.team-item-2 .team-info-wrap {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  width: 100%;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
.team-item-2 .team-info-wrap .tj-socials {
  position: absolute;
  bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.team-item-2 .team-info .name {
  max-width: 100%;
  font-size: 24px;
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-common-white);
  margin-top: 0;
  margin-bottom: 4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-item-2 .team-info .name {
    font-size: 20px;
  }
}
.team-item-2 .team-info .designation {
  color: var(--tj-color-light-3);
}
.team-item-2:hover .bg-img {
  opacity: 1;
}
.team-item-2:hover .team-info-wrap {
  padding-bottom: 62px;
}
.team-item-2:hover .tj-socials {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.team-item-3 {
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  border-bottom: 0;
  padding: 30px 20px 100px;
  position: relative;
  margin-bottom: 55px;
}
.team-item-3::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--tj-color-theme-primary);
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  transition: 0.4s ease-in-out;
  transform: scaleX(0);
}
.team-item-3 .bg-img {
  transform: translateY(40px);
  inset: -10px;
}
.team-item-3 .team-img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
.team-item-3 .team-img::before {
  display: none;
}
.team-item-3 .team-info {
  text-align: center;
}
.team-item-3 .team-info-wrap {
  background-color: var(--tj-color-theme-bg-3);
  padding: 20px;
  width: calc(100% + 2px);
  inset-inline-start: -1px;
  border: 1px solid var(--tj-color-border-1);
  border-top: 0;
}
.team-item-3 .team-info-wrap .tj-socials {
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.team-item-3 .team-info-wrap .tj-socials > li > a {
  background-color: var(--tj-color-theme-dark);
  color: var(--tj-color-light-1);
  opacity: 0.3;
}
.team-item-3 .team-info-wrap .tj-socials > li > a:hover {
  background-color: var(--tj-color-theme-primary);
  opacity: 1;
}
.team-item-3 .team-info .name {
  color: var(--tj-color-heading-primary);
  font-size: 20px;
}
.team-item-3 .team-info .designation {
  color: var(--tj-color-theme-dark-3);
}
.team-item-3:hover .bg-img {
  opacity: 1;
}
.team-item-3:hover::before {
  transform: scaleX(1);
}
.team-item-3:hover .team-info-wrap {
  bottom: -57px;
  padding-bottom: 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) {
  .team-item-3 .bg-img {
    opacity: 1;
  }
  .team-item-3::before {
    transform: scaleX(1);
  }
  .team-item-3 .team-info-wrap {
    bottom: -57px;
    padding-bottom: 77px;
  }
  .team-item-3 .team-info-wrap .tj-socials {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
  }
}

/* !END: Team CSS */
/* START: Team details CSS */
.team-details__img {
  background-color: var(--tj-color-theme-bg);
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 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) {
  .team-details__img {
    margin-top: 0;
  }
}
.team-details__img img {
  width: 100%;
}
.team-details__content {
  padding-inline-start: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-details__content {
    padding-inline-start: 10px;
  }
}
@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__content {
    padding-inline-start: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-details__content {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__content {
    margin-top: 35px;
  }
}
.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 {
  line-height: 1;
  margin-bottom: 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) {
  .team-details__name {
    font-size: 36px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__name {
    font-size: 30px;
    margin-bottom: 8px;
  }
}
.team-details__desig {
  margin-bottom: 16px;
  color: var(--tj-color-grey-4);
  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__contact-info ul {
  list-style: none;
  display: flex;
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  margin: 20px 0 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__contact-info ul {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .team-details__contact-info ul {
    flex-direction: column;
  }
}
.team-details__contact-info ul li {
  flex: 1 1 50%;
  padding: 25px 28px;
  border-inline-end: 1px solid var(--tj-color-border-1);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.team-details__contact-info ul li:last-child {
  border-inline-end: 0;
  border-bottom: 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 {
    padding: 16px 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__contact-info ul li {
    padding: 16px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .team-details__contact-info ul li {
    border-inline-end: 0;
    border-bottom: 1px solid var(--tj-color-border-1);
  }
}
.team-details__contact-info ul span {
  color: var(--tj-color-text-body);
  display: inline-block;
}
.team-details__contact-info ul a {
  font-size: 22px;
  line-height: 1.2;
  color: var(--tj-color-heading-primary);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  margin-bottom: 0;
  position: relative;
  display: inline-block;
}
.team-details__contact-info ul a::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  bottom: 2px;
  inset-inline-end: 0;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-details__contact-info ul a::after {
    bottom: 1px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__contact-info ul a::after {
    bottom: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-details__contact-info ul a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__contact-info ul a {
    font-size: 18px;
  }
}
.team-details__contact-info ul a:hover::after {
  animation: lineHover 0.5s linear;
}
.team-details__experience {
  margin-top: 45px;
  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) {
  .team-details__experience {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.team-details__experience__list ul {
  display: flex;
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  flex-wrap: wrap;
  margin: 25px 0;
  border-radius: 0;
  list-style: none;
}
.team-details__experience__list ul li {
  flex: 1 1 50%;
  padding: 25px;
  display: flex;
  gap: 8px;
  border: 1px solid var(--tj-color-border-1);
  border-top: 0;
  border-inline-start: 0;
}
.team-details__experience__list ul li p {
  margin-bottom: 0;
}
.team-details__experience__list ul li i {
  font-size: 18px;
  color: var(--tj-color-theme-primary);
  margin-top: 4px;
}
.team-details__experience__list ul li:nth-child(2n) {
  border-inline-end: 0;
}
.team-details__experience__list ul li:nth-child(3), .team-details__experience__list ul li:nth-child(4) {
  border-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-details__experience__list ul li {
    padding: 16px;
  }
}
@media (max-width: 575px) {
  .team-details__experience__list ul li {
    flex: 100%;
  }
}

.contact-team-details-inner {
  background: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  padding: 60px;
}
.contact-team-details-inner .sec-title {
  margin-bottom: 15px;
}
.contact-team-details-inner .desc {
  max-width: 460px;
}
.contact-team-details-inner .contact-form {
  padding: 0;
  background-color: transparent;
  max-width: 530px;
  margin-inline-start: auto;
  margin-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) {
  .contact-team-details-inner .contact-form {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-team-details-inner {
    padding: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-team-details-inner {
    padding: 30px;
  }
}
.contact-team-details-message {
  font-size: 16px;
  font-weight: var(--tj-fw-bold);
}
.contact-team-details-message a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.contact-team-details-message a i {
  font-size: 28px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
}
.contact-team-details-message a:hover {
  color: var(--tj-color-theme-primary);
}

/* !END: Team details CSS */
/**----------------------------------------
START: Faq CSS
----------------------------------------*/
.tj-faq {
  display: flex;
  flex-direction: column;
}

.accordion-item {
  border: 1px solid var(--tj-color-border-1);
}
.accordion-title {
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.015em;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-theme-dark-5);
  padding: 34px 70px 34px 30px;
  text-align: start;
}
.accordion-title::after {
  content: "\e93d";
  font-family: var(--tj-ff-fonticon);
  font-weight: normal;
  font-size: 23px;
  line-height: 1;
  color: var(--tj-color-theme-dark-5);
  border: 1px solid var(--tj-color-border-7);
  background-color: transparent;
  position: absolute;
  inset-inline-end: 30px;
  top: 29px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.accordion-title:not(.collapsed) {
  color: var(--tj-color-blue-1);
}
.accordion-title:not(.collapsed)::after {
  content: "\e93c";
  color: var(--tj-color-light-5);
  background-color: var(--tj-color-blue-1);
  border-color: var(--tj-color-blue-1);
}
.accordion-content {
  border-top: 1px solid var(--tj-color-border-1);
  padding: 23px 30px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .accordion-title {
    font-size: 18px;
    padding: 22px 55px 22px 15px;
  }
  .accordion-title::after {
    font-size: 18px;
    inset-inline-end: 15px;
    top: 18px;
    width: 30px;
    height: 30px;
  }
  .accordion-content {
    padding: 20px 15px;
  }
}

.tj-faq-fnc .accordion-title {
  font-family: var(--tj-ff-playfair-display);
}
.tj-faq-support-wrap {
  min-height: 600px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@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-support-wrap {
    min-height: auto;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-support-wrap {
    margin-bottom: 40px;
  }
}
.tj-faq-2 .accordion-item {
  border-color: var(--tj-color-theme-dark);
  border-left: 0;
  border-right: 0;
}
.tj-faq-2 .accordion-item:not(:first-child) {
  margin-top: -1px;
}
.tj-faq-2 .accordion-item:has(.accordion-title:not(.collapsed)) {
  background: linear-gradient(0deg, rgba(39, 174, 96, 0) 0%, rgba(39, 174, 96, 0.1) 100%);
  border-top: 1px solid var(--tj-color-theme-primary);
  border-bottom: 1px solid var(--tj-color-theme-primary);
}
.tj-faq-2 .accordion-title {
  font-size: 24px;
  color: var(--tj-color-heading-primary);
  padding: 34px 70px 34px 15px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.tj-faq-2 .accordion-title span {
  max-width: 800px;
  width: 100%;
  display: inline-flex;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-faq-2 .accordion-title span {
    max-width: 730px;
  }
}
.tj-faq-2 .accordion-title::after {
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: var(--tj-color-heading-primary);
  background-color: var(--tj-color-theme-bg-3);
  border-color: var(--tj-color-border-1);
  inset-inline-end: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-faq-2 .accordion-title::after {
    top: 22px;
    width: 36px;
    height: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-2 .accordion-title::after {
    width: 30px;
    height: 30px;
  }
}
.tj-faq-2 .accordion-title:not(.collapsed)::after {
  content: "\e93d";
  color: var(--tj-color-theme-bg-2);
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  transform: rotate(45deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-faq-2 .accordion-title {
    font-size: 20px;
    padding: 28px 70px 28px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-2 .accordion-title {
    font-size: 18px;
    padding: 22px 55px 22px 15px;
  }
}
.tj-faq-2 .accordion-content {
  border: 0;
  padding: 0 70px 34px 15px;
}
.tj-faq-2 .accordion-content .desc {
  max-width: 800px;
  width: 100%;
  padding-inline-end: 30px;
  margin-inline-start: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-faq-2 .accordion-content .desc {
    max-width: 730px;
  }
}
@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-2 .accordion-content .desc {
    padding-inline-end: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-faq-2 .accordion-content {
    padding: 0 15px 28px 64px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-2 .accordion-content {
    padding: 0 15px 22px 60px;
  }
}

.support-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.support-header .title {
  font-family: var(--tj-ff-playfair-display);
  color: var(--tj-color-light-5);
  margin-bottom: 0;
}
.support-icon {
  flex-shrink: 0;
  font-size: 48px;
  line-height: 1;
  color: var(--tj-color-light-5);
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--tj-color-theme-dark-5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out 0s;
  animation: tjZoomInOut2 0.7s alternate infinite;
}
.support-content {
  padding-top: 28px;
}
.support-content .desc {
  color: var(--tj-color-light-5);
  margin-bottom: 0;
}
.support-content .tj-text-btn {
  color: var(--tj-color-light-5);
  margin-top: 20px;
  position: relative;
}
.support-content .tj-text-btn::before {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  bottom: 3px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.support-content .tj-text-btn:hover::before {
  animation: lineHover 0.6s linear;
}
.support-box {
  overflow: hidden;
  position: relative;
  padding: 30px;
  background-color: var(--tj-color-blue-1);
  max-width: 350px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .support-box {
    padding: 30px 15px;
  }
}
.support-box-mrc {
  padding: 35px 30px;
  background-color: var(--tj-color-blur-3);
  backdrop-filter: blur(12px);
  border: 1px solid var(--tj-color-blur-1);
}
.support-box-mrc .support-header .title {
  font-family: var(--tj-ff-familjen-grotesk);
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
  letter-spacing: -0.015em;
}
.support-box-mrc .support-icon {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-orange-1);
}
.support-box-mrc .support-content {
  padding-top: 28px;
}
.support-box-mrc .support-content .desc {
  color: var(--tj-color-light-10);
  letter-spacing: 0;
}
.support-box-mrc .support-content .tj-text-btn {
  color: var(--tj-color-common-white);
  margin-top: 20px;
  padding-bottom: 2px;
}
.support-box-mrc .support-content .tj-text-btn::before {
  position: absolute;
  bottom: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.support-box-mrc .support-content .tj-text-btn:hover::before {
  animation: lineHover 0.6s linear;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .support-box-mrc {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .support-box-mrc {
    padding: 30px 15px;
  }
}
.support-box-start {
  margin-top: auto;
  margin-inline-start: auto;
}

.faq-search-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-search-form .tj-btn-primary {
    width: 100%;
  }
  .faq-search-form .tj-btn-primary .btn-inner {
    padding: 19px 17px;
  }
}
.faq-search-form form {
  display: flex;
  gap: 15px 8px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-search-form form {
    flex-direction: column;
  }
}
.faq-search-form-icon {
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: 50%;
  inset-inline-start: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
.faq-search-form input,
.faq-search-form input[type=text] {
  min-height: 64px;
  color: var(--tj-color-text-body);
  font-family: var(--tj-ff-body);
  background-color: transparent;
  padding-inline-start: 20px;
  padding-inline-end: 20px;
  letter-spacing: 0;
}
.faq-search-form input::placeholder,
.faq-search-form input[type=text]::placeholder {
  color: var(--tj-color-theme-dark-3);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-search-form input,
  .faq-search-form input[type=text] {
    width: 100%;
    min-height: 54px;
  }
}
.faq-search-form-input {
  position: relative;
  z-index: 0;
  width: 584px;
}
.faq-search-form-input:has(i) input,
.faq-search-form-input:has(i) input[type=text] {
  padding-inline-start: 52px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-search-form-input {
    width: 500px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-search-form-input {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-search-form {
    width: 100%;
  }
}

.sec-title-faq {
  font-size: 128px;
  line-height: 0.9;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-title-faq {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-title-faq {
    font-size: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sec-title-faq {
    font-size: 60px;
  }
}

.tj-accordion {
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 60px;
}
.tj-accordion-item {
  border: 1px solid var(--tj-color-border-1);
  background-color: var(--tj-color-theme-bg-3);
}
.tj-accordion-item:has(.tj-accordion-title:not(.collapsed)) {
  background-color: var(--tj-color-green-1);
  border-color: var(--tj-color-green-1);
}
.tj-accordion-title {
  font-family: var(--tj-ff-heading);
  position: relative;
  z-index: 1;
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.015em;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-heading-primary);
  padding: 22px 70px 22px 30px;
  text-align: start;
}
.tj-accordion-title::after {
  content: "\e93d";
  font-family: var(--tj-ff-fonticon);
  font-weight: normal;
  font-size: 23px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
  border: 0;
  background-color: transparent;
  position: absolute;
  inset-inline-end: 25px;
  top: 26px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.tj-accordion-title:not(.collapsed) {
  padding-bottom: 20px;
}
.tj-accordion-title:not(.collapsed)::after {
  content: "\e93c";
}
.tj-accordion-content {
  border-top: 0;
  padding: 0 30px 25px;
  transition: 0.3s ease-in-out;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-accordion-title {
    font-size: 18px;
    padding: 22px 55px 22px 15px;
  }
  .tj-accordion-title::after {
    font-size: 18px;
    inset-inline-end: 15px;
    top: 18px;
    width: 30px;
    height: 30px;
  }
  .tj-accordion-content {
    padding: 0 15px 25px;
  }
}

/* !END: Faq CSS */
/**----------------------------------------
START: Pricing CSS
----------------------------------------*/
.tj-pricing-section {
  position: relative;
  background: var(--tj-color-theme-dark-6);
  overflow: hidden;
  z-index: 1;
}
.tj-pricing-section .sec-heading .sec-subtitle-mrc {
  color: var(--tj-color-common-white);
}
.tj-pricing-section .sec-heading .sec-title-mrc {
  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-pricing-section-2 .sec-heading-inner > :last-child {
    margin-top: 40px;
  }
}

.pricing-toggle-wrap {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 42px;
  margin-bottom: -5px;
  font-family: var(--tj-ff-familjen-grotesk);
}
.pricing-toggle-wrap .toggle-text {
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
  opacity: 0.6;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}
.pricing-toggle-wrap .toggle-text span {
  color: var(--tj-color-orange-1);
  font-weight: var(--tj-fw-regular);
  font-style: italic;
}
.pricing-toggle-wrap .toggle-text.active {
  color: var(--tj-color-common-white);
  opacity: 1;
}
.pricing-toggle-wrap .switch {
  position: relative;
  width: 56px;
  height: 30px;
}
.pricing-toggle-wrap .switch input {
  display: none;
}
.pricing-toggle-wrap .switch .slider {
  position: absolute;
  inset: 0;
  background: var(--tj-color-orange-1);
  border-radius: 37px;
  cursor: pointer;
}
.pricing-toggle-wrap .switch .slider::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  inset-inline-start: 3px;
  top: 3px;
  background: var(--tj-color-theme-dark-6);
  border-radius: 50%;
  transition: 0.4s;
}
.pricing-toggle-wrap .switch input:checked + .slider::before {
  inset-inline-start: calc(100% - 24px - 3px);
}
.pricing-wrapper {
  position: relative;
  overflow: hidden;
  min-width: 100%;
  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) {
  .pricing-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.pricing-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.pricing-glow img,
.pricing-glow svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing-glow {
    display: none;
  }
}
.pricing-data {
  padding: 24px 30px 26px;
  border: 1px solid var(--tj-color-border-6);
  border-width: 0;
  border-top-width: 1px;
  color: var(--tj-color-common-white);
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  min-height: 67px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing-data {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing-data {
    padding: 24px 20px 26px;
  }
}
.pricing-data:last-child {
  border-right: 0;
}
.pricing-data i {
  font-size: 19px;
  line-height: 16px;
}
.pricing-data .btn-icon i {
  font-size: 16px;
  line-height: 1;
}
.pricing-data-feature {
  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) {
  .pricing-data-feature {
    display: block;
    align-self: flex-start;
  }
}
.pricing-data:has(.tj-btn-primary) {
  position: relative;
}
.pricing-data:has(.tj-btn-primary) .pricing-action {
  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) {
  .pricing-data:has(.tj-btn-primary) {
    padding-bottom: 80px;
  }
  .pricing-data:has(.tj-btn-primary) .pricing-action {
    position: absolute;
    inset-inline-start: 0;
    bottom: 0;
    width: 100%;
    padding: 0 30px 30px;
  }
  .pricing-data:has(.tj-btn-primary) .tj-btn-primary {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing-data:has(.tj-btn-primary) .pricing-action {
    padding: 0 20px 30px;
  }
}
.pricing-heading .pricing-data {
  border-width: 0;
}
.pricing-heading .pricing-data {
  font-family: var(--tj-ff-familjen-grotesk);
  font-size: 20px;
  font-weight: var(--tj-fw-medium);
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--tj-color-common-white);
}
.pricing-footer .price-item {
  margin-top: -7px;
  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) {
  .pricing-footer .price-item {
    width: auto;
  }
}
.pricing-footer h6 {
  font-size: 16px;
  line-height: 1;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: 0;
  font-family: var(--tj-ff-inter);
  color: var(--tj-color-common-white);
  margin: 0;
}
.pricing-disable {
  display: inline-block;
  width: 17px;
  height: 2px;
  background-color: var(--tj-color-common-white);
  opacity: 0.25;
}
.pricing-box {
  width: 100%;
  border: 1px solid var(--tj-color-border-6);
  background-color: var(--tj-color-blur-3);
  backdrop-filter: blur(12px);
}
.pricing-box:not(:last-child) {
  border-inline-end-width: 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) {
  .pricing-box:not(:last-child) {
    border-inline-end-width: 1px;
  }
}
.pricing-box .price {
  font-family: var(--tj-ff-familjen-grotesk);
  font-size: 56px;
  line-height: 1;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.04em;
  color: var(--tj-color-common-white);
  margin-bottom: 24px;
}
.pricing-box .price span:last-child {
  font-family: var(--tj-ff-inter);
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  letter-spacing: -0.02em;
  margin-inline-start: -8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-box .price {
    font-size: 42px;
  }
  .pricing-box .price span:last-child {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing-box .price {
    font-size: 46px;
  }
}
.pricing-box .custom-title {
  font-family: var(--tj-ff-familjen-grotesk);
  font-size: 40px;
  line-height: 1;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.02em;
  color: var(--tj-color-common-white);
  margin-bottom: 7px;
}
.pricing-box p {
  font-family: var(--tj-ff-inter);
  font-size: 12px;
  font-weight: var(--tj-fw-regular);
  letter-spacing: 0;
  margin-bottom: 20px;
  color: var(--tj-color-common-white);
  opacity: 0.5;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing-box p {
    margin-bottom: 26px;
  }
}
.pricing-box .tj-btn-primary-mrc {
  width: 100%;
  margin-bottom: 2px;
}
.pricing-box .tj-btn-primary-mrc .btn-inner {
  width: 100%;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .pricing-box-features {
    display: none;
  }
}

.price-toggle-btn {
  padding: 14px 24px;
  color: var(--tj-color-common-black);
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.02em;
  line-height: 1;
  transition: all 0.3s ease-in-out 0s;
}
.price-toggle-btn.active {
  color: var(--tj-color-common-white);
}
.price-toggle-btn:nth-child(2) {
  margin-inline-start: -12px;
}

.tj-active-bg {
  border-radius: 60px;
  top: 50%;
  left: 0px;
  position: absolute;
  transform: translateY(-50%);
  z-index: 1;
  background: var(--tj-color-theme-primary);
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
}

.price-switcher {
  padding: 6px;
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  border-radius: 60px;
  position: relative;
  z-index: 0;
  display: inline-flex;
  margin-top: 40px;
}

.package-name {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: var(--tj-fw-medium);
  background-color: var(--tj-color-theme-bg-2);
  border: 1px solid var(--tj-color-border-1);
  border-radius: 50px;
  padding: 0 15px;
  margin-bottom: 15px;
  display: inline-flex;
}

.package-title {
  font-size: 24px;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}

.package-price {
  display: flex;
  font-size: 72px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: var(--tj-color-heading-primary);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  margin: 16px 0;
}
.package-price .tj-currency {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: var(--tj-fw-bold);
  margin-top: 7px;
  margin-inline-end: 5px;
}
.package-price .tj-period {
  font-size: 16px;
  letter-spacing: 0;
  color: var(--tj-color-text-body);
  font-weight: var(--tj-fw-regular);
  margin: auto 0 8px 3px;
}

.pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 12px;
  position: relative;
}
.pricing-features-title {
  font-size: 14px;
  letter-spacing: 0;
  color: var(--tj-color-theme-dark-3);
  font-weight: var(--tj-fw-medium);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pricing-features > li {
  display: flex;
  align-items: start;
  gap: 10px;
  color: var(--tj-color-heading-primary);
}
.pricing-features > li i,
.pricing-features > li svg {
  display: inline-flex;
  line-height: 1;
  font-size: 20px;
  color: var(--tj-color-theme-primary);
  margin-top: 4px;
}
.pricing-features > li svg {
  max-width: 18px;
  height: auto;
}

.pricing-item {
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  padding: 30px;
  width: 100%;
  overflow: hidden;
}
.pricing-item-wrapper {
  display: flex;
  gap: 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) {
  .pricing-item-wrapper {
    flex-wrap: wrap;
  }
}
.pricing-item .pricing-footer {
  margin-top: 27px;
}
.pricing-item .tj-btn-pricing {
  width: 100%;
  background-color: var(--tj-color-theme-bg);
  border-radius: 0;
  margin-top: 10px;
}
.pricing-item .tj-btn-pricing .btn-inner {
  width: 100%;
  justify-content: space-between;
  padding: 18px 16px;
}
.pricing-item .tj-btn-pricing .btn-icon {
  width: 30px;
  height: 30px;
  color: var(--tj-color-theme-dark);
  background-color: var(--tj-color-theme-bg-2);
  inset-inline-end: 16px;
}
.pricing-item-col-2 {
  background-color: var(--tj-color-green-1);
  border: 0;
}
.pricing-item-col-2 .tj-btn-pricing {
  background-color: var(--tj-color-theme-primary);
}
.pricing-item-col-2 .tj-btn-pricing .btn-icon {
  color: var(--tj-color-light-1);
  background-color: var(--tj-color-theme-bg);
}
.pricing-item-col-3 {
  background-color: var(--tj-color-theme-bg);
  border: 0;
}
.pricing-item-col-3 .package-name {
  color: var(--tj-color-light-2);
  background-color: var(--tj-color-border-3);
  border-color: var(--tj-color-border-3);
}
.pricing-item-col-3 .package-title {
  color: var(--tj-color-theme-bg-2);
}
.pricing-item-col-3 .package-desc {
  color: var(--tj-color-light-2);
}
.pricing-item-col-3 .package-price {
  color: var(--tj-color-theme-bg-2);
}
.pricing-item-col-3 .package-price .tj-period {
  color: var(--tj-color-light-2);
}
.pricing-item-col-3 .pricing-features-title {
  color: var(--tj-color-light-3);
}
.pricing-item-col-3 .pricing-features > li {
  color: var(--tj-color-light-2);
}
.pricing-item-col-3 .tj-btn-pricing {
  background-color: var(--tj-color-theme-bg-2);
  color: var(--tj-color-theme-dark);
}
.pricing-item-col-3 .tj-btn-pricing .btn-icon {
  color: var(--tj-color-light-1);
  background-color: var(--tj-color-theme-bg);
}

/* !END: Pricing CSS */
/**----------------------------------------
START: Portfolio CSS
----------------------------------------*/
.tj-portfolio-section {
  position: relative;
  overflow: hidden;
}

.tj-portfolio-mrc-heading {
  margin-bottom: 75px;
  margin-inline-start: -8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-portfolio-mrc-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio-mrc-heading {
    margin-bottom: 35px;
  }
}
.tj-portfolio-mrc-heading .sec-title {
  font-size: 140px;
  line-height: 0.8571;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-portfolio-mrc-heading .sec-title {
    font-size: 112px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-portfolio-mrc-heading .sec-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio-mrc-heading .sec-title {
    font-size: 60px;
  }
}
.tj-portfolio-mrc-heading .sec-heading-right {
  max-width: 307px;
}

.arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-dark-6);
  will-change: transform;
  pointer-events: all;
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.arrow-btn:hover {
  color: var(--tj-color-common-white);
  transform: rotate(0deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .arrow-btn {
    width: 40px;
    height: 40px;
  }
}

.portfolio-item {
  position: relative;
  padding: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-item {
    padding: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-item {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-item {
    padding: 15px;
  }
}
.portfolio-item.bg-one {
  background: var(--tj-color-green-2);
}
.portfolio-item.bg-two {
  background: var(--tj-color-orange-2);
}
.portfolio-item.bg-three {
  background: #d9d9d9;
}
.portfolio-item .category {
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  background: var(--tj-color-blur-1);
  backdrop-filter: blur(12px);
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.01em;
  line-height: 1;
  color: var(--tj-color-common-white);
  position: absolute;
  top: 30px;
  inset-inline-start: 30px;
}
.portfolio-item .category:hover {
  background-color: var(--tj-color-orange-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-item .category {
    top: 20px;
    inset-inline-start: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-item .category {
    top: 15px;
    inset-inline-start: 15px;
  }
}
.portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-thumb img {
  width: 100%;
  aspect-ratio: 688/459;
  object-fit: cover;
  transition: 0.5s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-thumb img {
    aspect-ratio: 688/500;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-thumb img {
    aspect-ratio: 688/600;
  }
}
.portfolio-item:hover .portfolio-thumb img {
  transform: scale(1.06);
}
.portfolio-content {
  position: absolute;
  inset: 60px;
  top: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-content {
    inset: 35px;
    top: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-content {
    inset: 20px;
    top: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-content {
    inset: 15px;
    top: auto;
  }
}
.portfolio-content .content-bottom {
  padding: 30px 30px 26px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  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) {
  .portfolio-content .content-bottom {
    padding: 30px 20px 22px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-content .content-bottom {
    padding: 20px 15px 18px;
  }
}
.portfolio-content .year {
  display: block;
  font-family: var(--tj-ff-familjen-grotesk);
  font-size: 20px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.015em;
  line-height: 1;
  color: var(--tj-color-common-white);
  margin-bottom: 12px;
}
.portfolio-content .title {
  font-family: var(--tj-ff-familjen-grotesk);
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.015em;
  line-height: 1;
  color: var(--tj-color-common-white);
  margin: 0;
  text-transform: uppercase;
}
.portfolio-content .title a:hover {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio-content .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-content .title {
    font-size: 24px;
  }
}
.portfolio-slider-wrap {
  position: relative;
  margin-inline-start: calc((100% - 1320px) / 2);
  display: flex;
  gap: 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) {
  .portfolio-slider-wrap {
    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) {
  .portfolio-slider-wrap {
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-slider-wrap {
    flex-wrap: wrap;
    margin-inline-end: 15px;
    gap: 25px;
  }
}
.portfolio-slider-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-slider-left {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.portfolio-slider-right {
  width: calc(100% - 166px);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-slider-right {
    width: calc(100% - 136px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-slider-right {
    width: 100%;
  }
}
.portfolio-pagination {
  font-family: var(--tj-ff-familjen-grotesk);
  font-size: 48px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-dark-6);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: -4px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-pagination {
    font-size: 36px;
    margin-top: 5px;
    letter-spacing: 0.01em;
  }
}
.portfolio-pagination .divider,
.portfolio-pagination .total-slide {
  font-size: 20px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-light-9);
}
.portfolio-pagination .divider {
  margin: 0 -8px;
}

.portfolio-item-2 {
  padding: 0;
  background-color: var(--tj-color-theme-bg-3);
}
.portfolio-item-2 .category {
  padding: 4px 8px;
  letter-spacing: 0;
  font-weight: var(--tj-fw-medium);
  top: 15px;
  inset-inline-start: 15px;
}
.portfolio-item-2 .category::before {
  content: "";
  background-color: rgba(14, 28, 36, 0.8);
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.portfolio-item-2 .category:hover {
  background-color: var(--tj-color-theme-primary);
}
.portfolio-item-2 .category:hover::before {
  opacity: 0;
}
.portfolio-item-2 .portfolio-thumb img {
  aspect-ratio: 630/420;
}
.portfolio-item-2 .portfolio-content {
  position: static;
}
.portfolio-item-2 .portfolio-content .content-bottom {
  padding: 20px 30px 25px;
  border: 1px solid var(--tj-color-border-1);
  border-top: 0;
  align-items: center;
}
@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) {
  .portfolio-item-2 .portfolio-content .content-bottom {
    padding: 20px 20px 25px;
  }
}
.portfolio-item-2 .portfolio-content .title {
  line-height: 1.416;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-heading-primary);
  text-transform: none;
  margin-bottom: 15px;
}
.portfolio-item-2 .portfolio-content .title a:hover {
  letter-spacing: inherit;
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-item-2 .portfolio-content .title {
    font-size: 20px;
  }
}
.portfolio-item-2 .portfolio-content .desc {
  max-width: 385px;
  margin-bottom: 0;
}
.portfolio-item-2 .arrow-btn {
  width: 60px;
  height: 60px;
  color: var(--tj-color-heading-primary);
  border: 1px solid var(--tj-color-border-1);
  background-color: transparent;
}
.portfolio-item-2 .arrow-btn:hover {
  color: var(--tj-color-light-1);
  border-color: var(--tj-color-theme-primary);
  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), (max-width: 575px) {
  .portfolio-item-2 .arrow-btn {
    width: 50px;
    height: 50px;
  }
}

.portfolio-filter-wrapper.row {
  --bs-gutter-x: 60px;
}
@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) {
  .portfolio-filter-wrapper.row {
    --bs-gutter-x: 30px;
  }
}
.portfolio-filter-wrapper .portfolio-item-2 {
  margin-bottom: 60px;
}
@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) {
  .portfolio-filter-wrapper .portfolio-item-2 {
    margin-bottom: 30px;
  }
}

/* !END: Portfolio CSS */
/**----------------------------------------
START: Career CSS
----------------------------------------*/
.tj-career-item {
  background-color: var(--tj-color-theme-bg-3);
  margin-bottom: 30px;
}
.tj-career-item .career-image {
  aspect-ratio: 420/256;
  display: flex;
  overflow: hidden;
}
.tj-career-item .career-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.tj-career-item .career-content {
  padding: 25px 30px;
  border: 1px solid var(--tj-color-border-1);
  border-top: 0;
}
@media (max-width: 575px) {
  .tj-career-item .career-content {
    padding: 25px 20px;
  }
}
.tj-career-item .career-title 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) {
  .tj-career-item .career-title {
    font-size: 22px;
  }
}
.tj-career-item .career-desc {
  margin-bottom: 24px;
}
.tj-career-item .career-desc p {
  margin-bottom: 0;
}
.tj-career-item .btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.tj-career-item .tj-text-btn {
  font-size: 22px;
}
.tj-career-item .salary-range {
  font-size: 30px;
  line-height: 1;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.015em;
  color: var(--tj-color-heading-primary);
}
.tj-career-item .salary-range sub {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  bottom: 0;
}
.tj-career-item:hover .career-image img {
  transform: scale(1.1);
}
.tj-career-section .tj-pagination {
  margin-top: 30px;
}

.career-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}
.career-tags span {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: var(--tj-fw-medium);
  gap: 5px;
  padding: 3px 8px;
  color: var(--tj-color-heading-primary);
  background-color: var(--tj-color-theme-bg-2);
  border: 1px solid var(--tj-color-border-1);
  border-radius: 40px;
}
.career-tags span:first-child {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}

.career-filter-btn-wrap {
  display: flex;
  justify-content: center;
  margin-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) {
  .career-filter-btn-wrap {
    margin-bottom: 40px;
  }
}

/* !END: Career CSS */
/**----------------------------------------
START: Tj Details CSS
----------------------------------------*/
.tj-details-wrapper p {
  margin-bottom: 16px;
}
.tj-details-wrapper p:last-child {
  margin-bottom: 0;
}
.tj-details-wrapper .career-tags {
  margin-bottom: 20px;
}
.tj-details-wrapper .career-tags span:not(:first-child) {
  background-color: var(--tj-color-theme-bg-3);
}
.tj-details-img {
  margin-bottom: 30px;
}
.tj-details-title {
  line-height: 1.1;
  margin-bottom: 22px;
}
.tj-details-image {
  overflow: hidden;
}
.tj-details-image img {
  width: 100%;
}
.tj-details-image-wrap {
  margin-top: 36px;
}
.tj-details-text h3 {
  margin-bottom: 14px;
  margin-top: 50px;
}
.tj-details-list {
  list-style: none;
  columns: 2;
  margin-top: 28px;
}
.tj-details-list li {
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-medium);
  margin-bottom: 13px;
}
.tj-details-list li:last-child {
  margin-bottom: 0;
}
.tj-details-list li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
  font-size: 16px;
  color: var(--tj-color-theme-bg-2);
  width: 20px;
  height: 20px;
  background-color: var(--tj-color-theme-primary);
  border-radius: 50%;
}
@media (max-width: 575px) {
  .tj-details-list {
    margin-bottom: 30px;
    columns: 1;
  }
}
.tj-details-box {
  background-color: var(--tj-color-common-white);
  padding: 30px 17px 25px 18px;
  max-width: calc((100% - 30px) / 3);
  width: 100%;
}
.tj-details-box .number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-radius: 50%;
  margin-bottom: 25px;
}
.tj-details-box .title {
  line-height: 1.444;
  margin-bottom: 18px;
}
.tj-details-box .desc {
  margin-bottom: 0;
}
.tj-details-box .desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-details-box {
    max-width: 235px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-details-box {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-details-box {
    max-width: 100%;
  }
}
.tj-details-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  align-items: center;
  margin-bottom: 50px;
  margin-top: 24px;
}

.tj-sidebar-cta {
  position: relative;
  z-index: 0;
  background: var(--tj-color-theme-dark);
  overflow: hidden;
  width: 100%;
  min-height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tj-sidebar-cta-content {
  padding: 30px 28px 30px;
  max-width: 279px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-sidebar-cta-content {
    max-width: 400px;
  }
}
.tj-sidebar-cta-content .title {
  font-size: 44px;
  line-height: 0.9545;
  color: var(--tj-color-theme-bg-2);
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tj-sidebar-cta-content {
    padding: 30px 20px;
  }
}
.tj-sidebar-cta-images {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  z-index: -1;
}
.tj-sidebar-cta-widget {
  padding: 0;
}
.tj-sidebar-cta .tj-section-line-wrapper {
  z-index: -2;
}

.tj-project-info ul li {
  display: flex;
  align-items: center;
  column-gap: 16px;
  background-color: var(--tj-color-theme-bg-2);
  border: 1px solid var(--tj-color-border-1);
  margin-bottom: 10px;
  padding-inline-end: 10px;
}
.tj-project-info ul li:last-child {
  margin-bottom: 0;
}
.tj-project-info ul li .info-icon {
  width: 69px;
  height: 69px;
  font-size: 23px;
  color: var(--tj-color-theme-primary);
  background: var(--tj-color-green-1);
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -1px;
}
.tj-project-info ul li .info-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 7px 0;
}
.tj-project-info ul li .info-text .label {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: var(--tj-color-theme-dark-3);
  margin: 0;
}
.tj-project-info ul li .info-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) {
  .tj-project-info ul li .info-text .title {
    font-size: 16px;
  }
}

.tj-skill-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 24px;
  margin-bottom: 52px;
}
.tj-skill-item {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-heading-primary);
  background-color: var(--tj-color-green-1);
  padding: 14px 18px;
}

.tj-job-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: var(--tj-color-theme-bg-2);
  border: 1px solid var(--tj-color-border-1);
  border-top: 0;
}
.tj-job-info ul li {
  font-size: 16px;
  line-height: 1.25;
  display: flex;
  justify-content: space-between;
  padding: 17px 20px;
  border-top: 1px solid var(--tj-color-border-1);
}
.tj-job-info ul li span.first-child {
  min-width: 100px;
  position: relative;
  z-index: 1;
}
.tj-job-info ul li span.first-child::before {
  content: ":";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  inset-inline-end: 0;
}
.tj-job-info ul li strong {
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-sbold);
  position: relative;
  padding-inline-start: 13px;
}
.tj-job-info ul li strong::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--tj-color-heading-primary);
  position: absolute;
  inset-inline-start: 0;
  top: 5px;
}

.tj-careers-form .form-input {
  margin-bottom: 15px;
}
.tj-careers-form .form-input.reduce {
  margin-top: -5px;
}
.tj-careers-form .form-input textarea {
  min-height: 160px;
}
.tj-careers-form .form-input label {
  color: var(--tj-color-heading-primary);
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
.tj-careers-form .form-input .upload-file-area {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  border: 1px solid var(--tj-color-border-1);
}
.tj-careers-form .form-input .upload-file-area span {
  font-size: 16px;
  line-height: 1.15;
  display: inline-flex;
  gap: 8px;
}
.tj-careers-form .form-input .upload-file-area .chose {
  background-color: var(--tj-color-green-1);
  color: var(--tj-color-heading-primary);
  padding: 12px 24px;
  margin-inline-start: 7px;
  flex: 0 0 auto;
}
.tj-careers-form .form-input .upload-file-area input[type=file] {
  position: absolute;
  width: 100%;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0;
  cursor: pointer;
}

.tj-gallery {
  position: relative;
  display: block;
}
.tj-gallery::before {
  content: "\e93e";
  font-family: var(--tj-ff-fonticon);
  color: var(--tj-color-common-white);
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--tj-color-theme-dark-7);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  inset-inline-start: 0;
  opacity: 0;
  visibility: hidden;
}
.tj-gallery:hover::before {
  opacity: 1;
  visibility: visible;
}

/* !END: Tj Details CSS */
/**----------------------------------------
START: Location CSS
----------------------------------------*/
.tj-location-section {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.tj-location-section .sec-subtitle {
  color: var(--tj-color-light-1);
}
.tj-location-section .sec-title {
  color: var(--tj-color-light-1);
}
.tj-location-item .location-image {
  aspect-ratio: 420/236;
  display: flex;
  overflow: hidden;
  position: relative;
}
.tj-location-item .location-image img {
  width: 100%;
}
.tj-location-item .location-image .pin-map {
  width: 49px;
  aspect-ratio: 49/60;
  background-repeat: no-repeat;
  padding: 7px;
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease-in-out;
}
.tj-location-item .location-image:hover .pin-map {
  transform: translate(-50%, -50%) scale(0.8);
}
.tj-location-item .location-content {
  padding-top: 25px;
}
.tj-location-item .location-title {
  color: var(--tj-color-light-1);
}
.tj-location-item .location-desc {
  padding-bottom: 18px;
}
.tj-location-item .location-desc p {
  color: var(--tj-color-light-3);
  margin-bottom: 8px;
}
.tj-location-item .location-desc a {
  color: var(--tj-color-light-2);
  position: relative;
}
.tj-location-item .location-desc a::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  bottom: 1px;
  inset-inline-end: 0;
  transition: transform 0.3s ease-in-out;
}
.tj-location-item .location-desc a:hover::after {
  animation: lineHover 0.5s linear;
}

/* !END: Location CSS */
/*----------------------------------------*/
/* Unit CSS START
/*----------------------------------------*/
.tj_spacer {
  padding: 120px 0;
  background-color: var(--tj-color-theme-bg-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj_spacer {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj_spacer {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj_spacer {
    padding: 70px 0;
  }
}

.rg-60 {
  row-gap: 60px;
}

.tj_home_front_page .tj-page-link {
  display: none;
}

.tj_wpost_item {
  position: relative;
  height: 100%;
  margin-bottom: 40px;
  overflow: hidden;
}
.tj_wpost_item:last-child {
  margin-bottom: 0;
}
.tj_wpost_item.sticky {
  padding: 30px;
  border: 1px solid var(--tj-color-theme-primary);
}
.tj_wpost_item:hover .tj_wpost_thumb img {
  transform: scale(1.1) rotate(-2deg);
}
.tj_wpost_thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}
.tj_wpost_thumb img {
  width: auto;
  height: auto;
  object-fit: cover;
  transition: all 0.4s linear;
}
.tj_wpost_thumb a {
  display: block;
}
.tj_wpost_thumb iframe,
.tj_wpost_thumb video {
  width: 100%;
}
.tj_wpost_audio, .tj_wpost_video {
  margin-bottom: 25px;
}
.tj_wpost_audio iframe,
.tj_wpost_audio video, .tj_wpost_video iframe,
.tj_wpost_video video {
  width: 100%;
}
.tj_wpost_content {
  height: 100%;
}
.tj_wpost_title {
  font-size: var(--tj-fs-h3);
  font-weight: var(--tj-fw-sbold);
  line-height: 1.25;
  margin: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_wpost_title {
    font-size: 28px;
  }
}
.tj_wpost_title a {
  display: inline;
}
.tj_wpost_title:hover a {
  color: var(--tj-color-theme-primary);
}
.tj_wpost_excerpt {
  margin-top: 15px;
}
.tj_wpost_excerpt:last-of-type {
  margin-bottom: 0;
}
.tj_wpost_btn {
  margin-top: 22px;
}

.tj_wpost_meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.tj_wpost_meta .meta a {
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-medium);
  letter-spacing: 0;
  text-transform: capitalize;
}
.tj_wpost_meta .meta a:hover {
  color: var(--tj-color-theme-primary);
}
.tj_wpost_meta .meta span {
  color: var(--tj-color-theme-dark-3);
  line-height: 1;
}
.tj_wpost_meta .meta .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tj_wpost_meta .meta .categories a {
  background-color: var(--tj-color-theme-bg-3);
  font-size: 16px;
  line-height: 1;
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-sbold);
  padding: 2px 7px 4px;
  display: inline-flex;
  overflow: hidden;
  border: 1px solid var(--tj-color-border-1);
  backdrop-filter: blur(15px);
  letter-spacing: 0;
}
.tj_wpost_meta .meta .categories a:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  color: var(--tj-color-theme-bg-2);
}

.tj_wpost_pagination {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_wpost_pagination {
    margin-top: 40px;
  }
}
.tj_wpost_pagination .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  border: 1px solid var(--tj-color-border-1);
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-heading-primary);
}
.tj_wpost_pagination .page-numbers i {
  line-height: 1;
  color: var(--tj-color-heading-primary);
}
.tj_wpost_pagination .page-numbers:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-theme-bg-2);
  border-color: var(--tj-color-theme-primary);
}
.tj_wpost_pagination .page-numbers:hover i {
  color: var(--tj-color-theme-bg-2);
}
.tj_wpost_pagination .page-numbers.current {
  background-color: var(--tj-color-theme-bg);
  color: var(--tj-color-theme-bg-2);
  border-color: var(--tj-color-theme-dark);
}
.tj_wpost_pagination .page-numbers.current i {
  color: var(--tj-color-common-white);
}
.tj_wpost_pagination .page-numbers.dots {
  line-height: 42px;
}
.tj_wpost_pagination .page-numbers.next, .tj_wpost_pagination .page-numbers.prev {
  font-size: 22px;
}

/*----------------------------------------*/
/*  WIDGETS CSS START
/*----------------------------------------*/
.tj_wpost_widget {
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  margin-bottom: 30px;
  padding: 30px 30px 35px;
  position: relative;
}
.tj_wpost_widget:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tj_wpost_widget {
    padding: 25px 15px;
  }
}
.tj_wpost_widget .wp-block-heading,
.tj_wpost_widget .wp-block-search__label,
.tj_wpost_widget .wp-block-categories__label,
.tj_wpost_widget .wp-block-archives__label,
.tj_wpost_widget .widget_title {
  color: var(--tj-color-heading-primary);
  font-family: var(--tj-ff-heading);
  font-size: var(--tj-fs-h4);
  letter-spacing: -0.015em;
  font-weight: var(--tj-fw-bold);
  position: relative;
  margin-bottom: 25px;
  line-height: 1;
  z-index: 1;
  display: block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_wpost_widget .wp-block-heading,
  .tj_wpost_widget .wp-block-search__label,
  .tj_wpost_widget .wp-block-categories__label,
  .tj_wpost_widget .wp-block-archives__label,
  .tj_wpost_widget .widget_title {
    font-size: 20px;
  }
}

.tj_widget_search form {
  position: relative;
  width: 100%;
  z-index: 1;
}
.tj_widget_search form input[type=search] {
  font-size: 16px;
  background: var(--tj-color-theme-bg-2);
  width: 100%;
  height: 60px;
  border: 1px solid var(--tj-color-border-1);
  padding: 18px 65px 18px 20px;
  line-height: 1;
}
.tj_widget_search form input[type=search]::placeholder {
  transition: all 0.3s;
  color: var(--tj-color-theme-dark-3);
}
.tj_widget_search form :focus {
  outline: none;
  box-shadow: 0 0 0;
}
.tj_widget_search form button {
  font-size: 22px;
  color: var(--tj-color-heading-primary);
  width: 54px;
  height: 60px;
  position: absolute;
  top: 50%;
  inset-inline-end: 0;
  transform: translateY(-50%);
  border-inline-start: 1px solid var(--tj-color-border-1);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.tj_widget_search form button i {
  display: inline-flex;
  line-height: 1;
}

.tj_recent_posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj_recent_posts ul li {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 15px;
}
.tj_recent_posts ul li:last-child {
  margin-bottom: 0;
}
.tj_recent_posts ul li:hover .post-thumb img {
  transform: scale(1.15);
}
.tj_recent_posts .post-thumb {
  position: relative;
  width: 100px;
  height: 100px;
  flex: 0 0 auto;
  overflow: hidden;
}
.tj_recent_posts .post-thumb a {
  display: inline-block;
  width: 100%;
}
.tj_recent_posts .post-thumb a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.tj_recent_posts .post-content .post-title {
  font-size: 18px;
  line-height: 1.444;
  font-weight: var(--tj-fw-bold);
  margin-bottom: 10px;
}
.tj_recent_posts .post-content .post-title a:hover {
  color: var(--tj-color-theme-primary);
}
.tj_recent_posts .post-content .post-meta {
  margin-bottom: 0;
}
.tj_recent_posts .post-content .post-meta span {
  font-size: 14px;
  color: var(--tj-color-text-body);
}

.tj_widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj_widget_categories ul li {
  margin-bottom: 10px;
}
.tj_widget_categories ul li:last-child {
  margin-bottom: 0;
}
.tj_widget_categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-heading-primary);
  background: var(--tj-color-theme-bg-2);
  padding: 18px 15px 17px 25px;
  letter-spacing: 0;
  border: 1px solid var(--tj-color-border-1);
}
.tj_widget_categories ul li a span {
  color: var(--tj-color-heading-primary);
  transition: all 0.3s ease-in-out 0s;
}
.tj_widget_categories ul li a:hover {
  color: var(--tj-color-theme-bg-2);
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.tj_widget_categories ul li a:hover span {
  color: var(--tj-color-theme-bg-2);
}

.wp-block-tag-cloud,
.tagcloud {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 12px;
}
.wp-block-tag-cloud a,
.tagcloud a {
  background-color: var(--tj-color-theme-bg-2);
  border: 1px solid var(--tj-color-border-1);
  letter-spacing: 0;
  line-height: 1;
  color: var(--tj-color-heading-primary);
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  padding: 5px 10px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  text-decoration: none !important;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  color: var(--tj-color-theme-bg-2);
}

.tj_wpost_entry_content .wp-block-tag-cloud a {
  background-color: var(--tj-color-theme-bg-3);
}
.tj_wpost_entry_content .wp-block-tag-cloud a:hover {
  background-color: var(--tj-color-theme-primary);
}

.wp_widget .tagcloud a {
  font-size: 16px !important;
}

.tj_wfooter_widget {
  margin-bottom: 45px;
}
.tj_wfooter_widget:last-child {
  margin-bottom: 0;
}
.tj_wfooter_widget .wp-block-heading,
.tj_wfooter_widget .wp-block-search__label,
.tj_wfooter_widget .wp-block-categories__label,
.tj_wfooter_widget .wp-block-archives__label,
.tj_wfooter_widget .widget_title {
  color: var(--tj-color-common-white);
  font-size: 16px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  margin-bottom: 32px;
  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_wfooter_widget .wp-block-heading,
  .tj_wfooter_widget .wp-block-search__label,
  .tj_wfooter_widget .wp-block-categories__label,
  .tj_wfooter_widget .wp-block-archives__label,
  .tj_wfooter_widget .widget_title {
    margin-bottom: 20px;
  }
}

.tj_wfooter_widget_wrap {
  padding: 120px 0;
  background-color: var(--tj-color-theme-bg);
  border-bottom: 1px solid var(--tj-color-border-5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj_wfooter_widget_wrap {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_wfooter_widget_wrap {
    padding: 70px 0;
  }
}
.tj_wfooter_copyright {
  background-color: var(--tj-color-theme-bg);
  padding: 30px;
}
.tj_wfooter_copyright .tj_wcopyright {
  color: var(--tj-color-light-3);
}
.tj_wfooter_copyright .tj_wcopyright a {
  color: var(--tj-color-light-1);
  font-weight: var(--tj-fw-medium);
}
.tj_wfooter_copyright .tj_wcopyright a:hover {
  color: var(--tj-color-theme-primary);
}

/**----------------------------------------
START: Blog Details CSS
----------------------------------------*/
.cg-20 {
  --bs-gutter-x: 20px;
}

.tj_wpost_singular .tj_wpost_thumb {
  margin-bottom: 30px;
  overflow: hidden;
}
.tj_wpost_singular .tj_wpost_title {
  margin-bottom: 22px;
  font-size: var(--tj-fs-h2);
  line-height: 1.1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj_wpost_singular .tj_wpost_title {
    font-size: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj_wpost_singular .tj_wpost_title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .tj_wpost_singular .tj_wpost_title {
    font-size: 34px;
  }
}
.tj_wpost_singular p {
  margin-bottom: 16px;
}
.tj_wpost_singular p:last-child {
  margin-bottom: 0;
}
.tj_wpost_singular .tj_wpost_video {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
}
.tj_wpost_singular .tj_wpost_video .tj_video_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 1;
  color: var(--tj-color-heading-primary);
  background: var(--tj-color-common-white);
  position: absolute;
  top: 50%;
  inset-inline-start: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-decoration: none;
}
.tj_wpost_singular .tj_wpost_video .tj_video_btn span {
  font-size: 20px;
}
.tj_wpost_singular .tj_wpost_video .tj_video_btn::before {
  position: absolute;
  content: "";
  inset-inline-start: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  animation: pulse2 2s linear infinite;
  z-index: -1;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .tj_wpost_singular .tj_wpost_video .tj_video_btn::before {
    width: 70px;
    height: 70px;
  }
}
.tj_wpost_singular .tj_wpost_video .tj_video_btn:hover {
  transform: translate(-50%, -50%) scale(0.85);
}
@media (max-width: 575px) {
  .tj_wpost_singular .tj_wpost_video .tj_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) {
  .tj_wpost_singular .tj_wpost_video {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.tj_wpost_entry_content h3 {
  margin-bottom: 14px;
  margin-top: 50px;
}
.tj_wpost_entry_content ul.tj_list {
  padding: 0;
  list-style: none;
  columns: 2;
  margin-top: 28px;
  margin-bottom: 0;
}
.tj_wpost_entry_content ul.tj_list li {
  padding: 0;
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-medium);
  margin-bottom: 13px;
}
.tj_wpost_entry_content ul.tj_list li:last-child {
  margin-bottom: 0;
}
.tj_wpost_entry_content ul.tj_list li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
}
@media (max-width: 575px) {
  .tj_wpost_entry_content ul.tj_list {
    margin-bottom: 30px;
    columns: 1;
  }
}
.tj_wpost_entry_content table.tj_table {
  width: 100%;
  font-family: var(--tj-ff-heading);
  margin-top: 24px;
  margin-bottom: 50px;
}
.tj_wpost_entry_content table.tj_table thead {
  background-color: var(--tj-color-green-1);
}
.tj_wpost_entry_content table.tj_table td,
.tj_wpost_entry_content table.tj_table th {
  padding: 23px 30px;
  border-style: solid;
  border-color: var(--tj-color-border-1);
  border-width: 0;
  border-bottom-width: 1px;
  border-width: 1px;
  text-align: start;
}
@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_wpost_entry_content table.tj_table td,
  .tj_wpost_entry_content table.tj_table th {
    padding: 20px 18px;
  }
}
.tj_wpost_entry_content table.tj_table th {
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-heading-primary);
  border-inline-end-color: var(--tj-color-border-10);
  letter-spacing: 0;
}
.tj_wpost_entry_content table.tj_table td {
  background-color: var(--tj-color-theme-bg-3);
}
.tj_wpost_entry_content table.tj_table td:first-child {
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-heading-primary);
  letter-spacing: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_wpost_entry_content table.tj_table {
    margin-bottom: 44px;
  }
}
.tj_wpost_entry_content .tj_text br {
  display: none;
}

.tj_wpost_tags_share {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 30px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--tj-color-border-1);
  border-bottom: 1px solid var(--tj-color-border-1);
  padding: 22px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.tj_wpost_tags_share .tagcloud {
  width: calc(100% - 200px);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_wpost_tags_share .tagcloud {
    width: 100%;
  }
}
.tj_wpost_tags_share .tagcloud span {
  color: var(--tj-color-heading-primary);
}
.tj_wpost_tags_share .tagcloud a {
  background-color: var(--tj-color-theme-bg-3);
}
.tj_wpost_tags_share .tagcloud a:hover {
  background-color: var(--tj-color-theme-primary);
}
.tj_wpost_tags_share .tj_social_share {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  align-items: center;
}
.tj_wpost_tags_share .tj_social_share span {
  color: var(--tj-color-heading-primary);
}
.tj_wpost_tags_share .tj_social_share a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  font-size: 14px;
  line-height: 1;
  color: var(--tj-color-light-5);
  z-index: 1;
  overflow: hidden;
}
.tj_wpost_tags_share .tj_social_share a i {
  transition: all 0.5s;
}
.tj_wpost_tags_share .tj_social_share a::before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  left: 0;
  right: 0;
  transform: scale(0);
  transform-origin: center;
  background-color: var(--tj-color-theme-primary);
  border-radius: 50%;
  transition: 0.5s;
  z-index: -1;
}
.tj_wpost_tags_share .tj_social_share a::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-color: var(--tj-color-heading-primary);
  opacity: 0.3;
  transition: 0.5s;
}
.tj_wpost_tags_share .tj_social_share a:hover {
  opacity: 1;
}
.tj_wpost_tags_share .tj_social_share a:hover {
  color: var(--tj-color-common-white);
}
.tj_wpost_tags_share .tj_social_share a:hover::before {
  transform: scale(1.1);
}

.tj_wpost_navigation {
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  padding: 20px 25px;
  display: flex;
  gap: 25px;
  align-items: center;
}
@media (max-width: 575px) {
  .tj_wpost_navigation {
    padding: 20px;
    gap: 20px;
  }
}
.tj_wpost_navigation .navigation_home a {
  font-size: 40px;
  line-height: 1;
  color: var(--tj-color-heading-primary);
  text-decoration: none;
}
.tj_wpost_navigation .navigation_home a:focus, .tj_wpost_navigation .navigation_home a:hover {
  color: var(--tj-color-theme-primary);
}
.tj_wpost_navigation .tj_next,
.tj_wpost_navigation .tj_prev {
  width: calc(50% - 25px);
}
.tj_wpost_navigation .tj_next {
  text-align: end;
}
.tj_wpost_navigation .navigation_next,
.tj_wpost_navigation .navigation_prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-sbold);
  letter-spacing: 0;
}
.tj_wpost_navigation .navigation_next:hover .navigation_icon,
.tj_wpost_navigation .navigation_prev:hover .navigation_icon {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.tj_wpost_navigation .navigation_next:hover .navigation_icon i,
.tj_wpost_navigation .navigation_prev:hover .navigation_icon i {
  color: var(--tj-color-common-white);
}
.tj_wpost_navigation .navigation_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: var(--tj-color-theme-bg-2);
  border-radius: 50%;
  border: 1px solid var(--tj-color-border-1);
  font-size: 16px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj_wpost_navigation .navigation_icon i {
  color: var(--tj-color-theme-dark);
}
@media (max-width: 575px) {
  .tj_wpost_navigation .navigation_icon {
    width: 48px;
    height: 48px;
  }
}

.tj_wpost_latest_comment {
  margin-bottom: 50px;
}
.tj_wpost_latest_comment ul {
  list-style: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj_wpost_latest_comment ul .comment-respond {
  margin-bottom: 20px;
}
.tj_wpost_latest_comment .tj_wpost_comment {
  margin-bottom: 20px;
  padding-top: 0;
}
.tj_wpost_latest_comment .tj_wpost_comment:last-child {
  margin-bottom: 0;
}
.tj_wpost_latest_comment .tj_wpost_comment > .children {
  margin-top: 20px;
  padding-inline-start: 75px;
}
@media (max-width: 575px) {
  .tj_wpost_latest_comment .tj_wpost_comment > .children {
    padding-inline-start: 35px;
  }
}
.tj_wpost_latest_comment .tj_wpost_comment_inner {
  padding: 30px 30px 24px;
  background-color: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  position: relative;
}
.tj_wpost_latest_comment .tj_wpost_comment_inner:not(:has(.tj_wpost_comment_thumb)) .tj_wpost_comment_content {
  width: 100%;
}
.tj_wpost_latest_comment .tj_wpost_comment_thumb {
  float: left;
  max-width: 64px;
  height: 64px;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.tj_wpost_latest_comment .tj_wpost_comment_thumb img {
  width: 100%;
}
@media (max-width: 575px) {
  .tj_wpost_latest_comment .tj_wpost_comment_thumb {
    float: none;
    margin-bottom: 15px;
  }
}
.tj_wpost_latest_comment .tj_wpost_comment_content {
  width: calc(100% - 80px);
  margin-inline-start: auto;
}
@media (max-width: 575px) {
  .tj_wpost_latest_comment .tj_wpost_comment_content {
    width: 100%;
  }
}
.tj_wpost_latest_comment .tj_wpost_comment_author {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .tj_wpost_latest_comment .tj_wpost_comment_author {
    margin-top: 0;
  }
}
.tj_wpost_latest_comment .tj_wpost_comment_author .name {
  font-weight: var(--tj-fw-bold);
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: -0.015em;
  margin-bottom: 6px;
  text-transform: capitalize;
}
.tj_wpost_latest_comment .tj_wpost_comment_author .name a {
  color: inherit;
  text-decoration: none;
}
.tj_wpost_latest_comment .tj_wpost_comment_author .name a:hover {
  color: var(--tj-color-theme-primary);
}
.tj_wpost_latest_comment .tj_wpost_comment_author .date {
  font-size: 14px;
  color: var(--tj-color-theme-dark-3);
  font-weight: var(--tj-fw-regular);
  letter-spacing: 0;
}
.tj_wpost_latest_comment .tj_wpost_comment_text {
  margin-top: 14px;
}
.tj_wpost_latest_comment .tj_wpost_comment_text p:last-child {
  margin-bottom: 0;
}
.tj_wpost_latest_comment .tj_wpost_comment_reply {
  position: absolute;
  top: 28px;
  inset-inline-end: 30px;
  line-height: 1;
}
.tj_wpost_latest_comment .tj_wpost_comment_reply a {
  text-decoration: none;
  font-size: 14px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-theme-primary);
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: -10px;
}
.tj_wpost_latest_comment .tj_wpost_comment_reply a:hover {
  opacity: 0.6;
}

.tj_wpost_comment_title {
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .tj_wpost_comment_title {
    margin-bottom: 15px;
  }
}

.comment-respond p.comment-notes,
.comment-respond p.logged-in-as {
  margin-bottom: 25px;
  line-height: 1;
}
.comment-respond .comment-reply-title {
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .comment-respond .comment-reply-title {
    margin-bottom: 15px;
  }
}
.comment-respond .form-input {
  margin-bottom: 30px;
  line-height: 1;
}
.comment-respond input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.comment-respond textarea,
.comment-respond input[type=email],
.comment-respond input[type=text] {
  background: var(--tj-color-theme-bg-3);
  height: 60px;
  padding: 18px 20px;
  border: 1px solid var(--tj-color-border-1);
}
.comment-respond input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::placeholder,
.comment-respond textarea::placeholder,
.comment-respond input[type=email]::placeholder,
.comment-respond input[type=text]::placeholder {
  transition: all 0.3s;
  color: var(--tj-color-text-body);
}
.comment-respond input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):focus,
.comment-respond textarea:focus,
.comment-respond input[type=email]:focus,
.comment-respond input[type=text]:focus {
  border-color: var(--tj-color-theme-primary);
}
.comment-respond textarea {
  min-height: 180px;
  resize: none;
  line-height: 1.5;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .comment-respond {
    margin-bottom: 20px;
  }
}
.comment-respond p.form-submit {
  margin-bottom: 0;
}
.comment-respond .comment-form-cookies-consent {
  margin-top: -5px;
}
.comment-respond .form-submit {
  margin-bottom: 0;
}
.comment-respond .form-submit input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  border: none;
  padding: 20px 30px;
  text-align: center;
  border-radius: 0;
  line-height: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}
.comment-respond .form-submit input[type=submit]:hover {
  background-color: var(--tj-color-theme-bg);
}

.blog-category-two {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid var(--tj-color-border-1);
  background-color: var(--tj-color-theme-bg-3);
  margin-bottom: 25px;
}
.blog-category-two .category-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-inline-end: 1px solid var(--tj-color-border-1);
  padding: 25px 30px;
  gap: 10px;
  width: 33.33%;
}
.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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
@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 {
  display: block;
  color: var(--tj-color-theme-dark-3);
  font-size: 14px;
  line-height: 1;
  margin-bottom: 9px;
}
.blog-category-two .category-item .cate-text .title {
  font-weight: var(--tj-fw-bold);
  letter-spacing: -0.03em;
  margin-bottom: 0;
  line-height: 1.1;
}
.blog-category-two .category-item .cate-text .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: 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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 52px;
  height: 52px;
  line-height: 1;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-radius: 50%;
}
@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-bold);
  line-height: 1;
  letter-spacing: -0.03em;
  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 .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 {
    width: 100%;
    padding: 0;
    border: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-category-two {
    padding: 20px;
    gap: 20px;
  }
}

.tj-blockquote {
  position: relative;
  padding: 45px 40px 40px;
  background: var(--tj-color-green-1);
  margin-top: 35px;
  z-index: 2;
}
.tj-blockquote p {
  color: var(--tj-color-heading-primary);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  font-size: 24px;
  line-height: 1.333;
  letter-spacing: -0.02em;
  margin-bottom: 34px !important;
  padding-inline-start: 30px;
  position: relative;
}
.tj-blockquote p::before {
  content: "";
  display: inline-block;
  width: 4px;
  background-color: var(--tj-color-theme-primary);
  height: 87%;
  position: absolute;
  inset-inline-start: 0;
  top: 6px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blockquote p {
    font-size: 24px;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 575px) {
  .tj-blockquote p {
    font-size: 22px;
  }
  .tj-blockquote p::before {
    inset-inline-start: 8px;
    height: 94%;
  }
}
.tj-blockquote .tj-blog-author {
  padding-inline-start: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.tj-blockquote .tj-blog-author .author-avatar {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 2px var(--tj-color-common-white);
}
.tj-blockquote .tj-blog-author .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.tj-blockquote .tj-blog-author .author-info .name {
  font-size: 16px;
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.015em;
}
.tj-blockquote .tj-blog-author .author-info .text {
  font-size: 15px;
  color: var(--tj-color-theme-dark-3);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blockquote {
    margin-bottom: 44px;
  }
}
@media (max-width: 575px) {
  .tj-blockquote {
    padding: 25px 15px 30px;
  }
}

.wp-block-quote,
blockquote {
  position: relative;
  padding: 35px 30px;
  background: var(--tj-color-theme-bg-3);
  border: 1px solid var(--tj-color-border-1);
  margin-top: 35px;
  margin-bottom: 40px;
  z-index: 2;
}
.wp-block-quote::before,
blockquote::before {
  content: "\e904";
  font-size: 40px;
  color: var(--tj-color-heading-primary);
  font-family: "convera-icons";
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1;
  display: none;
}
.wp-block-quote p,
blockquote p {
  color: var(--tj-color-heading-primary);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 20px !important;
  letter-spacing: -0.6px;
  line-height: 1.417;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wp-block-quote p,
  blockquote p {
    font-size: 20px;
    margin-bottom: 15px !important;
  }
}
.wp-block-quote p br,
blockquote p br {
  display: none;
}
.wp-block-quote p:last-child,
blockquote p:last-child {
  margin-bottom: 0 !important;
}
.wp-block-quote cite,
blockquote cite {
  font-size: var(--tj-fs-body);
  font-family: var(--tj-ff-body);
  font-weight: normal;
  color: var(--tj-color-heading-primary);
  display: block;
  text-align: end;
  text-transform: capitalize;
  font-style: normal;
  position: relative;
  z-index: 1;
}
.wp-block-quote cite a,
blockquote cite a {
  color: inherit;
}
.wp-block-quote cite::before,
blockquote cite::before {
  content: "";
  display: inline-block;
  background: var(--tj-color-common-black);
  height: 1px;
  width: 40px;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wp-block-quote,
  blockquote {
    padding: 25px 15px;
  }
}

.wp-block-pullquote {
  border-left: 0;
  border-right: 0;
}

/* !END: Blog Details CSS */
/*----------------------------------------*/
/*  Custom CSS START
/*----------------------------------------*/
.wp_header .header-wrapper {
  flex-wrap: wrap;
}
.wp_header .site_logo {
  width: auto;
}
.wp_header .menu-area {
  width: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .wp_header .menu-area {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .wp_header .menu-area {
    width: auto;
  }
}
.wp_header .menu-area .mainmenu ul:not(.sub-menu) {
  flex-wrap: wrap;
}

.tj_blog_single .tj-page-header-content {
  max-width: 100%;
}

.tj_wpost_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_wpost_sidebar {
    padding-inline-start: 0;
  }
}

.hamburger_menu .mean-nav div > ul,
.hamburger_menu .mean-nav > ul {
  display: block !important;
}

.tj_wp_blog_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj_wp_blog_posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_wp_blog_posts {
    grid-template-columns: repeat(1, 1fr);
  }
}

.elementor .footer-widget {
  width: auto;
  padding: 0;
  border: 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) {
  .elementor .footer-widget {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .elementor .footer-widget:not(:first-child), .elementor .footer-widget:nth-child(3), .elementor .footer-widget:nth-child(4) {
    border: 0;
  }
}

.tj_contact_form label:not(.tj-agree) {
  width: 100%;
  margin-bottom: 15px;
}
.tj_contact_form input[type=submit] {
  display: block;
  width: 100%;
  height: 56px;
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  text-align: center;
  outline: 0;
  border: 0;
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  line-height: 1;
}
.tj_contact_form input[type=submit]:focus, .tj_contact_form input[type=submit]:hover {
  background-color: var(--tj-color-theme-bg);
}
.tj_contact_form .wpcf7-spinner {
  display: none;
}

.tj-banner-mrc-section .swiper-pagination-area.tj-absolute,
.tj-banner-mrc-section .tj-banner-socials-area,
.tj-banner-mrc-section .banner-video {
  z-index: 3;
}

.tj-counter-mrc-item {
  padding: 0;
  border: 0;
}

.tj_el_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}
.tj_el_list li {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.tj_el_list li .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
  font-size: 16px;
  color: var(--tj-color-theme-bg-2);
  width: 20px;
  height: 20px;
  background-color: var(--tj-color-theme-primary);
  border-radius: 50%;
}
.tj_el_list li .text {
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-medium);
}

/*# sourceMappingURL=convera-main.css.map */
