/************ TABLE OF CONTENTS ***************
    Theme Header CSS
    Theme Heading CSS
    Theme Hero CSS
    Theme About CSS
    Theme Counter CSS
    Theme Service CSS
    Theme Testimonial CSS
    Theme Team CSS
    Theme Portfolio CSS
    Theme FAQ CSS
    Theme Blog CSS
    Theme Contact CSS
    Theme Footer CSS
    Theme CTA CSS
    Theme Price CSS
    Theme Scroll CSS
    Theme Product CSS
    Theme Animation CSS
    Theme Mainmenu CSS
    Theme Breadcrumb CSS
    Theme Preloder CSS
**********************************************/
:root {
  /**
    @Font-Family Declaration
  */
  --tj-ff-body: 'Ubuntu', sans-serif;
  --tj-ff-heading: 'Ubuntu', sans-serif;
  --tj-ff-heading2: 'Bilbo Swash Caps', cursive;
  --tj-ff-fontawesome: "Font Awesome 6 Pro";
  /**
    @Font-weight Declaration
  */
  --tj-fw-normal: normal;
  --tj-fw-thin: 100;
  --tj-fw-elight: 200;
  --tj-fw-light: 300;
  --tj-fw-regular: 400;
  --tj-fw-medium: 500;
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;
  --tj-fw-ebold: 800;
  --tj-fw-black: 900;
  /**
    @Font-Size Declaration
  */
  --tj-fs-body: 16px;
  --tj-fs-h1: 70px;
  --tj-fs-h2: 50px;
  --tj-fs-h3: 28px;
  --tj-fs-h4: 22px;
  --tj-fs-h5: 18px;
  --tj-fs-h6: 16px;
  /**
    @Color Declaration
  */
  --tj-color-common-white: #ffffff;
  --tj-color-common-black: #3a3a3a;
  --tj-color-heading-primary: #3a3a3a;
  --tj-color-heading-primary9: #575757;
  --tj-color-text-body: #727272;
  --tj-color-text-body2: #e7e7e7;
  --tj-color-text-body3: #f2f5f9;
  --tj-color-text-body9: #818181;
  --tj-color-theme-primary: #5f39ff;
  --tj-color-theme-secondary: #20d9a1;
  --tj-color-theme-h5-primary: #fd31bc;
  --tj-color-theme-h5-primary-2: #fff6fe;
  --tj-color-theme-h5-secondary: #3100ff;
  --tj-color-theme-h6-primary: #ff3344;
  --tj-color-theme-h6-bg: #fff7f8;
  --tj-color-theme-h7-primary-3: #fff6fe;
  --tj-color-theme-h7-primary-4: #e82132;
  --tj-color-theme-h7-primary-5: #fff5f5;
  --tj-color-theme-h7-primary-6: #ffecee;
  --tj-color-theme-h7-secondary: #222020;
  --tj-color-theme-h8-primary: #a9a9fa;
  --tj-color-theme-h8-primary-1: #e3f7fa;
  --tj-color-theme-h8-primary-2: #bcb4ff;
  --tj-color-theme-h8-primary-3: #f0faff;
  --tj-color-theme-h8-primary-4: #f8f7ff;
  --tj-color-theme-h9-primary: #fbb500;
  --tj-color-theme-h9-primary-1: #fffef8;
  --tj-color-theme-h9-primary-2: #fff7de;
  --tj-color-theme-h9-primary-3: #fffbef;
  --tj-color-theme-h9-primary-4: #9f9780;
  --tj-color-theme-h9-primary-5: #1e1e1e;
  --tj-color-theme-h9-primary-6: #fffdf6;
  --tj-color-theme-h10-primary: #5c41fb;
  --tj-color-theme-h10-primary-1: #e6fff9;
  --tj-color-theme-h10-primary-2: #bcb4ff;
  --tj-color-theme-h10-primary-3: #8184f6;
  --tj-color-theme-h10-primary-4: #bcd7f6;
  --tj-color-grey-1: #dcdee7;
  --tj-color-grey-2: #0e0e0e;
  --tj-color-grey-3: #313131;
  --tj-color-grey-4: #d9d9d9;
  --tj-color-grey-5: #fafafc;
  --tj-color-grey-6: #282828;
  --tj-color-grey-7: #dcdee7;
  --tj-color-grey-8: #eeecff;
  --tj-color-grey-9: #a1acb3;
  --tj-color-grey-10: #f8f7ff;
  --tj-color-grey-11: #575757;
  --tj-color-grey-12: #a9a9fa;
  --tj-color-grey-13: #e3f7fa;
  --tj-color-grey-14: #f7f7f7;
  --tj-color-grey-15: #fbfbfb;
  --tj-color-light-1: #e4e1ff;
  --tj-color-light-2: #f8f7ff;
  --tj-color-light-3: #705fff;
  --tj-color-light-4: #fafffd;
  --tj-color-light-5: #d4fff2;
  --tj-color-light-6: #9e92ff;
  --tj-color-light-7: #e4e1ff;
  --tj-color-light-8: #d6d1ff;
  --tj-color-light-9: #3f8acf;
  --tj-color-light-10: #8677ff;
  --tj-color-light-11: #3100ff;
  --tj-color-light-12: #fd31bc;
  --tj-color-light-13: #f5f4ff;
  --tj-color-light-14: #fff5f6;
  --tj-color-light-15: #575757;
  --tj-color-extra-1: #ff647c;
  --tj-color-extra-2: #ffb800;
  --tj-color-extra-3: #0cb770;
  --tj-color-extra-4: #7b61ff;
  --tj-color-border-1: #e4e1ff;
  --tj-color-border-2: #bcb4ff;
  --tj-color-border-3: #a1acb3;
  --tj-color-border-4: #705fff;
  --tj-color-border-5: #575757;
  --tj-color-border-6: #ff3344;
  --tj-color-border-7: #dcdee7;
  --tj-color-border-8: #f2f5f9;
}

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

html,
body,
.site-main {
  overflow-x: hidden;
  position: relative;
}

/**
  Typography CSS
*/
body {
  font-family: var(--tj-ff-body);
  font-size: var(--tj-fs-body);
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-text-body);
  line-height: 1.6;
  font-size: 16px;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-heading-primary);
  margin-top: 0px;
  font-weight: var(--tj-fw-bold);
  line-height: 1.3;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

h1 {
  font-size: var(--tj-fs-h1);
}

h2 {
  font-size: var(--tj-fs-h2);
}

h3 {
  font-size: var(--tj-fs-h3);
}

h4 {
  font-size: var(--tj-fs-h4);
}

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

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-size: inherit;
  color: 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 {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

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

i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

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

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

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

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

button:hover {
  cursor: pointer;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

select,
.nice-select,
input:not([type=submit]):not([type=radio]):not([type=checkbox]),
textarea {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  background-color: var(--tj-color-common-white);
  min-height: 50px;
  height: auto;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  border: 1px solid var(--tj-color-border-1);
  color: var(--tj-color-common-black);
  padding-left: 20px;
  padding-right: 20px;
}

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

* {
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}

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

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

*:has(body) {
  scrollbar-color: var(--tj-color-theme-primary) var(--tj-color-grey-2);
}
*:has(body)::-webkit-scrollbar-thumb {
  background: var(--tj-color-grey-2);
}
*:has(body.home-05) {
  scrollbar-color: var(--tj-color-theme-h5-primary) var(--tj-color-grey-2);
}
*:has(body.home-05)::-webkit-scrollbar-thumb {
  background: var(--tj-color-theme-h5-primary);
}
*:has(body.home-06), *:has(body.home-07) {
  scrollbar-color: var(--tj-color-theme-h6-primary) var(--tj-color-grey-2);
}
*:has(body.home-06)::-webkit-scrollbar-thumb, *:has(body.home-07)::-webkit-scrollbar-thumb {
  background: var(--tj-color-theme-h6-primary);
}
*:has(body.home-08) {
  scrollbar-color: var(--tj-color-theme-primary) var(--tj-color-grey-2);
}
*:has(body.home-08)::-webkit-scrollbar-thumb {
  background: var(--tj-color-theme-primary);
}
*:has(body.home-09) {
  scrollbar-color: var(--tj-color-theme-h9-primary) var(--tj-color-grey-2);
}
*:has(body.home-09)::-webkit-scrollbar-thumb {
  background: var(--tj-color-theme-h9-primary);
}
*:has(body.home-10) {
  scrollbar-color: var(--tj-color-theme-h10-primary) var(--tj-color-grey-2);
}
*:has(body.home-10)::-webkit-scrollbar-thumb {
  background: var(--tj-color-theme-h10-primary);
}

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

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

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

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

/**
 	Common Classes CSS
*/
img {
  max-width: 100%;
}

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

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

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

.page-padding {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .page-padding {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.b-radius {
  border-radius: 6px;
}

.dot-style {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .error {
  font-size: 14px;
  color: red !important;
}

.elementor-widget-tj-image a {
  display: inline-block;
}
.elementor-widget-tj-image .tj_image {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.elementor-widget-tj-image .tj_image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1;
}
.elementor-widget-tj-image .image {
  -o-object-fit: cover;
     object-fit: cover;
}

.editor_text p,
.editor_text a,
.editor_text h1,
.editor_text h2,
.editor_text h3,
.editor_text h4,
.editor_text h5,
.editor_text h6,
.editor_text ul,
.editor_text ol {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  padding: inherit;
}

/**----------------------------------------
START: Theme Button CSS
----------------------------------------*/
.tj-cancel-btn,
.tj-primary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-radius: 150px;
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-body);
  line-height: 1;
  text-transform: capitalize;
  color: var(--tj-color-common-white);
  padding: 20px 35px;
  border: none;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), color-stop(51%, var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background-image: linear-gradient(to right, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 51%, var(--tj-color-theme-secondary) 100%);
  background-size: 200%;
}
.tj-cancel-btn i,
.tj-primary-btn i {
  color: var(--tj-color-common-white);
}
.tj-cancel-btn:hover, .tj-cancel-btn:focus,
.tj-primary-btn:hover,
.tj-primary-btn:focus {
  color: var(--tj-color-common-white);
  background-position: -100%;
}
.tj-cancel-btn:hover i, .tj-cancel-btn:focus i,
.tj-primary-btn:hover i,
.tj-primary-btn:focus i {
  color: var(--tj-color-common-white);
}

.tj-primary-btn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 150px;
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
  line-height: 2;
  text-transform: capitalize;
  color: var(--tj-color-common-white);
  padding: 12px 35px;
  border: none;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h5-secondary)), color-stop(51%, var(--tj-color-theme-h5-primary)), to(var(--tj-color-theme-h5-secondary)));
  background-image: linear-gradient(to right, var(--tj-color-theme-h5-secondary) 0%, var(--tj-color-theme-h5-primary) 51%, var(--tj-color-theme-h5-secondary) 100%);
  background-size: 200%;
}
.tj-primary-btn2 i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.tj-primary-btn2:hover, .tj-primary-btn2:focus {
  color: var(--tj-color-common-white);
  background-position: -100%;
}
.tj-primary-btn2.btn-border {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h5-primary)), to(var(--tj-color-theme-h5-secondary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-h5-primary) 0%, var(--tj-color-theme-h5-secondary) 100%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  padding: 1px;
}
.tj-primary-btn2.btn-border span {
  padding: 12px 35px;
  background: var(--tj-color-common-white);
  border-radius: 58px;
  color: var(--tj-color-common-black);
}
.tj-primary-btn2.btn-border:hover {
  color: var(--tj-color-common-white);
}
.tj-primary-btn2.btn-border:hover i {
  color: var(--tj-color-common-white);
}
.tj-primary-btn2.btn-border:hover span {
  background: transparent;
  color: var(--tj-color-common-white);
}

.tj-secondary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 150px;
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-body);
  line-height: 1;
  text-transform: capitalize;
  color: var(--tj-color-theme-primary);
  padding: 20px 35px;
  border: none;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
  background-size: 150% auto;
}
.tj-secondary-btn:hover, .tj-secondary-btn:focus {
  color: var(--tj-color-theme-primary);
  background-position: right center;
}
.tj-secondary-btn.btn-border {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  padding: 1px;
}
.tj-secondary-btn.btn-border span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  padding: 17px 35px;
  background: var(--tj-color-common-white);
  border-radius: 58px;
  color: var(--tj-color-theme-primary);
}
.tj-secondary-btn.btn-border span i {
  color: var(--tj-color-theme-primary);
}
.tj-secondary-btn.btn-border:hover span {
  background: transparent;
  color: var(--tj-color-common-white);
}
.tj-secondary-btn.btn-border:hover span i {
  color: var(--tj-color-common-white);
}

.tj-header-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 150px;
  border: 1px solid var(--tj-color-theme-secondary);
  color: var(--tj-color-common-white);
  padding: 19px 35px;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-header-btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-color: transparent;
  color: var(--tj-color-common-white);
}

.tj-black-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--tj-color-common-black);
  padding: 16px 30px;
  font-family: var(--tj-ff-heading);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  position: relative;
  border: none;
  z-index: 1;
}
.tj-black-btn i {
  color: var(--tj-color-common-white);
}
.tj-black-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.tj-black-btn:hover {
  color: var(--tj-color-common-white);
}
.tj-black-btn:hover i {
  color: var(--tj-color-common-white);
}
.tj-black-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

.tj-primary-btn-two {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  padding: 12px 30px;
  font-family: var(--tj-ff-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  position: relative;
  border: none;
  z-index: 3;
}
.tj-primary-btn-two i {
  padding-left: 10px;
  position: relative;
  top: 2px;
}
.tj-primary-btn-two:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
  color: var(--tj-color-common-white);
}

.tj-white-btn {
  background: transparent;
  padding: 13px 40px;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  font-size: 16px;
  line-height: 1;
  color: var(--tj-color-common-black);
  position: relative;
  border: 1px solid var(--tj-color-common-black);
  z-index: 3;
}
.tj-white-btn:hover {
  background-color: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
}

.tj-white-btn-two {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  font-size: 16px;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
  background: var(--tj-color-common-white);
  border-radius: 150px;
  padding: 23px 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
  z-index: 1;
}
.tj-white-btn-two i {
  color: var(--tj-color-theme-primary);
}
.tj-white-btn-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-light-10)), to(var(--tj-color-light-12)));
  background-image: linear-gradient(90deg, var(--tj-color-light-10) 0%, var(--tj-color-light-12) 100%);
  color: var(--tj-color-common-white);
  border-radius: 150px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.tj-white-btn-two:hover {
  color: var(--tj-color-common-white);
  background: transparent;
}
.tj-white-btn-two:hover i {
  color: var(--tj-color-common-white);
}
.tj-white-btn-two:hover::before {
  opacity: 1;
  visibility: visible;
}

.tj-white-btn-three {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  position: relative;
  font-size: 16px;
  color: var(--tj-color-common-black);
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-body);
  background: var(--tj-color-common-white);
  border-radius: 150px;
  padding: 23px 35px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1;
  z-index: 1;
}
.tj-white-btn-three i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.tj-white-btn-three::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h5-secondary)), to(var(--tj-color-theme-h5-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-h5-secondary) 0%, var(--tj-color-theme-h5-primary) 100%);
  color: var(--tj-color-common-white);
  border-radius: 150px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.tj-white-btn-three:hover {
  color: var(--tj-color-common-white);
}
.tj-white-btn-three:hover::before {
  opacity: 1;
  visibility: visible;
}

.text-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-body);
  border: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-text-body);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
  padding: 1px;
  position: relative;
  z-index: 1;
}
.text-btn span {
  background-color: var(--tj-color-common-white);
  padding: 9px 30px;
  border-radius: 4px;
}
.text-btn:hover span {
  color: var(--tj-color-common-white);
  background-color: transparent;
}

.tj-transparent-btn {
  color: var(--tj-color-common-white);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary), var(--tj-color-theme-primary));
  display: inline-block;
  padding: 13px 35px;
  border: 1px solid;
  position: relative;
  z-index: 0;
  border-radius: 150px;
  font-family: var(--tj-ff-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-transparent-btn::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary), var(--tj-color-theme-primary));
  z-index: -2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 150px;
}
.tj-transparent-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--tj-color-grey-2);
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 150px;
}
.tj-transparent-btn:hover {
  color: var(--tj-color-common-white);
}
.tj-transparent-btn:hover::after {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary), var(--tj-color-theme-primary));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tj-transparent-btn-two {
  font-size: 16px;
  color: var(--tj-color-common-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 22px 35px;
  position: relative;
  border-radius: 150px;
  font-family: var(--tj-ff-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid var(--tj-color-common-white);
  background: transparent;
  line-height: 1;
}
.tj-transparent-btn-two:hover {
  color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-common-white);
  border-color: var(--tj-color-common-white);
}

.tj-transparent-btn-three {
  font-size: 16px;
  color: var(--tj-color-theme-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 20px 35px;
  position: relative;
  border-radius: 150px;
  font-family: var(--tj-ff-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid var(--tj-color-theme-primary);
  background: transparent;
  line-height: 1;
  z-index: 1;
}
.tj-transparent-btn-three i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.tj-transparent-btn-three::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 150px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h5-secondary)), to(var(--tj-color-theme-h5-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-h5-secondary) 0%, var(--tj-color-theme-h5-primary) 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.tj-transparent-btn-three:hover {
  color: var(--tj-color-common-white);
  border-color: transparent;
}
.tj-transparent-btn-three:hover i {
  color: var(--tj-color-common-white);
}
.tj-transparent-btn-three:hover::before {
  opacity: 1;
  visibility: visible;
}

.tj-transparent-btn-four {
  font-size: 16px;
  color: var(--tj-color-common-white);
  display: inline-block;
  padding: 22px 35px;
  position: relative;
  border-radius: 150px;
  font-family: var(--tj-ff-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid var(--tj-color-theme-h6-primary);
  background: transparent;
  line-height: 1;
}
.tj-transparent-btn-four:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-h6-primary);
  border-color: var(--tj-color-theme-h6-primary);
}

.tj-transparent-btn-five {
  font-size: 16px;
  color: var(--tj-color-common-black);
  display: inline-block;
  padding: 12px 30px;
  position: relative;
  border-radius: 5px;
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-sbold);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid var(--tj-color-border-5);
  background: transparent;
  line-height: 1;
}
.tj-transparent-btn-five:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-h6-primary);
  border-color: var(--tj-color-theme-h6-primary);
}

/* 14 */
.tj-black-btn-two {
  background: var(--tj-color-common-black);
  padding: 16px 30px;
  font-family: var(--tj-ff-heading);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white);
  position: relative;
  border: none;
  z-index: 1;
  overflow: hidden;
}
.tj-black-btn-two::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 6px;
  background-color: var(--tj-color-common-white);
  background-image: linear-gradient(315deg, var(--tj-color-common-white) 0%, var(--tj-color-common-white) 74%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tj-black-btn-two.active {
  top: 2px;
}
.tj-black-btn-two.style-9 {
  background: var(--tj-color-theme-h9-primary);
  padding: 14px 20px;
  font-family: var(--tj-ff-body);
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tj-black-btn-two.style-9::after {
  background: var(--tj-color-grey-11);
}
.tj-black-btn-two.style-9 i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-black-btn-two.style-9:hover {
  color: var(--tj-color-common-white);
}
.tj-black-btn-two.style-9:hover i {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.tj-black-btn-two:hover {
  color: var(--tj-color-common-black);
}
.tj-black-btn-two:hover::after {
  top: auto;
  bottom: 0;
  height: 100%;
}

.tj-black-btn-three {
  background: var(--tj-color-theme-primary);
  padding: 16px 30px;
  font-family: var(--tj-ff-heading);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white);
  position: relative;
  border: none;
  z-index: 1;
  overflow: hidden;
}
.tj-black-btn-three::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background-color: var(--tj-color-common-black);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tj-black-btn-three.active {
  top: 2px;
}
.tj-black-btn-three.style-9 {
  background-color: var(--tj-color-heading-primary);
  font-size: 16px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  padding: 16px 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tj-black-btn-three.style-9::after {
  background-color: var(--tj-color-theme-h9-primary);
}
.tj-black-btn-three.style-9 i {
  color: inherit;
  display: inline-block;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-black-btn-three:hover {
  color: var(--tj-color-common-white);
}
.tj-black-btn-three:hover::after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.tj-black-btn-three:hover i {
  color: var(--tj-color-common-white);
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.tj-black-btn-four {
  background: var(--tj-color-common-black);
  padding: 16px 30px;
  font-family: var(--tj-ff-heading);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  font-size: 18px;
  line-height: 1;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white);
  position: relative;
  border: none;
  z-index: 1;
  overflow: hidden;
}
.tj-black-btn-four::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 10px;
  background-color: var(--tj-color-theme-primary);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tj-black-btn-four.active {
  top: 2px;
}
.tj-black-btn-four:hover {
  color: var(--tj-color-common-white);
}
.tj-black-btn-four:hover::after {
  top: auto;
  bottom: 0;
  height: 100%;
}

/* !END: Theme Button CSS */
/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.tj-header-area {
  padding: 15px 0;
  background-color: var(--tj-color-grey-2);
  position: relative;
  z-index: 9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-header-area.header-absolute {
  position: absolute;
  width: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 10;
}
.tj-header-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: var(--tj-color-grey-2);
  -webkit-animation: sticky 0.9s;
          animation: sticky 0.9s;
  z-index: 99;
}
.tj-header-area .header-button .tj-secondary-btn.btn-border span {
  background: var(--tj-color-grey-2);
  color: var(--tj-color-common-white);
}
.tj-header-area .header-button .tj-secondary-btn:hover span {
  background: transparent;
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area .header-button {
    margin-right: 0;
  }
}
.tj-header-area .logo-area {
  max-width: 195px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area .logo-area {
    max-width: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-header-area .logo-area {
    max-width: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-header-area .logo-area {
    max-width: 130px;
  }
}
.tj-header-area .logo-area a {
  display: inline-block;
}
.tj-header-area .logo-area a img {
  width: 100%;
}
.tj-header-area.header-style-two {
  padding-top: 0;
  padding-bottom: 15px;
  position: relative;
  z-index: 9;
}
.tj-header-area.header-style-two.stickyHeader {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 0;
  background-color: var(--tj-color-common-white);
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
}
.tj-header-area.header-style-two.stickyHeader.sticky {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 99;
}
.tj-header-area.header-style-two.stickyHeader .menu-area {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 15px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background-color: transparent;
}
.tj-header-area.header-style-two.header-absolute {
  padding-bottom: 0;
  position: inherit;
}
.tj-header-area.header-style-two.header-absolute .menu-area {
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
.tj-header-area.header-style-two .header-button {
  margin-right: 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) {
  .tj-header-area.header-style-three {
    padding: 15px 0;
  }
}
.tj-header-area.header-style-three.sticky {
  padding: 0;
  background: var(--tj-color-common-white);
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
}
.tj-header-area.header-style-three.sticky .menu-area {
  background-color: transparent;
}
.tj-header-area.header-style-three .logo-area {
  max-width: 162px;
  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-header-area.header-style-three .logo-area {
    max-width: 150px;
  }
}
.tj-header-area.header-style-three .logo-area a {
  display: inline-block;
}
.tj-header-area.header-style-three .logo-area a img {
  width: 100%;
}
.tj-header-area.header-style-three .header-button {
  margin-right: 0;
}
.tj-header-area.header-style-four .header-button {
  margin-right: 0px;
}
.tj-header-area.header-style-four .tj-menu-area li > a {
  color: var(--tj-color-grey-1);
  background: transparent;
}
.tj-header-area.header-style-four .tj-menu-area li > .sub-menu li > a {
  background: transparent;
  color: var(--tj-color-common-black);
}
.tj-header-area.header-style-four .tj-menu-area li > .sub-menu li > a::before {
  background: var(--tj-color-theme-primary);
}
.tj-header-area.header-style-four .tj-menu-area li > .sub-menu li:hover > a {
  color: var(--tj-color-theme-primary);
}
.tj-header-area.header-style-four .tj-menu-area li > .sub-menu li.current-menu-item > a, .tj-header-area.header-style-four .tj-menu-area li > .sub-menu li.current-menu-ancestor > a {
  color: var(--tj-color-theme-primary);
}
.tj-header-area.header-style-four .tj-menu-area li > .sub-menu li.current-menu-item > a::before, .tj-header-area.header-style-four .tj-menu-area li > .sub-menu li.current-menu-ancestor > a::before {
  width: 14px;
}
.tj-header-area.header-style-four .tj-menu-area li:hover > a {
  color: var(--tj-color-common-white);
}
.tj-header-area.header-style-four .tj-menu-area li.current-menu-item > a, .tj-header-area.header-style-four .tj-menu-area li.current-menu-ancestor > a {
  color: var(--tj-color-common-white);
}

.header-topbar {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  padding: 10px 0;
}

.topbar-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575px) {
  .topbar-content-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.topbar-content-area .topbar-share {
  width: 100%;
}
@media (max-width: 575px) {
  .topbar-content-area .topbar-left-content {
    margin-bottom: 10px;
    width: 100%;
  }
}
.topbar-content-area .topbar-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .topbar-content-area .topbar-contact ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 575px) {
  .topbar-content-area .topbar-contact ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.topbar-content-area .topbar-contact ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--tj-color-common-white);
  font-size: 14px;
  line-height: 1;
  padding-left: 30px;
  position: relative;
}
.topbar-content-area .topbar-contact ul li a {
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--tj-color-common-white);
}
.topbar-content-area .topbar-contact ul li a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  line-height: 1;
  font-size: 18px;
  color: var(--tj-color-common-white);
}
.topbar-content-area .topbar-contact ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.topbar-content-area .topbar-contact ul li a:hover i {
  color: var(--tj-color-theme-primary);
}
.topbar-content-area .topbar-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.topbar-content-area .topbar-share ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.topbar-content-area .topbar-share ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--tj-color-common-white);
  width: 25px;
  height: 25px;
  line-height: 1;
  border-radius: 50%;
  font-size: 15px;
}
.topbar-content-area .topbar-share ul li a i {
  color: var(--tj-color-theme-primary);
  -webkit-transition: none;
  transition: none;
}
.topbar-content-area .topbar-share ul li a:hover {
  background: var(--tj-color-theme-secondary);
}
.topbar-content-area .topbar-share ul li a:hover i {
  color: var(--tj-color-common-white);
}

.menu-area {
  border-radius: 8px;
  background: var(--tj-color-grey-5);
  max-width: 1370px;
  width: 100%;
  padding: 15px 0;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .menu-area {
    max-width: 1150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .menu-area {
    max-width: 750px;
  }
}
@media (max-width: 575px) {
  .menu-area {
    max-width: calc(100% - 30px);
  }
}

.header-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}

@-webkit-keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes sticky {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.tj-header-area.style-9 {
  padding: 0;
}
.tj-header-area.style-9.header-duplicate {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.tj-header-area.style-9.sticky {
  position: fixed;
  opacity: 1;
  visibility: visible;
}
.tj-header-area.style-9 .tj-canva-two a span {
  background: var(--tj-color-theme-h9-primary);
}

.header-topbar.style-9 {
  background: var(--tj-color-common-white);
  margin-bottom: 0;
}
.header-topbar.style-9 .topbar-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 20px;
}
.header-topbar.style-9 .topbar-content-area .topbar-infos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-topbar.style-9 .topbar-content-area .topbar-infos ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: var(--tj-fw-regular);
  font-family: var(--tj-ff-heading);
  border-right: 1px solid var(--tj-color-border-8);
  padding-left: 25px;
  padding-right: 25px;
  color: var(--tj-color-text-body);
}
.header-topbar.style-9 .topbar-content-area .topbar-infos ul li:first-child {
  padding-left: 0;
}
.header-topbar.style-9 .topbar-content-area .topbar-infos ul li:last-child {
  border: none;
  padding-right: 0;
}
.header-topbar.style-9 .topbar-content-area .topbar-infos ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: var(--tj-color-text-body);
}
.header-topbar.style-9 .topbar-content-area .topbar-infos ul li a:hover {
  color: var(--tj-color-theme-h9-primary);
}
.header-topbar.style-9 .topbar-content-area .topbar-infos ul li a:hover i {
  color: var(--tj-color-theme-h9-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-topbar.style-9 .topbar-content-area .topbar-infos ul li {
    padding-left: 20px;
    padding-right: 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) {
  .header-topbar.style-9 .topbar-content-area .topbar-infos ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-topbar.style-9 .topbar-content-area .topbar-infos ul li {
    line-height: 1;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.header-topbar.style-9 .topbar-content-area .topbar-share9 {
  width: auto;
}
.header-topbar.style-9 .topbar-content-area .topbar-share9 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-topbar.style-9 .topbar-content-area .topbar-share9 ul li {
  border-right: 1px solid var(--tj-color-border-8);
  padding-left: 10px;
  padding-right: 10px;
}
.header-topbar.style-9 .topbar-content-area .topbar-share9 ul li:first-child {
  padding-left: 0;
}
.header-topbar.style-9 .topbar-content-area .topbar-share9 ul li:last-child {
  border: none;
  padding-right: 0;
}
.header-topbar.style-9 .topbar-content-area .topbar-share9 ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  height: 20px;
  line-height: 1;
  font-size: 12px;
  color: var(--tj-color-common-white);
  background: var(--tj-color-grey-11);
  border-radius: 50%;
}
.header-topbar.style-9 .topbar-content-area .topbar-share9 ul li a i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.header-topbar.style-9 .topbar-content-area .topbar-share9 ul li a:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-h9-primary);
}
.header-topbar.style-9 .topbar-content-area .topbar-share9 ul li a:hover i {
  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) {
  .header-topbar.style-9 .topbar-content-area .topbar-share9 ul {
    gap: 20px;
  }
  .header-topbar.style-9 .topbar-content-area .topbar-share9 ul li {
    border-right: none;
    padding-left: 0;
    padding-right: 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-topbar.style-9 .topbar-content-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}

.elementor-widget-tj-header .menu-area.style-9 {
  max-width: 100%;
  border-radius: 0;
  background: var(--tj-color-common-white);
  border-top: 1px solid var(--tj-color-border-8);
  border-bottom: 1px solid var(--tj-color-border-8);
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 13px 0;
}
.elementor-widget-tj-header .menu-area.style-9 .menu-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.elementor-widget-tj-header .menu-area.style-9 .menu-content-area .site-logo {
  max-width: 125px;
  width: 100%;
}
.elementor-widget-tj-header .menu-area.style-9 .menu-content-area .site-logo a {
  display: inline-block;
}
.elementor-widget-tj-header .menu-area.style-9 .menu-content-area .tj-menu-area ul > li > a {
  color: var(--tj-color-grey-11) !important;
  background: transparent;
}
.elementor-widget-tj-header .menu-area.style-9 .menu-content-area .tj-menu-area ul > li.current-menu-item > a, .elementor-widget-tj-header .menu-area.style-9 .menu-content-area .tj-menu-area ul > li.current-menu-ancestor > a {
  color: var(--tj-color-theme-h9-primary) !important;
}
.elementor-widget-tj-header .menu-area.style-9 .menu-content-area .tj-menu-area ul > li:hover > a {
  color: var(--tj-color-theme-h9-primary) !important;
}
.elementor-widget-tj-header .menu-area.style-9 .menu-content-area .tj-menu-area ul > li > .sub-menu::before {
  background: var(--tj-color-theme-h9-primary);
}
.elementor-widget-tj-header .menu-area.style-9 .menu-content-area .tj-menu-area ul > li > .sub-menu > li > a {
  color: var(--tj-color-grey-11);
}
.elementor-widget-tj-header .menu-area.style-9 .menu-content-area .tj-menu-area ul > li > .sub-menu > li > a::before {
  background: var(--tj-color-theme-h9-primary);
}
.elementor-widget-tj-header .menu-area.style-9 .menu-content-area .header-button {
  margin-right: 0;
  border-left: 1px solid var(--tj-color-border-8);
  padding-left: 75px;
}

/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Heading CSS
----------------------------------------*/
.tj-sec-heading .sub-title {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 35px;
  font-family: var(--tj-ff-heading2);
  letter-spacing: 3.5px;
  font-weight: var(--tj-fw-regular);
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1.2;
}
.tj-sec-heading .sub-title.secondary-color {
  color: var(--tj-color-theme-secondary);
}
@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-sec-heading .sub-title {
    font-size: 30px;
  }
}
.tj-sec-heading .white-sub-title {
  color: var(--tj-color-common-white);
  font-size: 35px;
  font-family: var(--tj-ff-heading2);
  letter-spacing: 3.5px;
  font-weight: var(--tj-fw-regular);
  margin-bottom: 20px;
  line-height: 1.2;
  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) {
  .tj-sec-heading .white-sub-title {
    font-size: 30px;
  }
}
.tj-sec-heading .active-color {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tj-sec-heading .sec-title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-sec-heading .sec-title {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-sec-heading .sec-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.tj-sec-heading .sec-title span {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tj-sec-heading .desc p {
  margin-bottom: 15px;
}
.tj-sec-heading .desc p:last-child {
  margin-bottom: 0;
}
.tj-sec-heading .sec-button {
  margin-top: 40px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-sec-heading .sec-button {
    margin-top: 30px;
  }
}
.tj-sec-heading.style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.tj-sec-heading.style-2 .tj-sec-left {
  max-width: 500px;
  width: 100%;
}
.tj-sec-heading.style-2 .tj-sec-left .sec-title {
  margin-bottom: 0;
}
.tj-sec-heading.style-2 .desc {
  max-width: 570px;
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-sec-heading.style-2 {
    gap: 0;
  }
}
.tj-sec-heading.style-6, .tj-sec-heading.style-7 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  margin: 0;
  z-index: 1;
}
.tj-sec-heading.style-6 .shadow_text, .tj-sec-heading.style-7 .shadow_text {
  display: inline-block;
  font-size: 80px;
  line-height: 1;
  font-family: var(--tj-ff-heading);
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.38%, var(--tj-color-theme-h6-primary)), color-stop(90%, var(--tj-color-common-white)));
  background: linear-gradient(180deg, var(--tj-color-theme-h6-primary) 15.38%, var(--tj-color-common-white) 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.tj-sec-heading.style-6 .subtitle, .tj-sec-heading.style-7 .subtitle {
  display: block;
  font-size: 35px;
  line-height: 1;
  font-family: var(--tj-ff-heading2);
  letter-spacing: 0.1em;
  color: var(--tj-color-theme-h6-primary);
  text-transform: capitalize;
  margin-bottom: 10px;
}
.tj-sec-heading.style-6 .title, .tj-sec-heading.style-7 .title {
  line-height: 1.1;
  margin: 0;
}
.tj-sec-heading.style-6 .tj_sec_left, .tj-sec-heading.style-7 .tj_sec_left {
  max-width: 500px;
  width: 100%;
}
.tj-sec-heading.style-6 .desc, .tj-sec-heading.style-7 .desc {
  max-width: 570px;
  width: 100%;
}
.tj-sec-heading.style-6 .desc p, .tj-sec-heading.style-7 .desc p {
  margin-bottom: 15px;
}
.tj-sec-heading.style-6 .desc p:last-child, .tj-sec-heading.style-7 .desc p:last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-sec-heading.style-6 .shadow_text, .tj-sec-heading.style-7 .shadow_text {
    font-size: 70px;
  }
  .tj-sec-heading.style-6 .subtitle, .tj-sec-heading.style-7 .subtitle {
    font-size: 30px;
  }
  .tj-sec-heading.style-6 .title, .tj-sec-heading.style-7 .title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-sec-heading.style-6 .shadow_text, .tj-sec-heading.style-7 .shadow_text {
    font-size: 60px;
  }
  .tj-sec-heading.style-6 .subtitle, .tj-sec-heading.style-7 .subtitle {
    font-size: 30px;
  }
  .tj-sec-heading.style-6 .title, .tj-sec-heading.style-7 .title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .tj-sec-heading.style-6 .shadow_text, .tj-sec-heading.style-7 .shadow_text {
    font-size: 50px;
  }
  .tj-sec-heading.style-6 .subtitle, .tj-sec-heading.style-7 .subtitle {
    font-size: 25px;
  }
  .tj-sec-heading.style-6 .title, .tj-sec-heading.style-7 .title {
    font-size: 35px;
  }
}
.tj-sec-heading.style-7 {
  max-width: 100%;
  gap: 0;
}
.tj-sec-heading.style-7 .subtitle,
.tj-sec-heading.style-7 .title,
.tj-sec-heading.style-7 .desc {
  max-width: 100%;
  width: 100%;
}
.tj-sec-heading.style-7 .desc {
  margin-top: 20px;
}
.tj-sec-heading.style-7 .btn {
  margin-top: 30px;
  background-color: var(--tj-color-theme-h6-primary);
}
.tj-sec-heading.style-7 .btn::before {
  display: none;
}
.tj-sec-heading.style-7 .btn:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-h6-primary);
}
.tj-sec-heading.style-8 .sub-title {
  color: var(--tj-color-common-black);
  background: transparent;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}
.tj-sec-heading.style-8 .title {
  color: var(--tj-color-common-black);
  background: transparent;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}
.tj-sec-heading.style-8 .title span {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-sec-heading.style-8 .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-sec-heading.style-8 .title {
    font-size: 32px;
  }
}
.tj-sec-heading.style-9 .sub-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  color: var(--tj-color-text-body);
  line-height: 1.1;
  background: transparent;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.tj-sec-heading.style-9 .sub-title::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: var(--tj-color-theme-h9-primary);
  border-radius: 50%;
  margin-top: 8px;
}
.tj-sec-heading.style-9 .title {
  color: var(--tj-color-heading-primary);
  line-height: 1.1;
  background: transparent;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  margin-bottom: 0;
}
.tj-sec-heading.style-9 .title span {
  color: var(--tj-color-theme-h9-primary);
  font-size: 40px;
  font-weight: var(--tj-fw-light);
  font-style: italic;
}
.tj-sec-heading.style-9 .desc {
  margin-top: 20px;
}
.tj-sec-heading.style-9 .sec-button {
  margin-top: 30px;
}
.tj-sec-heading.style-9 .tj_sec_left {
  max-width: 630px;
  width: 100%;
}
.tj-sec-heading.style-9 .tj_sec_right {
  max-width: 570px;
}
.tj-sec-heading.style-9 .tj_sec_right .desc {
  margin-top: 0;
}
.tj-sec-heading.style-9 .tj_sec_right .sec-button {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-sec-heading.style-9 .title {
    font-size: 40px;
  }
  .tj-sec-heading.style-9 .title span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-sec-heading.style-9 .sub-title {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .tj-sec-heading.style-9 .sub-title::before {
    width: 15px;
    height: 15px;
  }
  .tj-sec-heading.style-9 .title {
    font-size: 32px;
  }
  .tj-sec-heading.style-9 .title span {
    font-size: 30px;
  }
}
.tj-sec-heading.style-10 .sub-title {
  background: transparent;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: var(--tj-color-light-3);
}
.tj-sec-heading.style-10 .hero-title {
  color: var(--tj-color-common-black);
}
.tj-sec-heading.style-10 .hero-title .title {
  background: transparent;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: var(--tj-color-light-3);
}

.elementor-align-center .tj-sec-heading.style-7 .shadow_text {
  right: 0;
}

.elementor-align-right .tj-sec-heading.style-7 .shadow_text {
  left: auto;
  right: 0;
}

.sec-image-group-1 {
  position: relative;
  z-index: 1;
  max-width: 630px;
  width: 100%;
  min-height: 540px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .sec-image-group-1 {
    min-height: 490px;
  }
}
.sec-image-group-1 .faq-image1 {
  max-width: 385px;
  width: 100%;
  height: 385px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  padding: 1px;
  border-radius: 50%;
  position: absolute;
  right: 3%;
  bottom: 0;
  z-index: 1;
}
.sec-image-group-1 .faq-image1 .group-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 19px;
  background-color: var(--tj-color-common-white);
}
.sec-image-group-1 .faq-image1 .group-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-image-group-1 .faq-image1 {
    max-width: 350px;
    height: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .sec-image-group-1 .faq-image1 {
    max-width: 320px;
    height: 320px;
    right: 0;
    bottom: 10%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec-image-group-1 .faq-image1 {
    bottom: 5%;
  }
}
@media (max-width: 575px) {
  .sec-image-group-1 .faq-image1 {
    bottom: 18%;
    max-width: 250px;
    height: 250px;
  }
}
.sec-image-group-1 .faq-image1 .group-shape-1 {
  position: absolute;
  top: -15%;
  left: 34%;
  z-index: -1;
  max-width: 120px;
}
@media (max-width: 575px) {
  .sec-image-group-1 .faq-image1 .group-shape-1 {
    max-width: 80px;
  }
}
.sec-image-group-1 .faq-image1 .group-shape-2 {
  position: absolute;
  top: -20%;
  left: 25%;
  z-index: -1;
  max-width: 135px;
}
@media (max-width: 575px) {
  .sec-image-group-1 .faq-image1 .group-shape-2 {
    max-width: 100px;
  }
}
.sec-image-group-1 .faq-image2 {
  max-width: 190px;
  width: 100%;
  height: 190px;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.sec-image-group-1 .faq-image2 .group-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 10px;
}
.sec-image-group-1 .faq-image2 .group-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 575px) {
  .sec-image-group-1 .faq-image2 {
    max-width: 120px;
    height: 120px;
  }
}
.sec-image-group-1 .faq-image2 .group-shape-3 {
  position: absolute;
  z-index: -1;
  max-width: 100px;
  left: 5%;
  top: -30%;
}
@media (max-width: 575px) {
  .sec-image-group-1 .faq-image2 .group-shape-3 {
    max-width: 80px;
  }
}
.sec-image-group-1 .faq-image2 .group-shape-4 {
  position: absolute;
  z-index: -1;
  max-width: 110px;
  left: -10%;
  top: 0%;
}
.sec-image-group-1 .faq-image3 {
  max-width: 200px;
  width: 100%;
  height: 200px;
  border: 1px solid var(--tj-color-theme-secondary);
  border-radius: 50%;
  position: absolute;
  left: 5%;
  top: 0;
  z-index: 1;
}
.sec-image-group-1 .faq-image3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  padding: 10px;
}
@media (max-width: 575px) {
  .sec-image-group-1 .faq-image3 {
    max-width: 150px;
    height: 150px;
  }
}
.sec-image-group-1 .faq-image4 {
  max-width: 110px;
  width: 100%;
  height: 110px;
  border-radius: 50%;
  border: 1px solid var(--tj-color-theme-primary);
  position: absolute;
  right: 0;
  top: 7%;
  z-index: 1;
}
.sec-image-group-1 .faq-image4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  padding: 5px;
}

.sec-image-group-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  max-width: 685px;
  width: 100%;
  min-height: 565px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-image-group-2 {
    min-height: 460px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sec-image-group-2 {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .sec-image-group-2 {
    min-height: 350px;
    gap: 15px;
  }
}
.sec-image-group-2 .group-image-one {
  position: relative;
  max-width: 335px;
  width: 100%;
  height: 400px;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.sec-image-group-2 .group-image-one::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--tj-color-light-7);
  z-index: -1;
  border-radius: 0 0 200px 200px;
}
.sec-image-group-2 .group-image-one .lg-image {
  border-radius: 0 0 200px 200px;
  width: 95%;
  height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .sec-image-group-2 .group-image-one {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .sec-image-group-2 .group-image-one {
    height: 270px;
  }
}
.sec-image-group-2 .group-image-one .shape-3 {
  position: absolute;
  z-index: -2;
  max-width: 100px;
  left: -5%;
  bottom: -5%;
}
@media (max-width: 575px) {
  .sec-image-group-2 .group-image-one .shape-3 {
    max-width: 80px;
  }
}
.sec-image-group-2 .group-image-one .shape-4 {
  position: absolute;
  z-index: -2;
  max-width: 110px;
  left: 10%;
  bottom: -10%;
}
@media (max-width: 575px) {
  .sec-image-group-2 .group-image-one .shape-4 {
    max-width: 90px;
  }
}
.sec-image-group-2 .group-image-two {
  position: relative;
  z-index: 1;
  max-width: 325px;
  width: 100%;
  height: 430px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: auto;
}
.sec-image-group-2 .group-image-two::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--tj-color-light-7);
  z-index: -1;
  border-radius: 200px 200px 0 0;
}
.sec-image-group-2 .group-image-two .lg-image {
  border-radius: 200px 200px 0 0;
  width: 95%;
  height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .sec-image-group-2 .group-image-two {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .sec-image-group-2 .group-image-two {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .sec-image-group-2 .group-image-two {
    height: 270px;
  }
}
.sec-image-group-2 .group-image-two .shape-1 {
  position: absolute;
  z-index: -2;
  max-width: 150px;
  top: -16%;
  left: 25%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-image-group-2 .group-image-two .shape-1 {
    max-width: 100px;
  }
}
@media (max-width: 575px) {
  .sec-image-group-2 .group-image-two .shape-1 {
    max-width: 80px;
  }
}
.sec-image-group-2 .group-image-two .shape-2 {
  position: absolute;
  z-index: -2;
  max-width: 165px;
  top: -25%;
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-image-group-2 .group-image-two .shape-2 {
    max-width: 130px;
  }
}
@media (max-width: 575px) {
  .sec-image-group-2 .group-image-two .shape-2 {
    max-width: 100px;
  }
}

.sec-image-group-3 {
  max-width: 395px;
  width: 100%;
  height: 395px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  padding: 1px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sec-image-group-3 {
    max-width: 365px;
    height: 365px;
  }
}
@media (max-width: 575px) {
  .sec-image-group-3 {
    max-width: 300px;
    height: 300px;
  }
}
.sec-image-group-3 .group-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 19px;
  background-color: var(--tj-color-common-white);
}
.sec-image-group-3 .group-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.sec-image-group-3 .shape-1 {
  position: absolute;
  z-index: -1;
  max-width: 150px;
  right: -25%;
  bottom: 15%;
}
@media (max-width: 575px) {
  .sec-image-group-3 .shape-1 {
    max-width: 100px;
  }
}
.sec-image-group-3 .shape-2 {
  position: absolute;
  z-index: -1;
  max-width: 165px;
  right: -15%;
  bottom: 0%;
}
@media (max-width: 575px) {
  .sec-image-group-3 .shape-2 {
    max-width: 120px;
  }
}

.product-image-group {
  position: relative;
  z-index: 1;
  max-width: 715px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: 890px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-image-group {
    min-height: 800px;
    max-width: 580px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group {
    min-height: 690px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product-image-group {
    max-width: 600px;
    min-height: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group {
    max-width: 540px;
    min-height: 690px;
  }
}
@media (max-width: 575px) {
  .product-image-group {
    max-width: 345px;
    min-height: 530px;
  }
}
.product-image-group .group-image-1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  max-width: 335px;
  width: 100%;
  height: 400px;
  padding-top: 20px;
  padding-left: 17px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-image-group .group-image-1 {
    max-width: 300px;
    height: 360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-1 {
    max-width: 250px;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-image-group .group-image-1 {
    max-width: 300px;
    height: 360px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-1 {
    max-width: 250px;
    height: 300px;
  }
}
@media (max-width: 575px) {
  .product-image-group .group-image-1 {
    max-width: 170px;
    height: 200px;
    padding-top: 15px;
    padding-left: 10px;
  }
}
.product-image-group .group-image-1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--tj-color-light-7);
  border-radius: 0 0 200px 200px;
  z-index: -1;
}
.product-image-group .group-image-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 200px 200px;
}
.product-image-group .group-image-2 {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  max-width: 425px;
  width: 100%;
  height: 465px;
  padding-bottom: 17px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-image-group .group-image-2 {
    max-width: 350px;
    height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-2 {
    max-width: 300px;
    height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-image-group .group-image-2 {
    max-width: 350px;
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-2 {
    max-width: 300px;
    height: 350px;
  }
}
@media (max-width: 575px) {
  .product-image-group .group-image-2 {
    max-width: 200px;
    height: 280px;
    padding-bottom: 15px;
    padding-right: 10px;
  }
}
.product-image-group .group-image-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--tj-color-light-7);
  border-radius: 200px 200px 0 0;
  z-index: -1;
}
.product-image-group .group-image-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 200px 0 0;
}
.product-image-group .group-image-2 .shape-1 {
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -25px;
  z-index: -2;
}
@media (max-width: 575px) {
  .product-image-group .group-image-2 .shape-1 {
    width: 100px;
    height: 100px;
  }
}
.product-image-group .group-image-3 {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 14%;
  max-width: 325px;
  width: 100%;
  height: 425px;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-image-group .group-image-3 {
    max-width: 250px;
    height: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-3 {
    max-width: 200px;
    height: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-image-group .group-image-3 {
    max-width: 250px;
    height: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-3 {
    max-width: 260px;
    height: 310px;
  }
}
@media (max-width: 575px) {
  .product-image-group .group-image-3 {
    max-width: 150px;
    height: 200px;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 10px;
  }
}
.product-image-group .group-image-3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--tj-color-light-7);
  border-radius: 0 0 200px 200px;
  z-index: -1;
}
.product-image-group .group-image-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 200px 200px;
}
.product-image-group .group-image-3 .shape-1 {
  position: absolute;
  z-index: -2;
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  left: 25%;
  top: -90px;
}
@media (max-width: 575px) {
  .product-image-group .group-image-3 .shape-1 {
    width: 100px;
    height: 100px;
    top: -50px;
  }
}
.product-image-group .group-image-3 .shape-2 {
  position: absolute;
  z-index: -2;
  width: 165px;
  height: 245px;
  -o-object-fit: contain;
     object-fit: contain;
  left: 5%;
  top: -100px;
}
@media (max-width: 575px) {
  .product-image-group .group-image-3 .shape-2 {
    width: 100px;
    height: 200px;
  }
}

/* !END: Theme Heading CSS */
/**----------------------------------------
START: Theme Hero CSS
----------------------------------------*/
@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.tj-hero-section {
  position: relative;
  z-index: 1;
  padding-top: 210px;
  padding-bottom: 90px;
  margin-bottom: 44px;
  background-color: #252525;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section {
    background-size: 100% 100%;
  }
}
.tj-hero-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
}
.tj-hero-section.no-scrolldown {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section {
    padding-top: 160px;
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section .tj-sec-heading {
    margin-bottom: 80px;
  }
}
.tj-hero-section .hero-title span {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: var(--tj-fw-bold);
}
.tj-hero-section .hero-scroll {
  height: 44px;
  background-color: #252525;
  width: 125px;
  -webkit-mask-image: url(../images/shape/hero-scrolldown.svg);
          mask-image: url(../images/shape/hero-scrolldown.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  bottom: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tj-hero-section .hero-scroll .scroll-icon {
  display: inline-block;
  font-size: 23px;
  line-height: 1;
  color: var(--tj-color-common-white);
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
  margin-bottom: -4px;
}
.tj-hero-section .hero-scroll .scroll-icon svg {
  max-width: 19px;
}
.tj-hero-section .hero-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  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-hero-section .hero-shape {
    width: 50%;
  }
}
.tj-hero-section .hero-shape1 {
  position: absolute;
  top: 0;
  right: 0;
}
.tj-hero-section .hero-shape2 {
  position: absolute;
  top: 20%;
  left: 0;
  opacity: 0.5;
}
@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-hero-section .hero-shape2 {
    display: none;
  }
}
.tj-hero-section .hero-shape3 {
  position: absolute;
  top: 12%;
  left: 0;
  opacity: 0.2;
}
@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-hero-section .hero-shape3 {
    display: none;
  }
}
.tj-hero-section.hero-style-four {
  padding-top: 250px;
  padding-bottom: 140px;
  margin: 0;
  overflow: hidden;
}
.tj-hero-section.hero-style-four::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(150deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 87%);
  z-index: -1;
  opacity: 0.8;
}
.tj-hero-section.hero-style-four .hero-right-shapes {
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: -1;
  max-width: 200px;
  width: 100%;
}
.tj-hero-section.hero-style-four .hero-right-shapes 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-hero-section.hero-style-four .hero-right-shapes {
    display: none;
  }
}
.tj-hero-section.hero-style-four .hero-left-shapes {
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: -1;
  max-width: 200px;
  width: 100%;
}
.tj-hero-section.hero-style-four .hero-left-shapes 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-hero-section.hero-style-four .hero-left-shapes {
    display: none;
  }
}
.tj-hero-section.hero-style-four .hero-left-content {
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.tj-hero-section.hero-style-four .hero-left-content::before {
  position: absolute;
  content: "";
  width: 665px;
  height: 665px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: linear-gradient(70deg, rgba(255, 255, 255, 0.2) 15%, rgba(49, 0, 255, 0.3) 40%, rgba(253, 49, 188, 0.8) 90%);
  border-radius: 50%;
  -webkit-animation: hero-Shape 6s linear infinite;
          animation: hero-Shape 6s linear infinite;
  z-index: -1;
}
.tj-hero-section.hero-style-four .hero-left-content::after {
  position: absolute;
  content: "";
  top: -20px;
  left: 40%;
  width: 98px;
  height: 98px;
  background-image: linear-gradient(70deg, rgba(255, 255, 255, 0.2) 15%, rgba(49, 0, 255, 0.3) 40%, rgba(253, 49, 188, 0.4) 90%);
  border-radius: 50%;
  -webkit-animation: hero-triangle 6s linear infinite alternate;
          animation: hero-triangle 6s linear infinite alternate;
  z-index: -1;
}
.tj-hero-section.hero-style-four .hero-left-content .hero-circle .circle-1 {
  position: absolute;
  content: "";
  top: -20px;
  left: -20%;
  width: 190px;
  height: 190px;
  background-image: linear-gradient(70deg, rgba(49, 0, 255, 0.1) 50%, rgba(253, 49, 188, 0.3) 90%);
  border-radius: 50%;
  -webkit-animation: hero-triangle 10s linear infinite alternate;
          animation: hero-triangle 10s linear infinite alternate;
  z-index: -1;
}
.tj-hero-section.hero-style-four .hero-left-content .hero-circle .circle-2 {
  position: absolute;
  content: "";
  bottom: -30%;
  right: -20%;
  width: 270px;
  height: 270px;
  background-image: linear-gradient(70deg, rgba(49, 0, 255, 0.2) 45%, rgba(253, 49, 188, 0.5) 90%);
  border-radius: 50%;
  -webkit-animation: hero-triangle 10s linear infinite alternate;
          animation: hero-triangle 10s linear infinite alternate;
  z-index: -1;
}
.tj-hero-section.hero-style-four .hero-left-content .hero-title {
  font-size: 85px;
}
.tj-hero-section.hero-style-four .hero-left-content .hero-title span {
  display: block;
  font-size: 80px;
  font-style: italic;
  background: transparent;
  -webkit-text-fill-color: unset;
}
.tj-hero-section.hero-style-four .hero-left-content .desc {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-normal);
  color: var(--tj-color-common-white);
}
.tj-hero-section.hero-style-four .hero-left-content .desc p {
  max-width: 100%;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: inherit;
}
.tj-hero-section.hero-style-four .hero-left-content .desc p:last-child {
  margin: 0;
}
.tj-hero-section.hero-style-four .hero-left-content .hero-button {
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section.hero-style-four .hero-left-content::before {
    width: 610px;
    height: 610px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-title {
    font-size: 55px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-title span {
    font-size: 55px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .desc {
    max-width: 880px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section.hero-style-four .hero-left-content::before {
    width: 580px;
    height: 580px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-title {
    font-size: 50px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-title span {
    font-size: 50px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .desc {
    max-width: 730px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-section.hero-style-four .hero-left-content::before {
    width: 530px;
    height: 530px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-title {
    font-size: 45px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-title span {
    font-size: 45px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .desc {
    max-width: 650px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-section.hero-style-four .hero-left-content::before {
    width: 480px;
    height: 480px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-title {
    font-size: 40px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-title span {
    font-size: 40px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .desc {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .tj-hero-section.hero-style-four .hero-left-content::before {
    width: 350px;
    height: 350px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-title {
    font-size: 35px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-title span {
    font-size: 35px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-hero-section.hero-style-four .hero-left-content .hero-circle .circle-1 {
    left: -12%;
    width: 150px;
    height: 150px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-circle .circle-2 {
    right: -12%;
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section.hero-style-four .hero-left-content .hero-circle .circle-1 {
    left: 0;
    width: 120px;
    height: 120px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-circle .circle-2 {
    right: 0;
    width: 150px;
    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) {
  .tj-hero-section.hero-style-four {
    padding-top: 160px;
    padding-bottom: 20px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-circle .circle-1 {
    left: 0;
    width: 100px;
    height: 100px;
    top: -70px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-circle .circle-2 {
    right: 0;
    width: 100px;
    height: 100px;
    bottom: -16%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-section.hero-style-four {
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .tj-hero-section.hero-style-four .tj-sec-heading {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .tj-hero-section.hero-style-four {
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .tj-hero-section.hero-style-four .tj-sec-heading {
    margin-bottom: 40px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-title {
    margin-bottom: 15px;
  }
}
.tj-hero-section.hero-style-five {
  overflow: hidden;
  z-index: 2;
}
.tj-hero-section.hero-style-five::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(49, 0, 255, 0.7)), color-stop(98.67%, rgba(253, 49, 188, 0.7)));
  background-image: linear-gradient(90deg, rgba(49, 0, 255, 0.7) 0%, rgba(253, 49, 188, 0.7) 98.67%);
}
.tj-hero-section.hero-style-five .hero-left-content {
  max-width: 100%;
}
.tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
}
.tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .hero-text .hero-title {
  font-size: 80px;
  line-height: 1.2;
}
.tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .hero-text .hero-title span {
  font-style: italic;
  background: transparent;
  -webkit-text-fill-color: unset;
}
.tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .image-box-2 {
  position: relative;
  z-index: 1;
  max-width: 240px;
  width: 100%;
  height: 355px;
  padding-right: 20px;
  padding-top: 20px;
}
.tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .image-box-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(380deg, var(--tj-color-grey-12) 0%, var(--tj-color-grey-1) 100%);
  border-radius: 0 0 200px 200px;
  z-index: -1;
}
.tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .image-box-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 200px 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .hero-text .hero-title {
    font-size: 60px;
  }
  .tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .image-box-2 {
    max-width: 220px;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper {
    gap: 25px;
  }
  .tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .hero-text .hero-title {
    font-size: 45px;
  }
  .tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .image-box-2 {
    max-width: 165px;
    height: 230px;
    padding-right: 12px;
    padding-top: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper {
    gap: 25px;
  }
  .tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .hero-text .hero-title {
    font-size: 40px;
  }
  .tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .image-box-2 {
    max-width: 140px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper {
    gap: 10px;
  }
  .tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .hero-text .hero-sub-title {
    font-size: 24px;
  }
  .tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .hero-text .hero-title {
    font-size: 33px;
  }
  .tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .image-box-2 {
    max-width: 95px;
    height: 140px;
  }
}
.tj-hero-section.hero-style-five .hero-left-content .desc-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
}
.tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .image-box-1 {
  position: relative;
  z-index: 1;
  max-width: 183px;
  width: 100%;
  height: 270px;
  padding-bottom: 14px;
  padding-left: 10px;
}
.tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .image-box-1::before {
  position: absolute;
  content: "";
  top: 0;
  left: -2px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-grey-12)), to(var(--tj-color-grey-1)));
  background-image: linear-gradient(180deg, var(--tj-color-grey-12) 0%, var(--tj-color-grey-1) 100%);
  border-radius: 200px 200px 0 0;
  z-index: -1;
}
.tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .image-box-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 200px 0 0;
}
.tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .hero-descrition {
  max-width: 685px;
  width: 100%;
}
.tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .hero-descrition .desc {
  position: relative;
  z-index: 1;
  padding-top: 40px;
}
.tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .hero-descrition .desc::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(49, 0, 255)), color-stop(98.67%, rgb(253, 49, 188)));
  background-image: linear-gradient(90deg, rgb(49, 0, 255) 0%, rgb(253, 49, 188) 98.67%);
}
.tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .hero-descrition .desc p {
  max-width: 100%;
  font-size: 20px;
  font-family: var(--tj-ff-heading);
}
.tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .hero-descrition .desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section.hero-style-five .hero-left-content .desc-wrapper {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .image-box-1 {
    max-width: 150px;
    height: 210px;
  }
  .tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .hero-descrition::before {
    width: 50%;
  }
  .tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .hero-descrition .desc p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .hero-descrition .desc p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section.hero-style-five .hero-left-content .desc-wrapper {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .image-box-1 {
    max-width: 115px;
    height: 165px;
  }
  .tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .hero-descrition::before {
    top: -20px;
  }
}
@media (max-width: 575px) {
  .tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .image-box-1 {
    max-width: 95px;
    height: 140px;
  }
}
.tj-hero-section.hero-style-five .image-box-3 {
  position: absolute;
  bottom: 10%;
  right: 25%;
  z-index: 1;
  max-width: 140px;
  width: 100%;
  height: 210px;
  padding-bottom: 10px;
  padding-left: 8px;
}
.tj-hero-section.hero-style-five .image-box-3::before {
  position: absolute;
  content: "";
  top: 0;
  left: -2px;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-grey-12)), to(var(--tj-color-grey-1)));
  background-image: linear-gradient(180deg, var(--tj-color-grey-12) 0%, var(--tj-color-grey-1) 100%);
  border-radius: 200px 200px 0 0;
  z-index: -1;
}
.tj-hero-section.hero-style-five .image-box-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 200px 0 0;
}
.tj-hero-section.hero-style-five .image-box-3 .shape-1 {
  position: absolute;
  top: -30px;
  left: -80px;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section.hero-style-five .image-box-3 {
    bottom: 3%;
    right: 20%;
    max-width: 130px;
    height: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-section.hero-style-five .image-box-3 {
    max-width: 20%;
    bottom: 5%;
    max-width: 120px;
    height: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section.hero-style-five .image-box-3 {
    display: none;
  }
}
.tj-hero-section.hero-style-five .hero-circle .circle-1 {
  position: absolute;
  content: "";
  top: 15%;
  left: 15px;
  width: 250px;
  height: 250px;
  background-image: linear-gradient(70deg, rgba(49, 0, 255, 0.1) 50%, rgba(253, 49, 188, 0.3) 90%);
  border-radius: 50%;
  -webkit-animation: hero-triangle 10s linear infinite alternate;
          animation: hero-triangle 10s linear infinite alternate;
}
.tj-hero-section.hero-style-five .hero-circle .circle-2 {
  position: absolute;
  content: "";
  bottom: 80px;
  right: 15%;
  width: 200px;
  height: 200px;
  background-image: linear-gradient(70deg, rgba(49, 0, 255, 0.2) 45%, rgba(253, 49, 188, 0.5) 90%);
  border-radius: 50%;
  -webkit-animation: hero-triangle 10s linear infinite alternate;
          animation: hero-triangle 10s linear infinite alternate;
}
.tj-hero-section.hero-style-five .left-shapes {
  position: absolute;
  left: 0;
  bottom: 65px;
  max-width: 495px;
  width: 100%;
  z-index: 1;
}
.tj-hero-section.hero-style-five .left-shapes img {
  width: 100%;
}
.tj-hero-section.hero-style-five .right-shapes {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.tj-hero-section.hero-style-five .right-shapes img {
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section.hero-style-five {
    padding-bottom: 50px;
    padding-top: 140px;
  }
  .tj-hero-section.hero-style-five .tj-sec-heading {
    margin-bottom: 30px;
  }
}

.hero-image-group {
  text-align: right;
  position: relative;
  margin-right: -175px;
  z-index: 3;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero-image-group {
    margin-right: -35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image-group {
    margin-right: 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) {
  .hero-image-group {
    margin-right: 140px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hero-image-group {
    margin-right: 20px;
    text-align: center;
  }
}
.hero-image-group .group-image1 {
  position: relative;
  max-width: 430px;
  width: 100%;
  margin-left: auto;
  z-index: 3;
}
@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) {
  .hero-image-group .group-image1 {
    max-width: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-image-group .group-image1 {
    margin-right: -30px;
  }
}
@media (max-width: 575px) {
  .hero-image-group .group-image1 {
    max-width: 250px;
  }
}
.hero-image-group .group-image1::before {
  position: absolute;
  content: "";
  top: -25px;
  width: 110%;
  height: 105%;
  right: -20px;
  background: url(../images/shape/hero-border.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.hero-image-group .group-image1 img {
  position: relative;
  z-index: 3;
  border-radius: 550px;
}
.hero-image-group .group-image2 {
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 3;
  max-width: 345px;
  width: 100%;
}
.hero-image-group .group-image2::before {
  content: "";
  position: absolute;
  border-radius: 550px 500px 500px 500px;
  opacity: 3.25%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-grey-7)), to(rgba(40, 40, 40, 0.7)));
  background-image: linear-gradient(180deg, var(--tj-color-grey-7) 0%, rgba(40, 40, 40, 0.7) 100%);
  top: 46%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
  width: 346px;
  height: 530px;
  z-index: 3;
}
@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) {
  .hero-image-group .group-image2::before {
    width: 275px;
    height: 450px;
    top: 50%;
    left: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-image-group .group-image2::before {
    width: 220px;
    height: 360px;
  }
}
@media (max-width: 575px) {
  .hero-image-group .group-image2::before {
    width: 220px;
    height: 350px;
    top: 50%;
    left: -20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image-group .group-image2 {
    left: -50px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-image-group .group-image2 {
    max-width: 200px;
    left: 25%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-image-group .group-image2 {
    max-width: 200px;
    left: 15%;
  }
}
@media (max-width: 575px) {
  .hero-image-group .group-image2 {
    max-width: 200px;
    left: 20px;
  }
}
.hero-image-group .group-image2 img {
  border-radius: 515px 500px 515px 500px;
  border: 10px solid var(--tj-color-common-black);
}
.hero-image-group .group-image3 {
  position: absolute;
  left: 0;
  top: -12%;
  opacity: 0.2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image-group .group-image3 {
    top: -22%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-image-group .group-image3 {
    display: none;
  }
}
.hero-image-group .group-image4 {
  position: absolute;
  left: 15%;
  top: -5%;
  opacity: 0.5;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image-group .group-image4 {
    top: -15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-image-group .group-image4 {
    display: none;
  }
}
.hero-image-group .group-image5 {
  position: absolute;
  right: -20px;
  top: -10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-image-group .group-image5 {
    display: none;
  }
}
.hero-image-group .group-image6 {
  position: absolute;
  left: -5%;
  bottom: 5%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-image-group .group-image6 {
    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) {
  .hero-image-group .group-image6 {
    display: none;
  }
}

.tj-slider-section {
  position: relative;
  z-index: 1;
}
.tj-slider-section .swiper-slide .slider_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: transform 9000ms ease, opacity 1500ms ease-in, -webkit-transform 9000ms ease;
}
.tj-slider-section .swiper-slide .slider_bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(78deg, rgba(40, 40, 40, 0.95) 0%, rgba(40, 40, 40, 0.76) 41.52%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: multiply;
}
.tj-slider-section .swiper-slide .white-sub-title,
.tj-slider-section .swiper-slide .title,
.tj-slider-section .swiper-slide .desc {
  display: block;
  overflow: hidden;
}
.tj-slider-section .swiper-slide .white-sub-title div,
.tj-slider-section .swiper-slide .title div,
.tj-slider-section .swiper-slide .desc div {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: 1s;
  transition: 1s;
}
.tj-slider-section .swiper-slide .hero-button {
  display: block;
  overflow: hidden;
}
.tj-slider-section .swiper-slide .hero-button .btn {
  opacity: 0;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: 1s;
  transition: 1s;
}
.tj-slider-section .swiper-slide.swiper-slide-active .slider_bg {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.tj-slider-section .swiper-slide.swiper-slide-active .white-sub-title div,
.tj-slider-section .swiper-slide.swiper-slide-active .desc div,
.tj-slider-section .swiper-slide.swiper-slide-active .title div {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tj-slider-section .swiper-slide.swiper-slide-active .hero-button .btn {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tj-slider-section .swiper .swiper-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: absolute;
  width: auto;
  height: auto;
  left: auto;
  right: 50px;
  top: 50%;
  z-index: 2;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-slider-section .swiper .swiper-pagination {
    right: 15px;
  }
}
.tj-slider-section .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  margin: 0;
}
.tj-slider-section .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}

.tj-hero-section-three {
  position: relative;
  overflow: hidden;
  padding-top: 280px;
  padding-bottom: 180px;
  background-image: linear-gradient(78deg, rgba(95, 57, 255, 0.95) 0%, rgba(95, 57, 255, 0.76) 41.52%, rgba(255, 255, 255, 0) 100%);
  mix-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.tj-hero-section-three::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-hero-section-three {
    padding-top: 250px;
    padding-bottom: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section-three {
    padding-top: 230px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section-three {
    padding-top: 220px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section-three {
    padding-top: 175px;
    padding-bottom: 80px;
  }
}
.tj-hero-section-three .hero-lg-image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1328px;
  width: 100%;
  height: 100%;
  mask-image: url(../images/shape/hero-banner.svg);
  -webkit-mask-image: url(../images/shape/hero-banner.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.tj-hero-section-three .hero-lg-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tj-hero-section-three .hero-lg-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--tj-color-light-2);
  mix-blend-mode: color;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-hero-section-three .hero-lg-image {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section-three .hero-lg-image {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section-three .hero-lg-image {
    max-width: 950px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-section-three .hero-lg-image {
    max-width: 800px;
  }
}
.tj-hero-section-three .hero-content-area {
  padding-top: 0;
  padding-bottom: 0;
}
.tj-hero-section-three .hero-content-area .tj-sec-heading {
  margin-bottom: 0;
}
.tj-hero-section-three .hero-content-area .tj-sec-heading .title {
  margin: 0;
}
.tj-hero-section-three .hero-content-area .tj-sec-heading .title span {
  position: inherit;
  color: var(--tj-color-common-black);
}
.tj-hero-section-three .hero-content-area .tj-sec-heading .title span::before {
  display: none;
}
.tj-hero-section-three .hero-content-area .tj-sec-heading .desc {
  max-width: 680px;
  width: 100%;
  margin-top: 30px;
}
.tj-hero-section-three .hero-content-area .tj-sec-heading .desc p {
  font-size: 18px;
}
.tj-hero-section-three .hero-content-area .tj-sec-heading .desc p:last-child {
  margin: 0;
}
.tj-hero-section-three .hero-content-area .tj-sec-heading .hero-button {
  margin-top: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section-three .hero-content-area {
    max-width: 680px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-section-three .hero-content-area {
    max-width: 590px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-section-three .hero-content-area {
    max-width: 430px;
  }
}
@media (max-width: 575px) {
  .tj-hero-section-three .hero-content-area .tj-sec-heading .title {
    font-size: 35px;
  }
  .tj-hero-section-three .hero-content-area .tj-sec-heading .desc {
    margin-top: 25px;
  }
  .tj-hero-section-three .hero-content-area .tj-sec-heading .hero-button {
    margin-top: 25px;
  }
}
.tj-hero-section-three .hero-group-shape .group-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  max-width: 32%;
}
.tj-hero-section-three .hero-group-shape .group-2 {
  position: absolute;
  bottom: 35px;
  right: 35%;
  opacity: 0.4;
  z-index: 0;
  max-width: 14%;
}
.tj-hero-section-three .hero-group-shape .group-3 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.9;
  z-index: 4;
  z-index: 0;
  max-width: 18%;
}
.tj-hero-section-three .hero-group-shape .group-4 {
  position: absolute;
  top: 0;
  left: 40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.9;
  z-index: 4;
  z-index: 0;
  max-width: 20%;
}
.tj-hero-section-three .hero-group-shape .group-5 {
  position: absolute;
  bottom: 100px;
  left: 40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.5;
  z-index: 0;
  max-width: 8%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section-three .hero-group-shape {
    display: none;
  }
}

.hero-group-shape .hero-shape {
  width: 458px;
  height: 458px;
  border-radius: 50%;
  mix-blend-mode: soft-light;
  background-color: var(--tj-color-theme-secondary);
  -webkit-filter: blur(150px);
          filter: blur(150px);
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-group-shape .hero-shape {
    display: none;
  }
}
.hero-group-shape .slider_shape {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: -1;
  opacity: 0.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-group-shape .slider_shape {
    max-width: 60%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-group-shape .slider_shape {
    max-width: 80%;
  }
}

.hero-left-content {
  position: relative;
  z-index: 1;
  max-width: 700px;
  width: 100%;
}
.hero-left-content .hero-sub-title {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading2);
  font-size: 35px;
  letter-spacing: 3.5px;
  font-weight: var(--tj-fw-regular);
  display: block;
  margin-bottom: 10px;
}
.hero-left-content .hero-title {
  color: var(--tj-color-common-white);
  margin-bottom: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-left-content .hero-title {
    font-size: 55px;
  }
}
@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) {
  .hero-left-content .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-left-content .hero-title {
    font-size: 38px;
  }
}
.hero-left-content p {
  color: var(--tj-color-grey-4);
  font-size: 18px;
  max-width: 685px;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-left-content p {
    max-width: 480px;
  }
}
.hero-left-content .hero-button {
  margin-top: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-left-content {
    max-width: 550px;
  }
}

.hero-content-area {
  padding-top: 285px;
  padding-bottom: 90px;
  max-width: 700px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content-area {
    padding-top: 260px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-content-area {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .hero-content-area {
    max-width: 325px;
  }
}
.hero-content-area .title {
  color: var(--tj-color-grey-5);
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-content-area .title {
    font-size: 55px;
  }
}
@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) {
  .hero-content-area .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content-area .title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .hero-content-area .title {
    font-size: 38px;
    margin-bottom: 20px;
  }
}
.hero-content-area .title span {
  position: relative;
}
.hero-content-area .title span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 8%;
  -webkit-mask-image: url(../images/shape/slider_shape.svg);
          mask-image: url(../images/shape/slider_shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center bottom;
          mask-position: center bottom;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  z-index: -1;
}
.hero-content-area .desc p {
  color: var(--tj-color-light-4);
  font-size: 20px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content-area .desc p {
    font-size: 18px;
  }
}
.hero-content-area .hero-button {
  margin-top: 40px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-content-area .hero-button {
    margin-top: 20px;
  }
}

@-webkit-keyframes jump-arrow {
  0%, 20%, 55%, 80%, 100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(-50%, -8px, 0);
            transform: translate3d(-50%, -8px, 0);
  }
  70% {
    -webkit-transform: translate3d(-50%, -8px, 0);
            transform: translate3d(-50%, -8px, 0);
  }
  90% {
    -webkit-transform: translate3d(-50%, -5px, 0);
            transform: translate3d(-50%, -5px, 0);
  }
}

@keyframes jump-arrow {
  0%, 20%, 55%, 80%, 100% {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(-50%, -8px, 0);
            transform: translate3d(-50%, -8px, 0);
  }
  70% {
    -webkit-transform: translate3d(-50%, -8px, 0);
            transform: translate3d(-50%, -8px, 0);
  }
  90% {
    -webkit-transform: translate3d(-50%, -5px, 0);
            transform: translate3d(-50%, -5px, 0);
  }
}
@-webkit-keyframes hero-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
            transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
            transform: rotate(360deg) translateY(100px);
  }
}
@keyframes hero-triangle {
  0% {
    -webkit-transform: rotate(0deg) translateX(-50px);
            transform: rotate(0deg) translateX(-50px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(100px);
            transform: rotate(360deg) translateY(100px);
  }
}
@-webkit-keyframes hero-Shape {
  0%, 100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate(-50%, -50%) translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  34% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate(-50%, -50%) translate3d(0, 20px, 0) rotateZ(0.04deg);
            transform: translate(-50%, -50%) translate3d(0, 20px, 0) rotateZ(0.04deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate(-50%, -50%) translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  67% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate(-50%, -50%) translate3d(0, -18px, 0) rotateZ(0.04deg);
            transform: translate(-50%, -50%) translate3d(0, -18px, 0) rotateZ(0.04deg);
  }
}
@keyframes hero-Shape {
  0%, 100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate(-50%, -50%) translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  34% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate(-50%, -50%) translate3d(0, 20px, 0) rotateZ(0.04deg);
            transform: translate(-50%, -50%) translate3d(0, 20px, 0) rotateZ(0.04deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate(-50%, -50%) translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  67% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate(-50%, -50%) translate3d(0, -18px, 0) rotateZ(0.04deg);
            transform: translate(-50%, -50%) translate3d(0, -18px, 0) rotateZ(0.04deg);
  }
}
/* !END: Theme Hero CSS */
/**----------------------------------------
START: Home 6 Hero CSS
----------------------------------------*/
.tj-hero-section.style-6 {
  padding-top: 200px;
  padding-bottom: 120px;
}
.tj-hero-section.style-6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(134.5% 101.52% at 50% 44.66%, #282828 0%, rgba(40, 40, 40, 0.7) 100%);
  mix-blend-mode: multiply;
  z-index: -1;
  opacity: 0.9;
}
.tj-hero-section.style-6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  height: 550px;
  background-image: url(../images/shape/h6-hero-shape.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section.style-6 {
    padding-top: 180px;
    padding-bottom: 90px;
  }
  .tj-hero-section.style-6::after {
    background-size: contain;
    bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-section.style-6 {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  .tj-hero-section.style-6::after {
    background-size: contain;
    bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section.style-6 {
    padding-top: 160px;
    padding-bottom: 70px;
  }
  .tj-hero-section.style-6::after {
    background-size: contain;
    bottom: 60px;
  }
}
.tj-hero-section.style-6 .hero_content_wrap {
  max-width: 1140px;
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.tj-hero-section.style-6 .hero_content_wrap .shadow_text {
  display: block;
  font-size: 140px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25.77%, rgba(255, 255, 255, 0.3)), color-stop(93.46%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 25.77%, rgba(255, 255, 255, 0) 93.46%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.tj-hero-section.style-6 .hero_content_wrap .subtitle {
  display: block;
  font-size: 70px;
  line-height: 1.1;
  color: var(--tj-color-common-white);
  margin-bottom: 10px;
  font-weight: var(--tj-fw-bold);
}
.tj-hero-section.style-6 .hero_content_wrap .title {
  margin: 0;
  background: transparent;
  -webkit-text-fill-color: unset;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-normal);
  line-height: 1.1;
}
.tj-hero-section.style-6 .hero_content_wrap .title span {
  color: var(--tj-color-theme-h6-primary);
}
.tj-hero-section.style-6 .hero_content_wrap .desc {
  font-size: 20px;
  line-height: 2;
  color: var(--tj-color-grey-5);
  margin-top: 20px;
}
.tj-hero-section.style-6 .hero_content_wrap .desc p:last-child {
  margin: 0;
}
.tj-hero-section.style-6 .hero_content_wrap .btn {
  margin-top: 40px;
  background-color: var(--tj-color-theme-h6-primary);
}
.tj-hero-section.style-6 .hero_content_wrap .btn::before {
  display: none;
}
.tj-hero-section.style-6 .hero_content_wrap .btn:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-h6-primary);
}
.tj-hero-section.style-6 .hero_content_wrap .btn:hover i {
  color: var(--tj-color-theme-h6-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section.style-6 .hero_content_wrap {
    max-width: 980px;
  }
  .tj-hero-section.style-6 .hero_content_wrap .shadow_text {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section.style-6 .hero_content_wrap {
    max-width: 980px;
  }
  .tj-hero-section.style-6 .hero_content_wrap .shadow_text {
    font-size: 90px;
    margin-bottom: 10px;
  }
  .tj-hero-section.style-6 .hero_content_wrap .subtitle,
  .tj-hero-section.style-6 .hero_content_wrap .title {
    font-size: 60px;
  }
  .tj-hero-section.style-6 .hero_content_wrap .desc {
    font-size: 18px;
    margin-top: 15px;
  }
  .tj-hero-section.style-6 .hero_content_wrap .btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-section.style-6 .hero_content_wrap {
    max-width: 770px;
  }
  .tj-hero-section.style-6 .hero_content_wrap .shadow_text {
    font-size: 80px;
    margin-bottom: 10px;
  }
  .tj-hero-section.style-6 .hero_content_wrap .subtitle,
  .tj-hero-section.style-6 .hero_content_wrap .title {
    font-size: 50px;
  }
  .tj-hero-section.style-6 .hero_content_wrap .desc {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 15px;
  }
  .tj-hero-section.style-6 .hero_content_wrap .btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-section.style-6 .hero_content_wrap {
    max-width: 100%;
  }
  .tj-hero-section.style-6 .hero_content_wrap .shadow_text {
    font-size: 70px;
    margin-bottom: 10px;
  }
  .tj-hero-section.style-6 .hero_content_wrap .subtitle,
  .tj-hero-section.style-6 .hero_content_wrap .title {
    font-size: 45px;
    margin: 0;
  }
  .tj-hero-section.style-6 .hero_content_wrap .desc {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .tj-hero-section.style-6 .hero_content_wrap .btn {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .tj-hero-section.style-6 .hero_content_wrap {
    max-width: 100%;
  }
  .tj-hero-section.style-6 .hero_content_wrap .shadow_text {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .tj-hero-section.style-6 .hero_content_wrap .subtitle,
  .tj-hero-section.style-6 .hero_content_wrap .title {
    font-size: 35px;
    margin: 0;
  }
  .tj-hero-section.style-6 .hero_content_wrap .desc {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .tj-hero-section.style-6 .hero_content_wrap .btn {
    margin-top: 20px;
  }
}

/* !END: Home 6 Hero CSS */
/**----------------------------------------
START: Home 7 Hero CSS
----------------------------------------*/
.tj-hero-section.style-7 {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: 0;
}
.tj-hero-section.style-7::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180.73deg, rgba(40, 40, 40, 0.85) 6.52%, rgba(40, 40, 40, 0.5) 89.63%);
  mix-blend-mode: multiply;
}
.tj-hero-section.style-7::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(190deg, rgba(58, 58, 58, 0.11) 16.03%, rgba(105, 105, 105, 0.8) 59.75%);
}
.tj-hero-section.style-7 .hero_content_wrap {
  max-width: 774px;
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.tj-hero-section.style-7 .hero_content_wrap .subtitle {
  font-size: 35px;
  line-height: 1.2;
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading2);
  font-weight: var(--tj-fw-regular);
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.tj-hero-section.style-7 .hero_content_wrap .title {
  margin: 0;
  background: transparent;
  -webkit-text-fill-color: unset;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
  line-height: 1.3;
}
.tj-hero-section.style-7 .hero_content_wrap .title span {
  color: var(--tj-color-theme-h6-primary);
}
.tj-hero-section.style-7 .hero_content_wrap .desc {
  font-size: 20px;
  line-height: 2;
  color: var(--tj-color-text-body2);
  margin-top: 33px;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
}
.tj-hero-section.style-7 .hero_content_wrap .desc p:last-child {
  margin: 0;
}
.tj-hero-section.style-7 .hero_content_wrap .btn {
  margin-top: 50px;
  background-color: var(--tj-color-theme-h6-primary);
  border-radius: 150px;
}
.tj-hero-section.style-7 .hero_content_wrap .btn::before {
  display: none;
}
.tj-hero-section.style-7 .hero_content_wrap .btn:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-h6-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section.style-7 .hero_content_wrap .title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section.style-7 .hero_content_wrap .title {
    font-size: 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-hero-section.style-7 .hero_content_wrap {
    margin-bottom: 40px;
  }
  .tj-hero-section.style-7 .hero_content_wrap .btn {
    margin-top: 30px;
  }
  .tj-hero-section.style-7 .hero_content_wrap .subtitle {
    margin-bottom: 10px;
  }
  .tj-hero-section.style-7 .hero_content_wrap .title {
    font-size: 50px;
  }
  .tj-hero-section.style-7 .hero_content_wrap .desc {
    font-size: 18px;
    margin-top: 25px;
    line-height: 1.7;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-section.style-7 .hero_content_wrap .title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .tj-hero-section.style-7 .hero_content_wrap .title {
    font-size: 35px;
  }
}
.tj-hero-section.style-7 .images-wrapper {
  position: relative;
  z-index: 1;
  right: -65px;
}
.tj-hero-section.style-7 .images-wrapper .hero-images {
  max-width: 416px;
  width: 100%;
  height: 416px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  padding: 20px;
}
.tj-hero-section.style-7 .images-wrapper .hero-images::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 831px;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-8.84%, rgba(3, 3, 3, 0.8)), color-stop(90.31%, rgba(185, 185, 185, 0)));
  background: linear-gradient(180deg, rgba(3, 3, 3, 0.8) -8.84%, rgba(185, 185, 185, 0) 90.31%);
  border-radius: 300px 300px 0 0;
  z-index: -1;
}
.tj-hero-section.style-7 .images-wrapper .hero-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 18px solid var(--tj-color-theme-h6-primary);
  border-radius: 50%;
}
.tj-hero-section.style-7 .images-wrapper .image-shape {
  position: absolute;
  top: 0;
  left: 0;
}
.tj-hero-section.style-7 .shapes-one {
  position: absolute;
  right: 95px;
  bottom: 110px;
  z-index: -1;
}
.tj-hero-section.style-7 .shapes-two {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tj-hero-section.style-7 .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section.style-7 .images-wrapper {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section.style-7 {
    padding-bottom: 120px;
  }
  .tj-hero-section.style-7 .images-wrapper .hero-images {
    max-width: 350px;
    height: 350px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section.style-7 {
    padding-bottom: 90px;
  }
  .tj-hero-section.style-7 .images-wrapper .hero-images {
    max-width: 300px;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section.style-7 {
    padding-top: 160px;
    padding-bottom: 80px;
  }
  .tj-hero-section.style-7 .images-wrapper .hero-images {
    max-width: 300px;
    height: 300px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section.style-7 {
    padding-top: 150px;
  }
}

/* !END: Home 7 Hero CSS */
/**----------------------------------------
START: Home 8 Hero CSS
----------------------------------------*/
.tj-hero-section.style-8 {
  padding-top: 200px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-h8-primary)), to(var(--tj-color-theme-h8-primary-1)));
  background-image: linear-gradient(180deg, var(--tj-color-theme-h8-primary) 0%, var(--tj-color-theme-h8-primary-1) 100%);
}
.tj-hero-section.style-8 .tj-sec-heading {
  margin-bottom: 0;
}
.tj-hero-section.style-8 .content-area {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.tj-hero-section.style-8 .content-area .sub-title {
  margin-bottom: 20px;
}
.tj-hero-section.style-8 .content-area .title {
  margin-bottom: 20px;
}
.tj-hero-section.style-8 .content-area .desc {
  font-size: 18px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.9;
}
.tj-hero-section.style-8 .content-area .desc p:last-child {
  margin-bottom: 0;
}
.tj-hero-section.style-8 .content-area .hero-button {
  margin-top: 30px;
}
.tj-hero-section.style-8 .content-area .hero-images {
  margin-top: 15px;
}
.tj-hero-section.style-8 .hero-icon1 {
  position: absolute;
  top: 16%;
  left: 10%;
  max-width: 100px;
  width: 100%;
  z-index: 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) {
  .tj-hero-section.style-8 .hero-icon1 {
    display: none;
  }
}
.tj-hero-section.style-8 .hero-icon2 {
  position: absolute;
  top: 20%;
  right: 10%;
  max-width: 60px;
  width: 100%;
  z-index: 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) {
  .tj-hero-section.style-8 .hero-icon2 {
    display: none;
  }
}
.tj-hero-section.style-8 .hero-icon3 {
  position: absolute;
  left: 12%;
  bottom: 115px;
  max-width: 120px;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-hero-section.style-8 .hero-icon3 {
    bottom: 15%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section.style-8 .hero-icon3 {
    bottom: 16%;
    max-width: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section.style-8 .hero-icon3 {
    bottom: 30%;
    left: 5%;
    max-width: 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) {
  .tj-hero-section.style-8 .hero-icon3 {
    display: none;
  }
}
.tj-hero-section.style-8 .hero-icon4 {
  position: absolute;
  right: 12%;
  top: 45%;
  max-width: 120px;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-hero-section.style-8 .hero-icon4 {
    right: 6%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section.style-8 .hero-icon4 {
    right: 5%;
    max-width: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section.style-8 .hero-icon4 {
    right: 2%;
    max-width: 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-hero-section.style-8 .hero-icon4 {
    display: none;
  }
}
.tj-hero-section.style-8 .hero-icon5 {
  position: absolute;
  right: 10%;
  bottom: 0;
  max-width: 120px;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-hero-section.style-8 .hero-icon5 {
    right: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section.style-8 .hero-icon5 {
    right: 2%;
    max-width: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section.style-8 .hero-icon5 {
    right: 2%;
    bottom: 15%;
    max-width: 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-hero-section.style-8 .hero-icon5 {
    display: none;
  }
}
.tj-hero-section.style-8 .hero-icon6 {
  position: absolute;
  right: 10%;
  bottom: 30%;
  max-width: 45px;
  width: 100%;
  z-index: 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) {
  .tj-hero-section.style-8 .hero-icon6 {
    display: none;
  }
}
.tj-hero-section.style-8 .hero-icon7 {
  position: absolute;
  right: 25%;
  bottom: 25%;
  max-width: 42px;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-hero-section.style-8 .hero-icon7 {
    right: 18%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section.style-8 .hero-icon7 {
    right: 20%;
    bottom: 30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section.style-8 .hero-icon7 {
    right: 20%;
    bottom: 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) {
  .tj-hero-section.style-8 .hero-icon7 {
    display: none;
  }
}
.tj-hero-section.style-8 .hero-icon8 {
  position: absolute;
  top: 16%;
  left: 22%;
  max-width: 60px;
  width: 100%;
  z-index: 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) {
  .tj-hero-section.style-8 .hero-icon8 {
    display: none;
  }
}
.tj-hero-section.style-8 .hero-icon9 {
  position: absolute;
  bottom: 95px;
  left: 95px;
  max-width: 60px;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section.style-8 .hero-icon9 {
    left: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section.style-8 .hero-icon9 {
    left: 25px;
    bottom: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section.style-8 .hero-icon9 {
    display: none;
  }
}
.tj-hero-section.style-8 .hero-icon10 {
  position: absolute;
  top: 50%;
  right: 22%;
  max-width: 60px;
  width: 100%;
  z-index: 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) {
  .tj-hero-section.style-8 .hero-icon10 {
    display: none;
  }
}
.tj-hero-section.style-8 .hero-shapes1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tj-hero-section.style-8 .hero-shapes2 {
  position: absolute;
  top: 0;
  right: 0;
  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-hero-section.style-8 {
    padding-top: 180px;
  }
}
@media (max-width: 575px) {
  .tj-hero-section.style-8 {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section .content-area .title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section .content-area .title {
    font-size: 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-hero-section .content-area .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section .content-area .title {
    font-size: 38px;
  }
}

/* !END: Home 8 Hero CSS */
/**----------------------------------------
START: Home 8 Hero CSS
----------------------------------------*/
.tj-hero-section.style-9 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 204, 25, 0.05)), color-stop(53.01%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 204, 25, 0.05) 0%, rgba(255, 255, 255, 0) 53.01%);
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tj-hero-section.style-9 .tj-sec-heading {
  margin-bottom: 0;
}
.tj-hero-section.style-9 .tj-sec-heading .title {
  margin-bottom: 35px;
}
.tj-hero-section.style-9 .tj-sec-heading .title span {
  font-size: 60px;
  font-style: normal;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-hero-section.style-9 .tj-sec-heading .title {
    font-size: 65px;
  }
  .tj-hero-section.style-9 .tj-sec-heading .title span {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section.style-9 .tj-sec-heading .title {
    font-size: 60px;
  }
  .tj-hero-section.style-9 .tj-sec-heading .title span {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-section.style-9 .tj-sec-heading .title {
    font-size: 50px;
  }
  .tj-hero-section.style-9 .tj-sec-heading .title span {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-section.style-9 .tj-sec-heading .title {
    font-size: 45px;
  }
  .tj-hero-section.style-9 .tj-sec-heading .title span {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .tj-hero-section.style-9 .tj-sec-heading .title {
    font-size: 38px;
    margin-bottom: 25px;
  }
  .tj-hero-section.style-9 .tj-sec-heading .title span {
    font-size: 35px;
  }
}
.tj-hero-section.style-9 .hero-icon-1 {
  position: absolute;
  top: 40%;
  left: 10%;
  z-index: -1;
  max-width: 65px;
  width: 100%;
}
.tj-hero-section.style-9 .hero-icon-1 img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-section.style-9 .hero-icon-1 {
    top: 45%;
    max-width: 40px;
  }
}
@media (max-width: 575px) {
  .tj-hero-section.style-9 .hero-icon-1 {
    display: none;
  }
}
.tj-hero-section.style-9 .hero-icon-2 {
  position: absolute;
  top: 20%;
  right: 10%;
  z-index: -1;
  max-width: 35px;
  width: 100%;
}
.tj-hero-section.style-9 .hero-icon-2 img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-section.style-9 .hero-icon-2 {
    right: 4%;
  }
}
@media (max-width: 575px) {
  .tj-hero-section.style-9 .hero-icon-2 {
    display: none;
  }
}
.tj-hero-section.style-9 .hero-icon-3 {
  position: absolute;
  bottom: 12%;
  left: 15%;
  z-index: -1;
  max-width: 35px;
  width: 100%;
}
.tj-hero-section.style-9 .hero-icon-3 img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-section.style-9 .hero-icon-3 {
    left: 10%;
  }
}
@media (max-width: 575px) {
  .tj-hero-section.style-9 .hero-icon-3 {
    display: none;
  }
}
.tj-hero-section.style-9 .hero-icon-4 {
  position: absolute;
  top: 40%;
  right: 10%;
  z-index: -1;
  max-width: 65px;
  width: 100%;
}
.tj-hero-section.style-9 .hero-icon-4 img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-section.style-9 .hero-icon-4 {
    top: 45%;
    max-width: 40px;
  }
}
@media (max-width: 575px) {
  .tj-hero-section.style-9 .hero-icon-4 {
    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-hero-section.style-9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.hero-left-content.style-9 {
  text-align: center;
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}
.hero-left-content.style-9 .desc p {
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-text-body9);
  max-width: 100%;
}
.hero-left-content.style-9 .desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-left-content.style-9 .hero-button {
    margin-top: 30px;
  }
}

.hero-wrapper-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  max-width: 1623px;
  margin: 0 auto;
  width: 100%;
}
.hero-wrapper-9 .images-item {
  position: relative;
  z-index: 1;
}
.hero-wrapper-9 .images-item .hero9-images {
  position: relative;
  z-index: 2;
}
.hero-wrapper-9 .images-item .hero9-images::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--tj-color-theme-h9-primary);
  z-index: -1;
}
.hero-wrapper-9 .images-item .hero9-images img {
  width: 100%;
}
.hero-wrapper-9 .images-item:nth-child(1) {
  bottom: 110px;
}
.hero-wrapper-9 .images-item:nth-child(1) .hero9-images {
  max-width: 287px;
  padding-left: 10px;
}
.hero-wrapper-9 .images-item:nth-child(1) .hero9-images::before {
  top: 10px;
}
.hero-wrapper-9 .images-item:nth-child(2) .hero-shaes {
  margin-bottom: 50px;
}
.hero-wrapper-9 .images-item:nth-child(2) .hero9-images {
  max-width: 250px;
  padding-left: 10px;
}
.hero-wrapper-9 .images-item:nth-child(2) .hero9-images::before {
  top: -10px;
}
.hero-wrapper-9 .images-item:nth-child(3) .hero9-images {
  max-width: 153px;
  padding-right: 10px;
  bottom: 30px;
}
.hero-wrapper-9 .images-item:nth-child(3) .hero9-images::before {
  top: 10px;
}
.hero-wrapper-9 .images-item:nth-child(4) .hero9-images {
  max-width: 240px;
}
.hero-wrapper-9 .images-item:nth-child(5) .hero9-images {
  max-width: 240px;
}
.hero-wrapper-9 .images-item:nth-child(5) .hero-shaes {
  margin-top: 60px;
}
.hero-wrapper-9 .images-item:nth-child(6) {
  bottom: 45px;
}
.hero-wrapper-9 .images-item:nth-child(6) .hero9-images {
  max-width: 303px;
  bottom: 40px;
  padding-right: 10px;
}
.hero-wrapper-9 .images-item:nth-child(6) .hero9-images::before {
  top: -10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-wrapper-9 {
    gap: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-wrapper-9 {
    gap: 10px;
    padding-top: 30px;
  }
  .hero-wrapper-9 .images-item .hero9-images:nth-child(1) {
    padding-left: 5px;
  }
  .hero-wrapper-9 .images-item .hero9-images:nth-child(1)::before {
    top: 5px;
  }
  .hero-wrapper-9 .images-item:nth-child(2) .hero9-images {
    padding-left: 5px;
  }
  .hero-wrapper-9 .images-item:nth-child(2) .hero9-images::before {
    top: -5px;
  }
  .hero-wrapper-9 .images-item:nth-child(3) .hero9-images {
    padding-right: 5px;
  }
  .hero-wrapper-9 .images-item:nth-child(3) .hero9-images::before {
    top: 5px;
    left: 5px;
    width: 90%;
  }
  .hero-wrapper-9 .images-item:nth-child(4) .hero9-images {
    padding-left: 0;
  }
  .hero-wrapper-9 .images-item:nth-child(4) .hero9-images::before {
    display: none;
  }
  .hero-wrapper-9 .images-item:nth-child(5) .hero9-images {
    padding-left: 0;
  }
  .hero-wrapper-9 .images-item:nth-child(5) .hero9-images::before {
    display: none;
  }
  .hero-wrapper-9 .images-item:nth-child(6) .hero9-images::before {
    width: 90%;
    left: 5px;
    top: -5px;
  }
}
@media (max-width: 575px) {
  .hero-wrapper-9 {
    gap: 12px;
    padding-top: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero-wrapper-9 .images-item:nth-child(1) {
    max-width: 29%;
    bottom: 115px;
  }
  .hero-wrapper-9 .images-item:nth-child(1) .hero9-images {
    padding-left: 5px;
  }
  .hero-wrapper-9 .images-item:nth-child(1) .hero9-images::before {
    top: 5px;
  }
  .hero-wrapper-9 .images-item:nth-child(2) {
    max-width: 34%;
    bottom: 30px;
  }
  .hero-wrapper-9 .images-item:nth-child(2) .hero9-images {
    padding-left: 5px;
    bottom: 0;
  }
  .hero-wrapper-9 .images-item:nth-child(2) .hero9-images::before {
    top: -5px;
  }
  .hero-wrapper-9 .images-item:nth-child(3) {
    max-width: 29%;
  }
  .hero-wrapper-9 .images-item:nth-child(3) .hero9-images {
    padding-right: 5px;
  }
  .hero-wrapper-9 .images-item:nth-child(3) .hero9-images::before {
    top: 5px;
    left: 5px;
    width: 85%;
  }
  .hero-wrapper-9 .images-item:nth-child(4) {
    max-width: 31%;
    top: -100px;
  }
  .hero-wrapper-9 .images-item:nth-child(4) .hero9-images {
    padding-left: 0;
  }
  .hero-wrapper-9 .images-item:nth-child(4) .hero9-images::before {
    display: none;
  }
  .hero-wrapper-9 .images-item:nth-child(5) {
    max-width: 31%;
  }
  .hero-wrapper-9 .images-item:nth-child(5) .hero9-images {
    padding-left: 0;
  }
  .hero-wrapper-9 .images-item:nth-child(5) .hero9-images::before {
    display: none;
  }
  .hero-wrapper-9 .images-item:nth-child(6) {
    max-width: 30%;
    bottom: 0;
  }
  .hero-wrapper-9 .images-item:nth-child(6) .hero9-images::before {
    width: 85%;
    left: 5px;
    top: -5px;
  }
}

/* !END: Home 8 Hero CSS */
/**----------------------------------------
START: Theme About CSS
----------------------------------------*/
.about-section-shape {
  position: absolute;
  top: 10%;
  right: 5%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-section-shape {
    top: 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) {
  .about-section-shape {
    display: none;
  }
}

.about-content-one .about-button {
  margin-top: 40px;
}
.about-content-one .desc p {
  margin-bottom: 20px;
  max-width: 600px;
}
.about-content-one .desc p:last-child {
  margin-bottom: 0;
}

.about-image-group {
  position: relative;
  z-index: 1;
  max-width: 670px;
  width: 100%;
  min-height: 715px;
  left: -50px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group {
    max-width: 500px;
    min-height: 670px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group {
    min-height: 670px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group {
    max-width: 520px;
    min-height: 670px;
  }
}
@media (max-width: 575px) {
  .about-image-group {
    max-width: 400px;
    min-height: 600px;
  }
}
.about-image-group .about-circle-box {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  z-index: 2;
}
.about-image-group .about-circle-box::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  z-index: 3;
}
.about-image-group .about-circle-box .shape-1 {
  border-radius: 50%;
  padding: 5px;
  position: relative;
  z-index: 3;
  max-width: 120px;
  -webkit-animation: rotateImg 10s infinite linear;
          animation: rotateImg 10s infinite linear;
}
.about-image-group .about-circle-box .circle-one {
  position: absolute;
  top: 100%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 250px;
  z-index: -2;
}
.about-image-group .about-circle-box .ab-circle {
  background: rgba(225, 225, 255, 0.6);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 5px;
  border: 1px solid var(--tj-color-light-3);
  position: relative;
  z-index: 1;
}
.about-image-group .about-circle-box .ab-circle svg {
  fill: var(--tj-color-theme-primary);
  height: auto;
  max-width: 120px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 100%;
  font-weight: var(--tj-fw-bold);
}
@media (max-width: 575px) {
  .about-image-group .about-circle-box .circle-one {
    max-width: 120px;
    left: 30%;
    top: 75%;
  }
}
.about-image-group .about-image1 {
  position: absolute;
  top: 20%;
  right: 30px;
  max-width: 385px;
  width: 100%;
  height: 385px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-radius: 50%;
  padding: 1px;
}
.about-image-group .about-image1 img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 20px;
  background-color: var(--tj-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group .about-image1 {
    right: 5%;
    top: 17%;
    max-width: 350px;
    height: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group .about-image1 {
    top: 18%;
    right: 3%;
    max-width: 280px;
    height: 280px;
  }
}
@media (max-width: 575px) {
  .about-image-group .about-image1 {
    top: 23%;
    right: 0;
    max-width: 250px;
    height: 250px;
  }
}
.about-image-group .about-image2 {
  position: absolute;
  left: 0;
  bottom: 80px;
  max-width: 245px;
  width: 100%;
  height: 245px;
}
.about-image-group .about-image2 img {
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  padding: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .about-image-group .about-image2 {
    max-width: 180px;
    height: 180px;
  }
}
.about-image-group .about-image3 {
  position: absolute;
  z-index: 1;
  left: 50px;
  top: 0;
  max-width: 200px;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-radius: 50%;
  padding: 1px;
}
.about-image-group .about-image3 img {
  border-radius: 50%;
  padding: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: var(--tj-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group .about-image3 {
    left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image3 {
    left: 10px;
  }
}
@media (max-width: 575px) {
  .about-image-group .about-image3 {
    left: 0;
    max-width: 150px;
    height: 150px;
  }
}
.about-image-group .about-image4 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 150px;
  width: 100%;
  height: 150px;
}
.about-image-group .about-image4 img {
  border: 1px solid var(--tj-color-theme-secondary);
  border-radius: 50%;
  padding: 7px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-image-group .about-shape1 {
  position: absolute;
  left: 30px;
  top: 15%;
  z-index: -1;
}
@media (max-width: 575px) {
  .about-image-group .about-shape1 {
    left: 10px;
    max-width: 100px;
  }
}
.about-image-group .about-shape2 {
  position: absolute;
  left: 20%;
  bottom: 35px;
  max-width: 250px;
  z-index: -1;
}
@media (max-width: 575px) {
  .about-image-group .about-shape2 {
    max-width: 160px;
    bottom: 25px;
  }
}
.about-image-group .about-shape3 {
  position: absolute;
  right: 35px;
  bottom: 25%;
  z-index: -1;
}
@media (max-width: 575px) {
  .about-image-group .about-shape3 {
    right: 20px;
    bottom: 35%;
    max-width: 100px;
  }
}
.about-image-group.style-6 {
  max-width: 645px;
  width: 100%;
  min-height: 630px;
  text-align: right;
  margin-bottom: 0;
}
.about-image-group.style-6 .image_left {
  max-width: 48%;
  width: 100%;
  max-height: 475px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 35px;
  padding: 20px 0 0 20px;
}
.about-image-group.style-6 .image_left::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-grey-6)), color-stop(49.94%, rgba(40, 40, 40, 0)));
  background: linear-gradient(180deg, var(--tj-color-grey-6) 0%, rgba(40, 40, 40, 0) 49.94%);
  opacity: 0.4;
  z-index: -1;
}
.about-image-group.style-6 .image_left .image_left_inner {
  padding: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-h6-primary)), to(rgba(255, 234, 235, 0)));
  background: linear-gradient(180deg, var(--tj-color-theme-h6-primary) 0%, rgba(255, 234, 235, 0) 100%);
}
.about-image-group.style-6 .image_left .image_left_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-image-group.style-6 .image_right {
  max-width: 60%;
  display: inline-block;
}
.about-image-group.style-6 .image_right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group.style-6 {
    margin-left: 0;
    min-height: 545px;
    max-width: 545px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group.style-6 {
    margin-left: 0;
    min-height: 455px;
    max-width: 455px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group.style-6 {
    min-height: 545px;
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group.style-6 {
    min-height: 455px;
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .about-image-group.style-6 {
    min-height: 365px;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-image-group.style-6 .image_left {
    bottom: 20px;
    padding: 10px 0 0 10px;
  }
  .about-image-group.style-6 .image_left .image_left_inner {
    padding: 5px;
  }
}

.about-image-group-two {
  position: relative;
  right: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 650px;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group-two {
    right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-two {
    min-height: 555px;
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-two {
    right: 0;
    min-height: 510px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group-two {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-two {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .about-image-group-two {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
    min-height: 375px;
  }
}
.about-image-group-two .image-group-1 {
  position: relative;
  margin-right: 30px;
  max-width: 335px;
  width: 100%;
  height: 490px;
}
.about-image-group-two .image-group-1::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -25px;
  width: 100%;
  height: 100%;
  background: var(--tj-color-light-5);
  z-index: -1;
  border-radius: 200px 200px 0 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group-two .image-group-1 {
    max-width: 300px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-two .image-group-1 {
    max-width: 230px;
    height: 400px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-two .image-group-1 {
    max-width: 210px;
    height: 350px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group-two .image-group-1 {
    margin-right: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-two .image-group-1 {
    max-width: 230px;
    height: 330px;
    margin-right: 10;
  }
}
@media (max-width: 575px) {
  .about-image-group-two .image-group-1 {
    max-width: 160px;
    height: 240px;
    margin-right: 10px;
  }
  .about-image-group-two .image-group-1::before {
    top: -10px;
    left: -10px;
  }
}
.about-image-group-two .image-group-1 .about-lg-image {
  border-radius: 200px 200px 0 0;
  width: 95%;
  height: 93%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-image-group-two .image-group-2 {
  position: relative;
  top: 130px;
  right: -20px;
  max-width: 325px;
  width: 100%;
  height: 490px;
}
.about-image-group-two .image-group-2::before {
  position: absolute;
  content: "";
  top: -25px;
  left: 25px;
  width: 96%;
  height: 100%;
  background: var(--tj-color-light-5);
  z-index: -1;
  border-radius: 0 0 200px 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group-two .image-group-2 {
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-two .image-group-2 {
    max-width: 230px;
    height: 400px;
  }
  .about-image-group-two .image-group-2::before {
    left: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-two .image-group-2 {
    max-width: 210px;
    height: 350px;
  }
  .about-image-group-two .image-group-2::before {
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group-two .image-group-2::before {
    left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-two .image-group-2 {
    max-width: 230px;
    height: 330px;
    right: 0;
  }
  .about-image-group-two .image-group-2::before {
    left: 15px;
  }
}
@media (max-width: 575px) {
  .about-image-group-two .image-group-2 {
    max-width: 160px;
    height: 240px;
    right: 0;
  }
  .about-image-group-two .image-group-2::before {
    left: 10px;
  }
}
.about-image-group-two .image-group-2 .image-1 {
  border-radius: 0 0 200px 200px;
  width: 95%;
  height: 95%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-image-group-two .image-group-2 .shape-1 {
  position: absolute;
  top: 10%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: rotateImg 10s infinite linear;
          animation: rotateImg 10s infinite linear;
}
@media (max-width: 575px) {
  .about-image-group-two .image-group-2 .shape-1 {
    top: 11.5%;
    left: 11.5%;
  }
}
.about-image-group-two .image-group-2 .shape-2 {
  position: absolute;
  bottom: -25px;
  left: 0;
  border-radius: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-two .image-group-2 .shape-2 {
    left: -5px;
    bottom: -5px;
    max-width: 125px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-two .image-group-2 .shape-2 {
    left: -5px;
    bottom: -5px;
    max-width: 125px;
  }
}
@media (max-width: 575px) {
  .about-image-group-two .image-group-2 .shape-2 {
    left: -5px;
    bottom: -5px;
    max-width: 90px;
  }
}
.about-image-group-two .about-circle-box {
  position: absolute;
  right: 0;
  border-radius: 50%;
  border: 1px solid var(--tj-color-theme-primary);
  padding: 10px;
  top: -18%;
  height: 130px;
  width: 130px;
  -webkit-box-shadow: drop-shadow(30px 15px 30px rgba(0, 0, 0, 0.05));
          box-shadow: drop-shadow(30px 15px 30px rgba(0, 0, 0, 0.05));
  background: var(--tj-color-common-white);
}
.about-image-group-two .about-circle-box svg {
  fill: var(--tj-color-theme-primary);
  height: auto;
  max-width: 105px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 100%;
  font-weight: var(--tj-fw-bold);
}
@media (max-width: 575px) {
  .about-image-group-two .about-circle-box {
    height: 100px;
    width: 100px;
  }
}
@media (max-width: 575px) {
  .about-image-group-two .about-circle-box .shape-1 {
    max-width: 75px;
  }
}
.about-image-group-two .about-circle-box::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  z-index: 9;
}
.about-image-group-two .shape-1 {
  position: absolute;
  top: -35px;
  right: -32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-two .shape-1 {
    top: -30px;
    right: -9px;
    max-width: 110px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-two .shape-1 {
    top: -30px;
    right: -9px;
    max-width: 110px;
  }
}
@media (max-width: 575px) {
  .about-image-group-two .shape-1 {
    top: -30px;
    right: -9px;
    max-width: 90px;
  }
}

.tj-about-section-three {
  padding-top: 190px;
  padding-bottom: 130px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-section-three {
    padding-bottom: 85px;
  }
}
@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-section-three {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

.about-group-shape {
  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) {
  .about-group-shape {
    display: none;
  }
}
.about-group-shape .bg-shape-one {
  position: absolute;
  top: -15%;
  left: -12%;
  opacity: 0.2;
}
.about-group-shape .bg-shape-two {
  position: absolute;
  top: -15%;
  left: -6%;
  opacity: 0.2;
}
.about-group-shape .bg-shape-three {
  position: absolute;
  top: -15%;
  left: 0;
  opacity: 0.2;
}
.about-group-shape .bg-shape-four {
  position: absolute;
  top: -15%;
  left: 6%;
  opacity: 0.2;
}
.about-group-shape .bg-shape-five {
  position: absolute;
  top: -15%;
  left: 12%;
  opacity: 0.2;
}
.about-group-shape .about-shape {
  position: absolute;
  bottom: 10%;
  left: 15%;
}
@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) {
  .about-group-shape .about-shape {
    display: none;
  }
}
.about-group-shape .about-shape1 {
  position: absolute;
  top: 12%;
  right: 13%;
}
@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) {
  .about-group-shape .about-shape1 {
    display: none;
  }
}

.about-content-two .sec-title {
  max-width: 590px;
}
.about-content-two .desc {
  margin-bottom: 30px;
  max-width: 600px;
}
.about-content-two .about-button {
  margin-top: 10px;
}

.about-category-item {
  max-width: 315px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 10px;
  background: var(--tj-color-common-white);
  padding: 15px 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-category-item {
    padding: 15px 20px;
  }
}
.about-category-item .about-icon {
  font-size: 40px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
  max-width: 45px;
}
.about-category-item .about-text {
  max-width: 190px;
  width: 100%;
}
.about-category-item .about-text .title {
  font-weight: var(--tj-fw-medium);
  line-height: 1.3;
  margin-bottom: 0;
  font-size: 18px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-category-item .about-text .title {
    font-size: 16px;
  }
}
.about-category-item:hover {
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
}

.about_feature_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  max-width: 610px;
  width: 100%;
}
.about_feature_item .about_icon_wrap {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
  background: linear-gradient(79.46deg, var(--tj-color-light-3) 0%, rgba(112, 95, 255, 0) 100%);
  padding: 1px;
}
.about_feature_item .about_icon_wrap .about-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: var(--tj-color-light-2);
  font-size: 25px;
  line-height: 1;
  color: var(--tj-color-light-3);
}
.about_feature_item .about_icon_wrap .about-icon img,
.about_feature_item .about_icon_wrap .about-icon svg {
  max-width: 25px;
}
.about_feature_item .about-text {
  max-width: calc(100% - 90px);
  width: 100%;
}
.about_feature_item .about-text .title {
  font-weight: var(--tj-fw-medium);
  margin-bottom: 10px;
}
.about_feature_item .about-text .title a:hover {
  color: var(--tj-color-theme-primary);
}
.about_feature_item .about-text p {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about_feature_item {
    gap: 20px;
  }
  .about_feature_item .about-text {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 575px) {
  .about_feature_item {
    gap: 20px;
  }
  .about_feature_item .about-text {
    max-width: 100%;
  }
}

.about-image-group-three {
  max-width: 740px;
  width: 100%;
  min-height: 550px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-three {
    min-height: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-three {
    min-height: 380px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group-three {
    max-width: 650px;
    min-height: 510px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three {
    max-width: 90%;
    min-height: auto;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three {
    max-width: 100%;
    min-height: auto;
  }
}
.about-image-group-three .image-group-1 {
  position: relative;
  max-width: 78%;
  width: 100%;
  height: 550px;
  z-index: 1;
}
.about-image-group-three .image-group-1::after {
  content: "";
  width: 95%;
  height: 120%;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: linear-gradient(62.23deg, #705fff 36.25%, rgba(112, 95, 255, 0) 89.24%);
  -webkit-mask-image: url(../images/shape/about-img-border-shape.svg);
          mask-image: url(../images/shape/about-img-border-shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.about-image-group-three .image-group-1 .image_group_wrap {
  height: 100%;
  width: 100%;
  -webkit-mask-image: url(../images/shape/about-image.svg);
          mask-image: url(../images/shape/about-image.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.about-image-group-three .image-group-1 .image_group_wrap img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-three .image-group-1 {
    height: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-three .image-group-1 {
    height: 380px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group-three .image-group-1 {
    height: 510px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .image-group-1 {
    height: 350px;
  }
  .about-image-group-three .image-group-1::after {
    left: -15px;
  }
}
@media (max-width: 575px) {
  .about-image-group-three .image-group-1 {
    max-width: 100%;
    height: auto;
  }
  .about-image-group-three .image-group-1::after {
    left: -15px;
  }
}
.about-image-group-three .image-group-2 {
  max-width: 47%;
  width: 100%;
  height: 325px;
  -webkit-mask-image: url(../images/shape/about-image1.svg);
          mask-image: url(../images/shape/about-image1.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  bottom: 35px;
  right: 0;
  z-index: 2;
}
.about-image-group-three .image-group-2 img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-three .image-group-2 {
    height: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-three .image-group-2 {
    height: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group-three .image-group-2 {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .image-group-2 {
    height: 250px;
    bottom: 25px;
  }
}
@media (max-width: 575px) {
  .about-image-group-three .image-group-2 {
    max-height: 250px;
    height: auto;
    bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .about-group-shape {
    display: block;
  }
}
.about-image-group-three .about-group-shape .shape-1,
.about-image-group-three .about-group-shape .shape-2,
.about-image-group-three .about-group-shape .shape-3 {
  position: absolute;
  z-index: -1;
}
.about-image-group-three .about-group-shape .shape-1 {
  top: 6%;
  right: 7%;
}
.about-image-group-three .about-group-shape .shape-2 {
  top: 4%;
  right: 4%;
}
.about-image-group-three .about-group-shape .shape-3 {
  bottom: -5%;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-three .about-group-shape .shape-1 {
    top: 5%;
    right: 4%;
    max-width: 110px;
  }
  .about-image-group-three .about-group-shape .shape-2 {
    max-width: 80px;
    right: 0;
  }
  .about-image-group-three .about-group-shape .shape-3 {
    max-width: 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-three .about-group-shape .shape-1 {
    top: 4%;
    right: 3%;
    max-width: 100px;
  }
  .about-image-group-three .about-group-shape .shape-2 {
    max-width: 80px;
    right: 0;
  }
  .about-image-group-three .about-group-shape .shape-3 {
    max-width: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group-three .about-group-shape .shape-1 {
    right: 6%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .about-group-shape .shape-1 {
    top: 0%;
    right: 13%;
    max-width: 65px;
  }
  .about-image-group-three .about-group-shape .shape-2 {
    max-width: 80px;
    right: 0;
  }
  .about-image-group-three .about-group-shape .shape-3 {
    max-width: 120px;
  }
}

.about-image-group-four {
  position: relative;
  z-index: 1;
  max-width: 665px;
  min-height: 660px;
  width: 100%;
  margin-left: auto;
}
.about-image-group-four .about-image1 {
  position: absolute;
  top: 10%;
  right: 0px;
  max-width: 385px;
  width: 100%;
  height: 385px;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-radius: 50%;
  padding: 1px;
}
.about-image-group-four .about-image1 > img {
  background-color: var(--tj-color-common-white);
  padding: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about-image-group-four .about-image1 .shaspe_one {
  position: absolute;
  top: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.about-image-group-four .about-image1::before {
  position: absolute;
  content: "";
  width: 625px;
  height: 625px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: linear-gradient(80deg, rgba(35, 210, 165, 0.1) 0%, rgba(95, 57, 255, 0.1) 87%);
  z-index: -1;
  opacity: 0.8;
  border-radius: 50%;
}
.about-image-group-four .about-image1::after {
  position: absolute;
  content: "";
  width: 360px;
  height: 360px;
  left: -50%;
  bottom: -20%;
  background: linear-gradient(80deg, rgba(35, 210, 165, 0.1) 0%, rgba(95, 57, 255, 0.1) 87%);
  z-index: -1;
  opacity: 0.8;
  border-radius: 50%;
}
.about-image-group-four .about-image2 {
  position: absolute;
  top: 40%;
  left: 0;
  max-width: 245px;
  height: 245px;
  width: 100%;
  bottom: auto;
}
.about-image-group-four .about-image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  padding: 10px;
}
.about-image-group-four .about-image3 {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  max-width: 200px;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-radius: 50%;
  padding: 1px;
}
.about-image-group-four .about-image3 img {
  border-radius: 50%;
  padding: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: var(--tj-color-common-white);
}
.about-image-group-four .about-image4 {
  position: absolute;
  bottom: 0;
  right: 20%;
  max-width: 150px;
  height: 150px;
  width: 100%;
}
.about-image-group-four .about-image4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--tj-color-theme-secondary);
  border-radius: 50%;
  padding: 7px;
}
.about-image-group-four .shapes_1 {
  position: absolute;
  z-index: -1;
  top: 270px;
  right: -30%;
  max-width: 120px;
  width: 100%;
}
.about-image-group-four .shapes_1 img {
  width: 100%;
}
.about-image-group-four .shapes_2 {
  position: absolute;
  z-index: -1;
  bottom: 3%;
  left: 30%;
  max-width: 120px;
  width: 100%;
}
.about-image-group-four .shapes_2 img {
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-four {
    max-width: 570px;
  }
  .about-image-group-four .about-image1 {
    max-width: 325px;
    height: 325px;
  }
  .about-image-group-four .about-image1::before {
    width: 425px;
    height: 425px;
  }
  .about-image-group-four .about-image1::after {
    width: 250px;
    height: 250px;
  }
  .about-image-group-four .about-image2 {
    max-width: 220px;
    height: 220px;
  }
  .about-image-group-four .about-image3 {
    max-width: 180px;
    height: 180px;
  }
  .about-image-group-four .about-image4 {
    bottom: 12%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-four {
    max-width: 465px;
    min-height: 630px;
  }
  .about-image-group-four .about-image1 {
    max-width: 300px;
    height: 300px;
  }
  .about-image-group-four .about-image1::before {
    width: 350px;
    height: 350px;
  }
  .about-image-group-four .about-image1::after {
    width: 200px;
    height: 200px;
  }
  .about-image-group-four .about-image2 {
    top: 45%;
    max-width: 200px;
    height: 200px;
  }
  .about-image-group-four .about-image3 {
    max-width: 180px;
    height: 180px;
  }
  .about-image-group-four .about-image4 {
    bottom: 12%;
  }
}
@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-image-group-four {
    max-width: 560px;
    min-height: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-image-group-four .about-image1 {
    max-width: 325px;
    height: 325px;
  }
  .about-image-group-four .about-image1::before {
    width: 425px;
    height: 425px;
  }
  .about-image-group-four .about-image1::after {
    width: 250px;
    height: 250px;
  }
  .about-image-group-four .about-image2 {
    max-width: 220px;
    height: 220px;
  }
  .about-image-group-four .about-image3 {
    max-width: 180px;
    height: 180px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-four {
    max-width: 535px;
    min-height: 490px;
  }
  .about-image-group-four .about-image1 {
    max-width: 265px;
    height: 265px;
  }
  .about-image-group-four .about-image1::before {
    width: 325px;
    height: 325px;
  }
  .about-image-group-four .about-image1::after {
    width: 200px;
    height: 200px;
  }
  .about-image-group-four .about-image2 {
    max-width: 200px;
    height: 200px;
  }
  .about-image-group-four .about-image3 {
    max-width: 180px;
    height: 180px;
  }
}
@media (max-width: 575px) {
  .about-image-group-four {
    max-width: 335px;
    min-height: 470px;
  }
  .about-image-group-four .about-image1 {
    max-width: 210px;
    height: 210px;
  }
  .about-image-group-four .about-image1::before {
    width: 275px;
    height: 275px;
  }
  .about-image-group-four .about-image1::after {
    width: 180px;
    height: 180px;
  }
  .about-image-group-four .about-image2 {
    max-width: 135px;
    height: 135px;
  }
  .about-image-group-four .about-image3 {
    max-width: 125px;
    height: 125px;
  }
  .about-image-group-four .about-image4 {
    right: 16%;
    bottom: 2%;
  }
}

/* !END: Theme About CSS */
/**----------------------------------------
START: Theme About CSS
----------------------------------------*/
.tj-about-section.style-7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-h7-primary-3)), color-stop(91.53%, rgba(255, 235, 235, 0.1)));
  background: linear-gradient(180deg, var(--tj-color-theme-h7-primary-3) 0%, rgba(255, 235, 235, 0.1) 91.53%);
}
.tj-about-section.style-7 .tj-sec-heading {
  margin-bottom: 0;
  display: initial;
  gap: 0;
}
.tj-about-section.style-7 .tj-sec-heading .title {
  margin-bottom: 20px;
  line-height: 1.2;
}
.tj-about-section.style-7 .tj-sec-heading .desc {
  max-width: 590px;
  width: 100%;
}
.tj-about-section.style-7 .about-content-two {
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.tj-about-section.style-7 .about-content-two .about-category-item {
  max-width: 315px;
  width: 100%;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  border: 1px solid rgba(232, 33, 50, 0.2);
}
.tj-about-section.style-7 .about-content-two .about-category-item .about-icon i {
  color: var(--tj-color-theme-h7-primary-4);
}
.tj-about-section.style-7 .about-content-two .about-category-item:hover {
  border-color: var(--tj-color-theme-h7-primary-4);
}
.tj-about-section.style-7 .about-content-two .about-category-item .cate-title {
  margin-bottom: 0;
}
.tj-about-section.style-7 .about-content-two .about-button .tj-black-btn::before {
  display: none;
}
.tj-about-section.style-7 .about-content-two .about-button .tj-black-btn:hover {
  background-color: var(--tj-color-theme-h6-primary);
}
.tj-about-section.style-7 .about-content-two .image-shapes {
  position: absolute;
  top: -10px;
  right: -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) {
  .tj-about-section.style-7 .about-content-two {
    margin-bottom: 40px;
  }
}
.tj-about-section.style-7 .about-shapes {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -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) {
  .tj-about-section.style-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.about-images-wrapper.style-7 {
  display: inline-block;
  text-align: center;
  max-width: 535px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 17px;
  z-index: 1;
}
.about-images-wrapper.style-7::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-8.84%, rgba(3, 3, 3, 0.8)), color-stop(73.73%, rgba(185, 185, 185, 0)));
  background: linear-gradient(180deg, rgba(3, 3, 3, 0.8) -8.84%, rgba(185, 185, 185, 0) 73.73%);
  border-radius: 300px;
  z-index: -1;
}
.about-images-wrapper.style-7 .images-one {
  max-width: 500px;
  width: 100%;
  height: 500px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  border: 17px solid var(--tj-color-theme-h6-primary);
}
.about-images-wrapper.style-7 .images-one img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about-images-wrapper.style-7 .images-two {
  max-width: 265px;
  width: 100%;
  height: 265px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  border: 8px solid var(--tj-color-common-white);
  margin-top: -70px;
}
.about-images-wrapper.style-7 .images-two img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 8px solid var(--tj-color-theme-h6-primary);
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .about-images-wrapper.style-7 .images-two {
    max-width: 225px;
    height: 225px;
  }
}
.about-images-wrapper.style-7 .image-shapes {
  position: absolute;
  bottom: 66px;
  left: -53px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .about-images-wrapper.style-7 .images-one {
    max-width: 300px;
    height: 300px;
  }
}
@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-images-wrapper.style-7 {
    margin: 0 auto;
  }
}

/* !END: Theme About CSS */
/**----------------------------------------
START: Theme About CSS
----------------------------------------*/
.about-images-wrapper.style-8 {
  max-width: 655px;
  width: 100%;
  height: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.about-images-wrapper.style-8 .group-image-1 {
  max-width: 61%;
  width: 100%;
  height: 100%;
  border-radius: 550px;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.about-images-wrapper.style-8 .group-image-1::before {
  position: absolute;
  content: "";
  top: -20px;
  width: 96%;
  height: 102%;
  right: 15px;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 500px 500px 0px 500px;
  z-index: -1;
}
.about-images-wrapper.style-8 .group-image-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 550px;
}
.about-images-wrapper.style-8 .group-image-2 {
  max-width: 43%;
  width: 100%;
  height: 67%;
  position: absolute;
  left: 0;
  bottom: 40px;
  border: 6px solid var(--tj-color-theme-h8-primary-2);
  border-radius: 550px 500px 500px 500px;
  z-index: 2;
}
.about-images-wrapper.style-8 .group-image-2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 550px 500px 500px 500px;
}
.about-images-wrapper.style-8 .about-shapes1 {
  position: absolute;
  top: 20px;
  left: 50px;
  max-width: 65px;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-images-wrapper.style-8 {
    max-width: 540px;
    height: 550px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-images-wrapper.style-8 {
    max-width: 430px;
    height: 470px;
  }
}
@media (max-width: 575px) {
  .about-images-wrapper.style-8 {
    max-width: 350px;
    height: 380px;
  }
}

.tj-about-section.style-8 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.tj-about-section.style-8 .sec-shapes {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.tj-about-section.style-8 .about-content {
  max-width: 590px;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.tj-about-section.style-8 .about-content .desc p {
  margin-bottom: 20px;
}
.tj-about-section.style-8 .about-content .desc p:last-child {
  margin-bottom: 0;
}
.tj-about-section.style-8 .about-content .about-button {
  margin-top: 40px;
}
.tj-about-section.style-8 .about-content .about-shapes2 {
  position: absolute;
  bottom: -50px;
  left: 45%;
  max-width: 65px;
  width: 100%;
  z-index: -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) {
  .tj-about-section.style-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-about-section.style-8 .about-content {
    margin-left: 0;
  }
  .tj-about-section.style-8 .about-content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-about-section.style-8 .about-content {
    margin-left: 0;
  }
  .tj-about-section.style-8 .about-content .title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .tj-about-section.style-8 .about-content {
    margin-left: 0;
  }
  .tj-about-section.style-8 .about-content .title {
    font-size: 32px;
  }
}

/* !END: Theme About CSS */
/**----------------------------------------
START: Theme About CSS
----------------------------------------*/
.about_wrapper.style-9 {
  max-width: 560px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  min-height: 595px;
  position: relative;
  z-index: 1;
}
.about_wrapper.style-9 .images-one {
  position: relative;
  z-index: 1;
  max-width: 64%;
  padding-left: 15px;
  padding-bottom: 15px;
}
.about_wrapper.style-9 .images-one::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 95%;
  bottom: 0;
  left: 0;
  background: var(--tj-color-theme-h9-primary);
  z-index: -1;
}
.about_wrapper.style-9 .images-two {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 55%;
}
.about_wrapper.style-9 .images-two .video_icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -40px;
  left: 70px;
  line-height: 1;
  border-radius: 50%;
  z-index: 2;
  background: rgba(87, 87, 87, 0.9);
  -webkit-animation: animate-pulse 2.5s linear infinite;
          animation: animate-pulse 2.5s linear infinite;
}
.about_wrapper.style-9 .images-two .video_icon .video_play {
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  line-height: 1;
  font-size: 20px;
  color: var(--tj-color-common-white);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.about_wrapper.style-9 .images-two .video_icon .video_play::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: -1;
  border-radius: 50%;
}
.about_wrapper.style-9 .images-two .video_icon .video_play::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
  border-radius: 50%;
}
.about_wrapper.style-9 .shaes-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  max-width: 200px;
  width: 100%;
}
.about_wrapper.style-9 .shaes-2 {
  position: absolute;
  bottom: 30px;
  right: -50px;
  max-width: 200px;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_wrapper.style-9 {
    min-height: 550px;
  }
  .about_wrapper.style-9 .images-two .video_icon {
    left: 50px;
  }
  .about_wrapper.style-9 .shaes-1 {
    max-width: 150px;
  }
  .about_wrapper.style-9 .shaes-2 {
    max-width: 150px;
    right: 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_wrapper.style-9 .shaes-1 {
    max-width: 150px;
    right: 0;
  }
  .about_wrapper.style-9 .shaes-2 {
    max-width: 150px;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about_wrapper.style-9 {
    max-width: 520px;
  }
}
@media (max-width: 575px) {
  .about_wrapper.style-9 {
    max-width: 335px;
    min-height: 400px;
  }
  .about_wrapper.style-9 .images-one {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .about_wrapper.style-9 .images-two .video_icon {
    left: 25px;
  }
  .about_wrapper.style-9 .shaes-1 {
    max-width: 120px;
  }
  .about_wrapper.style-9 .shaes-2 {
    max-width: 120px;
  }
}

/* !END: Theme About CSS */
/**----------------------------------------
START: Theme Counter CSS
----------------------------------------*/
.counter-item {
  position: relative;
  z-index: 1;
}
.counter-item .tj-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 80px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item .tj-count {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-item .tj-count {
    font-size: 60px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-item .tj-count {
    font-size: 50px;
  }
}
.counter-item .sub-title {
  display: block;
  font-size: 22px;
  line-height: 1.2;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item .sub-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-item .sub-title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter-item .sub-title {
    font-size: 16px;
  }
}

.counter-item-two {
  position: relative;
  z-index: 1;
}
.counter-item-two .tj-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 60px;
  line-height: 1;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item-two .tj-count {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-item-two .tj-count {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter-item-two .tj-count {
    font-size: 40px;
  }
}
.counter-item-two .sub-title {
  display: block;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
  font-size: 18px;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .counter-item-two .sub-title {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter-item-two .sub-title {
    font-size: 15px;
  }
}

/* !END: Theme Counter CSS */
/**----------------------------------------
START: Theme Counter CSS
----------------------------------------*/
.tj-counter-section {
  padding: 57px 0;
  position: relative;
  overflow: hidden;
}
.tj-counter-section.style-7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--tj-color-common-white);
}
.tj-counter-section.style-7 .tj-sec-heading {
  text-align: center;
  max-width: 625px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 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-section.style-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-counter-section.style-7 .tj-sec-heading {
    margin: 0 auto 40px;
  }
}

.counter-item.style-7 {
  display: inline-block;
  text-align: center;
  border: none;
  background: var(--tj-color-light-14);
  width: 200px;
  padding: 60px 40px;
  border-radius: 100px;
}
.counter-item.style-7 .counter-icon {
  font-size: 50px;
  color: var(--tj-color-common-black);
  line-height: 1;
  margin-bottom: 10px;
}
.counter-item.style-7 .counter-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.counter-item.style-7 .counter-icon img,
.counter-item.style-7 .counter-icon svg {
  max-width: 50px;
}
.counter-item.style-7 .tj-count {
  font-size: 50px;
  color: var(--tj-color-theme-h6-primary);
  -webkit-text-fill-color: initial;
  -webkit-text-stroke: initial;
  line-height: 1;
}
.counter-item.style-7 .sub-title {
  font-size: 18px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-item.style-7 {
    padding: 40px 15px;
  }
  .counter-item.style-7 .tj-count {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .counter-item.style-7 {
    width: 150px;
    padding: 40px 15px;
  }
  .counter-item.style-7 .tj-count {
    font-size: 40px;
  }
}

/* !END: Theme Counter CSS */
/**----------------------------------------
START: Theme Counter CSS
----------------------------------------*/
.counter-item.style-9 {
  background: var(--tj-color-theme-h9-primary-3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 30px 20px;
  max-width: 310px;
  width: 100%;
}
.counter-item.style-9 .counter-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 1;
  font-size: 45px;
  color: var(--tj-color-grey-11);
  background: var(--tj-color-theme-h9-primary-2);
  border-radius: 20px 20px 0px 20px;
}
.counter-item.style-9 .counter-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.counter-item.style-9 .counter-icon svg,
.counter-item.style-9 .counter-icon img {
  max-width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.counter-item.style-9 .counter-text {
  text-align: start;
  width: calc(100% - 110px);
}
.counter-item.style-9 .counter-text .tj-count {
  font-size: 50px;
  font-weight: var(--tj-fw-bold);
  font-style: italic;
  color: var(--tj-color-theme-h9-primary);
  -webkit-text-fill-color: initial;
  -webkit-text-stroke: initial;
  line-height: 1;
  letter-spacing: 3px;
}
.counter-item.style-9 .counter-text .sub-title {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-grey-11);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .counter-item.style-9 {
    padding: 30px 15px;
    gap: 15px;
  }
  .counter-item.style-9 .counter-icon {
    width: 65px;
    height: 65px;
    font-size: 35px;
  }
  .counter-item.style-9 .counter-icon svg,
  .counter-item.style-9 .counter-icon img {
    max-width: 35px;
  }
  .counter-item.style-9 .counter-text {
    width: calc(100% - 80px);
  }
  .counter-item.style-9 .counter-text .tj-count {
    font-size: 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) {
  .counter-item.style-9 {
    padding: 20px 15px;
    gap: 15px;
  }
  .counter-item.style-9 .counter-icon {
    width: 55px;
    height: 55px;
    font-size: 30px;
  }
  .counter-item.style-9 .counter-icon svg,
  .counter-item.style-9 .counter-icon img {
    max-width: 30px;
  }
  .counter-item.style-9 .counter-text {
    width: calc(100% - 70px);
  }
  .counter-item.style-9 .counter-text .tj-count {
    font-size: 30px;
  }
}

/* !END: Theme Counter CSS */
/**----------------------------------------
START: Theme Service CSS
----------------------------------------*/
.service-section-shape .service-bg-shape {
  position: absolute;
  top: 35px;
  right: 95px;
  z-index: 3;
  opacity: 0.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-shape .service-bg-shape {
    display: none;
  }
}
.service-section-shape .service-bg-shape1 {
  position: absolute;
  top: 50px;
  right: 6%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-shape .service-bg-shape1 {
    display: none;
  }
}
.service-section-shape .service-bg-shape2 {
  position: absolute;
  left: 3%;
  bottom: 20%;
  opacity: 0.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-shape .service-bg-shape2 {
    display: none;
  }
}
.service-section-shape .service-bg-shape3 {
  position: absolute;
  left: 10%;
  bottom: 26%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-shape .service-bg-shape3 {
    display: none;
  }
}
.service-section-shape .service-bg-shape4 {
  position: absolute;
  left: 60px;
  top: 25%;
  opacity: 0.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-section-shape .service-bg-shape4 {
    display: none;
  }
}

.tj-service-item {
  margin-top: 50px;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: relative;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border: 1px solid var(--tj-color-light-2);
}
.tj-service-item .service-inner {
  background-color: var(--tj-color-light-2);
  border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  padding-bottom: 0;
}
.tj-service-item .service-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -50px;
  z-index: 1;
  color: var(--tj-color-common-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  background-color: var(--tj-color-common-black);
  -webkit-mask-image: url(../images/shape/service-icon-shape.svg);
          mask-image: url(../images/shape/service-icon-shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.tj-service-item .service-icon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  -webkit-mask-image: url(../images/shape/service-icon-shape.svg);
          mask-image: url(../images/shape/service-icon-shape.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tj-service-item .service-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 45px;
  height: 45px;
  font-size: 45px;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.tj-service-item .title-link {
  margin-bottom: 25px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-item .title-link {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-item .title-link {
    margin-bottom: 15px;
  }
}
.tj-service-item .title-link:hover {
  color: transparent;
}
.tj-service-item .title-link a {
  -webkit-transition: none;
  transition: none;
}
.tj-service-item .service-content {
  padding: 20px 30px 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-item .service-content {
    padding: 25px 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) {
  .tj-service-item .service-content {
    padding: 25px 15px 25px;
  }
}
.tj-service-item .service-content p {
  margin-bottom: 0;
}
.tj-service-item:hover {
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
  border-color: transparent;
}
.tj-service-item:hover .service-inner {
  background-color: var(--tj-color-common-white);
}
.tj-service-item:hover .service-icon::after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.tj-service-item:hover .service-icon i {
  -webkit-transform: translate(-50%, -50%) rotate(360deg);
      -ms-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotate(360deg);
}

.service-button {
  margin-top: 30px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .service-button {
    margin-top: 10px;
  }
}

.service-group-shape .service-shape {
  position: absolute;
  top: 12%;
  right: 14%;
}
.service-group-shape .service-shape1 {
  position: absolute;
  bottom: 30%;
  left: 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) {
  .service-group-shape {
    display: none;
  }
}

.tj-service-item-two {
  display: grid;
  background: transparent;
  padding: 60px 0;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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-service-item-two {
    grid-template-columns: repeat(1, 1fr);
  }
}
@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-item-two {
    padding: 45px 0;
  }
}
.tj-service-item-two:first-child {
  padding-top: 0;
}
.tj-service-item-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}
.tj-service-item-two .service-content-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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-service-item-two .service-content-info {
    margin-bottom: 15px;
  }
}
.tj-service-item-two .service-content-info .service-left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tj-service-item-two .service-content-info .service-wrapper {
  position: absolute;
  top: -15px;
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  right: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
}
@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-item-two .service-content-info .service-wrapper {
    display: none;
  }
}
.tj-service-item-two .service-content-info .service-wrapper::before {
  position: absolute;
  content: "";
  top: -15px;
  left: 10px;
  width: 195px;
  height: 300px;
  background: var(--tj-color-light-5);
  z-index: -1;
  border-radius: 0 0 200px 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-item-two .service-content-info .service-wrapper::before {
    left: 0;
    width: 145px;
    height: 205px;
  }
}
.tj-service-item-two .service-content-info .service-wrapper img {
  width: 100%;
  border-radius: 0 0 200px 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-item-two .service-content-info .service-wrapper {
    right: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-item-two .service-content-info .service-wrapper {
    max-width: 130px;
  }
}
.tj-service-item-two .service-left-content .service-icon {
  margin-right: 25px;
}
.tj-service-item-two .service-left-content .service-icon i {
  font-size: 60px;
  padding-top: 4px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tj-service-item-two .service-left-content .service-icon {
    margin-right: 15px;
  }
}
.tj-service-item-two .service-left-content .service-text .title-link {
  margin-bottom: 0;
}
.tj-service-item-two .service-left-content .service-text .title-link a {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 40px;
}
@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-service-item-two .service-left-content .service-text .title-link a {
    font-size: 30px;
  }
}
.tj-service-item-two .service-left-content .number {
  font-size: 50px;
  -webkit-text-fill-color: var(--tj-color-common-white);
  -webkit-text-stroke: 1px var(--tj-color-common-black);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  opacity: 0.5;
}
@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-service-item-two .service-left-content .number {
    font-size: 35px;
  }
}
.tj-service-item-two .service-middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tj-service-item-two .service-middle-content .service-text .desc {
  max-width: 560px;
}
.tj-service-item-two .service-middle-content .service-text .desc p {
  margin-bottom: 0;
}
.tj-service-item-two .service-middle-content .service-arrow {
  font-size: 50px;
  color: var(--tj-color-common-black);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-service-item-two .service-middle-content .service-arrow i {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
}
@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-service-item-two .service-middle-content .service-arrow {
    font-size: 35px;
  }
}
.tj-service-item-two .service-middle-content .service-tags {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.tj-service-item-two:hover .title-link a {
  color: transparent;
}
.tj-service-item-two:hover .service-icon i {
  color: transparent;
}
.tj-service-item-two:hover .number {
  -webkit-text-fill-color: var(--tj-color-common-white);
  -webkit-text-stroke: 1px var(--tj-color-theme-secondary);
}
.tj-service-item-two:hover .service-wrapper {
  opacity: 1;
  visibility: visible;
}
.tj-service-item-two:hover .service-arrow {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.tj-service-item-two:hover .service-arrow i {
  color: transparent;
}

.tj-service-item-three {
  border-radius: 8px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.tj-service-item-three .service_item_three_inner {
  background: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-grey-7);
  border-radius: 8px;
  padding: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.tj-service-item-three .service_item_three_inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 80%;
  height: 100%;
  top: 0;
  background-color: var(--tj-color-grey-5);
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
  border-radius: 0 0 10px 0;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-service-item-three .service_item_three_inner .service-icon {
  width: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--tj-color-light-7);
  border-radius: 5px;
  color: var(--tj-color-common-black);
  font-size: 30px;
  margin-bottom: 20px;
}
.tj-service-item-three .service_item_three_inner .service-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.tj-service-item-three .service_item_three_inner .service-icon img,
.tj-service-item-three .service_item_three_inner .service-icon svg {
  max-width: 30px;
}
.tj-service-item-three .service_item_three_inner .title {
  margin-bottom: 20px;
}
.tj-service-item-three .service_item_three_inner .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-service-item-three .service_item_three_inner .title {
    margin-bottom: 10px;
  }
}
.tj-service-item-three .service_item_three_inner .desc p:last-child {
  margin: 0;
}
.tj-service-item-three:hover .service_item_three_inner {
  border-color: var(--tj-color-light-3);
}
.tj-service-item-three:hover .service_item_three_inner::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-item-three {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .tj-service-item-three .service_item_three_inner {
    padding: 25px 20px;
  }
}

.tj_services.style-3 .service .tj-service-item-three {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.tj_services.style-3 .service .tj-service-item-three::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 1px;
  bottom: 0;
  right: 0;
  background: var(--tj-color-grey-7);
}
.tj_services.style-3 .service .tj-service-item-three::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 15px solid var(--tj-color-grey-7);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj_services.style-3 .service .tj-service-item-three:hover::after {
  border-bottom-color: var(--tj-color-light-3);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_services.style-3 .service .tj-service-item-three {
    padding: 0;
    margin-bottom: 30px;
  }
  .tj_services.style-3 .service .tj-service-item-three::after, .tj_services.style-3 .service .tj-service-item-three::before {
    display: none;
  }
}
.tj_services.style-3 .service:not(:nth-child(-n+3)) .tj-service-item-three {
  padding-bottom: 0;
  padding-top: 50px;
}
.tj_services.style-3 .service:not(:nth-child(-n+3)) .tj-service-item-three::before {
  bottom: auto;
  top: -1px;
  right: auto;
  left: 0;
}
.tj_services.style-3 .service:not(:nth-child(-n+3)) .tj-service-item-three::after {
  bottom: auto;
  top: 0;
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
@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_services.style-3 .service:not(:nth-child(-n+3)) .tj-service-item-three {
    padding: 0;
  }
}
.tj_services.style-3 .service:last-child .tj-service-item-three::before {
  right: 0;
  left: auto;
}

.tj-video-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.tj-video-area .video-play a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  line-height: 1;
  color: var(--tj-color-common-black);
  background: var(--tj-color-light-7);
}
.tj-video-area .video-play a i {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tj-video-area .video-text .title {
  color: var(--tj-color-text-body);
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  margin: 0;
}

.tj-service-item-four {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  height: 300px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: transparent;
  padding: 1px;
}
.tj-service-item-four .service-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--tj-color-common-white);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-bottom: 0;
}
.tj-service-item-four .service-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
      -ms-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
  width: 90px;
  height: 90px;
  color: var(--tj-color-grey-11);
  background: var(--tj-color-grey-10);
  border-radius: 50%;
  font-size: 45px;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-service-item-four .service-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.tj-service-item-four .service-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.tj-service-item-four .service-icon img,
.tj-service-item-four .service-icon svg {
  max-width: 45px;
}
.tj-service-item-four .title-link {
  margin-bottom: 25px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.tj-service-item-four .title-link:hover {
  color: transparent;
}
.tj-service-item-four .service-content {
  padding: 0px 25px;
}
.tj-service-item-four .service-content .desc p:last-child {
  margin: 0;
}
.tj-service-item-four:hover {
  background: linear-gradient(2.19deg, var(--tj-color-theme-primary) 3.45%, rgba(112, 95, 255, 0) 95.86%);
}
.tj-service-item-four:hover .service-inner {
  background-color: var(--tj-color-common-white);
}
.tj-service-item-four:hover .service-icon {
  -webkit-transform: translateX(-50%) rotate(360deg);
      -ms-transform: translateX(-50%) rotate(360deg);
          transform: translateX(-50%) rotate(360deg);
}
.tj-service-item-four:hover .service-icon::before {
  opacity: 1;
  visibility: visible;
}
.tj-service-item-four:hover .service-icon i {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-service-item-four {
    width: 285px;
    height: 285px;
  }
}

.tj-service-slider2.swiper .services_pagination {
  line-height: 1;
  margin-top: 60px;
  text-align: center;
}
.tj-service-slider2.swiper .services_pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: transparent;
  opacity: 0.4;
  position: relative;
  z-index: 1;
  margin: 0;
}
.tj-service-slider2.swiper .services_pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: var(--tj-color-text-body);
  border-radius: 50%;
}
.tj-service-slider2.swiper .services_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tj-color-theme-h5-primary);
  opacity: 1;
}
.tj-service-slider2.swiper .services_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h5-secondary)), to(var(--tj-color-theme-h5-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-h5-secondary) 0%, var(--tj-color-theme-h5-primary) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-service-slider2.swiper .services_pagination {
    margin-top: 50px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-slider2.swiper .services_pagination {
    margin-top: 40px;
  }
}

.service-style-5 {
  position: relative;
  z-index: 1;
  max-width: 380px;
  width: 100%;
}
.service-style-5 .service-images {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  height: 500px;
}
.service-style-5 .service-images::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 375px;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, rgba(49, 0, 255, 0.9)), color-stop(98%, rgba(253, 49, 188, 0)));
  background: linear-gradient(180deg, rgba(49, 0, 255, 0.9) -10%, rgba(253, 49, 188, 0) 98%);
  opacity: 0;
  visibility: hidden;
}
.service-style-5 .service-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 200px 200px;
}
.service-style-5 .service-active {
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--tj-color-theme-h5-secondary)), color-stop(122.08%, rgba(253, 49, 188, 0)));
  background: linear-gradient(360deg, var(--tj-color-theme-h5-secondary) 0%, rgba(253, 49, 188, 0) 122.08%);
  border-radius: 0 0 100px 100px;
  text-align: center;
  max-width: 140px;
  width: 100%;
  height: 325px;
  padding: 40px 20px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.service-style-5 .service-active .service-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 80px;
  line-height: 1;
  color: var(--tj-color-common-white);
  font-size: 30px;
  background: linear-gradient(145deg, var(--tj-color-theme-h5-secondary) 0%, var(--tj-color-theme-h5-primary) 100%);
  border-radius: 0 0 200px 200px;
  margin-bottom: 20px;
}
.service-style-5 .service-active .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-style-5 .service-active .desc p {
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  font-size: 22px;
  color: var(--tj-color-common-white);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-bottom: 0;
}
.service-style-5 .service-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.service-style-5 .service-content .service-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 80px;
  line-height: 1;
  color: var(--tj-color-common-white);
  font-size: 30px;
  background: linear-gradient(145deg, var(--tj-color-theme-h5-secondary) 0%, var(--tj-color-theme-h5-primary) 100%);
  border-radius: 0 0 200px 200px;
  margin-bottom: 20px;
}
.service-style-5 .service-content .service-title {
  margin-bottom: 10px;
}
.service-style-5 .service-content .service-title a {
  color: var(--tj-color-common-white);
}
.service-style-5 .service-content .desc p {
  color: var(--tj-color-common-white);
  margin-bottom: 0;
}
.service-style-5:hover .service-images::before {
  opacity: 1;
  visibility: visible;
}
.service-style-5:hover .service-active {
  opacity: 0;
  visibility: hidden;
}
.service-style-5:hover .service-content {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-style-5 .service-content {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-style-5 .service-images {
    height: 450px;
  }
  .service-style-5 .service-images::before {
    height: 300px;
  }
  .service-style-5 .service-active {
    max-width: 120px;
    height: 300px;
  }
}

/* !END: Theme Service CSS */
/**----------------------------------------
START: Home 6 Services
----------------------------------------*/
.tj-service-section.style-6 .tj-sec-heading {
  max-width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-section.style-6 .tj-sec-heading {
    margin-bottom: 40px;
  }
}

.services_carousel.style-6 .service_item.style-6 {
  margin-bottom: 0;
}
.services_carousel.style-6 .services_pagination {
  line-height: 1;
  margin-top: 80px;
  text-align: center;
}
.services_carousel.style-6 .services_pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: transparent;
  opacity: 0.1;
  position: relative;
  z-index: 1;
  margin: 0;
}
.services_carousel.style-6 .services_pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--tj-color-theme-h6-primary);
  border-radius: 50%;
}
.services_carousel.style-6 .services_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tj-color-theme-h6-primary);
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_carousel.style-6 .services_pagination {
    margin-top: 60px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .services_carousel.style-6 .services_pagination {
    margin-top: 40px;
  }
}

.service_item.style-6 {
  max-width: 315px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background-color: var(--tj-color-common-white);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 30px;
}
.service_item.style-6 .service-icon {
  position: relative;
  width: 100px;
  height: 100px;
  z-index: 1;
  font-size: 45px;
  line-height: 1;
  color: var(--tj-color-common-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  background-color: var(--tj-color-common-black);
  -webkit-mask-image: url(../images/shape/service-image.svg);
          mask-image: url(../images/shape/service-image.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin-bottom: 15px;
}
.service_item.style-6 .service-icon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--tj-color-theme-h6-primary);
  -webkit-mask-image: url(../images/shape/service-image.svg);
          mask-image: url(../images/shape/service-image.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service_item.style-6 .service-icon img,
.service_item.style-6 .service-icon svg {
  max-width: 45px;
}
.service_item.style-6 .service-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service_item.style-6 .service-content .title {
  line-height: 1.2;
  margin: 0;
  padding-bottom: 9px;
  position: relative;
  z-index: 1;
}
.service_item.style-6 .service-content .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.5px;
  width: 70px;
  background-color: var(--tj-color-grey-11);
}
.service_item.style-6 .service-content .title a:hover {
  color: var(--tj-color-theme-h6-primary);
}
.service_item.style-6 .service-content .desc {
  margin-top: 20px;
}
.service_item.style-6 .service-content .desc p:last-child {
  margin: 0;
}
.service_item.style-6:hover {
  background-color: var(--tj-color-theme-h6-bg);
}
.service_item.style-6:hover .service-icon::after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.service_item.style-6:hover .service-icon img,
.service_item.style-6:hover .service-icon svg,
.service_item.style-6:hover .service-icon i {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.service_item.style-6:hover .service-content .title::after {
  background-color: var(--tj-color-theme-h6-primary);
}

/* !END: Home 6 Services */
/**----------------------------------------
START: Home 6 Services
----------------------------------------*/
.tj-service-section.style-7 {
  position: relative;
  z-index: 2;
}
.tj-service-section.style-7 .service-shapes {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.tj-service-section.style-7 .tj-sec-heading {
  max-width: 100%;
  margin-bottom: 60px;
}
.tj-service-section.style-7 .tj-sec-heading .desc {
  max-width: 482px;
  width: 100%;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-section.style-7 .tj-sec-heading {
    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) {
  .tj-service-section.style-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-service-section.style-7 .tj-sec-heading {
    margin-bottom: 40px;
  }
}

.services_carousel.style-7 .service_item.style-7 {
  margin-bottom: 0;
}
.services_carousel.style-7 .services_pagination {
  line-height: 1;
  margin-top: 60px;
  text-align: center;
}
.services_carousel.style-7 .services_pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: transparent;
  opacity: 0.1;
  position: relative;
  z-index: 1;
  margin: 0;
}
.services_carousel.style-7 .services_pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--tj-color-theme-h6-primary);
  border-radius: 50%;
}
.services_carousel.style-7 .services_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tj-color-theme-h6-primary);
  opacity: 1;
}

.service_item.style-7 {
  max-width: 315px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-grey-14)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, var(--tj-color-grey-14) 0%, rgba(255, 255, 255, 0) 100%);
  margin-bottom: 30px;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  z-index: 2;
}
.service_item.style-7 .service_image {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.service_item.style-7::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 31, 31, 0.85)), to(rgba(12, 12, 12, 0.85)));
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.85) 0%, rgba(12, 12, 12, 0.85) 100%);
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.service_item.style-7 .service-icon {
  font-size: 55px;
  color: var(--tj-color-common-black);
  margin-bottom: 30px;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.service_item.style-7 .service-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.service_item.style-7 .service-icon img,
.service_item.style-7 .service-icon svg {
  max-width: 50px;
  width: 100%;
}
.service_item.style-7 .service-content {
  position: relative;
  z-index: 2;
}
.service_item.style-7 .service-content .title {
  position: relative;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 9px;
  display: inline-block;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.service_item.style-7 .service-content .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.5px;
  width: 45%;
  background-color: var(--tj-color-grey-11);
}
.service_item.style-7 .service-content .title a:hover {
  color: var(--tj-color-theme-h6-primary);
}
.service_item.style-7 .service-content .desc {
  margin-top: 20px;
  line-height: 1.8;
}
.service_item.style-7 .service-content .desc p:last-child {
  margin: 0;
}
.service_item.style-7 .service-button {
  position: relative;
  z-index: 2;
}
.service_item.style-7:hover::before,
.service_item.style-7:hover .service_image {
  opacity: 1;
  visibility: visible;
}
.service_item.style-7:hover .service-icon {
  color: var(--tj-color-theme-h6-primary);
}
.service_item.style-7:hover .service-content .title {
  color: var(--tj-color-theme-h6-primary);
}
.service_item.style-7:hover .service-content .title::after {
  background-color: var(--tj-color-theme-h6-primary);
  width: 100%;
}
.service_item.style-7:hover .service-content .desc {
  color: var(--tj-color-text-body3);
}
.service_item.style-7:hover .service-button .tj-transparent-btn-five {
  border-color: var(--tj-color-theme-h6-primary);
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service_item.style-7 {
    padding: 30px 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) {
  .service_item.style-7 .service-button {
    margin-top: 30px;
  }
}

/* !END: Home 6 Services */
/**----------------------------------------
START: Theme Service CSS
----------------------------------------*/
.tj-service-section.style-8 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--tj-color-theme-h8-primary-3);
}
.tj-service-section.style-8 .service-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
  margin-bottom: 60px;
}
.tj-service-section.style-8 .tj-sec-heading {
  max-width: 570px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0px;
}
.tj-service-section.style-8 .service-shapes1 {
  position: absolute;
  bottom: 40%;
  left: 8%;
  max-width: 120px;
  width: 100%;
  z-index: -1;
}
.tj-service-section.style-8 .service-shapes2 {
  position: absolute;
  top: 30%;
  right: 4%;
  max-width: 120px;
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-section.style-8 .service-top-content {
    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) {
  .tj-service-section.style-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-service-section.style-8 .service-top-content {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tj-service-section.style-8 .service-top-content .tj-sec-heading {
    max-width: 100%;
  }
}

.service_area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  overflow: hidden;
}
.service_area .service-style-8 {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
.service_area .service-style-8::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 1px;
  top: 0;
  right: 0;
  background: var(--tj-color-grey-7);
}
.service_area .service-style-8::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 15px solid var(--tj-color-grey-7);
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
}
.service_area .service-style-8:nth-child(1)::before {
  left: 0;
}
.service_area .service-style-8 .service-inner {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-h8-primary)), to(var(--tj-color-theme-h8-primary-1)));
  background: linear-gradient(180deg, var(--tj-color-theme-h8-primary) 0%, var(--tj-color-theme-h8-primary-1) 100%);
  border-radius: 8px;
  padding: 30px;
}
.service_area .service-style-8 .service-inner .service-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  line-height: 1;
  background: var(--tj-color-light-7);
  color: var(--tj-color-common-black);
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 0px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.service_area .service-style-8 .service-inner .service-icon::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 115px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../images/shape/service8-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.service_area .service-style-8 .service-inner .service-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.service_area .service-style-8 .service-inner .service-icon svg,
.service_area .service-style-8 .service-inner .service-icon img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 35px;
}
.service_area .service-style-8 .service-inner .title {
  margin-bottom: 10px;
}
.service_area .service-style-8 .service-inner .title a:hover {
  color: var(--tj-color-theme-primary);
}
.service_area .service-style-8 .service-inner .desc p:last-child {
  margin-bottom: 0;
}
.service_area .service-style-8:hover::after {
  border-bottom: 15px solid var(--tj-color-theme-primary);
}
.service_area .service-style-8:hover .service-inner .service-icon {
  color: var(--tj-color-theme-primary);
}
.service_area .service-style-8:hover .service-inner .service-icon::before {
  opacity: 1;
  visibility: visible;
}
.service_area .service-style-8:hover .service-inner .service-icon i {
  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) {
  .service_area {
    grid-template-columns: repeat(2, 1fr);
  }
  .service_area .service-style-8 {
    padding-top: 0;
  }
  .service_area .service-style-8::before {
    display: none;
  }
  .service_area .service-style-8::after {
    display: none;
  }
  .service_area .service-style-8 .service-inner {
    margin-bottom: 0;
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .service_area {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* !END: Theme Service CSS */
/**----------------------------------------
START: Theme Service CSS
----------------------------------------*/
.service-wrapper.style-9 .service-images {
  max-width: 360px;
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  padding-bottom: 10px;
  -webkit-transform: rotate(8.96deg);
      -ms-transform: rotate(8.96deg);
          transform: rotate(8.96deg);
}
.service-wrapper.style-9 .service-images::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 95%;
  left: 0;
  bottom: 0;
  background: var(--tj-color-theme-h9-primary);
  z-index: -1;
}
.service-wrapper.style-9 .service-images 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) {
  .service-wrapper.style-9 .service-images {
    margin: 0 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) {
  .service-wrapper.style-9 .service-images {
    margin: 0 auto;
    max-width: 250px;
  }
}

.service-list.style-9 .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  background: transparent;
  padding: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.service-list.style-9 .list-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-24.22%, rgba(255, 204, 25, 0.2)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, rgba(255, 204, 25, 0.2) -24.22%, rgba(255, 255, 255, 0) 100%);
  border-radius: 60px 60px 60px 0px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.service-list.style-9 .list-item .service-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 1;
  font-size: 25px;
  color: var(--tj-color-grey-11);
  background: var(--tj-color-theme-h9-primary-2);
  border-radius: 30px 30px 30px 0px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.service-list.style-9 .list-item .service-icon i {
  color: var(--tj-color-grey-11);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.service-list.style-9 .list-item .service-icon img,
.service-list.style-9 .list-item .service-icon svg {
  max-width: 25px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.service-list.style-9 .list-item .service-text .title {
  margin-bottom: 5px;
}
.service-list.style-9 .list-item .service-text .title a:hover {
  color: var(--tj-color-theme-h9-primary);
}
.service-list.style-9 .list-item .service-text .desc p {
  font-weight: var(--tj-fw-medium);
  margin-bottom: 0;
}
.service-list.style-9 .list-item .service-text .desc p:last-child {
  margin-bottom: 0;
}
.service-list.style-9 .list-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.service-list.style-9 .list-item:hover .service-icon {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-h9-primary);
}
.service-list.style-9 .list-item:hover .service-icon i {
  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) {
  .service-list.style-9 .list-item {
    padding: 30px 15px;
  }
}
@media (max-width: 575px) {
  .service-list.style-9 .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* !END: Theme Service CSS */
/**----------------------------------------
START: Theme Service CSS
----------------------------------------*/
.tj-service-details {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-service-details {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tj-service-details .tj-services-shape .shape-one {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tj-service-details .tj-services-shape .shape-two {
  position: absolute;
  bottom: 0;
  right: 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-service-details .tj-services-shape {
    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-main-sidebar {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid var(--tj-color-light-7);
  }
}
.service-wrapper .services-item {
  padding-top: 45px;
  margin-bottom: 30px;
}
.service-wrapper .services-item p {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-wrapper .blog-video-area .video-image {
    margin-bottom: 30px;
  }
}
.service-wrapper .blog-video-area .video-content .check-list ul li {
  font-weight: var(--tj-fw-bold);
}
.service-wrapper .tj-faq-area {
  padding-left: 0;
}

.service-details-item {
  background: var(--tj-color-light-2);
  border-radius: 20px;
  padding: 0 30px 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) {
  .service-details-item {
    padding: 0 20px 20px;
  }
}
@media (max-width: 575px) {
  .service-details-item {
    margin-bottom: 70px;
  }
}
.service-details-item .service-icon {
  background: var(--tj-color-light-7);
  width: 70px;
  height: 70px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  margin-top: -35px;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  font-size: 30px;
  color: var(--tj-color-light-3);
}
.service-details-item .service-icon i {
  line-height: 1;
}
.service-details-item .service-content .title {
  margin-bottom: 15px;
}
.service-details-item .service-content .title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.service-details-item .service-content .title a:hover {
  color: var(--tj-color-theme-primary);
}
.service-details-item .service-content p {
  margin-bottom: 0;
}
.service-details-item:hover .service-icon {
  -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.tj-services-widget {
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 217, 161, 0.08)), to(rgba(95, 57, 255, 0.08)));
  background: linear-gradient(90deg, rgba(32, 217, 161, 0.08) 0%, rgba(95, 57, 255, 0.08) 100%);
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-services-widget {
    padding: 35px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-services-widget {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-services-widget {
    padding: 30px 15px;
  }
}
.tj-services-widget .side-title {
  display: inline-block;
  font-size: 25px;
  color: var(--tj-color-theme-primary);
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.tj-services-widget .side-title::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 60%;
  height: 3px;
  background: var(--tj-color-theme-primary);
}
.tj-services-widget .services_list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tj-services-widget .services_list ul li {
  width: 100%;
}
.tj-services-widget .services_list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.tj-services-widget .services_list ul li a {
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-body-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}
.tj-services-widget .services_list ul li a::after {
  content: "\e0fc";
  font-family: var(--tj-ff-fontawesome);
  font-weight: var(--tj-fw-bold);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  font-size: 20px;
  line-height: 1;
  padding: 4px 1px 1px;
}
.tj-services-widget .services_list ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-services-widget .services_list ul li a:hover::after {
  color: transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tj-services-widget .services_list ul li.current-menu-item a {
  color: var(--tj-color-theme-primary);
}
.tj-services-widget .services_list ul li.current-menu-item a::after {
  color: transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sidebar-contact {
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 217, 161, 0.08)), to(rgba(95, 57, 255, 0.08)));
  background: linear-gradient(90deg, rgba(32, 217, 161, 0.08) 0%, rgba(95, 57, 255, 0.08) 100%);
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-contact {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar-contact {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px;
  }
}
.sidebar-contact .contact-icon {
  width: 70px;
  height: 70px;
  font-size: 40px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--tj-color-theme-primary);
  color: var(--tj-color-theme-primary);
  margin-bottom: 25px;
}
.sidebar-contact .contact-icon svg {
  max-width: 35px;
  width: 100%;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .sidebar-contact .contact-icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  .sidebar-contact .contact-icon svg {
    max-width: 25px;
    width: 100%;
  }
}
.sidebar-contact .contact-link {
  margin-bottom: 15px;
}
.sidebar-contact .contact-link p,
.sidebar-contact .contact-link a {
  font-size: 35px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-light-3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-contact .contact-link p,
  .sidebar-contact .contact-link a {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar-contact .contact-link p,
  .sidebar-contact .contact-link a {
    font-size: 25px;
  }
}
.sidebar-contact .contact-link a:hover {
  color: var(--tj-color-common-black);
}
.sidebar-contact span {
  display: inline-block;
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar-contact span {
    font-size: 16px;
  }
}

/* !END: Theme Service CSS */
/**----------------------------------------
START: Theme Testimonial CSS
----------------------------------------*/
.testimonial-section-shape .testmonial-shape1 {
  position: absolute;
  top: 5%;
  right: 30px;
  opacity: 0.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-section-shape .testmonial-shape1 {
    display: none;
  }
}
.testimonial-section-shape .testmonial-shape2 {
  position: absolute;
  top: 8%;
  right: 5%;
}
@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) {
  .testimonial-section-shape .testmonial-shape2 {
    display: none;
  }
}
.testimonial-section-shape .testmonial-shape3 {
  position: absolute;
  bottom: 20%;
  left: 12%;
}
@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) {
  .testimonial-section-shape .testmonial-shape3 {
    display: none;
  }
}
.testimonial-section-shape .testmonial-shape4 {
  position: absolute;
  bottom: 10%;
  left: 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) {
  .testimonial-section-shape .testmonial-shape4 {
    display: none;
  }
}

.testimonial-slider {
  margin-left: calc((100% - 1340px) / 2);
  width: auto;
  min-width: auto;
  max-width: inherit;
  padding-right: 0;
  margin-right: -275px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-slider {
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider {
    margin-left: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider {
    margin-left: calc((100% - 745px) / 2);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-slider {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-slider {
    margin-right: 15px;
  }
}
.testimonial-slider .swiper .swiper-pagination {
  width: auto;
  right: 17%;
  left: auto;
  bottom: 15px;
  height: 8px;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .testimonial-slider .swiper .swiper-pagination {
    right: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider .swiper .swiper-pagination {
    right: 23%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider .swiper .swiper-pagination {
    right: 27%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-slider .swiper .swiper-pagination {
    width: 100%;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.testimonial-slider .swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 48px;
  height: 8px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: transparent;
  position: relative;
  top: -9px;
  opacity: 1;
  background: rgba(95, 57, 255, 0.15);
}
.testimonial-slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}
.testimonial-slider .swiper .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.tj-testimonial-slider .swiper-slide {
  max-width: 600px;
  width: 100%;
}

.testimonial-item {
  border-radius: 30px;
  border: 1px solid transparent;
  opacity: 0.9;
  width: 100%;
  padding: 45px;
  margin-bottom: 80px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--tj-color-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-item {
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-item {
    margin-bottom: 40px;
  }
}
.testimonial-item .testimonial-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial-item .testimonial-top-content .testimonial-left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.testimonial-item .testimonial-top-content .testimonial-left-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: var(--tj-color-grey-1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-item .testimonial-top-content .testimonial-left-content {
    gap: 15px;
  }
}
.testimonial-item .testimonial-top-content .testimonial-left-content .auother-image {
  width: 80px;
  height: 80px;
  border: 1px solid var(--tj-color-theme-secondary);
  padding: 5px;
  border-radius: 50%;
}
.testimonial-item .testimonial-top-content .testimonial-left-content .auother-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-item .testimonial-quote {
  max-width: 60px;
  margin: auto;
}
.testimonial-item .title {
  margin-bottom: 25px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.testimonial-item .testimonial-right-content .rating_wrap {
  border-radius: 5px;
  background: var(--tj-color-common-white);
  -webkit-box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 8px 15px;
  margin-bottom: 30px;
}
.testimonial-item .testimonial-right-content .rating_wrap .star-ratings {
  unicode-bidi: bidi-override;
  color: var(--tj-color-common-white);
  font-size: 18px;
  letter-spacing: 6px;
  line-height: 1.1;
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-text-stroke: 1px var(--tj-color-extra-2);
}
.testimonial-item .testimonial-right-content .rating_wrap .star-ratings .fill-ratings {
  color: var(--tj-color-extra-2);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.testimonial-item .testimonial-right-content .rating_wrap .star-ratings .fill-ratings span {
  display: inline-block;
}
.testimonial-item .testimonial-right-content .rating_wrap .star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}
.testimonial-item .test-title {
  font-size: 20px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  display: inline-block;
}
.testimonial-item .auother-text .title {
  margin-bottom: 5px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.testimonial-item .review_text p {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
.testimonial-item .review_text p:last-child {
  margin: 0;
}
.testimonial-item:hover {
  border-color: var(--tj-color-theme-primary);
  border-radius: 30px;
  background: var(--tj-color-common-white);
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.05);
}
.testimonial-item:hover .testimonial-left-content::before {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}
.testimonial-item:hover .testimonial-quote svg path {
  fill: var(--tj-color-theme-primary);
  opacity: 0.3;
}
.testimonial-item:hover .test-title {
  color: transparent;
}
.testimonial-item:hover .title {
  color: transparent;
}

.tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header .reviewer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header .reviewer_info .thumb-image {
  position: relative;
  max-width: 80px;
  width: 100%;
  height: 80px;
  z-index: 1;
}
.tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header .reviewer_info .thumb-image .thumb-1 {
  width: 100%;
  height: 100%;
  border: 1px solid var(--tj-color-theme-primary);
  padding: 7px;
  border-radius: 50%;
}
.tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header .reviewer_info .thumb-image .testimonial-quote {
  position: absolute;
  left: -25px;
  bottom: -15px;
  max-width: 50px;
  width: 100%;
  z-index: -1;
}
.tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header .reviewer_info .thumb-image .testimonial-quote svg path {
  fill: var(--tj-color-theme-primary);
  opacity: 0.3;
}
.tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header .reviewer_info .header-text .title {
  margin-bottom: 5px;
}
.tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header .reviewer_info .header-text .sub-title {
  display: block;
}
.tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header .rating_wrap {
  border-radius: 5px;
  background: var(--tj-color-common-white);
  -webkit-box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 8px 15px;
}
.tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header .rating_wrap .star-ratings {
  unicode-bidi: bidi-override;
  color: var(--tj-color-common-white);
  font-size: 18px;
  letter-spacing: 6px;
  line-height: 1.1;
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-text-stroke: 1px var(--tj-color-extra-2);
}
.tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header .rating_wrap .star-ratings .fill-ratings {
  color: var(--tj-color-extra-2);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header .rating_wrap .star-ratings .fill-ratings span {
  display: inline-block;
}
.tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header .rating_wrap .star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}
.tj-testimonial-slider2 .tj-testimonial-item-two .desc {
  font-size: 18px;
  font-family: var(--tj-ff-heading);
  line-height: 1.7;
}
.tj-testimonial-slider2 .tj-testimonial-item-two .desc p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.tj-testimonial-slider2 .tj-testimonial-item-two .desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header {
    gap: 25px;
    margin-bottom: 20px;
  }
  .tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header .reviewer_info {
    gap: 15px;
  }
  .tj-testimonial-slider2 .tj-testimonial-item-two .testimonial-top-header .reviewer_info .header-text .title {
    font-size: 20px;
  }
  .tj-testimonial-slider2 .tj-testimonial-item-two .desc {
    font-size: 16px;
  }
}
.tj-testimonial-slider2.swiper {
  padding-left: 27px;
  padding-bottom: 60px;
}
.tj-testimonial-slider2.swiper .swiper-pagination {
  width: auto;
  left: 65px;
  bottom: 0;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}
.tj-testimonial-slider2.swiper .swiper-pagination .swiper-pagination-bullet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: var(--tj-color-text-body);
  margin: 0;
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tj-testimonial-slider2.swiper .swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid var(--tj-color-theme-secondary);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tj-testimonial-slider2.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--tj-color-common-white);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}
.tj-testimonial-slider2.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.tj-testimonial-section-three .thumb-area {
  max-width: 420px;
  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-testimonial-section-three .thumb-area {
    max-width: 430px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
.tj-testimonial-section-three .thumb-area .thumb_slider {
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .tj-testimonial-section-three .thumb-area .thumb_slider {
    margin-bottom: 65px;
  }
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--tj-color-common-white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 50%;
  border: 3px solid var(--tj-color-light-3);
  max-width: 143px;
  width: 100%;
  height: 143px;
  cursor: pointer;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0.4;
}
@media (max-width: 575px) {
  .tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide {
    max-width: 115px;
    height: 115px;
  }
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .thumb-arrow {
  position: absolute;
  bottom: 0;
  right: 15px;
  color: var(--tj-color-light-3);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 1;
  background: var(--tj-color-light-8);
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .testimonial-info {
  position: absolute;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 230px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  opacity: 0;
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .testimonial-info .title {
  font-size: 25px;
  font-weight: var(--tj-fw-sbold);
  line-height: 1;
  margin-bottom: 5px;
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .testimonial-info .sub-title {
  display: block;
  font-size: 15px;
  font-weight: var(--tj-fw-medium);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .testimonial-info .title {
    font-size: 18px;
  }
  .tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .testimonial-info .sub-title {
    font-size: 13px;
  }
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-active .testimonial-info {
  opacity: 1;
}
.tj-testimonial-section-three .testimonial-slider-item .rating_wrap {
  display: inline-block;
  border-radius: 30px;
  background: var(--tj-color-common-white);
  -webkit-box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 8px 15px;
  margin-bottom: 30px;
}
.tj-testimonial-section-three .testimonial-slider-item .rating_wrap .star-ratings {
  unicode-bidi: bidi-override;
  color: var(--tj-color-common-white);
  font-size: 18px;
  letter-spacing: 6px;
  line-height: 1.1;
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-text-stroke: 1px var(--tj-color-extra-2);
}
.tj-testimonial-section-three .testimonial-slider-item .rating_wrap .star-ratings .fill-ratings {
  color: var(--tj-color-extra-2);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.tj-testimonial-section-three .testimonial-slider-item .rating_wrap .star-ratings .fill-ratings span {
  display: inline-block;
}
.tj-testimonial-section-three .testimonial-slider-item .rating_wrap .star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}
.tj-testimonial-section-three .testimonial-slider-item .desc p {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-testimonial-section-three .testimonial-slider-item .desc p p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.tj-testimonial-section-three .testimonial-slider-item .desc p:last-child {
  margin: 0;
}
.tj-testimonial-section-three .testimonial-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
  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) {
  .tj-testimonial-section-three .testimonial-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.tj-testimonial-section-three .testimonial-navigation .swiper-button-next,
.tj-testimonial-section-three .testimonial-navigation .swiper-button-prev {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  width: 65px;
  height: 65px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--tj-color-light-3);
  background: rgba(214, 209, 255, 0.3);
  font-size: 25px;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tj-testimonial-section-three .testimonial-navigation .swiper-button-next::after,
.tj-testimonial-section-three .testimonial-navigation .swiper-button-prev::after {
  display: none;
}
.tj-testimonial-section-three .testimonial-navigation .swiper-button-next::before,
.tj-testimonial-section-three .testimonial-navigation .swiper-button-prev::before {
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
  font-weight: var(--tj-fw-light);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-section-three .testimonial-navigation .swiper-button-next,
  .tj-testimonial-section-three .testimonial-navigation .swiper-button-prev {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
.tj-testimonial-section-three .testimonial-navigation .swiper-button-next::before {
  content: "\f061";
}

.testimonial-style-four {
  position: relative;
  z-index: 1;
}
.testimonial-style-four .testimonial-item {
  max-width: 645px;
  width: 100%;
  padding: 50px 50px;
  margin-bottom: 0;
}
.testimonial-style-four .testimonial-item .testimonial-top-content {
  position: relative;
  z-index: 1;
}
.testimonial-style-four .testimonial-item .testimonial-top-content .auother-image {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.testimonial-style-four .testimonial-item .testimonial-top-content .auother-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-style-four .testimonial-item .testimonial-top-content .testimonial-quote {
  position: absolute;
  right: 0;
  bottom: -15px;
}
.testimonial-style-four .testimonial-item .review_text {
  line-height: 1.9;
}
.testimonial-style-four .testimonial-item .review_text p:last-child {
  margin: 0;
}
.testimonial-style-four .testimonial-item .test-title {
  margin-bottom: 10px;
}
.testimonial-style-four .tj-testimonial-slider4 {
  padding-top: 1px;
}
.testimonial-style-four .tj-testimonial-slider4 .swiper-pagination {
  position: relative;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 80px;
  height: auto;
}
.testimonial-style-four .tj-testimonial-slider4 .swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
}
.testimonial-style-four .tj-testimonial-slider4 .swiper-pagination .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.testimonial-style-four .tj-testimonial-slider4 .swiper-pagination .swiper-pagination-bullet {
  width: 48px;
  height: 8px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: transparent;
  position: relative;
  top: 0;
  background: rgba(95, 57, 255, 0.5);
}
.testimonial-style-four .tj-testimonial-slider4 .swiper-pagination .swiper-pagination-bullet-active {
  width: 48px;
  height: 8px;
  position: relative;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}
@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) {
  .testimonial-style-four .testimonial-item {
    padding: 35px 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) {
  .testimonial-style-four .testimonial-item {
    max-width: 100%;
  }
  .testimonial-style-four .testimonial-top-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .testimonial-style-four .tj-testimonial-slider4 .swiper-pagination {
    margin-top: 40px;
  }
}

/* !END: Theme Testimonial CSS */
/**----------------------------------------
START: Theme Testimonial CSS
----------------------------------------*/
.tj-testimonials.style-7 .tj-testimonial-slider5 {
  padding-top: 20px;
}
.tj-testimonials.style-7 .tj-testimonial-slider5 .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 60px;
}
.tj-testimonials.style-7 .tj-testimonial-slider5 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
}
.tj-testimonials.style-7 .tj-testimonial-slider5 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.tj-testimonials.style-7 .tj-testimonial-slider5 .swiper-pagination-bullet {
  width: 48px;
  height: 8px;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  background: var(--tj-color-theme-h7-primary-6);
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-testimonials.style-7 .tj-testimonial-slider5 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--tj-color-theme-h6-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-testimonials.style-7 .tj-testimonial-slider5 .swiper-pagination {
    margin-top: 40px;
  }
}

.testimonial-item.style-7 {
  max-width: 610px;
  width: 100%;
  padding: 40px 35px;
  position: relative;
  z-index: 1;
  border: 1px solid rgb(220, 222, 231);
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.testimonial-item.style-7 .testimonial-quote {
  position: absolute;
  top: -20px;
  left: 35px;
}
.testimonial-item.style-7 .review_text {
  margin-bottom: 25px;
}
.testimonial-item.style-7 .testimonial-bottom-auother {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial-item.style-7 .testimonial-bottom-auother .left-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.testimonial-item.style-7 .testimonial-bottom-auother .left-content .auother-image {
  max-width: 65px;
  height: 65px;
  width: 100%;
}
.testimonial-item.style-7 .testimonial-bottom-auother .left-content .auother-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--tj-color-common-black);
  padding: 5px;
}
.testimonial-item.style-7 .testimonial-bottom-auother .left-content .auother-text .title {
  color: var(--tj-color-heading-primary);
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background: transparent;
}
.testimonial-item.style-7 .testimonial-bottom-auother .rating_wrap {
  border-radius: 5px;
  background: var(--tj-color-common-white);
  -webkit-box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 8px 15px;
}
.testimonial-item.style-7 .testimonial-bottom-auother .rating_wrap .star-ratings {
  unicode-bidi: bidi-override;
  color: var(--tj-color-common-white);
  font-size: 18px;
  letter-spacing: 6px;
  line-height: 1.1;
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-text-stroke: 1px var(--tj-color-extra-2);
}
.testimonial-item.style-7 .testimonial-bottom-auother .rating_wrap .star-ratings .fill-ratings {
  color: var(--tj-color-extra-2);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.testimonial-item.style-7 .testimonial-bottom-auother .rating_wrap .star-ratings .fill-ratings span {
  display: inline-block;
}
.testimonial-item.style-7 .testimonial-bottom-auother .rating_wrap .star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-item.style-7 {
    padding: 35px 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) {
  .testimonial-item.style-7 {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .testimonial-item.style-7 .testimonial-bottom-auother {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .testimonial-item.style-7 .testimonial-bottom-auother .left-content {
    margin-bottom: 15px;
  }
}
.testimonial-item.style-7:hover {
  border-color: rgb(255, 51, 68);
}
.testimonial-item.style-7:hover .testimonial-quote svg path {
  fill: var(--tj-color-border-6);
}
.testimonial-item.style-7:hover .testimonial-header .test-title {
  color: var(--tj-color-theme-h6-primary);
}
.testimonial-item.style-7:hover .testimonial-header .test-title::before {
  background: rgba(255, 51, 68, 0.4);
}
.testimonial-item.style-7:hover .testimonial-bottom-auother .left-content .auother-image img {
  border-color: var(--tj-color-theme-h6-primary);
}
.testimonial-item.style-7:hover .testimonial-bottom-auother .left-content .auother-text .title {
  color: var(--tj-color-theme-h6-primary);
}

/* !END: Theme Testimonial CSS */
/**----------------------------------------
START: Theme Testimonial CSS
----------------------------------------*/
.tj-testimonials.style-8 .testimonial8-pagination {
  text-align: center;
  line-height: 1;
  margin-top: 40px;
}
.tj-testimonials.style-8 .testimonial8-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: transparent !important;
  opacity: 1;
  position: relative;
  z-index: 1;
  margin: 0;
}
.tj-testimonials.style-8 .testimonial8-pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: rgba(169, 169, 250, 0.5);
  border-radius: 50%;
}
.tj-testimonials.style-8 .testimonial8-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tj-color-theme-h8-primary);
}

.testimonial-item.style-8 {
  padding: 0;
  border: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-h8-primary)), to(var(--tj-color-theme-h8-primary-1)));
  background-image: linear-gradient(180deg, var(--tj-color-theme-h8-primary) 0%, var(--tj-color-theme-h8-primary-1) 100%);
  padding: 1px;
  border-radius: 30px;
  margin-bottom: 0px;
  max-width: 425px;
  width: 100%;
}
.testimonial-item.style-8 .testimonial_inner {
  max-width: 425px;
  width: 100%;
  padding: 30px 20px 30px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  background: var(--tj-color-common-white);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 30px;
}
.testimonial-item.style-8 .testimonial_inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-h8-primary-4)), to(var(--tj-color-theme-h8-primary-4)));
  background-image: linear-gradient(180deg, var(--tj-color-theme-h8-primary-4) 0%, var(--tj-color-theme-h8-primary-4) 100%);
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.testimonial-item.style-8 .testimonial_inner .rating_wrap {
  display: inline-block;
  border-radius: 5px;
  background: var(--tj-color-common-white);
  -webkit-box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 8px 15px;
  margin-bottom: 20px;
}
.testimonial-item.style-8 .testimonial_inner .rating_wrap .star-ratings {
  unicode-bidi: bidi-override;
  color: var(--tj-color-common-white);
  font-size: 18px;
  letter-spacing: 6px;
  line-height: 1.1;
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-text-stroke: 1px var(--tj-color-extra-2);
}
.testimonial-item.style-8 .testimonial_inner .rating_wrap .star-ratings .fill-ratings {
  color: var(--tj-color-extra-2);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.testimonial-item.style-8 .testimonial_inner .rating_wrap .star-ratings .fill-ratings span {
  display: inline-block;
}
.testimonial-item.style-8 .testimonial_inner .rating_wrap .star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}
.testimonial-item.style-8 .testimonial_inner .testimonial-quote {
  position: absolute;
  top: 35%;
  right: 60px;
}
.testimonial-item.style-8 .testimonial_inner .testimonial-header .test-title {
  background: transparent;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.testimonial-item.style-8 .testimonial_inner .testimonial-auother {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid var(--tj-color-border-7);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.testimonial-item.style-8 .testimonial_inner .testimonial-auother .auother-image {
  max-width: 65px;
  height: 65px;
  width: 100%;
}
.testimonial-item.style-8 .testimonial_inner .testimonial-auother .auother-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 1px solid var(--tj-color-theme-h8-primary);
  padding: 5px;
}
.testimonial-item.style-8 .testimonial_inner .testimonial-auother .auother-text .title {
  color: var(--tj-color-heading-primary);
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background: transparent;
}
.testimonial-item.style-8:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.testimonial-item.style-8:hover .testimonial_inner::before {
  opacity: 1;
  visibility: visible;
}
.testimonial-item.style-8:hover .testimonial_inner .testimonial-header .test-title {
  color: var(--tj-color-common-black);
}
@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-item.style-8 .testimonial_inner {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-item.style-8 {
    margin: 0 auto;
  }
  .testimonial-item.style-8 .testimonial_inner {
    margin: 0 auto;
  }
}

/* !END: Theme Testimonial CSS */
/**----------------------------------------
START: Theme Testimonial CSS
----------------------------------------*/
.tj-testimonial-section.style-9 {
  position: relative;
  z-index: 1;
}
.tj-testimonial-section.style-9 .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 35px;
}
.tj-testimonial-section.style-9 .owl-dots.disabled {
  display: none;
}
.tj-testimonial-section.style-9 .owl-dots .owl-dot {
  width: 60px;
  height: 9px;
  -ms-flex-negative: 0;
  background: rgba(251, 181, 0, 0.3);
  flex-shrink: 0;
  border: none;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
.tj-testimonial-section.style-9 .owl-dots .owl-dot.active {
  background-color: var(--tj-color-theme-h9-primary);
}

.testimonial-item.style-9 {
  padding: 0;
  border: none;
  background: var(--tj-color-theme-h9-primary-6);
  padding: 30px 20px 30px 30px;
  margin-bottom: 0px;
  max-width: 470px;
  width: 100%;
  border-radius: 0;
}
.testimonial-item.style-9 .testimonial-quote {
  position: absolute;
  top: 46%;
  right: 60px;
  opacity: 0.9;
}
.testimonial-item.style-9 .rating_wrap {
  display: inline-block;
  border-radius: 5px;
  background: var(--tj-color-common-white);
  -webkit-box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.05);
  padding: 8px 15px;
  margin-bottom: 20px;
}
.testimonial-item.style-9 .rating_wrap .star-ratings {
  unicode-bidi: bidi-override;
  color: var(--tj-color-common-white);
  font-size: 18px;
  letter-spacing: 6px;
  line-height: 1.1;
  position: relative;
  padding: 0;
  margin: 0;
  -webkit-text-stroke: 1px var(--tj-color-extra-2);
}
.testimonial-item.style-9 .rating_wrap .star-ratings .fill-ratings {
  color: var(--tj-color-extra-2);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.testimonial-item.style-9 .rating_wrap .star-ratings .fill-ratings span {
  display: inline-block;
}
.testimonial-item.style-9 .rating_wrap .star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
}
.testimonial-item.style-9 .testimonial-auother {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid var(--tj-color-border-7);
  margin-bottom: 30px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.testimonial-item.style-9 .testimonial-auother .auother-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.testimonial-item.style-9 .testimonial-auother .auother-area .auother-image {
  max-width: 80px;
  width: 100%;
  height: 80px;
  padding: 5px;
  position: relative;
}
.testimonial-item.style-9 .testimonial-auother .auother-area .auother-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--tj-color-theme-h9-primary);
  opacity: 0.4;
  border-radius: 20px 20px 0px 20px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.testimonial-item.style-9 .testimonial-auother .auother-area .auother-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0px 20px;
}
.testimonial-item.style-9 .testimonial-auother .auother-text .title {
  color: var(--tj-color-heading-primary);
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background: transparent;
}
.testimonial-item.style-9 .testimonial-auother .testimonial-rating {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .testimonial-item.style-9 {
    max-width: 350px;
    padding: 30px 15px;
  }
  .testimonial-item.style-9 .testimonial-auother {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .testimonial-item.style-9 .testimonial-quote {
    top: 50%;
  }
}
.testimonial-item.style-9:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.testimonial-item.style-9:hover .testimonial-quote svg path {
  fill: var(--tj-color-theme-h9-primary);
}
.testimonial-item.style-9:hover .testimonial-auother .auother-text .title {
  color: var(--tj-color-theme-h9-primary);
}
.testimonial-item.style-9:hover .testimonial-auother .auother-image::after {
  opacity: 1;
}
.testimonial-item.style-9:hover .testimonial-header .test-title {
  color: var(--tj-color-theme-h9-primary);
}

/* !END: Theme Testimonial CSS */
/**----------------------------------------
START: Theme Team CSS
----------------------------------------*/
.tj-team-section .team-button {
  margin-top: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-team-section .team-button {
    margin-top: 20px;
  }
}

.tj-team-item {
  margin-bottom: 30px;
  position: relative;
}
.tj-team-item .team-image {
  position: relative;
  overflow: hidden;
  border-radius: 11px;
}
.tj-team-item .team-image a {
  display: inline-block;
  width: 100%;
}
.tj-team-item .team-image img {
  border-radius: 11px;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-team-item .tj-team-content {
  position: absolute;
  z-index: 2;
  width: 230px;
  height: 230px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tj-team-item .tj-team-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-radius: 50%;
  opacity: 0.6;
  z-index: -1;
}
.tj-team-item .tj-team-content .team-header {
  margin-bottom: 15px;
  text-align: center;
}
.tj-team-item .tj-team-content .team-header .title-link {
  margin-bottom: 0;
  color: var(--tj-color-common-white);
}
.tj-team-item .tj-team-content .team-header .title-link a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: transparent;
}
.tj-team-item .tj-team-content .team-header .title-link a:hover {
  text-decoration-color: inherit;
}
.tj-team-item .tj-team-content .team-header .sub-title {
  display: block;
  color: var(--tj-color-common-white);
  font-size: 14px;
  font-weight: var(--tj-fw-medium);
}
.tj-team-item .tj-team-content .team-share {
  background: var(--tj-color-common-white);
  display: inline-block;
  border-radius: 25px;
  padding: 12px 25px;
}
@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) {
  .tj-team-item .tj-team-content .team-share {
    padding: 10px 10px 10px;
  }
}
.tj-team-item .tj-team-content .team-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.tj-team-item .tj-team-content .team-share ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.tj-team-item .tj-team-content .team-share ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 0;
  right: -9px;
  height: 100%;
  width: 1px;
  opacity: 0.2;
  background: var(--tj-color-common-black);
}
.tj-team-item .tj-team-content .team-share ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  min-width: 20px;
  min-height: 20px;
}
.tj-team-item .tj-team-content .team-share ul li a:hover {
  color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-team-item .tj-team-content {
    width: 200px;
    height: 200px;
  }
}
.tj-team-item:hover .team-image img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.tj-team-item:hover .tj-team-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.tj-team-item.team-style-four {
  text-align: center;
}
.tj-team-item.team-style-four .team-image {
  max-width: 308px;
  height: 308px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}
.tj-team-item.team-style-four .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tj-team-item.team-style-four .team-share {
  padding: 12px 20px;
}
.tj-team-item.team-style-four .team-share .dot-style {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tj-team-item.team-style-four .team-share .dot-style li::before {
  right: -9px;
}
.tj-team-item.team-style-four .team-share .dot-style li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  line-height: 1px;
  font-size: 16px;
}
.tj-team-item.team-style-four .team-share .dot-style li a i {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-team-item.team-style-four .team-image {
    max-width: 260px;
    height: 260px;
  }
}

.tj-team-item-two {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 30px;
}
.tj-team-item-two::before {
  position: absolute;
  content: "";
  border-radius: 10px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(35deg, var(--tj-color-light-3) 22.13%, rgba(112, 95, 255, 0) 85.06%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-team-item-two .team-image img {
  border-radius: 10px;
  width: 100%;
}
.tj-team-item-two .tj-team-content .team-header {
  position: absolute;
  bottom: 0;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-team-item-two .tj-team-content .team-header .title-link {
  margin-bottom: 0;
  color: var(--tj-color-common-white);
}
.tj-team-item-two .tj-team-content .team-header .sub-title {
  color: var(--tj-color-common-white);
  font-size: 14px;
  font-weight: var(--tj-fw-regular);
}
.tj-team-item-two .tj-team-content .team-share {
  background: var(--tj-color-common-white);
  display: inline-block;
  border-radius: 0 0 10px 10px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-team-item-two .tj-team-content .team-share ul li {
  position: relative;
  padding: 9px 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-team-item-two .tj-team-content .team-share ul li {
    padding: 5px 12px;
  }
}
.tj-team-item-two .tj-team-content .team-share ul li::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 16px;
  background: rgba(58, 58, 58, 0.2);
}
.tj-team-item-two .tj-team-content .team-share ul li:last-child::before {
  display: none;
}
.tj-team-item-two .tj-team-content .team-share ul li a {
  color: var(--tj-color-common-black);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-size: 18px;
}
.tj-team-item-two .tj-team-content .team-share ul li a:hover {
  color: var(--tj-color-light-3);
}
.tj-team-item-two:hover::before {
  opacity: 1;
  visibility: visible;
}
.tj-team-item-two:hover .team-header {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.tj-team-item-two:hover .team-share {
  left: 30px;
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-team-item-two .tj-team-content .team-header {
    left: 20px;
  }
  .tj-team-item-two:hover .team-header {
    bottom: 15px;
  }
  .tj-team-item-two:hover .team-share {
    left: 20px;
  }
}
@media (max-width: 575px) {
  .tj-team-item-two {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.team-style-5 {
  max-width: 380px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.team-style-5 .team-images {
  position: relative;
  z-index: 1;
  height: 500px;
}
.team-style-5 .team-images::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 375px;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-9.68%, rgba(49, 0, 255, 0.8)), color-stop(98.28%, rgba(253, 49, 188, 0)));
  background: linear-gradient(180deg, rgba(49, 0, 255, 0.8) -9.68%, rgba(253, 49, 188, 0) 98.28%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.team-style-5 .team-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 200px 200px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.team-style-5 .tj-team-content {
  position: absolute;
  top: 40px;
  left: 40px;
  border-radius: 50%;
}
.team-style-5 .tj-team-content .team-header {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
}
.team-style-5 .tj-team-content .team-header::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  bottom: -15px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-common-white)), color-stop(100.8%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, var(--tj-color-common-white) 0%, rgba(255, 255, 255, 0) 100.8%);
}
.team-style-5 .tj-team-content .team-header .title-link {
  font-size: 26px;
  margin-bottom: 0;
}
.team-style-5 .tj-team-content .team-header .title-link a {
  color: var(--tj-color-common-white);
}
.team-style-5 .tj-team-content .team-header .sub-title {
  color: var(--tj-color-common-white);
  font-size: 14px;
  font-weight: var(--tj-fw-medium);
}
.team-style-5 .tj-team-content .team-share {
  background: var(--tj-color-common-white);
  display: inline-block;
  position: relative;
  text-align: center;
  border-radius: 25px;
  z-index: 1;
  -webkit-transform: translateX(-40px);
      -ms-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
}
.team-style-5 .tj-team-content .team-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 22px 11px;
}
.team-style-5 .tj-team-content .team-share ul li {
  position: relative;
  z-index: 1;
}
.team-style-5 .tj-team-content .team-share ul li::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 1px;
  background: var(--tj-color-border-1);
}
.team-style-5 .tj-team-content .team-share ul li:last-child::before {
  display: none;
}
.team-style-5 .tj-team-content .team-share ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 1;
  font-size: 16px;
  color: var(--tj-color-common-black);
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.team-style-5 .tj-team-content .team-share ul li a:hover i {
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h5-secondary)), to(var(--tj-color-theme-h5-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-h5-secondary) 0%, var(--tj-color-theme-h5-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-style-5 .team-images {
    height: 450px;
  }
  .team-style-5 .team-images::before {
    height: 300px;
  }
  .team-style-5 .tj-team-content .team-header .title-link {
    font-size: 20px;
  }
}
.team-style-5:hover .team-images::before {
  opacity: 1;
  visibility: visible;
}
.team-style-5:hover .team-images img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.team-style-5:hover .tj-team-content .team-share,
.team-style-5:hover .tj-team-content .team-header {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.tj-team-slider.swiper .teams_pagination {
  line-height: 1;
  margin-top: 60px;
  text-align: center;
}
.tj-team-slider.swiper .teams_pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: transparent;
  opacity: 0.4;
  position: relative;
  z-index: 1;
  margin: 0;
}
.tj-team-slider.swiper .teams_pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: var(--tj-color-text-body);
  border-radius: 50%;
}
.tj-team-slider.swiper .teams_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tj-color-theme-h5-primary);
  opacity: 1;
}
.tj-team-slider.swiper .teams_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h5-secondary)), to(var(--tj-color-theme-h5-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-h5-secondary) 0%, var(--tj-color-theme-h5-primary) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-team-slider.swiper .teams_pagination {
    margin-top: 50px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-team-slider.swiper .teams_pagination {
    margin-top: 40px;
  }
}

.team-details-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-details-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .team-details-list li {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.team-details-list li:last-child {
  margin-bottom: 0;
}
.team-details-list li .desc {
  color: var(--tj-color-heading-primary);
  width: 200px;
  font-size: 18px;
  display: block;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .team-details-list li .desc {
    width: 135px;
  }
}
.team-details-list li .value {
  display: inline-block;
}

.team-details-social {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 15px;
}
.team-details-social li a {
  background-color: var(--tj-color-light-4);
  color: var(--tj-color-theme-primary);
  font-size: 18px;
  width: 50px;
  height: 50px;
  padding: 5px;
  line-height: 1;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-details-social li a:hover {
  background-color: var(--tj-color-theme-primary);
}
.team-details-social li a:hover i {
  color: var(--tj-color-common-white);
}

/* !END: Theme Team CSS */
/**----------------------------------------
START: Home 6 Team CSS
----------------------------------------*/
.tj_team_item.style-6 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  overflow: hidden;
}
.tj_team_item.style-6::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.87%, rgba(255, 255, 255, 0)), to(rgba(30, 30, 30, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41.87%, rgba(30, 30, 30, 0.7) 100%);
  mix-blend-mode: color;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj_team_item.style-6 .team_img img {
  width: 100%;
}
.tj_team_item.style-6 .team_content {
  background-color: var(--tj-color-theme-h6-primary);
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj_team_item.style-6 .team_content .designation {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: var(--tj-color-grey-10);
  margin-bottom: 7px;
}
.tj_team_item.style-6 .team_content .name {
  margin: 0;
  color: var(--tj-color-common-white);
}
.tj_team_item.style-6 .team_content .name a:hover {
  color: var(--tj-color-common-black);
}
.tj_team_item.style-6 .team_socials {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: var(--tj-color-grey-10);
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 3;
  padding: 13px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tj_team_item.style-6 .team_socials li {
  position: relative;
  z-index: 1;
}
.tj_team_item.style-6 .team_socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 1;
}
.tj_team_item.style-6 .team_socials li a i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.tj_team_item.style-6 .team_socials li a:hover i {
  color: var(--tj-color-theme-h6-primary);
}
.tj_team_item.style-6 .team_socials li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: var(--tj-color-grey-9);
}
.tj_team_item.style-6:hover::after {
  background: linear-gradient(18.02deg, var(--tj-color-theme-h6-primary) 1%, rgba(255, 51, 68, 0) 71.93%);
}
.tj_team_item.style-6:hover .team_content {
  bottom: 40px;
  visibility: visible;
  opacity: 1;
}
.tj_team_item.style-6:hover .team_socials {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tj_team_item.style-6:hover .team_content {
    bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj_team_item.style-6:hover .team_content {
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .tj_team_item.style-6 .team_content {
    width: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj_team_item.style-6 {
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .tj_team_item.style-6 .team_content {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .tj_team_item.style-6 .team_content {
    padding: 20px 15px;
  }
  .tj_team_item.style-6 .team_socials {
    right: 15px;
  }
}

/* !END: Home 6 Team CSS */
/**----------------------------------------
START: Theme Team CSS
----------------------------------------*/
.tj-teams-carousel.style-7 .swiper-slide {
  max-width: 307px;
  width: 100%;
}
.tj-teams-carousel.style-7 .team-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
  margin-bottom: 60px;
}
.tj-teams-carousel.style-7 .team-navigation .slider-next,
.tj-teams-carousel.style-7 .team-navigation .slider-prev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  line-height: 1;
  font-size: 25px;
  border-radius: 50%;
  opacity: 0.4;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-h6-primary);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tj-teams-carousel.style-7 .team-navigation .slider-next:hover,
.tj-teams-carousel.style-7 .team-navigation .slider-prev:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-teams-carousel.style-7 .team-navigation {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-teams-carousel.style-7 .team-navigation {
    gap: 15px;
    margin-bottom: 0;
    margin-top: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tj-teams-carousel.style-7 .team-navigation .slider-next,
  .tj-teams-carousel.style-7 .team-navigation .slider-prev {
    width: 40px;
    height: 40px;
  }
}

.tj_team_item.style-7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.tj_team_item.style-7::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 100%;
  background: conic-gradient(from 103.54deg at 0% 54.86%, rgba(255, 51, 68, 0.86) 0deg, rgba(255, 142, 151, 0.502434) 96.85deg, rgba(255, 231, 233, 0.15) 360deg);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj_team_item.style-7 .team_img img {
  width: 100%;
}
.tj_team_item.style-7 .team_content {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj_team_item.style-7 .team_content .designation {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: var(--tj-color-grey-10);
  margin-bottom: 7px;
}
.tj_team_item.style-7 .team_content .name {
  color: var(--tj-color-common-white);
  margin-bottom: 10px;
}
.tj_team_item.style-7 .team_content .name a:hover {
  color: var(--tj-color-common-white);
}
.tj_team_item.style-7 .team_socials {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: var(--tj-color-grey-10);
  position: absolute;
  right: 25px;
  bottom: -30px;
  z-index: 3;
  padding: 13px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px 10px 0 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tj_team_item.style-7 .team_socials li {
  position: relative;
  z-index: 1;
}
.tj_team_item.style-7 .team_socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 1;
}
.tj_team_item.style-7 .team_socials li a i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.tj_team_item.style-7 .team_socials li a:hover i {
  color: var(--tj-color-theme-h6-primary);
}
.tj_team_item.style-7 .team_socials li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: var(--tj-color-grey-9);
}
.tj_team_item.style-7:hover::after {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.tj_team_item.style-7:hover .team_content {
  bottom: 30px;
  visibility: visible;
  opacity: 1;
}
.tj_team_item.style-7:hover .team_socials {
  visibility: visible;
  opacity: 1;
  bottom: 0px;
}
@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_team_item.style-7 .team_content {
    left: 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) {
  .tj_team_item.style-7 {
    margin: 0 auto;
  }
}

/* !END: Theme Team CSS */
/**----------------------------------------
START: Theme Team CSS
----------------------------------------*/
.tj-team-section.style-8 {
  padding-top: 120px;
  padding-bottom: 90px;
  background: 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-team-section.style-8 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .tj-team-section.style-8 .tj-sec-heading {
    margin-bottom: 40px;
  }
}

.tj-team-item-two.style-8::before {
  background: linear-gradient(223.74deg, rgba(169, 169, 250, 0.3) 0%, var(--tj-color-theme-h8-primary-1) 84.48%, var(--tj-color-theme-h8-primary-1) 84.48%);
}
.tj-team-item-two.style-8 .tj-team-content .team-header {
  position: absolute;
  bottom: 0;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tj-team-item-two.style-8 .tj-team-content .team-header .title-link {
  color: var(--tj-color-common-black);
}
.tj-team-item-two.style-8 .tj-team-content .team-header .title-link a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-team-item-two.style-8 .tj-team-content .team-header .sub-title {
  color: var(--tj-color-text-body);
}
.tj-team-item-two.style-8 .tj-team-content .team_socials {
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: var(--tj-color-grey-10);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  padding: 17px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 0px 0px 10px 10px;
}
.tj-team-item-two.style-8 .tj-team-content .team_socials li {
  position: relative;
  z-index: 1;
}
.tj-team-item-two.style-8 .tj-team-content .team_socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 16px;
  line-height: 1;
}
.tj-team-item-two.style-8 .tj-team-content .team_socials li a i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.tj-team-item-two.style-8 .tj-team-content .team_socials li a:hover i {
  color: var(--tj-color-theme-primary);
}
.tj-team-item-two.style-8 .tj-team-content .team_socials li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 1px;
  background-color: var(--tj-color-grey-9);
}
.tj-team-item-two.style-8:hover::before {
  opacity: 1;
  visibility: visible;
}
.tj-team-item-two.style-8:hover .team-header {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}
.tj-team-item-two.style-8:hover .team_socials {
  left: 30px;
  opacity: 1;
  visibility: visible;
}

/* !END: Theme Team CSS */
/**----------------------------------------
START: Theme Team CSS
----------------------------------------*/
.tj-team-item.style-9 {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.tj-team-item.style-9::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.87%, rgba(255, 255, 255, 0)), to(rgba(30, 30, 30, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41.87%, rgba(30, 30, 30, 0.7) 100%);
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
.tj-team-item.style-9::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 181, 0, 0.7)), color-stop(92.89%, rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(251, 181, 0, 0.7) 0%, rgba(255, 255, 255, 0) 92.89%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.tj-team-item.style-9 .team-image {
  max-width: 100%;
  border-radius: 0;
}
.tj-team-item.style-9 .team-image img {
  width: 100%;
  border-radius: 0;
}
.tj-team-item.style-9 .tj-team-content {
  -webkit-transform: translate(-50%, -15%) scale(0);
      -ms-transform: translate(-50%, -15%) scale(0);
          transform: translate(-50%, -15%) scale(0);
}
.tj-team-item.style-9 .tj-team-content::after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-h9-primary)), color-stop(93.7%, rgba(251, 181, 0, 0)));
  background-image: linear-gradient(180deg, var(--tj-color-theme-h9-primary) 0%, rgba(251, 181, 0, 0) 93.7%);
}
.tj-team-item.style-9 .team-share {
  padding: 12px 35px;
}
.tj-team-item.style-9 .team-share .dot-style {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.tj-team-item.style-9 .team-share .dot-style li {
  width: 0px;
  margin-right: 10px;
}
.tj-team-item.style-9 .team-share .dot-style li::before {
  right: -28px;
}
.tj-team-item.style-9 .team-share .dot-style li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  line-height: 1px;
  font-size: 16px;
  background: transparent;
  color: var(--tj-color-common-black);
}
.tj-team-item.style-9 .team-share .dot-style li a:hover {
  color: var(--tj-color-theme-h9-primary);
}
@media (max-width: 575px) {
  .tj-team-item.style-9 {
    max-width: 310px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.tj-team-item.style-9:hover .tj-team-content {
  -webkit-transform: translate(-50%, -15%) scale(1);
      -ms-transform: translate(-50%, -15%) scale(1);
          transform: translate(-50%, -15%) scale(1);
}
.tj-team-item.style-9:hover::before {
  opacity: 0;
  visibility: hidden;
}
.tj-team-item.style-9:hover::after {
  opacity: 1;
  visibility: visible;
}

/* !END: Theme Team CSS */
/**----------------------------------------
START: Theme Portfolio CSS
----------------------------------------*/
.tj-portfolio-section {
  background: linear-gradient(117deg, var(--tj-color-grey-2) 8.79%, var(--tj-color-grey-3) 98.63%);
  padding-top: 115px;
  padding-bottom: 105px;
  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-portfolio-section {
    padding-top: 75px;
    padding-bottom: 65px;
  }
}
.tj-portfolio-section .tj-sec-heading {
  margin-bottom: 0;
}
.tj-portfolio-section .tj-sec-heading .sec-title {
  margin-bottom: 0;
  color: var(--tj-color-common-white);
}
.tj-portfolio-section .portfolio-header {
  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) {
  .tj-portfolio-section .portfolio-header {
    margin-bottom: 30px;
  }
}
.tj-portfolio-section .portfolio-header .filter-menu {
  text-align: end;
  position: relative;
  z-index: 3;
}
@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-portfolio-section .portfolio-header .filter-menu {
    text-align: left;
    margin-top: 30px;
  }
}
.tj-portfolio-section .portfolio-header .filter-menu .active {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
}
.tj-portfolio-section .portfolio-header .filter-menu .filter {
  color: var(--tj-color-common-white);
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  margin-right: 30px;
}
.tj-portfolio-section .portfolio-header .filter-menu .filter:last-child {
  margin-right: 0;
}

.tj-portfolio-page {
  padding-top: 120px;
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio-page {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio-page .tj-portfolio-item-two {
    margin-bottom: 30px;
  }
}
.tj-portfolio-page .tj-sec-heading {
  max-width: 775px;
}

.portfolio-gallery .portfolio-items {
  position: relative;
  z-index: 3;
  margin-left: -12px;
  margin-right: -12px;
}
.portfolio-gallery .portfolio-items .portfolio-single-item {
  float: left;
  width: 50%;
  padding: 0 12px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-gallery .portfolio-items .portfolio-single-item {
    width: 100%;
  }
}
.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-image {
  margin-bottom: 25px;
  position: relative;
}
.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-image::before {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 20px;
  z-index: 3;
}
.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-image a {
  display: inline-block;
  width: 100%;
}
.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-image img {
  border-radius: 24px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-image {
    margin-bottom: 20px;
  }
  .portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-image img {
    border-radius: 14px;
  }
}
.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content {
  padding-left: 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) {
  .portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content {
    padding-left: 0;
  }
}
.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content .title-link {
  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) {
  .portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content .title-link {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content .title-link a {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}
.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content .title-link a:hover {
  color: transparent;
}
.portfolio-gallery .portfolio-items .portfolio-single-item .portfolio-content .sub-title {
  color: var(--tj-color-common-white);
  color: rgba(255, 255, 255, 0.8);
  display: block;
}
.portfolio-gallery .portfolio-items .portfolio-single-item:hover .portfolio-image::before {
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}

.portfolio-grid {
  position: relative;
  z-index: 3;
}

.portfolio-slider {
  margin-left: calc((100% - 1340px) / 2);
  width: auto;
  min-width: auto;
  max-width: inherit;
  padding-right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-slider {
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .portfolio-slider {
    margin-left: auto;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}

.portfolio-section-shape .portfolio-bg-shape {
  position: absolute;
  right: 0;
  top: 0;
}
.portfolio-section-shape .portfolio-bg-shape1 {
  position: absolute;
  left: 0;
  bottom: 60px;
}
.portfolio-section-shape .portfolio-bg-shape2 {
  position: absolute;
  right: 0;
  top: 48%;
  opacity: 0.4;
}
@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-section-shape .portfolio-bg-shape2 {
    display: none;
  }
}
.portfolio-section-shape .portfolio-bg-shape3 {
  position: absolute;
  right: 0;
  top: 48%;
  opacity: 0.4;
}
@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-section-shape .portfolio-bg-shape3 {
    display: none;
  }
}
.portfolio-section-shape .portfolio-bg-shape4 {
  position: absolute;
  right: 10%;
  bottom: 10px;
  opacity: 0.4;
}
@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-section-shape .portfolio-bg-shape4 {
    display: none;
  }
}
.portfolio-section-shape .portfolio-bg-shape5 {
  position: absolute;
  right: 10%;
  bottom: 4%;
  opacity: 0.4;
}
@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-section-shape .portfolio-bg-shape5 {
    display: none;
  }
}
.portfolio-section-shape .portfolio-bg-shape6 {
  position: absolute;
  top: 25%;
  left: 50px;
}
@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-section-shape .portfolio-bg-shape6 {
    display: none;
  }
}

.portfolio-top-content {
  margin-bottom: 50px;
}

.gutter-sizer {
  width: 2%;
}

.tj-portfolio-filter {
  margin-bottom: 20px;
}
.tj-portfolio-filter .filter-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}
.tj-portfolio-filter .filter-menu button {
  font-size: 18px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-portfolio-filter .filter-menu button.active {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-portfolio-filter .filter-menu {
    -webkit-column-gap: 15x;
       -moz-column-gap: 15x;
            column-gap: 15x;
  }
}
.tj-portfolio-filter.style-3 {
  margin-bottom: 50px;
}
.tj-portfolio-filter.style-3 .filter-menu button {
  color: var(--tj-color-common-black);
}
.tj-portfolio-filter.style-3 .filter-menu button.active {
  background: transparent;
  color: var(--tj-color-light-3);
  -webkit-text-fill-color: unset;
}

.portfolio-single-item.style-3 .portfolio-single {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.portfolio-single-item.style-3 .portfolio-single .portfolio-image img {
  border-radius: 10px;
  width: 100%;
}
.portfolio-single-item.style-3 .portfolio-single .portfolio-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 8px;
  background: linear-gradient(62deg, var(--tj-color-light-3) 36.25%, rgba(112, 95, 255, 0) 89.24%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding: 20px 23px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.portfolio-single-item.style-3 .portfolio-single .portfolio-content .portfolio-header {
  max-width: calc(100% - 75px);
  width: 100%;
}
.portfolio-single-item.style-3 .portfolio-single .portfolio-content .portfolio-header .sub-title {
  display: block;
  color: var(--tj-color-common-white);
  margin-bottom: 5px;
  line-height: 1;
}
.portfolio-single-item.style-3 .portfolio-single .portfolio-content .portfolio-header .title-link {
  margin-bottom: 0;
  font-size: 20px;
  color: var(--tj-color-common-white);
}
.portfolio-single-item.style-3 .portfolio-single .portfolio-content .portfolio-header .title-link a:hover {
  color: var(--tj-color-theme-secondary);
}
.portfolio-single-item.style-3 .portfolio-single .portfolio-content .portfolio-arrow a {
  width: 65px;
  height: 45px;
  line-height: 1;
  border-radius: 3px;
  background: var(--tj-color-light-2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 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) {
  .portfolio-single-item.style-3 .portfolio-single .portfolio-content .portfolio-arrow a {
    width: 55px;
    height: 35px;
    font-size: 20px;
  }
}
.portfolio-single-item.style-3 .portfolio-single .portfolio-content .portfolio-arrow a i {
  color: var(--tj-color-theme-primary);
}
.portfolio-single-item.style-3 .portfolio-single:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.portfolio-single-item.style-3:first-child .portfolio-single .portfolio-image img, .portfolio-single-item.style-3:nth-child(3) .portfolio-single .portfolio-image img {
  min-height: 435px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .portfolio-single-item.style-3:first-child .portfolio-single .portfolio-image img, .portfolio-single-item.style-3:nth-child(3) .portfolio-single .portfolio-image img {
    min-height: 385px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-single-item.style-3:first-child .portfolio-single .portfolio-image img, .portfolio-single-item.style-3:nth-child(3) .portfolio-single .portfolio-image img {
    min-height: 320px;
  }
}
@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-single-item.style-3:first-child .portfolio-single .portfolio-image img, .portfolio-single-item.style-3:nth-child(3) .portfolio-single .portfolio-image img {
    min-height: auto;
  }
  .portfolio-single-item.style-3 .portfolio-single .portfolio-content .portfolio-header .title-link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-single-item.style-3 {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px) {
  .portfolio-single-item.style-3 {
    max-width: 350px;
  }
}

.portfolio_masonry .portfolio-items {
  position: relative;
  z-index: 1;
  margin-left: -12px;
  margin-right: -12px;
}
.portfolio_masonry .portfolio-items .portfolio-single-item.style-3 {
  float: left;
  width: 33.333%;
  padding: 0 12px;
}
.portfolio_masonry .portfolio-items .portfolio-single-item.style-3 .portfolio-single {
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_masonry .portfolio-items .portfolio-single-item.style-3 {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio_masonry .portfolio-items .portfolio-single-item.style-3 {
    max-width: 100%;
    width: 100%;
  }
}

.tj-portfolio-item-two {
  border-radius: 30px 30px 30px 0px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-portfolio-item-two {
    max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.tj-portfolio-item-two::before {
  position: absolute;
  content: "";
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px 30px 30px 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 217, 161, 0.14)), color-stop(87.25%, rgba(95, 57, 255, 0.8)));
  background: linear-gradient(180deg, rgba(32, 217, 161, 0.14) 0%, rgba(95, 57, 255, 0.8) 87.25%);
  opacity: 0;
  visibility: hidden;
}
.tj-portfolio-item-two .portfolio-image a {
  display: inline-block;
}
.tj-portfolio-item-two .portfolio-image img {
  border-radius: 30px 30px 30px 0;
  width: 100%;
}
.tj-portfolio-item-two .portfolio-content {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  padding: 0 40px 40px 40px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.tj-portfolio-item-two .portfolio-content .sub-title {
  color: var(--tj-color-common-white);
  font-size: 14px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
}
.tj-portfolio-item-two .portfolio-content .title {
  margin-bottom: 0;
  color: var(--tj-color-common-white);
  font-size: 26px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-portfolio-item-two .portfolio-content {
    padding: 0 20px 30px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-portfolio-item-two .portfolio-content {
    padding: 0 20px 30px 20px;
  }
  .tj-portfolio-item-two .portfolio-content .title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .tj-portfolio-item-two .portfolio-content {
    padding: 0 20px 20px 20px;
  }
  .tj-portfolio-item-two .portfolio-content .title {
    font-size: 22px;
  }
}
.tj-portfolio-item-two:hover::before {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.tj-portfolio-item-two:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tj-portfolio-item-two.style-2 {
  width: 100%;
}
.tj-portfolio-item-two.style-2 .portfolio-content {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  max-width: 240px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.tj-portfolio-item-two.style-2 .portfolio-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 280px;
  height: 280px;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 217, 161, 0.4)), to(rgba(95, 57, 255, 0.8)));
  background: linear-gradient(90deg, rgba(32, 217, 161, 0.4) 0%, rgba(95, 57, 255, 0.8) 100%);
  z-index: -1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
}
.tj-portfolio-item-two.style-2 .portfolio-content .sub-title {
  display: block;
  margin-bottom: 10px;
}
.tj-portfolio-item-two.style-2:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.tj-portfolio-item-two.style-2:hover .portfolio-content::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .tj-portfolio-item-two.style-2 .portfolio-content {
    max-width: 220px;
  }
  .tj-portfolio-item-two.style-2 .portfolio-content::before {
    width: 240px;
    height: 240px;
  }
}
.tj-portfolio-item-two.style-5 {
  margin-bottom: 0;
  border-radius: 0;
}
.tj-portfolio-item-two.style-5::before {
  display: none;
}
.tj-portfolio-item-two.style-5 .portfolio-image {
  height: 500px;
  position: relative;
  z-index: 1;
}
.tj-portfolio-item-two.style-5 .portfolio-image::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(40deg, rgba(49, 0, 255, 0.8) -9.68%, rgba(253, 49, 188, 0) 98.28%);
  border-radius: 200px 200px 0 0;
  opacity: 0;
  visibility: hidden;
}
.tj-portfolio-item-two.style-5 .portfolio-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 200px 200px 0 0;
}
.tj-portfolio-item-two.style-5 .portfolio-content {
  z-index: 2;
  left: 0;
  padding: 30px 30px;
}
.tj-portfolio-item-two.style-5:hover .portfolio-image::before {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px) {
  .tj-portfolio-item-two.style-5 .portfolio-image {
    height: 450px;
  }
}

.tj-portfolio-slider5.swiper .swiper-slide {
  max-width: 380px;
  width: 100%;
}
.tj-portfolio-slider5.swiper .portfolio_pagination {
  line-height: 1;
  margin-top: 60px;
  text-align: center;
}
.tj-portfolio-slider5.swiper .portfolio_pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: transparent;
  opacity: 0.4;
  position: relative;
  z-index: 1;
  margin: 0;
}
.tj-portfolio-slider5.swiper .portfolio_pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: var(--tj-color-text-body);
  border-radius: 50%;
}
.tj-portfolio-slider5.swiper .portfolio_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tj-color-theme-h5-primary);
  opacity: 1;
}
.tj-portfolio-slider5.swiper .portfolio_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h5-secondary)), to(var(--tj-color-theme-h5-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-h5-secondary) 0%, var(--tj-color-theme-h5-primary) 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-portfolio-slider5.swiper .portfolio_pagination {
    margin-top: 50px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-portfolio-slider5.swiper .portfolio_pagination {
    margin-top: 40px;
  }
}

.tj-portfolio-slider .swiper-slide {
  max-width: 525px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-portfolio-slider .swiper-slide {
    max-width: 450px;
  }
}

.tj-portfolio-slider2 .swiper-slide {
  max-width: 535px;
  width: 100%;
}
.tj-portfolio-slider2 .swiper-slide .tj-portfolio-item-two {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-portfolio-slider2 .swiper-slide {
    max-width: 450px;
  }
}
.tj-portfolio-slider2 .portfolio-pagination {
  text-align: center;
  margin-top: 50px;
}
.tj-portfolio-slider2 .portfolio-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 48px;
  height: 8px;
  cursor: pointer;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(95, 57, 255, 0.5);
  margin: 0;
}
.tj-portfolio-slider2 .portfolio-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}
@media (max-width: 575px) {
  .tj-portfolio-slider2 .portfolio-pagination {
    margin-top: 40px;
  }
}

.portfolio_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 50px;
  position: relative;
  right: 18%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .portfolio_navigation {
    right: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio_navigation {
    right: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
    margin-bottom: 0;
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .portfolio_navigation {
    margin-top: 0;
  }
}
.portfolio_navigation .portfolio_next,
.portfolio_navigation .portfolio_prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 1;
  border: 2px solid var(--tj-color-light-8);
  color: var(--tj-color-light-8);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.portfolio_navigation .portfolio_next::before,
.portfolio_navigation .portfolio_prev::before {
  content: "\f104";
  font-family: var(--tj-ff-fontawesome);
  font-size: 30px;
  font-weight: var(--tj-fw-light);
  -webkit-transition: none;
  transition: none;
}
.portfolio_navigation .portfolio_next:hover,
.portfolio_navigation .portfolio_prev:hover {
  border-color: var(--tj-color-theme-secondary);
  color: transparent;
}
@media (max-width: 575px) {
  .portfolio_navigation .portfolio_next,
  .portfolio_navigation .portfolio_prev {
    width: 40px;
    height: 40px;
  }
  .portfolio_navigation .portfolio_next::before,
  .portfolio_navigation .portfolio_prev::before {
    font-size: 25px;
  }
}
.portfolio_navigation .portfolio_next::before {
  content: "\f105";
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-portfolios-section .tj-portfolio-item-two.style-2 .portfolio-content::before {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-portfolios-section .tj-portfolio-item-two.style-2 .portfolio-content .title {
    font-size: 22px;
  }
  .tj-portfolios-section .tj-portfolio-item-two.style-2 .portfolio-content::before {
    width: 240px;
    height: 240px;
  }
}

/* !END: Theme Portfolio CSS */
/**----------------------------------------
START: Home 6 Portfolio
----------------------------------------*/
.portfolio_item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}
.portfolio_item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(34.44deg, var(--tj-color-theme-h6-primary) 11.59%, rgba(255, 51, 68, 0) 81.87%);
  mix-blend-mode: color;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.portfolio_item .portfolio_content {
  background-color: var(--tj-color-theme-h6-primary);
  padding: 23px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.portfolio_item .portfolio_content .content_text {
  width: calc(100% - 70px);
}
.portfolio_item .portfolio_content .content_text .category {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: var(--tj-color-common-white);
  margin-bottom: 5px;
}
.portfolio_item .portfolio_content .content_text .title {
  font-size: 20px;
  line-height: 1.2;
  color: var(--tj-color-common-white);
  margin: 0;
}
.portfolio_item .portfolio_content .content_text .title a:hover {
  color: var(--tj-color-common-black);
}
.portfolio_item .portfolio_content .arrow_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--tj-color-grey-10);
  border-radius: 3px;
  min-width: 60px;
  color: var(--tj-color-common-black);
  font-size: 25px;
  line-height: 1;
  padding: 8px 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.portfolio_item .portfolio_content .arrow_btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.portfolio_item .portfolio_content .arrow_btn:hover {
  background-color: var(--tj-color-common-black);
}
.portfolio_item .portfolio_content .arrow_btn:hover i {
  color: var(--tj-color-common-white);
}
.portfolio_item:hover::after {
  visibility: visible;
  opacity: 0.5;
}
.portfolio_item:hover .portfolio_content {
  bottom: 40px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .portfolio_item:hover .portfolio_content {
    bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio_item:hover .portfolio_content {
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .portfolio_item .portfolio_content {
    width: 90%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio_item {
    max-width: 415px;
    width: 100%;
  }
  .portfolio_item .portfolio_content {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .portfolio_item .portfolio_content {
    padding: 20px 15px;
  }
}

.portfolio_carousel.style-6 .portfolio_item {
  margin-bottom: 0;
}
.portfolio_carousel.style-6 .portfolio_pagination {
  line-height: 1;
  margin-top: 60px;
  text-align: center;
}
.portfolio_carousel.style-6 .portfolio_pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  background-color: transparent;
  opacity: 0.1;
  position: relative;
  z-index: 1;
  margin: 0;
}
.portfolio_carousel.style-6 .portfolio_pagination .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-color: var(--tj-color-theme-h6-primary);
  border-radius: 50%;
}
.portfolio_carousel.style-6 .portfolio_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tj-color-theme-h6-primary);
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .portfolio_carousel.style-6 .portfolio_pagination {
    margin-top: 50px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .portfolio_carousel.style-6 .portfolio_pagination {
    margin-top: 40px;
  }
}

/* !END: Home 6 Portfolio */
/**----------------------------------------
START: Home 7 Portfolio
----------------------------------------*/
.tj-portfolio-section.style-7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--tj-color-theme-h7-primary-5);
  position: relative;
  z-index: 2;
}
.tj-portfolio-section.style-7 .tj-sec-heading.style-7 {
  margin-bottom: 60px;
  max-width: 575px;
  width: 100%;
}
.tj-portfolio-section.style-7 .portfolio-shapes {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -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) {
  .tj-portfolio-section.style-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-portfolio-section.style-7 .tj-sec-heading.style-7 {
    margin-bottom: 40px;
  }
}

.tj-portfolios.style-7 .portfolio_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 50px;
  padding: 8px 0;
}
.tj-portfolios.style-7 .portfolio_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
  background: rgba(255, 51, 68, 0.3);
  flex-shrink: 0;
  border: none;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  opacity: 1;
}
.tj-portfolios.style-7 .portfolio_pagination .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  border: 1px solid transparent;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tj-portfolios.style-7 .portfolio_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--tj-color-theme-h6-primary);
}
.tj-portfolios.style-7 .portfolio_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border-color: var(--tj-color-theme-h6-primary);
}

.portfolio_item.style-7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 0px;
  max-width: 425px;
  width: 100%;
}
.portfolio_item.style-7::after {
  display: none;
}
.portfolio_item.style-7 .portfolio_image img {
  border-radius: 10px;
}
.portfolio_item.style-7 .portfolio_content {
  background: linear-gradient(49.77deg, var(--tj-color-theme-h6-primary) 32.21%, rgba(241, 240, 255, 0) 108.97%);
  padding: 23px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 85%;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.portfolio_item.style-7 .portfolio_content .content_text {
  width: calc(100% - 70px);
}
.portfolio_item.style-7 .portfolio_content .content_text .category {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: var(--tj-color-common-white);
  margin-bottom: 5px;
}
.portfolio_item.style-7 .portfolio_content .content_text .title {
  font-size: 20px;
  line-height: 1.2;
  color: var(--tj-color-common-white);
  margin: 0;
}
.portfolio_item.style-7 .portfolio_content .content_text .title a:hover {
  color: var(--tj-color-common-white);
}
.portfolio_item.style-7 .portfolio_content .arrow_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--tj-color-grey-10);
  border-radius: 3px;
  min-width: 60px;
  color: var(--tj-color-theme-h6-primary);
  font-size: 25px;
  line-height: 1;
  padding: 8px 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.portfolio_item.style-7 .portfolio_content .arrow_btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.portfolio_item.style-7 .portfolio_content .arrow_btn:hover {
  background-color: var(--tj-color-theme-h6-primary);
}
.portfolio_item.style-7 .portfolio_content .arrow_btn:hover i {
  color: var(--tj-color-common-white);
}
.portfolio_item.style-7:hover .portfolio_content {
  bottom: 40px;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 575px) {
  .portfolio_item.style-7 {
    max-width: 350px;
  }
  .portfolio_item.style-7 .portfolio_content .content_text .title {
    font-size: 18px;
  }
}

/* !END: Home 6 Portfolio */
/**----------------------------------------
START: Theme Portfolio CSS
----------------------------------------*/
.tj_portfolios.style-8 .filter-menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
.tj_portfolios.style-8 .filter-menu .filter {
  color: var(--tj-color-text-body);
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
}
.tj_portfolios.style-8 .filter-menu .filter.active {
  background: transparent;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: var(--tj-color-common-black);
}
@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_portfolios.style-8 .filter-menu {
    gap: 20px;
  }
}
.tj_portfolios.style-8 .portfolio-single-item .portfolio-single .portfolio-content .title-link {
  margin-bottom: 5px;
}
.tj_portfolios.style-8 .portfolio-single-item .portfolio-single .portfolio-content .title-link a {
  color: var(--tj-color-common-black);
}
.tj_portfolios.style-8 .portfolio-single-item .portfolio-single .portfolio-content .title-link a:hover {
  color: var(--tj-color-theme-primary);
}
.tj_portfolios.style-8 .portfolio-single-item .portfolio-single .portfolio-content .sub-title {
  color: var(--tj-color-text-body);
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_portfolios.style-8 .portfolio-single-item .portfolio-single .portfolio-content .title-link {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_portfolios.style-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj_portfolios.style-8 .portfolio-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_portfolios.style-8 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

/* !END: Theme Portfolio CSS */
/**----------------------------------------
START: Theme Project CSS
----------------------------------------*/
.portfolio-item.style-9 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.portfolio-item.style-9::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(30, 30, 30, 0.7)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(30, 30, 30, 0.7) 100%);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.portfolio-item.style-9::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 181, 0, 0.7)), color-stop(92.89%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, rgba(251, 181, 0, 0.7) 0%, rgba(255, 255, 255, 0) 92.89%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.portfolio-item.style-9 .portfolio-imges {
  height: 364px;
}
.portfolio-item.style-9 .portfolio-imges img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portfolio-item.style-9 .portfolio-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 160px;
  line-height: 1;
  text-align: center;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-h9-primary);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.portfolio-item.style-9 .portfolio-button .tj-check-btn {
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-body);
  line-height: 1.4;
}
.portfolio-item.style-9 .portfolio-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.portfolio-item.style-9 .portfolio-content .portfolio-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 60px;
  width: 100%;
  height: 60px;
  line-height: 1;
  font-size: 25px;
  color: var(--tj-color-grey-11);
  background: var(--tj-color-theme-h9-primary-2);
  border-radius: 30px 30px 30px 0px;
  margin-bottom: 25px;
}
.portfolio-item.style-9 .portfolio-content .portfolio-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.portfolio-item.style-9 .portfolio-content .portfolio-icon img,
.portfolio-item.style-9 .portfolio-content .portfolio-icon svg {
  max-width: 25px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.portfolio-item.style-9 .portfolio-content .title {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
  margin-bottom: 0;
}
.portfolio-item.style-9:hover::before {
  opacity: 0;
  visibility: hidden;
}
.portfolio-item.style-9:hover::after {
  opacity: 1;
  visibility: visible;
}
.portfolio-item.style-9:hover .portfolio-button {
  opacity: 1;
  visibility: visible;
}
.portfolio-item.style-9:hover .portfolio-content {
  opacity: 0;
  visibility: hidden;
}

/* !END: Theme Project CSS */
/**----------------------------------------
START: Theme Portfolio CSS
----------------------------------------*/
.tj-portfolio-details {
  padding-top: 120px;
  padding-bottom: 100px;
  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-portfolio-details {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.tj-portfolio-details .tj-portfolio-shape .group-one .shape-1 {
  position: absolute;
  left: 80px;
  top: 10%;
}
.tj-portfolio-details .tj-portfolio-shape .group-one .shape-2 {
  position: absolute;
  left: 0;
  top: 15%;
}
.tj-portfolio-details .tj-portfolio-shape .group-two .shape-1 {
  position: absolute;
  left: 50px;
  bottom: 70px;
  opacity: 0.5;
}
.tj-portfolio-details .tj-portfolio-shape .group-two .shape-2 {
  position: absolute;
  left: 0;
  bottom: 50px;
  opacity: 0.5;
}
.tj-portfolio-details .tj-portfolio-shape .group-three .shape-1 {
  position: absolute;
  right: 60px;
  top: 10%;
}
.tj-portfolio-details .tj-portfolio-shape .group-three .shape-2 {
  position: absolute;
  right: 60px;
  top: 15%;
}
.tj-portfolio-details .tj-portfolio-shape .group-four .shape-1 {
  position: absolute;
  right: 30px;
  top: 40%;
}
.tj-portfolio-details .tj-portfolio-shape .group-four .shape-2 {
  position: absolute;
  right: 30px;
  top: 45%;
}
@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-portfolio-details .tj-portfolio-shape {
    display: none;
  }
}

.portfolio-wrapper {
  position: relative;
  z-index: 3;
}
.portfolio-wrapper .portfolio-lg-image {
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
.portfolio-wrapper .portfolio-lg-image img {
  border-radius: 20px;
}
.portfolio-wrapper .tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.portfolio-wrapper .tagcloud span {
  font-size: 18px;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  margin-right: 10px;
}
.portfolio-wrapper .tagcloud a {
  background: var(--tj-color-light-8);
  font-size: 14px;
  font-weight: 300;
  color: var(--tj-color-common-black);
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: var(--tj-fw-bold);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-wrapper .tagcloud a {
    padding: 7px 15px;
  }
}
.portfolio-wrapper .tagcloud a i {
  font-size: 18px;
  color: var(--tj-color-common-black);
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.portfolio-wrapper .tagcloud a:hover {
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
}
.portfolio-wrapper .tagcloud a:hover i {
  color: var(--tj-color-common-white);
}
.portfolio-wrapper .portfolio-content .title {
  font-size: 30px;
}
.portfolio-wrapper .portfolio-content .check-list {
  margin-bottom: 10px;
}
.portfolio-wrapper .portfolio-content .check-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio-wrapper .portfolio-content .check-list ul li {
  color: var(--tj-color-light-3);
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-body);
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}
.portfolio-wrapper .portfolio-content .check-list ul li:last-child {
  margin-bottom: 0;
}
.portfolio-wrapper .portfolio-content .check-list ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
  background: var(--tj-color-light-3);
}
.portfolio-wrapper .portfolio-content .portfolio-left-content .title {
  margin-bottom: 30px;
}
.portfolio-wrapper .portfolio-content .need-title {
  margin-bottom: 24px;
}
.portfolio-wrapper .portfolio-content .need-title .tj-primary-btn {
  width: 100%;
  border-radius: 10px;
  text-align: 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) {
  .portfolio-wrapper .portfolio-content .need-title {
    margin-top: 30px;
  }
}

.portfolio-info {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 217, 161, 0.08)), to(rgba(95, 57, 255, 0.08)));
  background: linear-gradient(90deg, rgba(32, 217, 161, 0.08) 0%, rgba(95, 57, 255, 0.08) 100%);
  border-radius: 10px;
  padding: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-info {
    padding: 35px 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) {
  .portfolio-info {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-info {
    padding: 30px 15px;
  }
}
.portfolio-info .portfolio-info-title {
  padding-bottom: 21px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--tj-color-border-1);
}
.portfolio-info .info-item {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--tj-color-border-1);
  padding-bottom: 21px;
  margin-bottom: 20px;
}
.portfolio-info .info-item:last-child {
  margin-bottom: 0;
}
.portfolio-info .info-item .title {
  color: var(--tj-color-light-3);
}
.portfolio-info .info-item .info {
  display: inline-block;
  line-height: 1.5;
  font-weight: var(--tj-fw-regular);
}
.portfolio-info .portfolio-socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.portfolio-info .portfolio-socials ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.portfolio-info .portfolio-socials ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--tj-color-light-8);
  color: var(--tj-color-theme-primary);
}
.portfolio-info .portfolio-socials ul li a i {
  -webkit-transition: none;
  transition: none;
}
.portfolio-info .portfolio-socials ul li a:hover {
  background-color: var(--tj-color-theme-primary);
}
.portfolio-info .portfolio-socials ul li a:hover i {
  color: var(--tj-color-common-white);
}
.portfolio-info.contact .portfolio-info-title {
  margin-bottom: 25px;
}
.portfolio-info.contact .info-item {
  padding-bottom: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 15px;
  margin-bottom: 25px;
}
.portfolio-info.contact .info-item:last-child {
  margin: 0;
}
.portfolio-info.contact .info-item .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 35px;
  width: 100%;
  height: 35px;
  background-color: var(--tj-color-light-8);
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
  margin-top: -5px;
}

/* !END: Theme Portfolio CSS */
/**----------------------------------------
START: Theme FAQ CSS
----------------------------------------*/
.faq-section-shape .faq-bg-shape {
  position: absolute;
  top: 0;
  right: 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) {
  .faq-section-shape .faq-bg-shape {
    width: 50%;
  }
}
.faq-section-shape .faq-bg-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.tj-faq-area .tj-faq-style {
  border: 1px solid var(--tj-color-theme-secondary);
  -webkit-box-shadow: 60px 15px 68px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 60px 15px 68px 0px rgba(0, 0, 0, 0.05);
  background: var(--tj-color-common-white);
  border-radius: 20px;
  padding: 50px 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) {
  .tj-faq-area .tj-faq-style {
    padding: 25px 35px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-faq-area .tj-faq-style {
    padding: 20px 15px;
  }
}
.tj-faq-area .tj-faq-style .accordion-item {
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--tj-color-grey-4);
  border-radius: 0;
}
.tj-faq-area .tj-faq-style .accordion-item:last-child {
  border-bottom: none;
}
.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button {
  font-size: 22px;
  line-height: 1.5;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  padding: 20px 35px 20px 0;
  background-color: transparent;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-common-black)), to(var(--tj-color-common-black)));
  background: linear-gradient(90deg, var(--tj-color-common-black) 0%, var(--tj-color-common-black) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:before {
  position: absolute;
  top: 25px;
  right: 0;
  content: "\f0ab";
  font-family: "Font Awesome 6 Pro";
  font-weight: var(--tj-fw-bold);
  font-size: 25px;
  color: transparent;
  line-height: 1.1;
  padding: 1px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-common-black)), to(var(--tj-color-common-black)));
  background: linear-gradient(90deg, var(--tj-color-common-black) 0%, var(--tj-color-common-black) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    padding: 20px 30px 20px 0;
  }
  .tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:before {
    font-size: 20px;
    top: 25px;
  }
}
.tj-faq-area .tj-faq-style .accordion-item .accordion-body {
  padding-left: 0;
  padding: 0 0 20px 0;
  max-width: 460px;
  width: 100%;
  color: var(--tj-color-text-body);
}

.faq-group-shape {
  opacity: 0.2;
}
@media (max-width: 575px) {
  .faq-group-shape {
    display: none;
  }
}
.faq-group-shape .bg-shape-one {
  position: absolute;
  top: -60px;
  right: -60px;
}
.faq-group-shape .bg-shape-two {
  position: absolute;
  top: -65px;
  right: -55px;
}
.faq-group-shape .bg-shape-three {
  position: absolute;
  top: -65px;
  right: -40px;
}
.faq-group-shape .bg-shape-four {
  position: absolute;
  top: -65px;
  right: 5px;
}
.faq-group-shape .bg-shape-five {
  position: absolute;
  top: -65px;
  right: 5px;
}

.tj-faq-style-two {
  position: relative;
  z-index: 1;
}
.tj-faq-style-two .tj-faq-style .accordion-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--tj-color-common-white);
  border: 1px solid transparent;
  border-radius: 20px 20px 20px 0;
  padding: 0 30px;
}
.tj-faq-style-two .tj-faq-style .accordion-item.active {
  -webkit-box-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 10px 15px 30px 0px rgba(0, 0, 0, 0.08);
  background: var(--tj-color-light-2);
  border-color: var(--tj-color-theme-primary);
  padding: 25px 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-style-two .tj-faq-style .accordion-item.active {
    padding: 20px 20px;
  }
}
.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button {
  font-size: 22px;
  line-height: 1.5;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  padding: 0 35px 20px 45px;
  background-color: transparent;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-common-black)), to(var(--tj-color-common-black)));
  background: linear-gradient(90deg, var(--tj-color-common-black) 0%, var(--tj-color-common-black) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button:before {
  position: absolute;
  content: "\f122";
  font-family: flaticon_webency !important;
  top: 10px;
  right: 0;
  font-size: 20px;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0;
}
.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  opacity: 1;
}
.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button span {
  -webkit-text-fill-color: var(--tj-color-common-white);
  -webkit-text-stroke: 1px var(--tj-color-common-black);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: var(--tj-fw-bold);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
  .tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button::before {
    top: 10px;
  }
}
.tj-faq-style-two .tj-faq-style .accordion-item .accordion-body {
  padding: 0;
  max-width: 460px;
  width: 100%;
  color: var(--tj-color-text-body);
}

.faq-image-group {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
  min-height: 540px;
}
.faq-image-group::before {
  position: absolute;
  content: "";
  width: 390px;
  height: 390px;
  right: -30%;
  top: -20%;
  background: linear-gradient(80deg, rgba(35, 210, 165, 0.1) 0%, rgba(253, 49, 188, 0.1) 90%);
  z-index: -1;
  opacity: 0.4;
  border-radius: 50%;
}
.faq-image-group::after {
  position: absolute;
  content: "";
  width: 390px;
  height: 390px;
  left: 0;
  bottom: 0;
  background: linear-gradient(80deg, rgba(35, 210, 165, 0.1) 0%, rgba(253, 49, 188, 0.1) 90%);
  z-index: -1;
  opacity: 0.3;
  border-radius: 50%;
}
.faq-image-group .faq-image-one {
  max-width: 385px;
  width: 100%;
  height: 385px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  padding: 1px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.faq-image-group .faq-image-one .group-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 19px;
  background-color: var(--tj-color-common-white);
}
.faq-image-group .faq-image-one .group-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.faq-image-group .faq-image-one .group-shape {
  position: absolute;
  top: -60px;
  left: 35%;
  z-index: -1;
}
.faq-image-group .faq-image-one .group-shape1 {
  position: absolute;
  top: -90px;
  left: 20%;
  z-index: -1;
}
.faq-image-group .faq-image3 {
  position: absolute;
  max-width: 200px;
  width: 100%;
  height: 200px;
  top: 0;
  left: 15%;
  z-index: 0;
}
.faq-image-group .faq-image3 img {
  border: 1px solid var(--tj-color-theme-secondary);
  padding: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.faq-image-group .faq-image2 {
  position: absolute;
  left: 2%;
  bottom: 0;
  z-index: 0;
}
.faq-image-group .faq-image2 .group-image {
  max-width: 180px;
  width: 100%;
  height: 180px;
}
.faq-image-group .faq-image2 .group-image img {
  border: 1px solid var(--tj-color-theme-primary);
  padding: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.faq-image-group .faq-image2 .group-shape {
  position: absolute;
  top: -23%;
  left: 3%;
  z-index: -1;
}
.faq-image-group .faq-image2 .group-shape1 {
  position: absolute;
  top: 0;
  left: -15%;
  z-index: -1;
}
.faq-image-group .faq-image4 {
  max-width: 100px;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 10%;
  right: 0;
}
.faq-image-group .faq-image4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 7px;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group {
    max-width: 570px;
    min-height: 500px;
  }
  .faq-image-group::before {
    width: 300px;
    height: 300px;
    top: -10%;
    right: -10%;
  }
  .faq-image-group::after {
    width: 300px;
    height: 300px;
  }
  .faq-image-group .faq-image-one {
    max-width: 310px;
    height: 310px;
  }
  .faq-image-group .faq-image2 .group-image {
    max-width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-image-group {
    max-width: 465px;
    min-height: 460px;
  }
  .faq-image-group::before {
    width: 300px;
    height: 300px;
    top: -10%;
    right: -10%;
  }
  .faq-image-group::after {
    width: 250px;
    height: 250px;
  }
  .faq-image-group .faq-image-one {
    max-width: 260px;
    height: 260px;
  }
  .faq-image-group .faq-image2 .group-image {
    max-width: 140px;
    height: 140px;
  }
  .faq-image-group .faq-image3 {
    max-width: 160px;
    height: 160px;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-image-group {
    min-height: 460px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .faq-image-group::before {
    width: 300px;
    height: 300px;
    top: -10%;
    right: -10%;
  }
  .faq-image-group::after {
    width: 250px;
    height: 250px;
  }
  .faq-image-group .faq-image-one {
    max-width: 260px;
    height: 260px;
  }
  .faq-image-group .faq-image2 .group-image {
    max-width: 140px;
    height: 140px;
  }
  .faq-image-group .faq-image3 {
    max-width: 160px;
    height: 160px;
    top: 0;
  }
}
@media (max-width: 575px) {
  .faq-image-group {
    min-height: 460px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .faq-image-group::before {
    width: 250px;
    height: 250px;
    top: -5%;
    right: -5%;
  }
  .faq-image-group::after {
    width: 200px;
    height: 200px;
  }
  .faq-image-group .faq-image-one {
    max-width: 220px;
    height: 220px;
    bottom: 10%;
  }
  .faq-image-group .faq-image2 {
    left: 0;
  }
  .faq-image-group .faq-image2 .group-image {
    max-width: 110px;
    height: 110px;
    left: 0;
  }
  .faq-image-group .faq-image3 {
    max-width: 160px;
    height: 160px;
    left: 10%;
    top: 0;
  }
}

.animation-image-wrap {
  max-width: 580px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  position: relative;
  z-index: 1;
}
.animation-image-wrap .animated-image-group .group-image {
  position: relative;
  max-width: 210px;
  width: 100%;
  height: 240px;
  z-index: 1;
  padding-top: 12px;
  padding-left: 10px;
  margin-bottom: 50px;
}
.animation-image-wrap .animated-image-group .group-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-grey-12)), to(var(--tj-color-grey-1)));
  background: linear-gradient(180deg, var(--tj-color-grey-12) 0%, var(--tj-color-grey-1) 100%);
  border-radius: 0 0 200px 200px;
  z-index: -1;
}
.animation-image-wrap .animated-image-group .group-image img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 200px 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .animation-image-wrap .animated-image-group .group-image {
    max-width: 180px;
    height: 220px;
  }
}
@media (max-width: 575px) {
  .animation-image-wrap .animated-image-group .group-image {
    max-width: 150px;
    height: 180px;
    margin-bottom: 30px;
  }
}
.animation-image-wrap .animated-image-group .faq-image2 {
  position: relative;
  max-width: 200px;
  width: 100%;
  height: 265px;
  z-index: 1;
  padding-top: 6px;
  padding-right: 10px;
  right: -30px;
}
.animation-image-wrap .animated-image-group .faq-image2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-grey-12)), to(var(--tj-color-grey-1)));
  background: linear-gradient(180deg, var(--tj-color-grey-12) 0%, var(--tj-color-grey-1) 100%);
  border-radius: 0 0 200px 200px;
  z-index: -1;
}
.animation-image-wrap .animated-image-group .faq-image2 img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 200px 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .animation-image-wrap .animated-image-group .faq-image2 {
    max-width: 150px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .animation-image-wrap .animated-image-group .faq-image2 {
    max-width: 150px;
    height: 180px;
    right: -10px;
  }
}
.animation-image-wrap .faq-image3 {
  position: relative;
  max-width: 270px;
  width: 100%;
  height: 310px;
  padding-bottom: 10px;
  padding-right: 10px;
  z-index: 1;
}
.animation-image-wrap .faq-image3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(60deg, var(--tj-color-grey-12) 0%, var(--tj-color-grey-1) 100%);
  border-radius: 200px 200px 0 0;
  z-index: -1;
}
.animation-image-wrap .faq-image3 img {
  width: 100%;
  height: 100%;
  border-radius: 200px 200px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .animation-image-wrap .faq-image3 {
    max-width: 200px;
    height: 240px;
  }
}
@media (max-width: 575px) {
  .animation-image-wrap .faq-image3 {
    max-width: 150px;
    height: 180px;
  }
}
.animation-image-wrap .image-shape {
  position: absolute;
  bottom: 0;
  right: 100px;
  max-width: 90px;
  width: 100%;
}
.animation-image-wrap .image-shape img {
  width: 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) {
  .animation-image-wrap {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

/* !END: Theme FAQ CSS */
/**----------------------------------------
START: Theme FAQ CSS
----------------------------------------*/
.tj-faq-section.style-7 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.tj-faq-section.style-7 .tj-sec-heading {
  margin-bottom: 0;
}
.tj-faq-section.style-7 .faq-shapes {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-faq-section.style-7 .tj-sec-heading {
    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) {
  .tj-faq-section.style-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-faq-section.style-7 .tj-sec-heading {
    margin-bottom: 40px;
  }
}

.tj-faq-area {
  padding-left: 0;
}
.tj-faq-area.style-7 {
  position: relative;
  z-index: 2;
}
.tj-faq-area.style-7 .tj-faq-style {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--tj-color-common-white);
  border-radius: 0px;
  padding: 0px;
  position: relative;
  z-index: 3;
}
.tj-faq-area.style-7 .tj-faq-style .accordion-item {
  padding: 0 30px;
  border-bottom: none;
}
.tj-faq-area.style-7 .tj-faq-style .accordion-item.active {
  background: var(--tj-color-grey-15);
  border: none;
  border-radius: 5px;
}
.tj-faq-area.style-7 .tj-faq-style .accordion-item .accordion-header .accordion-button {
  color: var(--tj-color-common-black);
  padding: 25px 35px 20px 0;
  border-bottom: 1px solid var(--tj-color-grey-4);
  border-radius: 0px;
}
.tj-faq-area.style-7 .tj-faq-style .accordion-item .accordion-header .accordion-button::before {
  top: 30px;
  content: "\f13a";
  font-size: 20px;
}
.tj-faq-area.style-7 .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--tj-color-theme-h6-primary);
  border-bottom: none;
}
.tj-faq-area.style-7 .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  background: transparent;
  color: var(--tj-color-theme-h6-primary);
}
.tj-faq-area.style-7 .tj-faq-style .accordion-item .accordion-body {
  padding: 0 0 30px 0;
}

.faq-images-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-images-wrapper .images-one {
  display: inline-block;
  max-width: 350px;
  width: 100%;
  height: 350px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  padding: 12px;
}
.faq-images-wrapper .images-one::before {
  position: absolute;
  content: "";
  width: 600px;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-8.84%, rgba(3, 3, 3, 0.8)), color-stop(73.73%, rgba(185, 185, 185, 0)));
  background: linear-gradient(90deg, rgba(3, 3, 3, 0.8) -8.84%, rgba(185, 185, 185, 0) 73.73%);
  border-radius: 300px;
  z-index: -1;
}
.faq-images-wrapper .images-one img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 12px solid var(--tj-color-theme-h6-primary);
  border-radius: 50%;
}
.faq-images-wrapper .images-two {
  max-width: 245px;
  width: 100%;
  height: 245px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  padding: 8px;
  margin-left: -50px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-common-white)), color-stop(98.28%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, var(--tj-color-common-white) 0%, rgba(255, 255, 255, 0) 98.28%);
}
.faq-images-wrapper .images-two img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 8px solid var(--tj-color-theme-h6-primary);
  border-radius: 50%;
}
@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) {
  .faq-images-wrapper .images-one {
    max-width: 300px;
    height: 300px;
  }
  .faq-images-wrapper .images-one::before {
    width: 500px;
  }
  .faq-images-wrapper .images-two {
    max-width: 200px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .faq-images-wrapper .images-one {
    max-width: 250px;
    height: 250px;
  }
  .faq-images-wrapper .images-one::before {
    width: 400px;
  }
  .faq-images-wrapper .images-two {
    max-width: 150px;
    height: 150px;
    margin-left: -30px;
  }
}

/* !END: Theme FAQ CSS */
/**----------------------------------------
START: Theme FAQ CSS
----------------------------------------*/
.faq-image-group.style-8 {
  max-width: 650px;
  width: 100%;
  min-height: 515px;
  position: relative;
  z-index: 1;
  right: 0;
  display: inline-block;
}
.faq-image-group.style-8::after, .faq-image-group.style-8::before {
  display: none;
}
.faq-image-group.style-8 .faq-image-one {
  max-width: 360px;
  width: 100%;
  height: 360px;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: none;
}
.faq-image-group.style-8 .faq-image-one .group-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 19px;
  background: var(--tj-color-common-white);
}
.faq-image-group.style-8 .faq-image-one .group-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.faq-image-group.style-8 .faq-image-one .group-shape {
  position: absolute;
  top: -60px;
  left: 35%;
  z-index: -1;
}
.faq-image-group.style-8 .faq-image-one .group-shape1 {
  position: absolute;
  top: -90px;
  left: 20%;
  z-index: -1;
}
.faq-image-group.style-8 .faq-image3 {
  max-width: 200px;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid var(--tj-color-theme-primary);
}
.faq-image-group.style-8 .faq-image3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: none;
}
.faq-image-group.style-8 .faq-image2 .group-image {
  left: 35px;
  bottom: -120px;
  height: 180px;
}
.faq-image-group.style-8 .faq-image2 .group-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.faq-image-group.style-8 .faq-image2 .group-shape {
  top: 50%;
  left: 0;
}
.faq-image-group.style-8 .faq-image2 .group-shape1 {
  top: 50%;
  left: 0;
}
.faq-image-group.style-8 .faq-image4 {
  max-width: 150px;
  width: 100%;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
}
.faq-image-group.style-8 .faq-image4 img {
  padding: 7px;
  border: 1px solid var(--tj-color-theme-primary);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group.style-8 {
    min-height: 500px;
  }
  .faq-image-group.style-8 .faq-image-one {
    max-width: 310px;
    height: 310px;
  }
  .faq-image-group.style-8 .faq-image2 .group-image {
    max-width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-image-group.style-8 {
    right: 0;
    min-height: 460px;
  }
  .faq-image-group.style-8 .faq-image-one {
    max-width: 260px;
    height: 260px;
  }
  .faq-image-group.style-8 .faq-image2 .group-image {
    max-width: 140px;
    height: 140px;
  }
  .faq-image-group.style-8 .faq-image3 {
    max-width: 160px;
    height: 160px;
    top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-image-group.style-8 {
    right: 0;
    min-height: 460px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .faq-image-group.style-8 .faq-image-one {
    max-width: 260px;
    height: 260px;
  }
  .faq-image-group.style-8 .faq-image2 .group-image {
    max-width: 140px;
    height: 140px;
  }
  .faq-image-group.style-8 .faq-image3 {
    max-width: 160px;
    height: 160px;
    top: 60px;
  }
}
@media (max-width: 575px) {
  .faq-image-group.style-8 {
    right: 0;
    min-height: 460px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }
  .faq-image-group.style-8 .faq-image-one {
    max-width: 220px;
    height: 220px;
  }
  .faq-image-group.style-8 .faq-image2 .group-image {
    max-width: 110px;
    height: 110px;
    left: 0;
  }
  .faq-image-group.style-8 .faq-image3 {
    max-width: 160px;
    height: 160px;
    top: 60px;
  }
}

.tj-faq-area.style-8 .tj-faq-style {
  border: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.tj-faq-area.style-8 .tj-faq-style .accordion-item {
  background: transparent;
  padding: 0px 30px;
  border: none;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-area.style-8 .tj-faq-style .accordion-item {
    padding: 0px 15px;
  }
}
.tj-faq-area.style-8 .tj-faq-style .accordion-item.active {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-30.83%, var(--tj-color-common-white)), color-stop(98.28%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, var(--tj-color-common-white) -30.83%, rgba(255, 255, 255, 0) 98.28%);
  padding: 10px 30px 10px 30px;
}
.tj-faq-area.style-8 .tj-faq-style .accordion-item.active .accordion-header {
  border-bottom: 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-faq-area.style-8 .tj-faq-style .accordion-item.active {
    padding: 10px 15px;
  }
}
.tj-faq-area.style-8 .tj-faq-style .accordion-item .accordion-header {
  border-bottom: 1px solid var(--tj-color-grey-4);
}
.tj-faq-area.style-8 .tj-faq-style .accordion-item .accordion-header .accordion-button {
  background: transparent;
  color: var(--tj-color-common-black);
}
.tj-faq-area.style-8 .tj-faq-style .accordion-item .accordion-header .accordion-button::before {
  content: "\f0aa";
  top: 25px;
  width: auto;
  height: auto;
  line-height: 1.1;
  color: var(--tj-color-common-black);
  background: transparent;
  font-size: 22px;
  border-radius: 0;
  font-weight: var(--tj-fw-medium);
}
.tj-faq-area.style-8 .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--tj-color-theme-primary);
}
.tj-faq-area.style-8 .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: transparent;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-area.style-8 {
    max-width: 100%;
  }
}

/* !END: Theme FAQ CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.blog-section-shape .blog-bg-shape {
  position: absolute;
  top: 0;
  right: 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) {
  .blog-section-shape .blog-bg-shape {
    width: 50%;
  }
}
.blog-section-shape .blog-bg-shape1 {
  position: absolute;
  bottom: 0;
  left: 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) {
  .blog-section-shape .blog-bg-shape1 {
    width: 50%;
  }
}

.tj-blog-item {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  max-width: 525px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tj-blog-item .blog-image {
  margin-bottom: 20px;
  position: relative;
  border-radius: 20px;
}
.tj-blog-item .blog-image img {
  border-radius: 20px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-item .blog-image img {
    width: 100%;
  }
}
.tj-blog-item .blog-image::before {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 20px;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-item .blog-image {
    width: 100%;
  }
}
.tj-blog-item .blog-image a {
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-item .blog-image a {
    width: 100%;
  }
}
.tj-blog-item .blog-content-area {
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-item .blog-content-area {
    padding: 0 0;
  }
}
.tj-blog-item .blog-content-area .title-link {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-item .blog-content-area .title-link {
    font-size: 20px;
  }
}
.tj-blog-item .blog-content-area .title-link a {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.6;
}
.tj-blog-item .blog-content-area .title-link a:hover {
  color: transparent;
}
.tj-blog-item .blog-content-area .desc {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  margin-top: 15px;
}
.tj-blog-item .blog-content-area .desc::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 1px;
  top: 0;
  left: 0;
  background: rgba(95, 57, 255, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-blog-item .blog-content-area .desc p:last-child {
  margin: 0;
}
.tj-blog-item .tj-blog-button {
  position: relative;
  margin-top: 25px;
}
.tj-blog-item .tj-blog-button .tj-secondary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 150px;
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
  line-height: 2;
  text-transform: capitalize;
  color: var(--tj-color-theme-primary);
  padding: 12px 35px;
  border: none;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
  background-size: 150% auto;
}
.tj-blog-item .tj-blog-button .tj-secondary-btn:hover, .tj-blog-item .tj-blog-button .tj-secondary-btn:focus {
  color: var(--tj-color-theme-primary);
  background-position: right center;
}
.tj-blog-item .tj-blog-button .tj-secondary-btn.btn-border {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
  padding: 1px;
}
.tj-blog-item .tj-blog-button .tj-secondary-btn.btn-border span {
  padding: 12px 35px;
  background: var(--tj-color-light-2);
  border-radius: 58px;
  color: var(--tj-color-theme-primary);
}
.tj-blog-item .tj-blog-button .tj-secondary-btn.btn-border:hover span {
  background: transparent;
  color: var(--tj-color-common-white);
}
.tj-blog-item:hover .blog-image::before {
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}
.tj-blog-item:hover .desc::before {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-blog-item {
    margin-bottom: 50px;
  }
}

.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
  margin-bottom: 15px;
}
.blog-meta > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-text-body);
}
.blog-meta > span a {
  color: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog-meta > span a:hover {
  color: var(--tj-color-theme-primary);
}
.blog-meta > span i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-meta {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .blog-meta span i {
    font-size: inherit;
  }
}

.blog-meta-two {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 10px;
}
.blog-meta-two span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--tj-color-text-body);
  gap: 10px;
}
.blog-meta-two span i {
  color: var(--tj-color-text-body);
  font-size: 15px;
  line-height: 1;
}
.blog-meta-two span a {
  color: inherit;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog-meta-two span a:hover {
  color: var(--tj-color-theme-primary);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-meta-two {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}

.blog-meta-three {
  margin-bottom: 15px;
  position: relative;
}
.blog-meta-three::before {
  position: absolute;
  content: "";
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 2px;
  background: var(--tj-color-common-black);
}
.blog-meta-three span {
  display: inline-block;
  margin-right: 10px;
}
.blog-meta-three span:last-child {
  margin-right: 0;
}
.blog-meta-three span a {
  color: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog-meta-three span a:hover {
  color: var(--tj-color-theme-primary);
}

.tj-blog-item-two {
  margin-bottom: 30px;
  border-radius: 20px 20px 20px 0px;
  padding: 20px;
  background: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-light-8);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-blog-item-two .blog-image {
  margin-bottom: 30px;
  position: relative;
  border-radius: 15px;
}
.tj-blog-item-two .blog-image::before {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  border-radius: 15px;
  z-index: 3;
}
.tj-blog-item-two .blog-image a {
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-item-two .blog-image a {
    width: 100%;
  }
}
.tj-blog-item-two .blog-image img {
  border-radius: 15px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-item-two .blog-image img {
    width: 100%;
  }
}
.tj-blog-item-two .blog-image .active-text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-radius: 0px 5px 5px 5px;
  padding: 20px 10px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  color: var(--tj-color-common-white);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 3;
}
.tj-blog-item-two .blog-content-area .title-link {
  margin-bottom: 0;
}
.tj-blog-item-two .blog-content-area .title-link a {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 25px;
}
.tj-blog-item-two .blog-content-area .title-link a:hover {
  color: transparent;
}
.tj-blog-item-two .blog-content-area .desc {
  margin-top: 15px;
}
.tj-blog-item-two .blog-content-area .desc p:last-child {
  margin: 0;
}
.tj-blog-item-two .tj-read-more-button {
  position: relative;
  margin-top: 40px;
}
.tj-blog-item-two:hover {
  border-color: var(--tj-color-theme-primary);
}
.tj-blog-item-two:hover .blog-image::before {
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-blog-item-two {
    margin-bottom: 40px;
  }
  .tj-blog-item-two .blog-image {
    margin-bottom: 20px;
  }
  .tj-blog-item-two .tj-read-more-button {
    margin-top: 25px;
  }
}

.tj-blog-item-three {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.tj-blog-item-three .blog-image {
  margin-bottom: 30px;
  position: relative;
  border-radius: 20px;
}
.tj-blog-item-three .blog-image::before {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  pointer-events: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 20px;
  z-index: 2;
}
.tj-blog-item-three .blog-image a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tj-blog-item-three .blog-image a img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-blog-item-three .blog-image a img {
    border-radius: 10px;
  }
}
.tj-blog-item-three .blog-content-area {
  padding: 0 50px;
}
@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-blog-item-three .blog-content-area {
    padding: 0 0;
  }
}
.tj-blog-item-three .blog-content-area .title-link {
  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-blog-item-three .blog-content-area .title-link {
    font-size: 20px;
  }
}
.tj-blog-item-three .blog-content-area .title-link a {
  color: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 1.6;
}
.tj-blog-item-three .blog-content-area .title-link a:hover {
  color: var(--tj-color-light-3);
}
.tj-blog-item-three .tj-blog-button {
  margin-top: 30px;
}
.tj-blog-item-three:hover .blog-meta-three::before {
  background: var(--tj-color-light-3);
}
.tj-blog-item-three:hover .blog-image::before {
  left: 0;
  right: 0;
  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) {
  .tj-blog-item-three .blog-image {
    margin-bottom: 20px;
  }
  .tj-blog-item-three .tj-blog-button {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-item-three {
    margin-bottom: 50px;
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-blog-item-three {
    max-width: 350px;
  }
}

.tj-blog-item-four {
  text-align: center;
  max-width: 415px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.tj-blog-item-four .blog-image {
  position: relative;
  margin-bottom: 0;
  max-width: 340px;
  width: 100%;
  height: 340px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 2;
}
.tj-blog-item-four .blog-image a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tj-blog-item-four .blog-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tj-blog-item-four .blog-image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.tj-blog-item-four .blog-content-area {
  position: relative;
  z-index: 1;
  padding: 200px 30px 40px;
  border-radius: 0 0 30px 30px;
  margin: 0 auto;
  background: var(--tj-color-light-13);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: -175px;
}
.tj-blog-item-four .blog-content-area::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 180px;
  width: 100%;
  background-image: url(../images/shape/blog-4-shape.svg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.tj-blog-item-four .blog-content-area .blog-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.tj-blog-item-four .blog-content-area .title-link {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
  margin: 0;
}
.tj-blog-item-four .blog-content-area .title-link a {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
}
.tj-blog-item-four .blog-content-area .title-link a:hover {
  color: transparent;
}
.tj-blog-item-four .blog-content-area .title-link::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgb(228, 225, 255);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-blog-item-four .blog-content-area .desc {
  margin-top: 30px;
}
.tj-blog-item-four .blog-content-area .desc p:last-child {
  margin: 0;
}
.tj-blog-item-four .blog-content-area .tj-blog-button {
  margin-top: 30px;
}
.tj-blog-item-four .blog-content-area .tj-blog-button .tj-secondary-btn span {
  background-color: var(--tj-color-light-13);
}
.tj-blog-item-four .blog-content-area .tj-blog-button .tj-secondary-btn:hover span {
  background-color: transparent;
}
.tj-blog-item-four:hover .blog-image::after {
  opacity: 1;
  visibility: visible;
  top: 5px;
}
.tj-blog-item-four:hover .blog-content-area {
  background-color: var(--tj-color-common-white);
}
.tj-blog-item-four:hover .blog-content-area::after {
  visibility: visible;
  opacity: 1;
}
.tj-blog-item-four:hover .blog-content-area .title-link::before {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-blog-item-four .blog-image {
    max-width: 320px;
    height: 320px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-blog-item-four .blog-image {
    max-width: 290px;
    height: 290px;
  }
  .tj-blog-item-four .blog-content-area {
    padding: 200px 20px 30px;
    border-radius: 0 0 20px 20px;
  }
  .tj-blog-item-four .blog-content-area .blog-meta {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-blog-item-four {
    max-width: 365px;
  }
  .tj-blog-item-four .blog-image {
    max-width: 320px;
    height: 320px;
  }
  .tj-blog-item-four .blog-content-area {
    padding: 200px 20px 30px;
    border-radius: 0 0 20px 20px;
  }
  .tj-blog-item-four .blog-content-area .blog-meta {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 575px) {
  .tj-blog-item-four {
    max-width: 365px;
  }
  .tj-blog-item-four .blog-image {
    max-width: 300px;
    height: 300px;
  }
  .tj-blog-item-four .blog-content-area {
    padding: 200px 15px 30px;
    border-radius: 0 0 15px 15px;
  }
  .tj-blog-item-four .blog-content-area .blog-meta {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .tj-blog-item-four .blog-content-area .title-link {
    font-size: 20px;
  }
  .tj-blog-item-four .blog-content-area .desc {
    margin-top: 25px;
  }
  .tj-blog-item-four .blog-content-area .tj-blog-button {
    margin-top: 25px;
  }
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Home 6 Blog CSS
----------------------------------------*/
.tj_blog_item.style-6 {
  margin-bottom: 30px;
}
.tj_blog_item.style-6 .blog_img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tj_blog_item.style-6 .blog_img > a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.tj_blog_item.style-6 .blog_img > a::before, .tj_blog_item.style-6 .blog_img > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.87%, rgba(255, 255, 255, 0)), to(rgba(30, 30, 30, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41.87%, rgba(30, 30, 30, 0.7) 100%);
  z-index: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.tj_blog_item.style-6 .blog_img > a::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-28.57%, var(--tj-color-theme-h6-primary)), color-stop(66.72%, rgba(255, 51, 68, 0)));
  background: linear-gradient(0deg, var(--tj-color-theme-h6-primary) -28.57%, rgba(255, 51, 68, 0) 66.72%);
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.tj_blog_item.style-6 .blog_img .blog-meta {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: var(--tj-color-common-white);
  z-index: 2;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px 20px;
}
.tj_blog_item.style-6 .blog_img .blog-meta > span {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: var(--tj-fw-normal);
}
.tj_blog_item.style-6 .blog_img .blog-meta > span a:hover {
  color: var(--tj-color-theme-h6-primary);
}
.tj_blog_item.style-6 .blog_content {
  padding: 20px 20px 0 20px;
}
.tj_blog_item.style-6 .blog_content .title {
  margin-bottom: 0;
}
.tj_blog_item.style-6 .blog_content .title a:hover {
  color: var(--tj-color-theme-h6-primary);
}
.tj_blog_item.style-6 .blog_content .btn {
  margin-top: 30px;
  line-height: 1.2;
  padding: 12px 25px;
  border-radius: 4px;
  background: var(--tj-color-grey-11);
}
.tj_blog_item.style-6 .blog_content .btn::before {
  display: none;
}
.tj_blog_item.style-6 .blog_content .btn:hover {
  background: var(--tj-color-theme-h6-primary);
}
.tj_blog_item.style-6:hover .blog_img > a::before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj_blog_item.style-6 .blog_content {
    padding: 20px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj_blog_item.style-6 .blog_content {
    padding: 20px 0 0 0;
  }
  .tj_blog_item.style-6 .blog_content .title {
    font-size: 20px;
  }
  .tj_blog_item.style-6 .blog_content .btn {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_blog_item.style-6 {
    max-width: 415px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .tj_blog_item.style-6 .blog_content {
    padding: 20px 0 0 0;
  }
  .tj_blog_item.style-6 .blog_content .title {
    font-size: 20px;
  }
  .tj_blog_item.style-6 .blog_content .btn {
    margin-top: 20px;
  }
}
.tj_blog_item.style-5 {
  margin-bottom: 30px;
}
.tj_blog_item.style-5 .blog_img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tj_blog_item.style-5 .blog_img > a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.tj_blog_item.style-5 .blog_img > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.32%, rgba(49, 0, 255, 0)), color-stop(51.42%, rgba(100, 12, 238, 0.25)), to(var(--tj-color-theme-h5-primary)));
  background: linear-gradient(180deg, rgba(49, 0, 255, 0) 30.32%, rgba(100, 12, 238, 0.25) 51.42%, var(--tj-color-theme-h5-primary) 100%);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.tj_blog_item.style-5 .blog_img .blog-meta {
  position: absolute;
  left: 20px;
  bottom: 0px;
  background-color: var(--tj-color-common-white);
  z-index: 2;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px 20px;
}
.tj_blog_item.style-5 .blog_img .blog-meta > span {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: var(--tj-fw-normal);
}
.tj_blog_item.style-5 .blog_img .blog-meta > span i {
  color: var(--tj-color-theme-h5-secondary);
}
.tj_blog_item.style-5 .blog_img .blog-meta > span a:hover {
  color: var(--tj-color-theme-h5-secondary);
}
.tj_blog_item.style-5 .blog_content {
  padding: 20px 20px 0 20px;
}
.tj_blog_item.style-5 .blog_content .blog-button {
  margin-top: 30px;
}
.tj_blog_item.style-5 .blog_content .title {
  margin-bottom: 0;
}
.tj_blog_item.style-5 .blog_content .title a {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h5-secondary)), to(var(--tj-color-theme-h5-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-h5-secondary) 0%, var(--tj-color-theme-h5-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-heading-primary);
}
.tj_blog_item.style-5 .blog_content .title a:hover {
  color: transparent;
}
.tj_blog_item.style-5 .blog_content .btn {
  margin-top: 30px;
  line-height: 1.2;
  padding: 12px 25px;
  border-radius: 4px;
  background: var(--tj-color-grey-11);
}
.tj_blog_item.style-5 .blog_content .btn::before {
  display: none;
}
.tj_blog_item.style-5 .blog_content .btn:hover {
  background: var(--tj-color-theme-h6-primary);
}
.tj_blog_item.style-5:hover .blog_img > a::after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj_blog_item.style-5 .blog_content {
    padding: 20px 0 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj_blog_item.style-5 .blog_content {
    padding: 20px 0 0 0;
  }
  .tj_blog_item.style-5 .blog_content .title {
    font-size: 20px;
  }
  .tj_blog_item.style-5 .blog_content .blog-button {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_blog_item.style-5 {
    max-width: 415px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .tj_blog_item.style-5 .blog_content {
    padding: 20px 0 0 0;
  }
  .tj_blog_item.style-5 .blog_content .title {
    font-size: 20px;
  }
  .tj_blog_item.style-5 .blog_content .blog-button {
    margin-top: 20px;
  }
}

/* !END: Home 6 Blog CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.tj-blog-item.style-7 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.tj-blog-item.style-7 .blog-image {
  margin-bottom: 20px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.tj-blog-item.style-7 .blog-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.87%, rgba(255, 255, 255, 0)), to(rgba(30, 30, 30, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41.87%, rgba(30, 30, 30, 0.7) 100%);
}
.tj-blog-item.style-7 .blog-image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-28.57%, var(--tj-color-theme-h6-primary)), color-stop(66.72%, rgba(255, 51, 68, 0)));
  background: linear-gradient(0deg, var(--tj-color-theme-h6-primary) -28.57%, rgba(255, 51, 68, 0) 66.72%);
}
.tj-blog-item.style-7 .blog-image a {
  display: inline-block;
}
.tj-blog-item.style-7 .blog-image a img {
  border-radius: 15px;
}
.tj-blog-item.style-7 .blog-content-area {
  padding-left: 15px;
}
.tj-blog-item.style-7 .blog-content-area .title-link {
  margin-bottom: 0;
  position: relative;
}
.tj-blog-item.style-7 .blog-content-area .title-link::before {
  display: none;
}
.tj-blog-item.style-7 .blog-content-area .title-link a {
  color: var(--tj-color-common-black);
  background: transparent;
  line-height: 1.6;
}
.tj-blog-item.style-7 .blog-content-area .title-link a:hover {
  color: var(--tj-color-theme-h6-primary);
}
.tj-blog-item.style-7 .blog-content-area .desc {
  margin-top: 20px;
  padding-top: 0;
}
.tj-blog-item.style-7 .blog-content-area .desc::before {
  display: none;
}
.tj-blog-item.style-7 .blog-content-area .desc p:last-child {
  margin-bottom: 0;
}
.tj-blog-item.style-7 .blog-content-area .blog-meta span i {
  color: var(--tj-color-theme-h6-primary);
}
.tj-blog-item.style-7 .blog-content-area .blog-meta span a:hover {
  color: var(--tj-color-theme-h6-primary);
}
.tj-blog-item.style-7 .blog-content-area .tj-blog-button .tj-black-btn::before {
  display: none;
}
.tj-blog-item.style-7 .blog-content-area .tj-blog-button .tj-black-btn:hover {
  background-color: var(--tj-color-theme-h6-primary);
}
.tj-blog-item.style-7:hover .blog-image::before {
  opacity: 0;
  visibility: hidden;
}
.tj-blog-item.style-7:hover .blog-image::after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-blog-item.style-7 {
    margin-bottom: 50px;
  }
  .tj-blog-item.style-7 .blog-content-area .tj-blog-button {
    margin-top: 20px;
  }
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.tj-blog-item.style-8 {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.tj-blog-item.style-8 .blog-image {
  margin-bottom: 20px;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.tj-blog-item.style-8 .blog-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 1;
  visibility: visible;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.87%, rgba(255, 255, 255, 0)), to(rgba(30, 30, 30, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41.87%, rgba(30, 30, 30, 0.7) 100%);
}
.tj-blog-item.style-8 .blog-image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-3.66%, var(--tj-color-theme-primary)), color-stop(66.72%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, var(--tj-color-theme-primary) -3.66%, rgba(255, 255, 255, 0) 66.72%);
}
.tj-blog-item.style-8 .blog-image a {
  display: inline-block;
}
.tj-blog-item.style-8 .blog-image a img {
  border-radius: 15px;
}
.tj-blog-item.style-8 .blog-content-area {
  padding-left: 15px;
}
.tj-blog-item.style-8 .blog-content-area .title-link {
  margin-bottom: 20px;
  position: relative;
}
.tj-blog-item.style-8 .blog-content-area .title-link::before {
  display: none;
}
.tj-blog-item.style-8 .blog-content-area .title-link a {
  color: var(--tj-color-common-black);
  background: transparent;
  line-height: 1.6;
}
.tj-blog-item.style-8 .blog-content-area .title-link a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-blog-item.style-8 .blog-content-area .desc {
  padding: 0;
  margin: 0;
}
.tj-blog-item.style-8 .blog-content-area .desc::before {
  display: none;
}
.tj-blog-item.style-8 .blog-content-area .desc p:last-child {
  margin-bottom: 0;
}
.tj-blog-item.style-8 .blog-content-area .blog-meta span a:hover {
  color: var(--tj-color-theme-h6-primary);
}
.tj-blog-item.style-8 .blog-content-area .tj-blog-button .tj-black-btn::before {
  display: none;
}
.tj-blog-item.style-8 .blog-content-area .tj-blog-button .tj-black-btn:hover {
  background-color: var(--tj-color-theme-h6-primary);
}
.tj-blog-item.style-8:hover .blog-image::before {
  opacity: 0;
  visibility: hidden;
}
.tj-blog-item.style-8:hover .blog-image::after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-blog-item.style-8 {
    margin-bottom: 50px;
  }
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.tj_blog_item.style-9 {
  margin-bottom: 50px;
}
.tj_blog_item.style-9 .blog_img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tj_blog_item.style-9 .blog_img > a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.tj_blog_item.style-9 .blog_img > a::before, .tj_blog_item.style-9 .blog_img > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-8.89%, rgba(251, 181, 0, 0.6)), color-stop(83.28%, rgba(30, 30, 30, 0)));
  background-image: linear-gradient(360deg, rgba(251, 181, 0, 0.6) -8.89%, rgba(30, 30, 30, 0) 83.28%);
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.tj_blog_item.style-9 .blog_img > a::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.87%, rgba(255, 255, 255, 0)), to(rgba(30, 30, 30, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 41.87%, rgba(30, 30, 30, 0.7) 100%);
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.tj_blog_item.style-9 .blog_img > a img {
  width: 100%;
}
.tj_blog_item.style-9 .blog_img .blog-meta {
  position: absolute;
  left: 30px;
  bottom: -10px;
  background-color: var(--tj-color-common-white);
  z-index: 2;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 10px 20px;
}
.tj_blog_item.style-9 .blog_img .blog-meta > span {
  margin: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: var(--tj-fw-normal);
  color: var(--tj-color-grey-9);
}
.tj_blog_item.style-9 .blog_img .blog-meta > span i {
  color: var(--tj-color-theme-h9-primary);
}
.tj_blog_item.style-9 .blog_img .blog-meta > span a {
  color: var(--tj-color-grey-9);
}
.tj_blog_item.style-9 .blog_img .blog-meta > span a:hover {
  color: var(--tj-color-theme-h9-primary);
}
.tj_blog_item.style-9 .blog_content {
  padding: 20px 20px 0 30px;
}
.tj_blog_item.style-9 .blog_content .title {
  margin-bottom: 0;
}
.tj_blog_item.style-9 .blog_content .title a:hover {
  color: var(--tj-color-theme-h9-primary);
}
.tj_blog_item.style-9 .blog_content .blog-button {
  margin-top: 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_blog_item.style-9 .blog_content .title {
    font-size: 20px;
  }
}
.tj_blog_item.style-9:hover .blog_img > a::after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.sc-blog-grid-section {
  padding-top: 120px;
  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) {
  .sc-blog-grid-section {
    padding-top: 80px;
  }
}
.sc-blog-grid-section .tj-sec-heading {
  max-width: 780px;
}
.sc-blog-grid-section .blog-page-shape .shape-one {
  position: absolute;
  top: 0;
  right: 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) {
  .sc-blog-grid-section .blog-page-shape .shape-one {
    width: 50%;
  }
}
.sc-blog-grid-section .blog-page-shape .shape-two {
  position: absolute;
  top: 10%;
  right: 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) {
  .sc-blog-grid-section .blog-page-shape .shape-two {
    display: none;
  }
}
.sc-blog-grid-section .blog-page-shape .shape-three {
  position: absolute;
  top: 18%;
  right: -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) {
  .sc-blog-grid-section .blog-page-shape .shape-three {
    display: none;
  }
}
.sc-blog-grid-section .blog-page-shape .shape-four {
  position: absolute;
  bottom: 20%;
  left: -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) {
  .sc-blog-grid-section .blog-page-shape .shape-four {
    display: none;
  }
}

.tj-blog-page,
.tj-blog-details {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-blog-page,
  .tj-blog-details {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-page,
  .tj-blog-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tj-blog-page .blog-section-shape .shape-1,
.tj-blog-details .blog-section-shape .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.tj-blog-page .blog-section-shape .shape-2,
.tj-blog-details .blog-section-shape .shape-2 {
  position: absolute;
  top: 15%;
  right: 30px;
}
.tj-blog-page .blog-section-shape .shape-3,
.tj-blog-details .blog-section-shape .shape-3 {
  position: absolute;
  top: 18%;
  right: -80px;
}
.tj-blog-page .blog-section-shape .shape-4,
.tj-blog-details .blog-section-shape .shape-4 {
  position: absolute;
  bottom: 15%;
  left: -50px;
}
.tj-blog-page .blog-section-shape .shape-5,
.tj-blog-details .blog-section-shape .shape-5 {
  position: absolute;
  bottom: 10%;
  left: 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) {
  .tj-blog-page .blog-section-shape,
  .tj-blog-details .blog-section-shape {
    display: none;
  }
}

.tj-post-wrapper {
  position: relative;
  z-index: 1;
}
.tj-post-wrapper .blog-thumb-image {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.tj-post-wrapper .blog-thumb-image a {
  display: inline-block;
}
.tj-post-wrapper .blog-thumb-image img {
  border-radius: 20px;
}
.tj-post-wrapper .blog-thumb-image .post_category {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.tj-post-wrapper .blog-thumb-image .post_category .category {
  display: inline-block;
  background-color: var(--tj-color-theme-primary);
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  color: var(--tj-color-common-white);
  padding: 15px 25px;
  border-radius: 50px;
}
.tj-post-wrapper .blog-thumb-image .post_category .category:hover {
  background-color: var(--tj-color-theme-secondary);
  color: var(--tj-color-common-white);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-post-wrapper .blog-thumb-image .post_category {
    top: 10px;
    right: 10px;
  }
  .tj-post-wrapper .blog-thumb-image .post_category .category {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.tj-post-wrapper .blog-thumb-image .video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.tj-post-wrapper .blog-thumb-image .video-play a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 35px;
  line-height: 1;
  border-radius: 50%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-size: 150%;
  -webkit-animation: animate-pulse 3s linear infinite;
          animation: animate-pulse 3s linear infinite;
}
.tj-post-wrapper .blog-thumb-image .video-play a:hover {
  background-size: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-post-wrapper .blog-thumb-image .video-play a {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.tj-post-wrapper .blog-thumb-image .video-play a i {
  color: var(--tj-color-common-white);
}
.tj-post-wrapper .blog-thumb-image iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none;
}
.tj-post-wrapper .blog-thumb-image .tj-post__gallery .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: var(--tj-color-common-white);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1;
  color: var(--tj-color-common-black);
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tj-post-wrapper .blog-thumb-image .tj-post__gallery .owl-nav button i {
  color: var(--tj-color-common-black);
}
.tj-post-wrapper .blog-thumb-image .tj-post__gallery .owl-nav button.owl-next {
  left: auto;
  right: 25px;
}
.tj-post-wrapper .blog-thumb-image .tj-post__gallery .owl-nav button:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.tj-post-wrapper .blog-thumb-image .tj-post__gallery .owl-nav button:hover i {
  color: var(--tj-color-common-white);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-post-wrapper .blog-thumb-image {
    margin-bottom: 15px;
  }
  .tj-post-wrapper .blog-thumb-image img {
    min-height: 250px;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tj-post-wrapper .blog-thumb-image iframe {
    height: 250px;
  }
  .tj-post-wrapper .blog-thumb-image .tj-post__gallery .owl-nav button {
    width: 40px;
    height: 40px;
    font-size: 16px;
    left: 10px;
  }
  .tj-post-wrapper .blog-thumb-image .tj-post__gallery .owl-nav button.owl-next {
    left: auto;
    right: 10px;
  }
}
.tj-post-wrapper .details-title {
  margin-bottom: 15px;
}
.tj-post-wrapper .details-title .title {
  font-size: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-post-wrapper .details-title .title {
    font-size: 22px;
  }
}
.tj-post-wrapper .blog-video-area {
  margin-bottom: 50px;
}
.tj-post-wrapper .blog-video-area .video-title {
  margin-bottom: 26px;
}
.tj-post-wrapper .blog-video-area .video-title p {
  margin-bottom: 0;
}
.tj-post-wrapper .blog-video-area .video-box {
  margin-bottom: 15px;
}
.tj-post-wrapper .blog-video-area p {
  margin-bottom: 0;
}
.tj-post-wrapper .tj-tags-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--tj-color-light-7);
  padding-top: 31px;
  padding-bottom: 30px;
}
.tj-post-wrapper .tj-tags-post .tj-tag {
  width: calc(100% - 210px);
  gap: 10px;
}
.tj-post-wrapper .tj-tags-post.no-social-share .tj-tag {
  width: 100%;
}
.tj-post-wrapper .tj-tags-post .post-share {
  margin-left: auto;
}
.tj-post-wrapper .tj-tags-post .post-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tj-post-wrapper .tj-tags-post .post-share ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-post-wrapper .tj-tags-post .post-share ul li a:hover {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-post-wrapper .tj-tags-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tj-post-wrapper .tj-tags-post .tj-tag {
    width: 100%;
  }
  .tj-post-wrapper .tj-tags-post .post-share {
    margin-left: 0;
  }
}

.video-image {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
.video-image::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: -1;
}
.video-image img {
  width: 100%;
}
.video-image a {
  display: inline-block;
}
.video-image .popup-videos-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  line-height: 1;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  font-size: 30px;
  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) {
  .video-image .popup-videos-button {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
.video-image .popup-videos-button i {
  line-height: 1;
}

.check-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list ul li {
  color: var(--tj-color-light-3);
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.check-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.check-list ul li i {
  width: 18px;
  height: 18px;
  line-height: 1;
  font-size: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
  background: var(--tj-color-light-3);
  position: absolute;
  left: 0;
  top: 4px;
}

.tj-entry__content .wp-block-quote,
.tj-entry__content blockquote {
  margin-bottom: 30px;
}
.tj-entry__content .check-list ul {
  padding-left: 0;
}
.tj-entry__content .check-list ul li {
  padding-top: 0;
}

.tj-blog-details {
  padding-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-blog-details {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-blog-details {
    padding-bottom: 80px;
  }
}

.blog-details__pagination {
  padding-top: 31px;
  padding-bottom: 30px;
  border-top: 1px solid var(--tj-color-light-7);
  border-bottom: 1px solid var(--tj-color-light-7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.blog-details__pagination .tj_pagination-post {
  max-width: 48%;
  width: 100%;
  min-height: 145px;
  overflow: hidden;
}
.blog-details__pagination .tj_pagination-post.next {
  margin-left: auto;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner {
  padding: 35px 25px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 217, 161, 0.08)), to(rgba(95, 57, 255, 0.08)));
  background: linear-gradient(90deg, rgba(32, 217, 161, 0.08) 0%, rgba(95, 57, 255, 0.08) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-blog-img {
  max-width: 85px;
  width: 100%;
  height: 85px;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-blog-img a {
  display: inline-block;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-blog-img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-content .post_pagination_nav {
  text-transform: uppercase;
  display: block;
  margin-bottom: 8px;
  color: var(--tj-color-theme-primary);
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-content .post_pagination_nav i {
  margin-right: 10px;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-content .post_pagination_title .title {
  font-weight: var(--tj-fw-medium);
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-content .post_pagination_title .title a:hover {
  color: var(--tj-color-theme-primary);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details__pagination .tj_pagination-post .tj_pagination_post-inner {
    padding: 30px 20px;
  }
  .blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-content .post_pagination_nav {
    margin-bottom: 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details__pagination .tj_pagination-post .tj_pagination_post-inner .tj-content .post_pagination_nav {
    font-size: 14px;
  }
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner.next_post {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  background: -webkit-gradient(linear, left top, right top, from(rgba(95, 57, 255, 0.08)), to(rgba(32, 217, 161, 0.08)));
  background: linear-gradient(90deg, rgba(95, 57, 255, 0.08) 0%, rgba(32, 217, 161, 0.08) 100%);
}
.blog-details__pagination .tj_pagination-post .tj_pagination_post-inner.next_post .tj-content {
  text-align: end;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details__pagination .tj_pagination-post {
    max-width: 335px;
  }
  .blog-details__pagination .tj_pagination-post.next {
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .blog-details__pagination .tj_pagination-post {
    max-width: 100%;
  }
}

.tj-comments__container .tj-comments__wrap {
  margin-bottom: 50px;
}
.tj-comments__container .tj-comments__wrap .tj-comment__title {
  margin-bottom: 35px;
}
.tj-comments__container .tj-comments__wrap .tj-comment__title h3 {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.tj-comments__container .tj-latest__comments ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tj-comments__container .tj-latest__comments ul .tj__comment {
  padding-top: 0;
}
.tj-comments__container .tj-latest__comments ul .tj__comment .tj-comment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--tj-color-light-7);
}
.tj-comments__container .tj-latest__comments ul .tj__comment .tj-comment__wrap .comment__avatar {
  max-width: 80px;
  width: 100%;
  height: auto;
}
.tj-comments__container .tj-latest__comments ul .tj__comment .tj-comment__wrap .comment__avatar img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tj-comments__container .tj-latest__comments ul .tj__comment .tj-comment__wrap .comment__text {
  width: calc(100% - 100px);
}
.tj-comments__container .tj-latest__comments ul .tj__comment .tj-comment__wrap .comment__text .avatar__name {
  margin-bottom: 10px;
}
.tj-comments__container .tj-latest__comments ul .tj__comment .tj-comment__wrap .comment__text .avatar__name h5 {
  margin-bottom: 5px;
}
.tj-comments__container .tj-latest__comments ul .tj__comment .tj-comment__wrap .comment__text .avatar__name h5 a {
  font-size: 18px;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  text-decoration: none;
}
.tj-comments__container .tj-latest__comments ul .tj__comment .tj-comment__wrap .comment__text .avatar__name > span {
  display: block;
  line-height: 1;
}
.tj-comments__container .tj-latest__comments ul .tj__comment .tj-comment__wrap .comment__text p {
  margin-bottom: 0;
}
.tj-comments__container .tj-latest__comments ul .tj__comment .tj-comment__wrap .comment__text .comment__reply {
  margin-top: 20px;
}
.tj-comments__container .tj-latest__comments ul .tj__comment .tj-comment__wrap .comment__text .comment__reply a {
  text-decoration: none;
  background: var(--tj-color-theme-primary);
  border-radius: 58px;
  -webkit-box-shadow: 15px 9px 30px 0px rgba(117, 77, 233, 0.15);
          box-shadow: 15px 9px 30px 0px rgba(117, 77, 233, 0.15);
  font-size: 12px;
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-body);
  padding: 7px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-comments__container .tj-latest__comments ul .tj__comment .tj-comment__wrap .comment__text .comment__reply a:hover {
  background-color: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-comments__container .tj-latest__comments ul .tj__comment .tj-comment__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .tj-comments__container .tj-latest__comments ul .tj__comment .tj-comment__wrap .comment__text {
    width: 100%;
  }
}
.tj-comments__container .tj-latest__comments ul .tj__comment .children {
  padding-left: 35px;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  list-style: none;
}

.comment-respond {
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 217, 161, 0.08)), to(rgba(95, 57, 255, 0.08)));
  background: linear-gradient(90deg, rgba(32, 217, 161, 0.08) 0%, rgba(95, 57, 255, 0.08) 100%);
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comment-respond {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .comment-respond {
    padding: 25px 15px;
  }
}
.comment-respond .comment-reply-title {
  color: var(--tj-color-theme-primary);
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.comment-respond #cancel-comment-reply-link {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  text-decoration: underline;
  color: var(--tj-primary-color);
  margin-left: 10px;
}
.comment-respond #cancel-comment-reply-link:hover {
  text-decoration-style: dotted;
}
.comment-respond .form-input {
  margin-bottom: 20px;
}
.comment-respond .form-input textarea,
.comment-respond .form-input input[type=email],
.comment-respond .form-input input[type=text],
.comment-respond .form-input input[type=url] {
  border: 1px solid var(--tj-color-border-1);
  border-radius: 10px;
  padding: 14px 20px;
}
.comment-respond .form-input textarea:focus,
.comment-respond .form-input input[type=email]:focus,
.comment-respond .form-input input[type=text]:focus,
.comment-respond .form-input input[type=url]:focus {
  border-color: var(--tj-color-theme-primary);
}
.comment-respond .form-input textarea::-webkit-input-placeholder, .comment-respond .form-input input[type=email]::-webkit-input-placeholder, .comment-respond .form-input input[type=text]::-webkit-input-placeholder, .comment-respond .form-input input[type=url]::-webkit-input-placeholder {
  color: var(--tj-color-grey-9);
}
.comment-respond .form-input textarea::-moz-placeholder, .comment-respond .form-input input[type=email]::-moz-placeholder, .comment-respond .form-input input[type=text]::-moz-placeholder, .comment-respond .form-input input[type=url]::-moz-placeholder {
  color: var(--tj-color-grey-9);
}
.comment-respond .form-input textarea:-ms-input-placeholder, .comment-respond .form-input input[type=email]:-ms-input-placeholder, .comment-respond .form-input input[type=text]:-ms-input-placeholder, .comment-respond .form-input input[type=url]:-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.comment-respond .form-input textarea::-ms-input-placeholder, .comment-respond .form-input input[type=email]::-ms-input-placeholder, .comment-respond .form-input input[type=text]::-ms-input-placeholder, .comment-respond .form-input input[type=url]::-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.comment-respond .form-input textarea::placeholder,
.comment-respond .form-input input[type=email]::placeholder,
.comment-respond .form-input input[type=text]::placeholder,
.comment-respond .form-input input[type=url]::placeholder {
  color: var(--tj-color-grey-9);
}
.comment-respond .form-input textarea::-ms-input-placeholder,
.comment-respond .form-input input[type=email]::-ms-input-placeholder,
.comment-respond .form-input input[type=text]::-ms-input-placeholder,
.comment-respond .form-input input[type=url]::-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.comment-respond .form-input textarea {
  min-height: 150px;
}
.comment-respond .form-submit {
  margin-bottom: 0;
}
.comment-respond .comment-form-cookies-consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.comment-respond .comment-form-cookies-consent input {
  margin-top: 7px;
  margin-right: 10px;
}
.comment-respond .tj-blog-details-button .tj-primary-btn {
  width: 100%;
  border-radius: 10px;
  font-size: 14px;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
}

@-webkit-keyframes animate-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}

@keyframes animate-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
.tj-post-item {
  margin-bottom: 50px;
}
.tj-post-item:last-child {
  margin-bottom: 0;
}
.tj-post-item.sticky {
  padding: 40px 50px;
  border-top: 3px solid var(--tj-color-theme-primary);
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
  box-shadow: 0px 30px 40px 0px rgba(1, 11, 60, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-post-item.sticky {
    padding: 40px 30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-post-item.sticky {
    padding: 30px 20px;
  }
}
.tj-post-item .details-title .title {
  font-size: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-post-item .details-title .title {
    font-size: 22px;
  }
}
.tj-post-item .details-title .title a {
  color: inherit;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-primary))), -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(var(--tj-color-theme-primary), var(--tj-color-theme-primary)), linear-gradient(var(--tj-color-theme-primary), var(--tj-color-theme-primary));
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tj-post-item .details-title .title a:hover {
  color: var(--tj-color-theme-primary);
  background-size: 0% 1px, 100% 1px;
}
.tj-post-item .blog-button {
  margin-top: 25px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-post-item {
    margin-bottom: 40px;
  }
  .tj-post-item .blog-button {
    margin-top: 15px;
  }
}
.tj-post-item .blog-thumb-image {
  position: relative;
}
.tj-post-item .blog-thumb-image::after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tj-post-item:hover .blog-thumb-image::after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tj-blog-widget {
  background: -webkit-gradient(linear, left top, right top, from(rgba(32, 217, 161, 0.08)), to(rgba(95, 57, 255, 0.08)));
  background: linear-gradient(90deg, rgba(32, 217, 161, 0.08) 0%, rgba(95, 57, 255, 0.08) 100%);
  border-radius: 10px;
  padding: 35px 25px;
  position: relative;
}
.tj-blog-widget:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-widget {
    padding: 35px 15px;
  }
}
.tj-blog-widget .side-title {
  font-size: 25px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-primary);
  position: relative;
  z-index: 1;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.tj-blog-widget .side-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--tj-color-theme-primary);
}
.tj-blog-widget .tagcloud a {
  font-size: 14px !important;
}
.tj-blog-widget.widget_block .wp-block-heading,
.tj-blog-widget.widget_block label, .tj-blog-widget.widget_block.widget_search .wp-block-heading,
.tj-blog-widget.widget_block.widget_search label {
  font-size: 25px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-primary);
  position: relative;
  z-index: 1;
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.tj-blog-widget.widget_block .wp-block-heading::before,
.tj-blog-widget.widget_block label::before, .tj-blog-widget.widget_block.widget_search .wp-block-heading::before,
.tj-blog-widget.widget_block.widget_search label::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: var(--tj-color-theme-primary);
}

.sidebar-search form {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 1.5px solid rgba(112, 95, 255, 0.8);
  border-radius: 8px;
  overflow: hidden;
}
.sidebar-search form input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
  border-radius: 8px;
  width: 100%;
  padding: 16px 60px 16px 15px;
  font-size: 16px;
  line-height: 1.4;
}
.sidebar-search form input:not([type=submit]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder {
  color: var(--tj-color-grey-9);
}
.sidebar-search form input:not([type=submit]):not([type=radio]):not([type=checkbox])::-moz-placeholder {
  color: var(--tj-color-grey-9);
}
.sidebar-search form input:not([type=submit]):not([type=radio]):not([type=checkbox]):-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.sidebar-search form input:not([type=submit]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.sidebar-search form input:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder {
  color: var(--tj-color-grey-9);
}
.sidebar-search form input:not([type=submit]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.sidebar-search form button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 100%;
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  font-size: 18px;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.footer-widget .sidebar-search form {
  border-color: var(--tj-color-theme-primary);
}

.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_categories ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-primary);
}
.widget_categories ul li:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--tj-color-border-1);
}
.widget_categories ul li ul {
  width: 100%;
  padding-left: 20px;
  padding-top: 16px;
  margin-top: 15px;
  border-top: 1px solid var(--tj-color-border-1);
}
.widget_categories ul li a {
  color: var(--tj-color-text-body);
}
.widget_categories ul li a:hover {
  color: var(--tj-color-theme-primary);
}

.tj-sidebar__widget.widget_block .wp-block-categories-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-sidebar__widget.widget_block .wp-block-categories-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-primary);
}
.tj-sidebar__widget.widget_block .wp-block-categories-list li:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--tj-color-border-1);
}
.tj-sidebar__widget.widget_block .wp-block-categories-list li ul {
  width: 100%;
  padding-left: 20px;
  padding-top: 16px;
  margin-top: 15px;
  border-top: 1px solid var(--tj-color-border-1);
}
.tj-sidebar__widget.widget_block .wp-block-categories-list li a {
  color: var(--tj-color-text-body);
}
.tj-sidebar__widget.widget_block .wp-block-categories-list li a:hover {
  color: var(--tj-color-theme-primary);
}

.sidebar-recent-post .single-post {
  margin-bottom: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.sidebar-recent-post .single-post:last-child {
  margin-bottom: 0;
}
.sidebar-recent-post .single-post .post-image {
  max-width: 75px;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.sidebar-recent-post .single-post .post-image a {
  display: inline-block;
  width: 100%;
}
.sidebar-recent-post .single-post .post-image a img {
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.sidebar-recent-post .single-post .post-content .sub-title {
  font-size: 14px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.sidebar-recent-post .single-post .post-content .sub-title i {
  color: var(--tj-color-theme-primary);
  font-size: 18px;
  line-height: 1;
}
.sidebar-recent-post .single-post .post-content .title-link {
  margin-bottom: 0;
}
.sidebar-recent-post .single-post .post-content .title-link a {
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sidebar-recent-post .single-post .post-content .title-link a:hover {
  color: var(--tj-color-theme-primary);
}
.sidebar-recent-post .single-post:hover .post-image a img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tagcloud .tag__title {
  font-size: 20px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-sbold);
  margin-right: 10px;
}
.tagcloud a {
  position: relative;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--tj-color-light-7);
  font-size: 14px;
  line-height: 1;
  color: var(--tj-color-common-black);
  border-radius: 5px;
  padding: 14px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.tagcloud a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
}
.tagcloud a:hover {
  background-color: transparent;
  color: var(--tj-color-common-white);
}
.tagcloud a:hover::after {
  opacity: 1;
}

.wp-block-quote,
blockquote {
  color: var(--tj-color-common-white);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-secondary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-secondary) 100%);
  border-radius: 10px;
  position: relative;
  padding: 30px 33px;
  margin-bottom: 60px;
  border-left: 0;
  z-index: 3;
}
.wp-block-quote::before,
blockquote::before {
  content: "\f10d";
  font-family: "Font Awesome 6 Pro";
  background-size: contain;
  display: inline-block;
  font-size: 50px;
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wp-block-quote::before,
  blockquote::before {
    width: 45px;
    height: 30px;
    margin-bottom: 10px;
  }
}
.wp-block-quote p,
blockquote p {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 10px;
}
.wp-block-quote cite,
blockquote cite {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-bold);
  position: relative;
  padding-left: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wp-block-quote cite,
  blockquote cite {
    padding-left: 40px;
  }
}
.wp-block-quote cite::before,
blockquote cite::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 2px;
  background: var(--tj-color-light-9);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .wp-block-quote cite::before,
  blockquote cite::before {
    width: 20px;
  }
}

.wp-block-pullquote {
  color: var(--tj-color-common-white);
  border: none;
  padding: 0;
  margin: 0;
}

.tj__pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.tj__pagination ul li {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-radius: 50%;
  padding: 1px;
  overflow: hidden;
}
.tj__pagination ul li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  background-color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-black);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj__pagination ul li .page-numbers i {
  color: var(--tj-color-common-black);
}
.tj__pagination ul li .page-numbers:hover, .tj__pagination ul li .page-numbers.current {
  background-color: transparent;
  color: var(--tj-color-common-white);
}
.tj__pagination ul li .page-numbers:hover i, .tj__pagination ul li .page-numbers.current i {
  color: var(--tj-color-common-white);
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Theme Contact CSS
----------------------------------------*/
.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.contact-info .contact-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
  color: var(--tj-color-common-white);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}
.contact-info .contact-header span {
  line-height: 1.2;
}
.contact-info .contact-header p,
.contact-info .contact-header a {
  display: inline-block;
  color: var(--tj-color-common-black);
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  margin: 0;
}
.contact-info .contact-header a:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-info {
    gap: 15px;
  }
  .contact-info .contact-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
  .contact-info .contact-header span {
    font-size: 14px;
  }
  .contact-info .contact-header p,
  .contact-info .contact-header a {
    font-size: 16px;
  }
}
.contact-info.style-2 .contact-icon {
  background: var(--tj-color-common-black);
}
.contact-info.style-2 .contact-header span {
  font-size: 22px;
  font-weight: var(--tj-fw-medium);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.contact-info.style-2 .contact-header a,
.contact-info.style-2 .contact-header p {
  font-weight: var(--tj-fw-normal);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-info.style-2 .contact-header span {
    font-size: 18px;
  }
  .contact-info.style-2 .contact-header p,
  .contact-info.style-2 .contact-header a {
    font-size: 14px;
  }
}

.contact-section-shape .contact-bg-shape {
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-section-shape .contact-bg-shape1 {
  position: absolute;
  right: 50px;
  top: 30%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-section-shape .contact-bg-shape2 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-section-shape .contact-bg-shape3 {
  position: absolute;
  left: 50px;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 40px;
  background: var(--tj-color-grey-5);
  padding: 60px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@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) {
  .contact-form-area {
    padding: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form-area {
    padding: 30px 15px;
  }
}

.contact-left-content {
  max-width: 600px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-left-content {
    max-width: 520px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-left-content {
    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) {
  .contact-left-content {
    margin-bottom: 50px;
  }
}
.contact-left-content .tj-sec-heading {
  margin-bottom: 34px;
}
.contact-left-content .tj-sec-heading .sec-title {
  max-width: 520px;
}
.contact-left-content .desc {
  max-width: 650px;
}
.contact-left-content .tj-contact-button {
  margin-top: 40px;
}
.contact-left-content .tj-contact-button .btn {
  margin-right: 15px;
}
.contact-left-content .tj-contact-button .btn:last-child {
  margin-right: 0;
}

.contact-form-box .form-input {
  margin-bottom: 20px;
}
.contact-form-box .form-input label {
  margin-bottom: 10px;
  color: var(--tj-color-common-black);
}
.contact-form-box .form-input input[type=text] {
  width: 100%;
  border-radius: 8px;
  padding: 17px 20px;
  background: var(--tj-color-grey-5);
  border: 1px solid var(--tj-color-light-7);
}
@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-box .form-input input[type=text] {
    padding: 13px 20px;
  }
}
.contact-form-box .form-input input[type=email] {
  width: 100%;
  border-radius: 8px;
  padding: 17px 20px;
  background: var(--tj-color-grey-5);
  border: 1px solid var(--tj-color-light-7);
}
@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-box .form-input input[type=email] {
    padding: 13px 20px;
  }
}
.contact-form-box .form-textarea {
  margin-bottom: 20px;
}
.contact-form-box .form-textarea label {
  margin-bottom: 10px;
  color: var(--tj-color-common-black);
}
.contact-form-box .form-textarea textarea {
  width: 100%;
  background: var(--tj-color-grey-5);
  border: 1px solid var(--tj-color-light-7);
  border-radius: 10px;
  padding: 17px 20px;
  min-height: 140px;
  resize: 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) {
  .contact-form-box .form-textarea textarea {
    min-height: 110px;
  }
}
.contact-form-box .tj-contact-button .tj-primary-btn {
  border-radius: 10px;
  width: 100%;
}
.contact-form-box .wpcf7-list-item {
  margin-left: 0;
}
.contact-form-box label a {
  color: var(--tj-color-theme-primary);
}

.contact-form-box .form-input input:focus {
  border: 1px solid var(--tj-color-theme-primary);
}

.contact-form-box .form-textarea textarea:focus {
  border: 1px solid var(--tj-color-theme-primary);
}

.tj-contact-section-two {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/banner-bg/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--tj-color-light-8);
  overflow: hidden;
  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-contact-section-two {
    padding-top: 85px;
    padding-bottom: 50px;
  }
}
.tj-contact-section-two .contact-sec-shape {
  position: absolute;
  top: -50px;
  right: 0;
  opacity: 0.1;
}

.contact-form-box2 {
  border-radius: 20px;
  background: var(--tj-color-common-white);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  padding: 50px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form-box2 {
    padding: 25px 15px;
    margin-bottom: 50px;
  }
}
.contact-form-box2 .form-input {
  margin-bottom: 20px;
}
.contact-form-box2 .form-input input[type=text] {
  width: 100%;
  border-radius: 8px;
  padding: 17px 20px;
  background: var(--tj-color-grey-5);
}
.contact-form-box2 .form-input input[type=email] {
  width: 100%;
  border-radius: 8px;
  padding: 17px 20px;
  background: var(--tj-color-grey-5);
}
.contact-form-box2 .form-textarea {
  margin-bottom: 20px;
}
.contact-form-box2 .form-textarea textarea {
  width: 100%;
  background: var(--tj-color-grey-5);
  border-radius: 10px;
  padding: 17px 20px;
  min-height: 140px;
  resize: none;
}
.contact-form-box2 .tj-contact-button .tj-primary-btn {
  width: 100%;
  border-radius: 8px;
}
.contact-form-box2 .wpcf7-list-item {
  margin-left: 0;
}
.contact-form-box2 label a {
  color: var(--tj-color-theme-primary);
}

.contact-form-box3 {
  background: transparent;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form-box3 {
    padding: 25px 15px;
    margin-bottom: 50px;
  }
}
.contact-form-box3 .form-input {
  margin-bottom: 20px;
}
.contact-form-box3 .form-input input[type=text] {
  width: 100%;
  border-radius: 10px;
  padding: 17px 20px;
  border: 1px solid var(--tj-color-border-2);
  background: transparent;
  color: var(--tj-color-common-white);
}
.contact-form-box3 .form-input input[type=email] {
  width: 100%;
  border-radius: 10px;
  padding: 17px 20px;
  background: transparent;
  border: 1px solid var(--tj-color-border-2);
  color: var(--tj-color-common-white);
}
.contact-form-box3 .form-textarea {
  margin-bottom: 20px;
}
.contact-form-box3 .form-textarea textarea {
  width: 100%;
  background: transparent;
  border-radius: 10px;
  padding: 17px 20px;
  min-height: 140px;
  resize: none;
  border: 1px solid var(--tj-color-border-2);
  color: var(--tj-color-common-white);
}
.contact-form-box3 .tj-contact-button .tj-black-btn-two {
  width: 100%;
  border-radius: 10px;
}
.contact-form-box3 .tj-contact-button .tj-black-btn-two::before {
  border-radius: 10px;
}
.contact-form-box3 .wpcf7-list-item {
  margin-left: 0;
}
.contact-form-box3 label a {
  color: var(--tj-color-theme-primary);
}

.contact-form-box3 .form-input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-input input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-textarea textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-textarea textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-textarea textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-textarea textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form-box3 .form-textarea textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-right-content {
  padding-left: 75px;
  position: relative;
  z-index: 3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-right-content {
    padding-left: 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) {
  .contact-right-content {
    padding-left: 0;
  }
}
.contact-right-content .tj-sec-heading {
  margin-bottom: 25px;
}
.contact-right-content .tj-sec-heading .sec-title {
  max-width: 520px;
}
.contact-right-content .comntact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.contact-right-content .comntact-list:last-child {
  margin-bottom: 0;
}
.contact-right-content .comntact-list .contact-icon {
  width: 46px;
  height: 46px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: var(--tj-color-common-white);
  background: var(--tj-color-common-black);
  margin-right: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-right-content .comntact-list .contact-icon {
    width: 40px;
    height: 40px;
    line-height: 35px;
    margin-right: 15px;
  }
}
.contact-right-content .comntact-list .contact-icon img {
  max-width: 25px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-right-content .comntact-list .contact-icon img {
    width: 20px;
  }
}
.contact-right-content .desc {
  margin-bottom: 25px;
}
.contact-right-content .contact-header span {
  font-size: 22px;
  font-weight: var(--tj-fw-bold);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.contact-right-content .contact-header a {
  color: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 22px;
}
.contact-right-content .contact-header a:hover {
  color: var(--tj-color-theme-primary);
}
.contact-right-content .tj-contact-button {
  margin-top: 40px;
}
.contact-right-content .tj-contact-button .btn {
  margin-right: 15px;
}
.contact-right-content .tj-contact-button .btn:last-child {
  margin-right: 0;
}

.form-input input::-ms-input-placeholder {
  color: rgba(58, 58, 58, 0.3);
}

.form-input input::-webkit-input-placeholder {
  color: rgba(58, 58, 58, 0.3);
}

.form-input input::-moz-placeholder {
  color: rgba(58, 58, 58, 0.3);
}

.form-input input:-ms-input-placeholder {
  color: rgba(58, 58, 58, 0.3);
}

.form-input input::placeholder {
  color: rgba(58, 58, 58, 0.3);
}

.form-textarea textarea::-ms-input-placeholder {
  color: rgba(58, 58, 58, 0.3);
}

.form-textarea textarea::-webkit-input-placeholder {
  color: rgba(58, 58, 58, 0.3);
}

.form-textarea textarea::-moz-placeholder {
  color: rgba(58, 58, 58, 0.3);
}

.form-textarea textarea:-ms-input-placeholder {
  color: rgba(58, 58, 58, 0.3);
}

.form-textarea textarea::placeholder {
  color: rgba(58, 58, 58, 0.3);
}

/* !END: Theme Contact CSS */
/**----------------------------------------
START: Theme Footer CSS
----------------------------------------*/
.tj-footer-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--tj-color-grey-6);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-area {
    background-position: initial;
  }
}
.tj-footer-area .footer-menu-area {
  padding-top: 120px;
  padding-bottom: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-area .footer-menu-area {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-area .footer-menu-area {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area .footer-menu-area {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
.tj-footer-area .footer-menu-area .footer1-col-2,
.tj-footer-area .footer-menu-area .footer1-col-4,
.tj-footer-area .footer-menu-area .footer2-col-2,
.tj-footer-area .footer-menu-area .footer2-col-4,
.tj-footer-area .footer-menu-area .footer4-col-2,
.tj-footer-area .footer-menu-area .footer4-col-4 {
  padding-left: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-footer-area .footer-menu-area .footer1-col-2,
  .tj-footer-area .footer-menu-area .footer2-col-2,
  .tj-footer-area .footer-menu-area .footer4-col-2 {
    padding-left: 0;
  }
  .tj-footer-area .footer-menu-area .footer1-col-4,
  .tj-footer-area .footer-menu-area .footer2-col-4,
  .tj-footer-area .footer-menu-area .footer4-col-4 {
    padding-left: 20px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-area .footer-menu-area .footer1-col-2,
  .tj-footer-area .footer-menu-area .footer1-col-4,
  .tj-footer-area .footer-menu-area .footer2-col-2,
  .tj-footer-area .footer-menu-area .footer2-col-4,
  .tj-footer-area .footer-menu-area .footer4-col-2,
  .tj-footer-area .footer-menu-area .footer4-col-4 {
    padding-left: 0;
  }
}
.tj-footer-area .copyright-area {
  padding: 20px 0;
}
.tj-footer-area .copyright-content-area {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.tj-footer-area .copyright-content-area .copyright-left-content p {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-grey-5);
  margin-bottom: 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-footer-area .copyright-content-area .copyright-left-content p {
    text-align: center;
  }
}
.tj-footer-area .copyright-content-area .copyright-left-content a {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-grey-5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-footer-area .copyright-content-area .copyright-left-content a:hover {
  color: transparent;
}
.tj-footer-area .copyright-content-area .copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-footer-area .copyright-content-area .copyright-menu ul li {
  display: inline-block;
  margin-left: 25px;
}
.tj-footer-area .copyright-content-area .copyright-menu ul li:first-child {
  margin-left: 0;
}
.tj-footer-area .copyright-content-area .copyright-menu ul li a {
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-grey-5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-footer-area .copyright-content-area .copyright-menu ul li a:hover {
  color: transparent;
}
.tj-footer-area.style-2 {
  background-color: var(--tj-color-common-white);
}
.tj-footer-area.style-2 .footer-menu-area .footer-content-info p {
  color: var(--tj-color-text-body);
}
.tj-footer-area.style-2 .footer-menu-area .footer-content-info .footer-share ul li a {
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
}
.tj-footer-area.style-2 .footer-menu-area .footer-content-info .footer-share ul li a i {
  color: var(--tj-color-common-white);
}
.tj-footer-area.style-2 .footer-menu-area .footer-content-info .footer-share ul li a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  color: var(--tj-color-common-black);
  -webkit-transition: 0.1s;
  transition: 0.1s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.tj-footer-area.style-2 .footer-menu-area .footer-content-info .footer-share ul li a:hover i {
  color: var(--tj-color-common-white);
}
.tj-footer-area.style-2 .footer-menu-area .footer-content-info .footer-share ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.tj-footer-area.style-2 .footer-menu-area .footer_title {
  color: var(--tj-color-common-black);
}
.tj-footer-area.style-2 .footer-menu-area .footer-widget.widget_block .wp-block-heading,
.tj-footer-area.style-2 .footer-menu-area .footer-widget.widget_block label, .tj-footer-area.style-2 .footer-menu-area .footer-widget.widget_block.widget_search .wp-block-heading,
.tj-footer-area.style-2 .footer-menu-area .footer-widget.widget_block.widget_search label {
  color: var(--tj-color-common-black);
}
.tj-footer-area.style-2 .footer-menu-area .widget_nav_menu ul li a {
  color: var(--tj-color-text-body);
  background: transparent;
}
.tj-footer-area.style-2 .footer-menu-area .widget_nav_menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-footer-area.style-2 .footer-menu-area .widget_contact_menu .footer-menu ul li p,
.tj-footer-area.style-2 .footer-menu-area .widget_contact_menu .footer-menu ul li a {
  color: var(--tj-color-text-body);
}
.tj-footer-area.style-2 .footer-menu-area .widget_contact_menu .footer-menu ul li span {
  border: 1px solid var(--tj-color-light-3);
  color: var(--tj-color-light-3);
}
.tj-footer-area.style-2 .footer-menu-area .widget_contact_menu .footer-menu ul li span i {
  color: var(--tj-color-light-3);
}
.tj-footer-area.style-2 .footer-menu-area .widget_contact_menu .footer-menu ul li span::before {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}
.tj-footer-area.style-2 .footer-menu-area .widget_contact_menu .footer-menu ul li:hover a {
  color: var(--tj-color-theme-primary);
}
.tj-footer-area.style-2 .footer-menu-area .widget_contact_menu .footer-menu ul li:hover span {
  border-color: transparent;
  color: var(--tj-color-common-white);
}
.tj-footer-area.style-2 .footer-menu-area .widget_contact_menu .footer-menu ul li:hover span i {
  color: var(--tj-color-common-white);
}
.tj-footer-area.style-2 .footer-menu-area .tj_recent_posts .single-post .post-content .sub-title {
  color: var(--tj-color-theme-primary);
}
.tj-footer-area.style-2 .footer-menu-area .tj_recent_posts .single-post .post-content .sub-title i {
  color: var(--tj-color-theme-primary);
}
.tj-footer-area.style-2 .footer-menu-area .tj_recent_posts .single-post .post-content .title-link a {
  color: var(--tj-color-text-body);
  background: transparent;
}
.tj-footer-area.style-2 .footer-menu-area .tj_recent_posts .single-post .post-content .title-link a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-footer-area.style-2 .copyright-content-area .copyright-left-content p {
  color: var(--tj-color-text-body);
}
.tj-footer-area.style-2 .copyright-content-area .copyright-left-content a {
  color: var(--tj-color-text-body);
}
.tj-footer-area.style-2 .copyright-content-area .copyright-left-content a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-footer-area.style-2 .copyright-content-area .copyright-menu ul li a {
  color: var(--tj-color-text-body);
}
.tj-footer-area.style-2 .copyright-content-area .copyright-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-footer-area.style-2 .footer-section-shape1 .footer-group-shape {
  position: absolute;
  right: 0;
  top: -60px;
  z-index: -1;
}
.tj-footer-area.style-2 .footer-section-shape1 .footer-group-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.tj-footer-area.style-3 {
  background-color: var(--tj-color-light-10);
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area.style-3 {
    background-position: center;
  }
}
.tj-footer-area.style-3 .footer-top .footer_top_wrap {
  padding-top: 120px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading {
  max-width: 590px;
  width: 100%;
  margin-bottom: 0;
}
.tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading .sec-title {
  color: var(--tj-color-common-white);
  margin-bottom: 0px;
}
.tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading .sec-title span {
  background: transparent;
  -webkit-text-fill-color: inherit;
  color: var(--tj-color-common-black);
}
.tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading .desc {
  color: var(--tj-color-common-white);
  margin-top: 20px;
}
.tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading .desc p:last-child {
  margin: 0;
}
.tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading .contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
.tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading .contact-list .contact-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  line-height: 1;
  border-radius: 50%;
  background: var(--tj-color-common-white);
  font-size: 25px;
  color: var(--tj-color-theme-primary);
}
.tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading .contact-list .contact-header p {
  color: var(--tj-color-common-white);
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}
.tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading .contact-list .contact-header a {
  font-size: 22px;
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: var(--tj-fw-bold);
}
.tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading .contact-list .contact-header a:hover {
  color: var(--tj-color-common-black);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading .contact-list .contact-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading .contact-list .contact-header p {
    font-size: 18px;
  }
  .tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading .contact-list .contact-header a {
    font-size: 20px;
  }
}
.tj-footer-area.style-3 .footer-top .footer_top_wrap .contact-form-box3 {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-area.style-3 .footer-top .footer_top_wrap {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area.style-3 .footer-top .footer_top_wrap {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .tj-footer-area.style-3 .footer-top .footer_top_wrap .tj-sec-heading {
    margin-bottom: 50px;
  }
}
.tj-footer-area.style-3 .footer-menu-area {
  padding-top: 80px;
  padding-bottom: 20px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-footer-area.style-3 .footer-menu-area {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.tj-footer-area.style-3 .footer-menu-area .footer3-col-2 {
  padding-left: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area.style-3 .footer-menu-area .footer3-col-2 {
    padding-left: 0;
  }
}
.tj-footer-area.style-3 .footer-menu-area .footer-widget .footer-content-info .footer-share ul li a i {
  color: var(--tj-color-theme-primary);
}
.tj-footer-area.style-3 .footer-menu-area .footer-widget .footer-content-info .footer-share ul li a:hover {
  background-color: var(--tj-color-common-black);
}
.tj-footer-area.style-3 .footer-menu-area .footer-widget .footer-content-info .footer-share ul li a:hover i {
  color: var(--tj-color-common-white);
}
.tj-footer-area.style-3 .footer-menu-area .footer-widget.widget_nav_menu ul > li > a {
  background: transparent;
}
.tj-footer-area.style-3 .footer-menu-area .footer-widget.widget_nav_menu ul > li > a:hover {
  color: var(--tj-color-common-black);
}
.tj-footer-area.style-3 .footer-menu-area .footer-widget.widget_contact_menu .footer-menu ul li span::before {
  display: none;
}
.tj-footer-area.style-3 .footer-menu-area .footer-widget.widget_contact_menu .footer-menu ul li a {
  background: transparent;
}
.tj-footer-area.style-3 .footer-menu-area .footer-widget.widget_contact_menu .footer-menu ul li:hover span {
  background-color: var(--tj-color-common-black);
}
.tj-footer-area.style-3 .footer-menu-area .footer-widget.widget_contact_menu .footer-menu ul li:hover a {
  color: var(--tj-color-common-black);
}
.tj-footer-area.style-3 .copyright-content-area .copyright-left-content a {
  background: transparent;
}
.tj-footer-area.style-3 .copyright-content-area .copyright-left-content a:hover {
  color: var(--tj-color-common-black);
}
.tj-footer-area.style-3 .copyright-content-area .copyright-menu ul li a {
  background: transparent;
}
.tj-footer-area.style-3 .copyright-content-area .copyright-menu ul li a:hover {
  color: var(--tj-color-common-black);
}
.tj-footer-area.style-4 {
  position: relative;
  background-position: center;
  z-index: 1;
}
.tj-footer-area.style-4 .footer-menu-area .footer-widget.widget_nav_menu ul li a {
  color: var(--tj-color-common-white);
  background: transparent;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.tj-footer-area.style-4 .footer-menu-area .footer-widget.widget_nav_menu ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--tj-color-common-white);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tj-footer-area.style-4 .footer-menu-area .footer-widget.widget_nav_menu ul li a:hover::before {
  width: 100%;
}
.tj-footer-area.style-4 .footer-menu-area .footer-widget.widget_contact_menu .footer-menu ul li span::before {
  background: transparent;
}
.tj-footer-area.style-4 .footer-menu-area .footer-widget.widget_contact_menu .footer-menu ul li a {
  color: var(--tj-color-common-white);
  position: relative;
  display: inline-block;
  z-index: 1;
  background: transparent;
}
.tj-footer-area.style-4 .footer-menu-area .footer-widget.widget_contact_menu .footer-menu ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--tj-color-common-white);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tj-footer-area.style-4 .footer-menu-area .footer-widget.widget_contact_menu .footer-menu ul li a:hover::before {
  width: 100%;
}
.tj-footer-area.style-4 .footer-menu-area .footer-widget.tj_recent_posts .single-post .post-content .sub-title i {
  color: var(--tj-color-common-white);
}
.tj-footer-area.style-4 .footer-menu-area .footer-widget.tj_recent_posts .single-post .post-content .title-link a {
  display: inline;
  background: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-common-white)), to(var(--tj-color-common-white))), -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-common-white)), to(var(--tj-color-common-white)));
  background-image: linear-gradient(var(--tj-color-common-white), var(--tj-color-common-white)), linear-gradient(var(--tj-color-common-white), var(--tj-color-common-white));
  background-size: 0% 1px, 0 1px;
  background-repeat: no-repeat;
  background-position: 100% 100%, 0 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tj-footer-area.style-4 .footer-menu-area .footer-widget.tj_recent_posts .single-post .post-content .title-link a:hover {
  color: var(--tj-color-common-white);
  background-size: 0% 1px, 100% 1px;
}
.tj-footer-area.style-4 .copyright-area {
  background: rgba(255, 255, 255, 0.1);
}
.tj-footer-area.style-4 .copyright-area .copyright-content-area .copyright-menu ul li a {
  color: var(--tj-color-common-white);
  position: relative;
  display: inline-block;
  z-index: 1;
  background: transparent;
}
.tj-footer-area.style-4 .copyright-area .copyright-content-area .copyright-menu ul li a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--tj-color-common-white);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tj-footer-area.style-4 .copyright-area .copyright-content-area .copyright-menu ul li a:hover::before {
  width: 100%;
}
.tj-footer-area.style-4 .copyright-area .copyright-content-area .copyright-left-content a {
  color: var(--tj-color-common-white);
  position: relative;
  display: inline-block;
  z-index: 1;
  background: transparent;
}
.tj-footer-area.style-4 .copyright-area .copyright-content-area .copyright-left-content a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--tj-color-common-white);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tj-footer-area.style-4 .copyright-area .copyright-content-area .copyright-left-content a:hover::before {
  width: 100%;
}

.footer-widget {
  margin-bottom: 40px;
}
.footer-widget .footer_title {
  font-size: 22px;
  color: var(--tj-color-common-white);
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .footer_title {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget .footer_title {
    margin-bottom: 25px;
  }
}
.footer-widget.widget_block .wp-block-heading,
.footer-widget.widget_block label, .footer-widget.widget_block.widget_search .wp-block-heading,
.footer-widget.widget_block.widget_search label {
  font-size: 22px;
  color: var(--tj-color-common-white);
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget.widget_block .wp-block-heading,
  .footer-widget.widget_block label, .footer-widget.widget_block.widget_search .wp-block-heading,
  .footer-widget.widget_block.widget_search label {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget.widget_block .wp-block-heading,
  .footer-widget.widget_block label, .footer-widget.widget_block.widget_search .wp-block-heading,
  .footer-widget.widget_block.widget_search label {
    margin-bottom: 25px;
  }
}
.footer-widget .footer-content-info {
  max-width: 340px;
  position: relative;
}
.footer-widget .footer-content-info .footer-logo {
  max-width: 185px;
  width: 100%;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .footer-content-info .footer-logo {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-content-info .footer-logo {
    max-width: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget .footer-content-info .footer-logo {
    max-width: 150px;
    margin-bottom: 25px;
  }
}
.footer-widget .footer-content-info .footer-logo a {
  display: inline-block;
}
.footer-widget .footer-content-info p {
  color: var(--tj-color-grey-5);
  font-family: var(--tj-ff-heading);
  margin-bottom: 0;
}
.footer-widget .footer-content-info .footer-share {
  margin-top: 30px;
}
.footer-widget .footer-content-info .footer-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer-widget .footer-content-info .footer-share ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer-widget .footer-content-info .footer-share ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  background: var(--tj-color-common-white);
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  color: var(--tj-color-common-black);
  font-size: 20px;
}
.footer-widget .footer-content-info .footer-share ul li a i {
  color: var(--tj-color-common-black);
}
.footer-widget .footer-content-info .footer-share ul li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.footer-widget .footer-content-info .footer-share ul li a:hover i {
  color: var(--tj-color-common-white);
}
.footer-widget.widget_contact_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget.widget_contact_menu .footer-menu ul li {
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
}
.footer-widget.widget_contact_menu .footer-menu ul li p,
.footer-widget.widget_contact_menu .footer-menu ul li a {
  color: var(--tj-color-light-4);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-widget.widget_contact_menu .footer-menu ul li span {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-widget.widget_contact_menu .footer-menu ul li span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 35px;
  height: 35px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.footer-widget.widget_contact_menu .footer-menu ul li:hover a {
  color: transparent;
}
.footer-widget.widget_contact_menu .footer-menu ul li:hover span {
  border-color: transparent;
}
.footer-widget.widget_contact_menu .footer-menu ul li:hover span::before {
  opacity: 1;
  visibility: visible;
}
.footer-widget.widget_nav_menu {
  position: relative;
  z-index: 1;
}
.footer-widget.widget_nav_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget.widget_nav_menu ul > li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget.widget_nav_menu ul > li > ul {
  margin-top: 10px;
  padding-left: 15px;
}
.footer-widget.widget_nav_menu ul > li > a {
  color: var(--tj-color-light-4);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.footer-widget.widget_nav_menu ul > li > a:hover {
  color: transparent;
}
.footer-widget.tj_recent_posts .single-post {
  margin-bottom: 30px;
}
.footer-widget.tj_recent_posts .single-post .post-content .sub-title {
  color: var(--tj-color-grey-4);
}
.footer-widget.tj_recent_posts .single-post .post-content .sub-title i {
  color: var(--tj-color-theme-secondary);
}
.footer-widget.tj_recent_posts .single-post .post-content .title-link {
  font-weight: var(--tj-fw-regular);
}
.footer-widget.tj_recent_posts .single-post .post-content .title-link a {
  color: var(--tj-color-light-4);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.footer-widget.tj_recent_posts .single-post .post-content .title-link a:hover {
  color: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget.tj_recent_posts .single-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.footer-widget.tj_gallery_widget .widget_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  max-width: 350px;
  width: 100%;
}
.footer-widget.tj_gallery_widget .widget_gallery .gallery-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 95px;
  width: 100%;
  height: 95px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}
.footer-widget.tj_gallery_widget .widget_gallery .gallery-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  opacity: 0.5;
  z-index: -1;
  border-radius: 5px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.footer-widget.tj_gallery_widget .widget_gallery .gallery-item .gallery-icon {
  font-size: 20px;
  line-height: 1;
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.footer-widget.tj_gallery_widget .widget_gallery .gallery-item:hover::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.footer-widget.tj_gallery_widget .widget_gallery .gallery-item:hover .gallery-icon {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-widget.tj_gallery_widget .widget_gallery .gallery-item {
    max-width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget.tj_gallery_widget .widget_gallery .gallery-item {
    max-width: 65px;
    height: 65px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget.tj_gallery_widget .widget_gallery .gallery-item {
    max-width: 75px;
    height: 75px;
  }
}

.mfp-bottom-bar {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.mfp-bottom-bar .mfp-title {
  display: none !important;
}
.mfp-bottom-bar .mfp-close {
  display: none;
}
.mfp-bottom-bar img {
  border-radius: 10px;
}

.mfp-image-holder .mfp-close {
  display: none;
}

.mfp-iframe-holder .mfp-close {
  display: none;
}

.footer-section-shape .footer-bg-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.footer-section-shape .footer-bg-shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.footer-section-shape .footer-bg-shape2 {
  position: absolute;
  bottom: 5%;
  right: 6%;
  opacity: 0.3;
  z-index: -1;
}
@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) {
  .footer-section-shape .footer-bg-shape2 {
    display: none;
  }
}
.footer-section-shape .footer-bg-shape3 {
  position: absolute;
  bottom: 10%;
  right: 6%;
  opacity: 0.9;
  z-index: -1;
}
@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) {
  .footer-section-shape .footer-bg-shape3 {
    display: none;
  }
}

.footer-sec-shape .shape-1 {
  position: absolute;
  left: 60px;
  top: 15%;
}
.footer-sec-shape .shape-2 {
  position: absolute;
  left: 0;
  top: 22%;
}
.footer-sec-shape .shape-3 {
  position: absolute;
  left: 75px;
  bottom: 10%;
}
.footer-sec-shape .shape-4 {
  position: absolute;
  top: 60px;
  right: 0;
}
.footer-sec-shape .shape-5 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-sec-shape {
    display: none;
  }
}

.footer-widget.tj_footer_widget {
  margin-bottom: 0;
}
.footer-widget.tj_footer_widget .footer_title {
  font-size: 22px;
  line-height: 1;
  color: var(--tj-color-common-black);
  margin-bottom: 35px;
}
.footer-widget.tj_footer_widget .footer-logo {
  max-width: 200px;
  width: 100%;
}
.footer-widget.tj_footer_widget .footer-logo a {
  display: inline-block;
}
.footer-widget.tj_footer_widget .desc {
  margin-top: 30px;
}
.footer-widget.tj_footer_widget .desc p:last-child {
  margin: 0;
}
.footer-widget.tj_footer_widget .footer-share {
  padding: 0;
  margin: 35px 0 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.footer-widget.tj_footer_widget .footer-share li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer-widget.tj_footer_widget .footer-share li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 1;
  background-color: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  border-radius: 50%;
}
.footer-widget.tj_footer_widget .footer-share li a i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.footer-widget.tj_footer_widget .footer-share li a:hover {
  background-color: var(--tj-color-theme-h6-primary);
}
.footer-widget.tj_footer_widget.contact_info .contact_list {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.footer-widget.tj_footer_widget.contact_info .contact_list li {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--tj-color-text-body);
  z-index: 1;
  padding-left: 50px;
}
.footer-widget.tj_footer_widget.contact_info .contact_list li:not(:last-child) {
  margin-bottom: 30px;
}
.footer-widget.tj_footer_widget.contact_info .contact_list li .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 1;
  border: 1px solid var(--tj-color-light-3);
  border-radius: 50%;
  color: var(--tj-color-common-black);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  left: 0;
  top: -8px;
}
.footer-widget.tj_footer_widget.contact_info .contact_list li p,
.footer-widget.tj_footer_widget.contact_info .contact_list li a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
.footer-widget.tj_footer_widget.contact_info .contact_list li:hover .icon {
  background-color: var(--tj-color-theme-h6-primary);
  border-color: var(--tj-color-theme-h6-primary);
}
.footer-widget.tj_footer_widget.contact_info .contact_list li:hover .icon i {
  color: var(--tj-color-common-white);
}
.footer-widget.tj_footer_widget.contact_info .contact_list li:hover a {
  color: var(--tj-color-theme-h6-primary);
}
.footer-widget.tj_footer_widget.footer_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-widget.tj_footer_widget.footer_nav ul li {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--tj-color-text-body);
}
.footer-widget.tj_footer_widget.footer_nav ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-widget.tj_footer_widget.footer_nav ul li a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
.footer-widget.tj_footer_widget.footer_nav ul li a:hover {
  color: var(--tj-color-theme-h6-primary);
}
.footer-widget.tj_footer_widget.footer_gallery .gallery_images {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 350px;
  width: 100%;
  gap: 10px;
}
.footer-widget.tj_footer_widget.footer_gallery .gallery_images .gallery_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95px;
  height: 95px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: relative;
  z-index: 1;
}
.footer-widget.tj_footer_widget.footer_gallery .gallery_images .gallery_item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--tj-color-theme-h6-primary);
  opacity: 0.5;
  z-index: -1;
  border-radius: 5px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.footer-widget.tj_footer_widget.footer_gallery .gallery_images .gallery_item .gallery-icon {
  font-size: 20px;
  line-height: 1;
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.footer-widget.tj_footer_widget.footer_gallery .gallery_images .gallery_item .gallery-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.footer-widget.tj_footer_widget.footer_gallery .gallery_images .gallery_item:hover::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.footer-widget.tj_footer_widget.footer_gallery .gallery_images .gallery_item:hover .gallery-icon {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* !END: Theme Footer CSS */
/**----------------------------------------
START: Theme CTA CSS
----------------------------------------*/
.tj-cta-section {
  padding-top: 115px;
  padding-bottom: 120px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  position: relative;
  z-index: 1;
}
.tj-cta-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -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) {
  .tj-cta-section {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
.tj-cta-section .tj-sec-heading {
  margin-bottom: 0;
}
.tj-cta-section.style-6 {
  background: transparent;
  padding: 0;
  z-index: 3;
}
.tj-cta-section.style-6::before {
  display: none;
}
.tj-cta-section.style-6 .cta_wrapper {
  background-color: var(--tj-color-theme-h6-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 40px 100px;
}
.tj-cta-section.style-6 .cta_wrapper .cta_content {
  max-width: 429px;
  width: 100%;
}
.tj-cta-section.style-6 .cta_wrapper .cta_content .title {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
  color: var(--tj-color-common-white);
}
.tj-cta-section.style-6 .cta_wrapper .cta_form {
  max-width: 405px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.tj-cta-section.style-6 .cta_wrapper .cta_form input[type=email] {
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  color: var(--tj-color-common-black);
  font-weight: var(--tj-fw-light);
  padding: 20px 60px 20px 20px;
  border-radius: 5px;
}
.tj-cta-section.style-6 .cta_wrapper .cta_form input[type=email]::-webkit-input-placeholder {
  color: var(--tj-color-grey-9);
}
.tj-cta-section.style-6 .cta_wrapper .cta_form input[type=email]::-moz-placeholder {
  color: var(--tj-color-grey-9);
}
.tj-cta-section.style-6 .cta_wrapper .cta_form input[type=email]:-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.tj-cta-section.style-6 .cta_wrapper .cta_form input[type=email]::-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.tj-cta-section.style-6 .cta_wrapper .cta_form input[type=email]::placeholder {
  color: var(--tj-color-grey-9);
}
.tj-cta-section.style-6 .cta_wrapper .cta_form button[type=submit] {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--tj-color-common-black);
  border-radius: 5px;
  color: var(--tj-color-common-white);
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.tj-cta-section.style-6 .cta_wrapper .cta_form button[type=submit] i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-cta-section.style-6 .cta_wrapper .cta_form button[type=submit]:hover {
  background-color: var(--tj-color-theme-h6-primary);
}
.tj-cta-section.style-6 .cta_wrapper .cta_form button[type=submit]:hover i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-cta-section.style-6 .cta_wrapper {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-cta-section.style-6 .cta_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 30px;
  }
  .tj-cta-section.style-6 .cta_wrapper .cta_content .title {
    text-align: center;
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-cta-section.style-6 .cta_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
  .tj-cta-section.style-6 .cta_wrapper .cta_content .title {
    text-align: center;
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .tj-cta-section.style-6 .cta_wrapper .cta_content .title {
    font-size: 22px;
  }
}

.cta-content-area {
  max-width: 1020px;
  margin: auto;
}
.cta-content-area .title {
  color: var(--tj-color-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content-area .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-content-area .title {
    font-size: 32px;
  }
}
.cta-content-area .cta-button {
  margin-top: 40px;
}

/* !END: Theme CTA CSS */
/**----------------------------------------
START: Theme CTA CSS
----------------------------------------*/
.tj-cta-section.style-9 {
  padding-top: 0;
  padding-bottom: 0;
}
.tj-cta-section.style-9 .cta_wrapper {
  background-color: var(--tj-color-theme-h9-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 45px 100px;
  position: relative;
  z-index: 1;
}
.tj-cta-section.style-9 .cta_wrapper .cta_content {
  max-width: 429px;
  width: 100%;
}
.tj-cta-section.style-9 .cta_wrapper .cta_content .title {
  font-size: 30px;
  line-height: 1.2;
  margin: 0;
  color: var(--tj-color-common-white);
}
.tj-cta-section.style-9 .cta_wrapper .cta_content .title span {
  font-style: italic;
  color: var(--tj-color-heading-primary);
}
.tj-cta-section.style-9 .cta_wrapper .cta_form {
  max-width: 405px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.tj-cta-section.style-9 .cta_wrapper .cta_form input[type=email] {
  width: 100%;
  font-size: 16px;
  line-height: 1.2;
  color: var(--tj-color-common-black);
  font-weight: var(--tj-fw-light);
  padding: 20px 60px 20px 20px;
  border-radius: 5px;
}
.tj-cta-section.style-9 .cta_wrapper .cta_form input[type=email]::-webkit-input-placeholder {
  color: var(--tj-color-grey-9);
}
.tj-cta-section.style-9 .cta_wrapper .cta_form input[type=email]::-moz-placeholder {
  color: var(--tj-color-grey-9);
}
.tj-cta-section.style-9 .cta_wrapper .cta_form input[type=email]:-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.tj-cta-section.style-9 .cta_wrapper .cta_form input[type=email]::-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.tj-cta-section.style-9 .cta_wrapper .cta_form input[type=email]::placeholder {
  color: var(--tj-color-grey-9);
}
.tj-cta-section.style-9 .cta_wrapper .cta_form button[type=submit] {
  width: 50px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--tj-color-common-black);
  border-radius: 5px;
  color: var(--tj-color-common-white);
  font-size: 20px;
  line-height: 1;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.tj-cta-section.style-9 .cta_wrapper .cta_form button[type=submit] i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-cta-section.style-9 .cta_wrapper .cta_form button[type=submit]:hover {
  background-color: var(--tj-color-theme-h9-primary);
}
.tj-cta-section.style-9 .cta_wrapper .cta_form button[type=submit]:hover i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.tj-cta-section.style-9 .cta_wrapper .cta-one {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
.tj-cta-section.style-9 .cta_wrapper .cta-two {
  position: absolute;
  right: 26%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-cta-section.style-9 .cta_wrapper {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-cta-section.style-9 .cta_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 30px;
  }
  .tj-cta-section.style-9 .cta_wrapper .cta_content .title {
    text-align: center;
    font-size: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-cta-section.style-9 .cta_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
  .tj-cta-section.style-9 .cta_wrapper .cta_content .title {
    text-align: center;
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .tj-cta-section.style-9 .cta_wrapper .cta_content .title {
    font-size: 22px;
  }
}

.cta-content-area {
  max-width: 1020px;
  margin: auto;
}
.cta-content-area .title {
  color: var(--tj-color-common-white);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content-area .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-content-area .title {
    font-size: 32px;
  }
}
.cta-content-area .cta-button {
  margin-top: 40px;
}

/* !END: Theme CTA CSS */
/**----------------------------------------
START: Theme Price CSS
----------------------------------------*/
.price-group-shape .price-shape-one {
  position: absolute;
  right: 8%;
  top: 13%;
}
.price-group-shape .price-shape-two {
  position: absolute;
  right: 4.5%;
  top: 18%;
  opacity: 0.2;
}
.price-group-shape .price-shape-three {
  position: absolute;
  left: 60px;
  bottom: 20%;
}
.price-group-shape .price-shape-four {
  position: absolute;
  left: 15px;
  bottom: 12%;
  opacity: 0.4;
}
@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) {
  .price-group-shape {
    display: none;
  }
}

.tj-price-item {
  max-width: 425px;
  width: 100%;
  display: inline-block;
  border-radius: 20px;
  border: 0.5px solid var(--tj-color-light-3);
  background: var(--tj-color-common-white);
  padding: 20px 20px 25px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.tj-price-item .tj-price-content-area {
  border-radius: 15px;
  padding-bottom: 20px;
  border: 1px solid rgba(112, 95, 255, 0.1);
}
.tj-price-item .price-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--tj-color-light-3);
  border-radius: 15px 15px 0px 15px;
  padding: 35px 20px 25px;
  margin-bottom: 35px;
  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), (max-width: 575px) {
  .tj-price-item .price-top-content {
    padding: 25px 15px 15px;
  }
}
.tj-price-item .price-top-content::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 15px 15px 0px 15px;
  margin-bottom: 35px;
  background: linear-gradient(122deg, var(--tj-color-theme-secondary) 1.36%, var(--tj-color-theme-primary) 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.tj-price-item .price-top-content .price-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 60px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  margin-right: 25px;
}
.tj-price-item .price-top-content .price-icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
@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-price-item .price-top-content .price-icon {
    font-size: 45px;
    margin-right: 15px;
  }
}
.tj-price-item .price-top-content .title {
  color: var(--tj-color-common-white);
  margin-bottom: 0;
  font-size: 28px;
}
@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-price-item .price-top-content .title {
    font-size: 24px;
  }
}
.tj-price-item .price-top-content .price {
  font-size: 45px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
  font-family: var(--tj-ff-heading);
}
@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-price-item .price-top-content .price {
    font-size: 35px;
  }
}
.tj-price-item .price-bottom-content {
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.tj-price-item .price-bottom-content .price-list ul li {
  color: var(--tj-color-common-black);
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
}
.tj-price-item .price-bottom-content .price-list ul li:last-child {
  margin-bottom: 0;
}
.tj-price-item .price-bottom-content .price-list ul li i {
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
  position: absolute;
  top: 4px;
  left: 0;
}
.tj-price-item .price-bottom-content .price-list ul li.hide {
  text-decoration: line-through;
}
.tj-price-item .price-button {
  margin-top: 35px;
}
.tj-price-item .price-button .tj-black-btn {
  font-weight: var(--tj-fw-regular);
}
.tj-price-item.price-active, .tj-price-item:hover {
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.03);
}
.tj-price-item.price-active .price-top-content::before, .tj-price-item:hover .price-top-content::before {
  opacity: 1;
  visibility: visible;
}
.tj-price-item.price-active .price-icon, .tj-price-item:hover .price-icon {
  color: var(--tj-color-common-white);
}
.tj-price-item.price-active .price-list ul li i, .tj-price-item:hover .price-list ul li i {
  color: transparent;
}

/* !END: Theme Price CSS */
/**----------------------------------------
START: Theme Video CSS
----------------------------------------*/
.tj-video-section {
  padding-top: 210px;
  padding-bottom: 210px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tj-video-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(72deg, var(--tj-color-light-3) 0%, rgba(112, 95, 255, 0) 99.2%);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-video-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-video-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-video-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.tj-video-section .video-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tj-video-section .video-area .video-icon {
  background: rgba(58, 58, 58, 0.7);
  padding: 15px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.tj-video-section .video-area .video-icon::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.tj-video-section .video-area .video-icon .popup-videos-button {
  width: 74px;
  height: 74px;
  line-height: 1;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: var(--tj-color-common-white);
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.tj-video-section .video-area .video-icon .popup-videos-button i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-video-section .video-area .video-icon .popup-videos-button {
    width: 65px;
    height: 65px;
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .tj-video-section .video-area .video-icon .popup-videos-button {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-video-section .video-sec-shape {
    display: none;
  }
}
.tj-video-section .video-sec-shape .shape-1 {
  position: absolute;
  left: 12%;
  bottom: 20px;
  max-width: 18%;
}
.tj-video-section .video-sec-shape .shape-2 {
  position: absolute;
  right: 12%;
  top: 0;
  max-width: 22%;
}
.tj-video-section .video-sec-shape .shape-3 {
  position: absolute;
  left: 5%;
  top: 10%;
  max-width: 8%;
}

.tj-video-area.style-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.tj-video-area.style-5 .popup-videos-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 62px;
  height: 62px;
  line-height: 1;
  border-radius: 50%;
  background: rgba(58, 58, 58, 0.7);
  position: relative;
  z-index: 1;
  -webkit-animation: h5-video-pulse 2.5s linear infinite;
          animation: h5-video-pulse 2.5s linear infinite;
}
.tj-video-area.style-5 .popup-videos-button::before {
  position: absolute;
  content: "";
  width: 52px;
  height: 52px;
  line-height: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.tj-video-area.style-5 .popup-videos-button::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  line-height: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.tj-video-area.style-5 .popup-videos-button i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  color: var(--tj-color-common-white);
}
.tj-video-area.style-5 .title {
  font-size: 18px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-grey-11);
  margin: 0;
}

@-webkit-keyframes h5-video-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(58, 58, 58, 0.15), 0 0 0 0 rgba(58, 58, 58, 0.15);
            box-shadow: 0 0 0 0 rgba(58, 58, 58, 0.15), 0 0 0 0 rgba(58, 58, 58, 0.15);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(58, 58, 58, 0.15);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(58, 58, 58, 0.15);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}

@keyframes h5-video-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(58, 58, 58, 0.15), 0 0 0 0 rgba(58, 58, 58, 0.15);
            box-shadow: 0 0 0 0 rgba(58, 58, 58, 0.15), 0 0 0 0 rgba(58, 58, 58, 0.15);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(58, 58, 58, 0.15);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(58, 58, 58, 0.15);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
/* !END: Theme Video CSS */
/**----------------------------------------
START: Home 6 Video CSS
----------------------------------------*/
.tj-video-section.style-6 {
  position: relative;
  z-index: 1;
}
.tj-video-section.style-6::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(354.08deg, var(--tj-color-theme-h6-primary) 3.26%, #1f1f1f 93.86%);
  opacity: 0.3;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-video-section.style-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.tj-video-section.style-6 .video_content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tj-video-section.style-6 .video_content_wrap .video_icon {
  position: relative;
  display: inline-block;
  width: 135px;
  height: 135px;
  z-index: 1;
  border-radius: 50%;
  -webkit-animation: animate-pulse 2.5s linear infinite;
          animation: animate-pulse 2.5s linear infinite;
}
.tj-video-section.style-6 .video_content_wrap .video_icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120%;
  height: 120%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--tj-color-theme-h6-primary);
  opacity: 0.2;
  z-index: -1;
  border-radius: 50%;
}
.tj-video-section.style-6 .video_content_wrap .video_icon .video_play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  line-height: 1;
  color: var(--tj-color-common-white);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.tj-video-section.style-6 .video_content_wrap .video_icon .video_play::after, .tj-video-section.style-6 .video_content_wrap .video_icon .video_play::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  border: 1.5px solid var(--tj-color-common-white);
  border-radius: 50%;
  opacity: 0.2;
}
.tj-video-section.style-6 .video_content_wrap .video_icon .video_play::after {
  width: 75%;
  height: 75%;
  opacity: 0.5;
}
.tj-video-section.style-6 .video_content_wrap .video_icon .video_play i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.tj-video-section.style-6 .video_content_wrap .video_text {
  font-size: 70px;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.41%, var(--tj-color-common-white)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, var(--tj-color-common-white) 29.41%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-video-section.style-6 .video_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .tj-video-section.style-6 .video_content_wrap .video_icon {
    width: 100px;
    height: 100px;
  }
  .tj-video-section.style-6 .video_content_wrap .video_text {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .tj-video-section.style-6 .video_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .tj-video-section.style-6 .video_content_wrap .video_icon {
    width: 90px;
    height: 90px;
  }
  .tj-video-section.style-6 .video_content_wrap .video_icon .video-play {
    font-size: 25px;
  }
  .tj-video-section.style-6 .video_content_wrap .video_text {
    font-size: 40px;
  }
}

@keyframes animate-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 247, 255, 0.2), 0 0 0 0 rgba(248, 247, 255, 0.2);
            box-shadow: 0 0 0 0 rgba(248, 247, 255, 0.2), 0 0 0 0 rgba(248, 247, 255, 0.2);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(248, 247, 255, 0.2), 0 0 0 0 rgba(248, 247, 255, 0.2);
            box-shadow: 0 0 0 50px rgba(248, 247, 255, 0.2), 0 0 0 0 rgba(248, 247, 255, 0.2);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
            box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
  }
}
/* !END: Home 6 Video CSS */
/**----------------------------------------
START: Theme Scroll CSS
----------------------------------------*/
.webency-scroll-top {
  position: fixed;
  right: 30px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.75rem);
      -ms-transform: translateY(0.75rem);
          transform: translateY(0.75rem);
  -webkit-box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
          box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  -webkit-transition: all 0.2s linear, margin-right 0s;
  transition: all 0.2s linear, margin-right 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .webency-scroll-top {
    right: 15px;
    bottom: 15px;
  }
}

.webency-scroll-top.progress-done {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.webency-scroll-top-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  color: var(--tj-color-theme-primary);
}

.webency-scroll-top > svg path {
  fill: none;
}

.webency-scroll-top > svg.progress-circle path {
  stroke: var(--tj-color-theme-primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

body.home-05 .webency-scroll-top-icon {
  color: var(--tj-color-theme-h5-primary);
}
body.home-05 .webency-scroll-top > svg.progress-circle path {
  stroke: var(--tj-color-theme-h5-primary);
}
body.home-06 .webency-scroll-top-icon, body.home-07 .webency-scroll-top-icon {
  color: var(--tj-color-theme-h6-primary);
}
body.home-06 .webency-scroll-top > svg.progress-circle path, body.home-07 .webency-scroll-top > svg.progress-circle path {
  stroke: var(--tj-color-theme-h6-primary);
}
body.home-08 .webency-scroll-top-icon {
  color: var(--tj-color-theme-primary);
}
body.home-08 .webency-scroll-top > svg.progress-circle path {
  stroke: var(--tj-color-theme-primary);
}
body.home-09 .webency-scroll-top-icon {
  color: var(--tj-color-theme-h9-primary);
}
body.home-09 .webency-scroll-top > svg.progress-circle path {
  stroke: var(--tj-color-theme-h9-primary);
}
body.home-10 .webency-scroll-top-icon {
  color: var(--tj-color-theme-h10-primary);
}
body.home-10 .webency-scroll-top > svg.progress-circle path {
  stroke: var(--tj-color-theme-h10-primary);
}

@media (min-width: 1px) {
  .webency-scroll-top.progress-done {
    opacity: 1;
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
/* !END: Theme Scroll CSS */
/**----------------------------------------
START: Theme Product CSS
----------------------------------------*/
.product-left-content {
  padding-right: 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) {
  .product-left-content {
    padding-right: 0;
    margin-bottom: 110px;
  }
}
@media (max-width: 575px) {
  .product-left-content {
    padding-right: 0;
    margin-bottom: 140px;
  }
}

.tj-product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 20px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-product-item {
    padding: 25px;
  }
}
@media (max-width: 575px) {
  .tj-product-item {
    display: block;
    border: 1px solid var(--tj-color-theme-primary);
    margin-bottom: 30px;
  }
}
.tj-product-item:last-child {
  margin-bottom: 0;
}
.tj-product-item .product-icon {
  margin-right: 40px;
  font-size: 50px;
  color: var(--tj-color-light-3);
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-product-item .product-icon {
    margin-right: 20px;
  }
}
@media (max-width: 575px) {
  .tj-product-item .product-icon {
    margin-right: 0;
    margin-bottom: 15px;
    background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
    background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.tj-product-item .skillbar {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), color-stop(51%, var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background-image: linear-gradient(to right, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-primary) 51%, var(--tj-color-theme-secondary) 100%);
  width: 0px;
  height: 10px;
  border-radius: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-size: 200%;
}
@media (max-width: 575px) {
  .tj-product-item .skillbar {
    background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
    background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  }
}
.tj-product-item .product-content .title {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-light-3);
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 575px) {
  .tj-product-item .product-content .title {
    background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
    background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.tj-product-item .product-content p {
  margin-bottom: 0;
}
.tj-product-item:hover {
  border-color: var(--tj-color-theme-primary);
  -webkit-box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 30px 15px 30px 0px rgba(0, 0, 0, 0.02);
}
.tj-product-item:hover .product-content .title {
  color: transparent;
}
.tj-product-item:hover .product-icon {
  color: transparent;
}
.tj-product-item:hover .skillbar {
  background-position: -100%;
}

.tj-progress-bar {
  margin-top: 20px;
  width: calc(100% - 60px);
}
.tj-progress-bar .skills {
  background-color: var(--tj-color-light-7);
  height: 10px;
  position: relative;
  border-radius: 20px;
}
.tj-progress-bar .skills span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -60px;
  font-size: 22px;
  font-weight: var(--tj-fw-bold);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-light-3);
}
.tj-progress-bar .skills .skillbar {
  background-color: var(--tj-color-light-3);
  width: 0px;
  height: 10px;
  border-radius: 20px;
}

/* !END: Theme Product CSS */
/**----------------------------------------
START: Theme Roll CSS
----------------------------------------*/
.tj-roll-section {
  position: relative;
  z-index: 9;
  background-color: var(--tj-color-light-10);
  padding: 45px 0;
  overflow: hidden;
  width: 110%;
  left: -3px;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-roll-section {
    padding: 25px 0;
  }
}
.tj-roll-section .slide-roll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tj-roll-section .slide-roll .roll-box {
  position: relative;
  -webkit-animation: slide-har 80s linear infinite;
          animation: slide-har 80s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tj-roll-section .slide-roll .roll-box .roll-item .roll-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-text .title {
  white-space: nowrap;
  line-height: 1;
  font-size: 50px;
  color: var(--tj-color-common-white);
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-text .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-text .title {
    font-size: 25px;
  }
}
.tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-icon {
  margin-left: 33px;
  -webkit-animation: rotateImg 6s infinite linear;
          animation: rotateImg 6s infinite linear;
  font-size: 60px;
  line-height: 1;
  color: var(--tj-color-common-black);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-icon {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-icon {
    font-size: 35px;
  }
}
.tj-roll-section .slide-roll .roll-box-revers {
  position: relative;
  -webkit-animation: slide-har-revers 80s linear infinite;
  animation: slide-har-revers 80s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-har-revers {
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/**----------------------------------------
START: Theme Animation CSS
----------------------------------------*/
@-webkit-keyframes rotateImg {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateImg {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.shake-y {
  -webkit-animation: shakeY 2.5s ease-in-out infinite;
  animation: shakeY 2.5s ease-in-out infinite;
}

@-webkit-keyframes shakeY {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes shakeY {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
.pulse {
  -webkit-animation: pulse 2.5s ease-in-out infinite;
  animation: pulse 2.5s ease-in-out infinite;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.skew-spin {
  -webkit-animation: skewSpin 5s linear infinite;
  animation: skewSpin 5s linear infinite;
}

@-webkit-keyframes skewSpin {
  0% {
    -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
  }
  100% {
    -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
  }
}
@keyframes skewSpin {
  0% {
    -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(0);
  }
  100% {
    -webkit-transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
    transform: skewX(-10deg) skewY(-15deg) rotateY(-40deg) rotate(360deg);
  }
}
.left-right-rotate {
  -webkit-animation: rotated-style3 2s infinite alternate;
          animation: rotated-style3 2s infinite alternate;
}

@-webkit-keyframes rotated-style3 {
  0% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
}

@keyframes rotated-style3 {
  0% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
  }
}
@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
/* !END: Theme Animation CSS */
/**----------------------------------------
START: Theme Mainmenu CSS
----------------------------------------*/
.tj-menu-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 55px;
     -moz-column-gap: 55px;
          column-gap: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-menu-area ul {
    -webkit-column-gap: 35px;
       -moz-column-gap: 35px;
            column-gap: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-menu-area ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.tj-menu-area ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
.tj-menu-area ul > li > a {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-white);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 15px 0;
}
.tj-menu-area ul > li.menu-item-has-children > a, .tj-menu-area ul > li.has-dropdown > a {
  padding: 15px 15px 15px 0;
}
.tj-menu-area ul > li.menu-item-has-children > a::after, .tj-menu-area ul > li.has-dropdown > a::after {
  position: absolute;
  top: auto;
  right: 0;
  line-height: 1;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-size: 12px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.tj-menu-area ul > li.menu-item-has-children:hover > a::after, .tj-menu-area ul > li.has-dropdown:hover > a::after {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.tj-menu-area ul > li:last-child {
  margin-right: 0;
}
.tj-menu-area ul > li .black-color {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
}
.tj-menu-area ul > li .black-color.active, .tj-menu-area ul > li .black-color:hover {
  color: transparent;
}
.tj-menu-area ul > li > .sub-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--tj-color-common-white);
  position: absolute;
  opacity: 0;
  padding: 10px 0;
  visibility: hidden;
  z-index: 9;
  left: 0;
  top: 130%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  width: 250px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.tj-menu-area ul > li > .sub-menu::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  content: "";
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.tj-menu-area ul > li > .sub-menu > li {
  display: block;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-menu-area ul > li > .sub-menu > li > .sub-menu {
  left: 90%;
  top: 0;
}
.tj-menu-area ul > li > .sub-menu > li > a {
  position: relative;
  padding: 10px 20px;
  display: block;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--tj-color-common-black);
}
.tj-menu-area ul > li > .sub-menu > li > a::before {
  content: "";
  width: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-menu-area ul > li > .sub-menu > li > a::after {
  top: 15px;
  right: 10px;
}
.tj-menu-area ul > li > .sub-menu > li:last-child {
  padding-bottom: 0;
}
.tj-menu-area ul > li > .sub-menu > li.current-menu-item, .tj-menu-area ul > li > .sub-menu > li.active, .tj-menu-area ul > li > .sub-menu > li:hover {
  padding-left: 15px;
}
.tj-menu-area ul > li > .sub-menu > li.current-menu-item > a, .tj-menu-area ul > li > .sub-menu > li.active > a, .tj-menu-area ul > li > .sub-menu > li:hover > a {
  color: transparent;
}
.tj-menu-area ul > li > .sub-menu > li.current-menu-item > a::before, .tj-menu-area ul > li > .sub-menu > li.active > a::before, .tj-menu-area ul > li > .sub-menu > li:hover > a::before {
  width: 14px;
}
.tj-menu-area ul > li.current-menu-item > a, .tj-menu-area ul > li.current-menu-ancestor > a {
  color: transparent;
  font-weight: var(--tj-fw-medium);
}
.tj-menu-area ul > li.current-menu-item > a::after, .tj-menu-area ul > li.current-menu-ancestor > a::after {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.tj-menu-area ul > li:hover > a {
  color: transparent;
}
.tj-menu-area ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.tj-menu-area ul > li:hover > .sub-menu > li:hover > .sub-menu {
  left: 100%;
  top: 0;
}

.tj-canva-icon a {
  cursor: pointer;
  display: block;
  font-size: 30px;
  line-height: 1;
  color: var(--tj-color-common-white);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.tj-canva-icon a i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.tj-canva-icon a:hover i {
  color: var(--tj-color-theme-primary);
}
.tj-canva-icon a span {
  height: 2px;
  width: 35px;
  display: block;
  background: var(--tj-color-common-white);
  cursor: pointer;
  list-style: none;
  margin: 8px 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  margin-left: auto;
}
.tj-canva-icon a span.dot2 {
  width: 27px;
}
.tj-canva-icon a span.dot4 {
  width: 22px;
}

.tj-canva-two a {
  cursor: pointer;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.tj-canva-two a span {
  height: 2px;
  width: 35px;
  display: block;
  background: var(--tj-color-theme-primary);
  cursor: pointer;
  list-style: none;
  margin: 8px 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  margin-left: auto;
}
.tj-canva-two a span.dot2 {
  width: 27px;
}
.tj-canva-two a span.dot4 {
  width: 22px;
}

.header-style-two .menu-area {
  margin: 15px auto auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-two .menu-area {
    max-width: 960px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-style-two .menu-area {
    max-width: 540px;
    padding: 12px 10px;
  }
}
.header-style-two .tj-menu-area ul li > a {
  color: var(--tj-color-common-black);
}
.header-style-two .tj-menu-area ul li.current-menu-item > a, .header-style-two .tj-menu-area ul li.current-menu-ancestor > a {
  color: transparent;
  font-weight: var(--tj-fw-medium);
}
.header-style-two .tj-menu-area ul li:hover > a {
  color: transparent;
}

.header-style-three {
  padding: 30px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-three .menu-area {
    max-width: 960px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-style-three .menu-area {
    max-width: 540px;
    padding: 12px 10px;
  }
}
.header-style-three .tj-menu-area ul li > a {
  color: var(--tj-color-common-black);
}
.header-style-three .tj-menu-area ul li.current-menu-item > a, .header-style-three .tj-menu-area ul li.current-menu-ancestor > a {
  color: transparent;
  font-weight: var(--tj-fw-medium);
}
.header-style-three .tj-menu-area ul li:hover > a {
  color: transparent;
}

.tj-overlay-canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.tj-offcanvas-area {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 485px;
  z-index: 9999;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-secondary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-secondary) 100%);
  padding: 30px 20px 50px 20px;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  visibility: visible;
  overflow-y: scroll;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 575px) {
  .tj-offcanvas-area {
    width: 320px;
    padding: 30px 15px 50px 15px;
  }
}
.tj-offcanvas-area .tj-offcanvas-header {
  margin-bottom: 30px;
}
.tj-offcanvas-area .tj-offcanvas-header .logo-area {
  max-width: 180px;
  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-offcanvas-area .tj-offcanvas-header .logo-area {
    max-width: 150px;
  }
}
.tj-offcanvas-area .tj-offcanvas-header .offcanvas-icon button {
  font-size: 35px;
  line-height: 1;
  border: none;
  background-color: transparent;
  padding: 0;
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-offcanvas-area .tj-offcanvas-header .offcanvas-icon button:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tj-offcanvas-area .tj-search-box {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}
.tj-offcanvas-area .tj-search-box form input[type=search] {
  border: none;
  width: 100%;
  padding: 0 15px;
  border-radius: 3px;
  height: 52px;
  line-height: 52px;
}
.tj-offcanvas-area .tj-search-box form button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 17px 20px;
  border: none;
  border-radius: 0px 3px 3px 0px;
  background: var(--tj-color-theme-primary);
  font-size: 18px;
  line-height: 1;
  color: var(--tj-color-common-white);
}
.tj-offcanvas-area .mobile-contact {
  margin-top: 20px;
}
.tj-offcanvas-area .mobile-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.tj-offcanvas-area .mobile-contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
}
.tj-offcanvas-area .mobile-contact ul li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
}
.tj-offcanvas-area .mobile-contact ul li p,
.tj-offcanvas-area .mobile-contact ul li a {
  margin-top: 6px;
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0;
}
.tj-offcanvas-area .mobile-share {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  margin-top: 30px;
}
.tj-offcanvas-area .mobile-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tj-offcanvas-area .mobile-share ul li a {
  color: var(--tj-color-common-white);
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--tj-color-common-black);
}
.tj-offcanvas-area .mobile-share ul li a:hover {
  color: var(--tj-color-common-black);
  background: var(--tj-color-common-white);
}
.tj-offcanvas-area .header-button {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  margin-top: 30px;
}

.tj-search-box input::-ms-input-placeholder {
  color: rgba(58, 58, 58, 0.3);
}

.tj-search-box input::-webkit-input-placeholder {
  color: rgba(58, 58, 58, 0.3);
}

.tj-search-box input::-moz-placeholder {
  color: rgba(58, 58, 58, 0.3);
}

.tj-search-box input:-ms-input-placeholder {
  color: rgba(58, 58, 58, 0.3);
}

.tj-search-box input::placeholder {
  color: rgba(58, 58, 58, 0.3);
}

.canvas_expanded .tj-offcanvas-area {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.canvas_expanded .tj-overlay-canvas,
.canvas_expanded .tj-offcanvas-area {
  opacity: 1;
  visibility: visible;
}

.mobile-navbar-menu {
  overflow: hidden;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

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

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

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

.mobile-navbar-menu .mean-nav ul:not(.sub-menu) {
  display: block !important;
}

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

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

.mobile-navbar-menu .mean-bar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mobile-navbar-menu.mean-container .mean-nav {
  background: transparent;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 0px;
}
.mobile-navbar-menu.mean-container .mean-nav ul li:first-child {
  border-top: none;
}
.mobile-navbar-menu.mean-container .mean-nav ul li > a {
  color: var(--tj-color-common-white);
  border-top: none;
  padding: 14px 0;
  width: 100%;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mobile-navbar-menu.mean-container .mean-nav ul li > .mean-expand {
  width: 25px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px !important;
  line-height: 1;
  padding: 0;
  margin-top: 0;
  top: 15px;
  right: 0;
}
.mobile-navbar-menu.mean-container .mean-nav ul li > ul {
  padding-left: 15px;
}
.mobile-navbar-menu.mean-container .mean-nav ul li > ul > li > a {
  text-transform: capitalize;
}
.mobile-navbar-menu.mean-container .mean-nav ul li.current-menu-item > a, .mobile-navbar-menu.mean-container .mean-nav ul li.current-menu-ancestor > a {
  font-weight: var(--tj-fw-bold);
}

/* !END: Theme Mainmenu CSS */
.elementor-widget-tj-header .tj-menu-area ul > li > a {
  color: transparent !important;
}
.elementor-widget-tj-header .tj-menu-area ul > li > a::after {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-common-white)), to(var(--tj-color-common-white)));
  background-image: linear-gradient(90deg, var(--tj-color-common-white) 0%, var(--tj-color-common-white) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}
.elementor-widget-tj-header .tj-menu-area ul > li.current-menu-item > a, .elementor-widget-tj-header .tj-menu-area ul > li.current-menu-ancestor > a {
  color: transparent !important;
}
.elementor-widget-tj-header .tj-menu-area ul > li:hover > a {
  color: transparent !important;
}
.elementor-widget-tj-header .tj-menu-area ul > li > .sub-menu > li > a::after {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-common-white)), to(var(--tj-color-common-white)));
  background-image: linear-gradient(90deg, var(--tj-color-common-white) 0%, var(--tj-color-common-white) 100%);
  background-clip: text;
  -webkit-background-clip: text;
}

/**----------------------------------------
START: Theme Breadcrumb CSS
----------------------------------------*/
body.absolute_header .breadcrumb-wrapper {
  padding-top: 200px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.absolute_header .breadcrumb-wrapper {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.absolute_header .breadcrumb-wrapper {
    padding-top: 140px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  body.absolute_header .breadcrumb-wrapper {
    padding-top: 120px;
  }
}

.breadcrumb-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--tj-color-grey-6);
  position: relative;
  z-index: 1;
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.breadcrumb-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding-bottom: 80px;
    min-height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-top: 80px;
    padding-bottom: 70px;
    min-height: 270px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-wrapper {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding-top: 70px;
    padding-bottom: 60px;
    min-height: 230px;
  }
}
.breadcrumb-wrapper .breadcrumb-content-area {
  position: relative;
  z-index: 1;
}
.breadcrumb-wrapper .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
  color: var(--tj-color-common-white);
  line-height: 1.2;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-wrapper .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
    font-size: 40px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-wrapper .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
    font-size: 35px;
  }
}
.breadcrumb-wrapper .breadcrumb-content-area .breadcrumb-link {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1;
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper .breadcrumb-content-area .breadcrumb-link {
    margin-top: 25px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-wrapper .breadcrumb-content-area .breadcrumb-link {
    margin-top: 15px;
    font-size: 15px;
    gap: 7px;
  }
}
.breadcrumb-wrapper .breadcrumb-content-area .breadcrumb-link a {
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  font-weight: var(--tj-fw-sbold);
}
.breadcrumb-wrapper .breadcrumb-content-area .breadcrumb-link a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--tj-color-common-white);
}
.breadcrumb-wrapper .breadcrumb-content-area .breadcrumb-link a:hover::before {
  width: 100%;
}
.breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-one {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-one {
    width: 50%;
  }
}
.breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-two {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-two {
    width: 50%;
  }
}
.breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-1 {
  position: absolute;
  top: 25%;
  left: 58%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.2;
  z-index: -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) {
  .breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-1 {
    display: none;
  }
}
.breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-2 {
  position: absolute;
  left: 8%;
  top: 15%;
  opacity: 0.2;
  z-index: -1;
}
@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) {
  .breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-2 {
    display: none;
  }
}
.breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-3 {
  position: absolute;
  left: 8%;
  top: 25%;
  opacity: 0.2;
  z-index: -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) {
  .breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-3 {
    display: none;
  }
}
.breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-4 {
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 42%;
  bottom: 30px;
  opacity: 0.2;
  z-index: -1;
}
@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) {
  .breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-4 {
    display: none;
  }
}
.breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-5 {
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 40%;
  bottom: 60px;
  opacity: 0.2;
  z-index: -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) {
  .breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-5 {
    display: none;
  }
}
.breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-6 {
  position: absolute;
  right: 20%;
  bottom: 40px;
  opacity: 0.3;
  z-index: -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) {
  .breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-6 {
    display: none;
  }
}
.breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-7 {
  position: absolute;
  right: 80px;
  top: 25%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.3;
  z-index: -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) {
  .breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-7 {
    display: none;
  }
}
.breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-8 {
  position: absolute;
  right: 80px;
  top: 30%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.3;
  z-index: -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) {
  .breadcrumb-wrapper .tj-breadcrumb-shape .breadcrumb-shape-8 {
    display: none;
  }
}

/* !END: Breadcrumb CSS */
/**----------------------------------------
START: Theme Preloder CSS
----------------------------------------*/
/***********************************
PAGE LOAD ANIMATION
***********************************/
.preloader {
  background: var(--tj-color-grey-2);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  text-align: center;
}
.preloader .tj-cancel-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.preloader .preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.preloader .preloader-inner .lines {
  height: 25px;
}
.preloader .preloader-inner .lines .line {
  width: 1px;
  height: 20px;
  background: #fff;
  margin: 0 2px;
  display: inline-block;
  -webkit-animation: opacity-2 1000ms infinite ease-in-out;
          animation: opacity-2 1000ms infinite ease-in-out;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(180deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
}
.preloader .preloader-inner .lines .line-1 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.preloader .preloader-inner .lines .line-2 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.preloader .preloader-inner .lines .line-3 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.preloader .preloader-inner .lines .line-4 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.preloader .preloader-inner .lines .line-6 {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
.preloader .preloader-inner .lines .line-7 {
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.preloader .preloader-inner .lines .line-8 {
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
}
.preloader .preloader-inner .lines .line-9 {
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
}
.preloader .preloader-inner .text {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3.5px;
  display: inline-block;
  line-height: 1.2;
  font-size: 12px;
}

body.home-05 .preloader .tj-cancel-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h5-secondary)), color-stop(51%, var(--tj-color-theme-h5-primary)), to(var(--tj-color-theme-h5-secondary)));
  background-image: linear-gradient(to right, var(--tj-color-theme-h5-secondary) 0%, var(--tj-color-theme-h5-primary) 51%, var(--tj-color-theme-h5-secondary) 100%);
}
body.home-05 .preloader .preloader-inner .lines .line {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-h5-secondary)), to(var(--tj-color-theme-h5-primary)));
  background-image: linear-gradient(180deg, var(--tj-color-theme-h5-secondary) 0%, var(--tj-color-theme-h5-primary) 100%);
}
body.home-05 .preloader .preloader-inner .text {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h5-secondary)), to(var(--tj-color-theme-h5-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-h5-secondary) 0%, var(--tj-color-theme-h5-primary) 100%);
}
body.home-06 .preloader .tj-cancel-btn, body.home-07 .preloader .tj-cancel-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h6-primary)), color-stop(51%, var(--tj-color-theme-h6-primary)), to(var(--tj-color-theme-h6-primary)));
  background-image: linear-gradient(to right, var(--tj-color-theme-h6-primary) 0%, var(--tj-color-theme-h6-primary) 51%, var(--tj-color-theme-h6-primary) 100%);
}
body.home-06 .preloader .preloader-inner .lines .line, body.home-07 .preloader .preloader-inner .lines .line {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-h6-primary)), to(var(--tj-color-theme-h6-primary)));
  background-image: linear-gradient(180deg, var(--tj-color-theme-h6-primary) 0%, var(--tj-color-theme-h6-primary) 100%);
}
body.home-06 .preloader .preloader-inner .text, body.home-07 .preloader .preloader-inner .text {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h6-primary)), to(var(--tj-color-theme-h6-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-h6-primary) 0%, var(--tj-color-theme-h6-primary) 100%);
}
body.home-08 .preloader .tj-cancel-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), color-stop(51%, var(--tj-color-theme-primary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(to right, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-primary) 51%, var(--tj-color-theme-primary) 100%);
}
body.home-08 .preloader .preloader-inner .lines .line {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(180deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-primary) 100%);
}
body.home-08 .preloader .preloader-inner .text {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary)), to(var(--tj-color-theme-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-primary) 100%);
}
body.home-09 .preloader .tj-cancel-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h9-primary)), color-stop(51%, var(--tj-color-theme-h9-primary)), to(var(--tj-color-theme-h9-primary)));
  background-image: linear-gradient(to right, var(--tj-color-theme-h9-primary) 0%, var(--tj-color-theme-h9-primary) 51%, var(--tj-color-theme-h9-primary) 100%);
}
body.home-09 .preloader .preloader-inner .lines .line {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-h9-primary)), to(var(--tj-color-theme-h9-primary)));
  background-image: linear-gradient(180deg, var(--tj-color-theme-h9-primary) 0%, var(--tj-color-theme-h9-primary) 100%);
}
body.home-09 .preloader .preloader-inner .text {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h9-primary)), to(var(--tj-color-theme-h9-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-h9-primary) 0%, var(--tj-color-theme-h9-primary) 100%);
}
body.home-10 .preloader .tj-cancel-btn {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h10-primary)), color-stop(51%, var(--tj-color-theme-h10-primary)), to(var(--tj-color-theme-h10-primary)));
  background-image: linear-gradient(to right, var(--tj-color-theme-h10-primary) 0%, var(--tj-color-theme-h10-primary) 51%, var(--tj-color-theme-h10-primary) 100%);
}
body.home-10 .preloader .preloader-inner .lines .line {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-h10-primary)), to(var(--tj-color-theme-h10-primary)));
  background-image: linear-gradient(180deg, var(--tj-color-theme-h10-primary) 0%, var(--tj-color-theme-h10-primary) 100%);
}
body.home-10 .preloader .preloader-inner .text {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h10-primary)), to(var(--tj-color-theme-h10-primary)));
  background-image: linear-gradient(90deg, var(--tj-color-theme-h10-primary) 0%, var(--tj-color-theme-h10-primary) 100%);
}

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

@keyframes opacity-1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity-2 {
  0% {
    opacity: 1;
    height: 25px;
  }
  50% {
    opacity: 0;
    height: 20px;
  }
  100% {
    opacity: 1;
    height: 25px;
  }
}
@keyframes opacity-2 {
  0% {
    opacity: 1;
    height: 25px;
  }
  50% {
    opacity: 0;
    height: 20px;
  }
  100% {
    opacity: 1;
    height: 25px;
  }
}
/* !END: Preloder CSS */
/**----------------------------------------
START: Skills CSS
----------------------------------------*/
.tj-skills-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
.tj-skills-section.style-5 .tj-sec-heading {
  max-width: 470px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  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) {
  .tj-skills-section.style-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-skills-section.style-5 .tj-sec-heading {
    margin-bottom: 40px;
  }
}
.tj-skills-section.style-6 .tj-sec-heading {
  max-width: 470px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-skills-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-skills-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-skills-section .tj-sec-heading {
    margin-bottom: 40px;
  }
}

.skill_items_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.skill_item {
  max-width: 195px;
  width: 100%;
  background-color: var(--tj-color-common-white);
  position: relative;
  z-index: 1;
  padding: 30px 10px;
}
.skill_item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid var(--tj-color-theme-h6-primary);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.skill_item .skill_item_inner {
  width: 100%;
  height: 100%;
  text-align: center;
}
.skill_item .skill_item_inner .skill_img {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--tj-color-grey-10);
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1;
}
.skill_item .skill_item_inner .skill_img svg,
.skill_item .skill_item_inner .skill_img img {
  max-width: 60px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.skill_item .skill_item_inner .skill_img i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.skill_item .skill_item_inner .skill_content .title {
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--tj-color-common-black);
  margin: 0;
}
.skill_item:hover::after {
  opacity: 1;
}
.skill_item:hover .skill_item_inner .skill_img i,
.skill_item:hover .skill_item_inner .skill_img svg,
.skill_item:hover .skill_item_inner .skill_img img {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
@media (max-width: 575px) {
  .skill_item {
    max-width: 160px;
    padding: 20px 10px;
  }
  .skill_item .skill_item_inner .skill_img {
    width: 90px;
    height: 90px;
    font-size: 45px;
    margin-bottom: 15px;
  }
  .skill_item .skill_item_inner .skill_img svg,
  .skill_item .skill_item_inner .skill_img img {
    max-width: 50px;
  }
  .skill_item .skill_item_inner .skill_content .title {
    font-size: 18px;
  }
}
.skill_item.style-5 {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h5-secondary)), to(var(--tj-color-theme-h5-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-h5-secondary) 0%, var(--tj-color-theme-h5-primary) 100%);
  padding: 1px;
  border-radius: 0 0 200px 200px;
}
.skill_item.style-5::after {
  display: none;
}
.skill_item.style-5 .skill_item_inner {
  background: var(--tj-color-common-white);
  border-radius: 0 0 200px 200px;
  padding: 30px 15px 50px;
}

/* !END: Skills CSS */
/**----------------------------------------
START: Skills CSS
----------------------------------------*/
.skill_item.style-8 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-h8-primary)), to(var(--tj-color-theme-h8-primary-1)));
  background: linear-gradient(180deg, var(--tj-color-theme-h8-primary) 0%, var(--tj-color-theme-h8-primary-1) 100%);
  border-radius: 50%;
  padding: 1px;
}
.skill_item.style-8::after {
  display: none;
}
.skill_item.style-8 .skill_item_inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--tj-color-common-white);
  border-radius: 50%;
}
.skill_item.style-8 .skill_item_inner .skill_img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  width: 80px;
  height: 80px;
  font-size: 45px;
  line-height: 1;
}
.skill_item.style-8 .skill_item_inner .skill_img i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.skill_item.style-8 .skill_item_inner .skill_img svg,
.skill_item.style-8 .skill_item_inner .skill_img img {
  max-width: 45px;
  width: 100%;
}
.skill_item.style-8 .skill_item_inner .skill_content .title {
  color: var(--tj-color-light-15);
}
@media (max-width: 575px) {
  .skill_item.style-8 {
    width: 160px;
    height: 160px;
  }
  .skill_item.style-8 .skill_item_inner .skill_content .title {
    font-size: 16px;
  }
}

/* !END: Skills CSS */
/**----------------------------------------
START: Error Page CSS
----------------------------------------*/
.tj-error__area {
  position: relative;
  padding: 120px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-error__area {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-error__area {
    padding: 80px 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-error__area {
    padding: 60px 0;
  }
}

.tj-error__content .tj-error__title {
  font-size: 200px;
  line-height: 1;
  margin: 0;
}
.tj-error__content p {
  font-weight: var(--tj-fw-medium);
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-error__content .tj-error__title {
    font-size: 150px;
  }
  .tj-error__content p {
    font-size: 25px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-error__content .tj-error__title {
    font-size: 100px;
  }
  .tj-error__content p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/* !END: Error Page CSS *//*# sourceMappingURL=webency-core.css.map */