/*-----------------------------------------------------------------------------------

    [Master Stylesheet]
    Theme Name: Webency -  
    Theme URI: https://themejunction.net/html/Webency/demo/
    Author: Theme-Junction
    Author URI: https://themeforest.net/user/theme-junction
    Description: Webency -  

-----------------------------------------------------------------------------------

/************ 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
**********************************************/
/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
@import url("../../../../../css2");
:root {
  /**
    @Font-Family Declaration
  */
  --tj-ff-body: 'Nunito Sans', 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-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-h5-secondary: #3100ff;
  --tj-color-theme-h7-secondary: #222020;
  --tj-color-theme-h6-primary: #ff3344;
  --tj-color-theme-h6-bg: #fff7f8;
  --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-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;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
  Typography CSS
*/
body {
  font-family: var(--tj-ff-heading);
  font-size: var(--tj-fs-body);
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-text-body);
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
  font-size: 16px;
}

.site-content {
  overflow: hidden;
  position: relative;
}

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: block;
}

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

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

a,
.btn,
button,
span,
p,
input,
select,
textarea,
li,
img,
svg path,
*::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 {
  outline: none;
  background-color: --tj-color-common-white;
  height: auto;
  width: 100%;
  font-size: 16px;
  border: 1px solid var(--tj-color-common-white);
  color: var(--tj-color-common-black);
  padding-left: 29px;
  padding-right: 29px;
}

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

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
  background: transparent;
}

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

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

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

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

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

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

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

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

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

.fix {
  overflow: hidden;
}

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

/**----------------------------------------
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;
  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-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: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.btn-border,
.tj-primary-btn.btn-border {
  position: relative;
  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%);
  -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-cancel-btn.btn-border span,
.tj-primary-btn.btn-border span {
  padding: 12px 35px;
  background: var(--tj-color-common-white);
  border-radius: 58px;
  color: var(--tj-color-common-black);
}
.tj-cancel-btn.btn-border:hover,
.tj-primary-btn.btn-border:hover {
  color: var(--tj-color-common-white);
}
.tj-cancel-btn.btn-border:hover span,
.tj-primary-btn.btn-border:hover span {
  background: transparent;
  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;
  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:hover, .tj-primary-btn2:focus {
  color: var(--tj-color-common-white);
  background-position: -100%;
}
.tj-primary-btn2.btn-border {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-h5-primary)), to(var(--tj-color-theme-h5-secondary)));
  background: 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 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-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-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: -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-secondary-btn.btn-border span {
  padding: 12px 35px;
  background: var(--tj-color-common-white);
  border-radius: 58px;
  color: var(--tj-color-theme-primary);
}
.tj-secondary-btn.btn-border:hover span {
  background: transparent;
  color: var(--tj-color-common-white);
}

.tj-header-btn {
  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-sbold);
  font-family: var(--tj-ff-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-header-btn: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%);
  border-color: transparent;
  color: var(--tj-color-common-white);
}

.tj-black-btn {
  background: var(--tj-color-common-black);
  padding: 12px 30px;
  font-family: var(--tj-ff-heading);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 6px;
  font-size: 18px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white);
  position: relative;
  border: none;
  z-index: 3;
}
.tj-black-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: 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: 6px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.tj-black-btn i {
  padding-left: 10px;
  position: relative;
  top: 2px;
}
.tj-black-btn:hover {
  color: var(--tj-color-common-white);
}
.tj-black-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

.tj-primary-btn-two {
  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: 12px 30px;
  font-family: var(--tj-ff-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 6px;
  font-size: 18px;
  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: -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%);
  color: var(--tj-color-common-white);
}

.tj-white-btn {
  background: transparent;
  padding: 13px 40px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  font-size: 16px;
  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: inline-block;
  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: 2;
}
.tj-white-btn-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-light-10)), to(var(--tj-color-light-12)));
  background: 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);
}
.tj-white-btn-two:hover::before {
  opacity: 1;
  visibility: visible;
}

.tj-white-btn-three {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: var(--tj-color-common-black);
  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: 2;
}
.tj-white-btn-three::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-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%);
  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 {
  padding: 9px 30px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
  border: 1px solid rgba(158, 146, 255, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 6px;
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-text-body);
  position: relative;
  z-index: 3;
  margin-right: 15px;
}
.text-btn:hover {
  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%);
  border-color: transparent;
  color: var(--tj-color-common-white);
}
.text-btn:hover::before {
  opacity: 1;
  visibility: visible;
}

.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: -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), 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: -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), 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: 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-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: 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-primary);
  background: transparent;
  line-height: 1;
}
.tj-transparent-btn-three::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 150px;
  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%);
  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::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);
}

.tj-black-btn-two {
  background: var(--tj-color-common-black);
  padding: 12px 30px;
  font-family: var(--tj-ff-heading);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 6px;
  font-size: 18px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white);
  position: relative;
  border: none;
  z-index: 3;
  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: 9px 17px;
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-sbold);
  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-color: var(--tj-color-grey-11);
  background-image: linear-gradient(315deg, var(--tj-color-grey-11) 0%, var(--tj-color-grey-11) 74%);
}
.tj-black-btn-two.style-9:hover {
  color: var(--tj-color-common-white);
}
.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: 12px 30px;
  font-family: var(--tj-ff-heading);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  font-size: 18px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white);
  position: relative;
  border: none;
  z-index: 3;
  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);
  background-image: linear-gradient(315deg, var(--tj-color-common-black) 0%, var(--tj-color-common-black) 74%);
  -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: var(--tj-color-grey-11);
  font-size: 16px;
  font-weight: var(--tj-fw-bold);
  padding: 9px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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);
  background-image: linear-gradient(315deg, var(--tj-color-theme-h9-primary) 0%, var(--tj-color-theme-h9-primary) 74%);
}
.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-four {
  background: var(--tj-color-common-black);
  padding: 12px 30px;
  font-family: var(--tj-ff-heading);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  font-size: 18px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white);
  position: relative;
  border: none;
  z-index: 3;
  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);
  background-image: linear-gradient(315deg, var(--tj-color-theme-primary) 0%, var(--tj-color-theme-primary) 74%);
  -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: 25px 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-header-area.header-absolute {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.tj-header-area.header-sticky {
  position: fixed;
}
.tj-header-area.sticky {
  padding: 15px 0;
  background: var(--tj-color-grey-2);
  -webkit-animation: sticky 0.9s;
          animation: sticky 0.9s;
}
.tj-header-area .header-button {
  margin-right: -40px;
}
.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: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-header-area .logo-area {
    max-width: 150px;
  }
}
.tj-header-area .logo-area a {
  display: inline-block;
}
.tj-header-area .logo-area a img {
  width: 100%;
}
.tj-header-area.header-style-two.sticky {
  padding: 0;
  background: var(--tj-color-common-white);
  -webkit-animation: sticky 0.9s;
          animation: sticky 0.9s;
  -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-two.sticky .header-topbar {
  display: none;
}
.tj-header-area.header-style-two.sticky .menu-area {
  padding: 15px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background: var(--tj-color-common-white);
}
@media (max-width: 575px) {
  .tj-header-area.header-style-two.sticky .menu-area .container {
    padding: 0;
  }
}
.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 .menu-area {
  padding: 20px 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--tj-color-common-white);
  max-width: 1520px;
  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 only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area.header-style-three .menu-area {
    padding: 20px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-header-area.header-style-three .menu-area {
    padding: 15px 15px;
  }
}
.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 .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 a.active, .tj-header-area.header-style-four .tj-menu-area li a:hover {
  color: var(--tj-color-common-white);
}
.tj-header-area.header-style-four .tj-menu-area li .sub-menu li 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%);
  -webkit-background-clip: text;
          background-clip: text;
  color: var(--tj-color-common-black);
}
.tj-header-area.header-style-four .tj-menu-area li .sub-menu li a.active, .tj-header-area.header-style-four .tj-menu-area li .sub-menu li a:hover {
  color: transparent;
}
.tj-header-area.header-style-five .header-button {
  margin-right: 0px;
}
.tj-header-area.header-style-five .tj-menu-area li a {
  color: var(--tj-color-grey-1);
  background: transparent;
}
.tj-header-area.header-style-five .tj-menu-area li a.active, .tj-header-area.header-style-five .tj-menu-area li a:hover {
  color: var(--tj-color-common-white);
}
.tj-header-area.header-style-five .tj-menu-area li .sub-menu li 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%);
  -webkit-background-clip: text;
          background-clip: text;
  color: var(--tj-color-common-black);
}
.tj-header-area.header-style-five .tj-menu-area li .sub-menu li a.active, .tj-header-area.header-style-five .tj-menu-area li .sub-menu li a:hover {
  color: transparent;
}
.tj-header-area.header-style-7 {
  background: var(--tj-color-theme-h7-secondary);
  padding: 20px 0;
}
.tj-header-area.header-style-7 .header-button {
  margin-right: 0px;
}
.tj-header-area.header-style-7 .tj-menu-area li a {
  color: var(--tj-color-grey-1);
  background: transparent;
}
.tj-header-area.header-style-7 .tj-menu-area li a.active, .tj-header-area.header-style-7 .tj-menu-area li a:hover {
  color: var(--tj-color-common-white);
}
.tj-header-area.header-style-7 .tj-menu-area li .sub-menu::before {
  background: var(--tj-color-theme-h6-primary);
}
.tj-header-area.header-style-7 .tj-menu-area li .sub-menu li a {
  color: var(--tj-color-common-black);
}
.tj-header-area.header-style-7 .tj-menu-area li .sub-menu li a::before {
  background: var(--tj-color-theme-h6-primary);
}
.tj-header-area.header-style-7 .tj-menu-area li .sub-menu li a.active, .tj-header-area.header-style-7 .tj-menu-area li .sub-menu li a:hover {
  color: var(--tj-color-theme-h6-primary);
}
.tj-header-area.header-style-8 {
  padding: 15px 0;
}
.tj-header-area.header-style-8 .menu-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;
  padding: 16px 50px;
  max-width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tj-header-area.header-style-8 .menu-area .tj-menu-area li a {
  color: var(--tj-color-common-black);
  background: transparent;
}
.tj-header-area.header-style-8 .menu-area .tj-menu-area li a::before {
  background: var(--tj-color-theme-primary);
}
.tj-header-area.header-style-8 .menu-area .tj-menu-area li a.active, .tj-header-area.header-style-8 .menu-area .tj-menu-area li a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-header-area.header-style-8 .menu-area .tj-menu-area li .sub-menu::before {
  background: var(--tj-color-theme-primary);
}
.tj-header-area.header-style-8 .menu-area .tj-menu-area li .sub-menu li a {
  background: transparent;
  color: var(--tj-color-common-black);
}
.tj-header-area.header-style-8 .menu-area .tj-menu-area li .sub-menu li a.active, .tj-header-area.header-style-8 .menu-area .tj-menu-area li .sub-menu li a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-header-area.header-style-8 .menu-area .header-button {
  margin-right: 0px;
}
@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-header-area.header-style-8 .menu-area {
    padding: 16px 25px;
  }
}
@media (max-width: 575px) {
  .tj-header-area.header-style-8 .menu-area {
    padding: 10px 25px;
  }
}

.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: 17px 0;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .header-topbar {
    padding: 12px 0;
    margin-bottom: 15px;
  }
}

.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 li {
  display: inline-block;
  color: var(--tj-color-common-white);
  font-size: 14px;
  display: inline-block;
  margin-right: 30px;
  padding-left: 30px;
  position: relative;
}
.topbar-content-area .topbar-contact ul li:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .topbar-content-area .topbar-contact ul li {
    margin-right: 25px;
  }
}
.topbar-content-area .topbar-contact ul li a {
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--tj-color-common-white);
}
.topbar-content-area .topbar-contact ul li i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  line-height: 1;
  font-size: 18px;
}
.topbar-content-area .topbar-share ul li {
  display: inline-block;
  margin-right: 5px;
}
.topbar-content-area .topbar-share ul li:last-child {
  margin-right: 0;
}
.topbar-content-area .topbar-share ul li a i {
  background: var(--tj-color-common-white);
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  color: var(--tj-color-theme-primary);
  font-size: 14px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.topbar-content-area .topbar-share ul li:hover i {
  background: var(--tj-color-theme-secondary);
  color: var(--tj-color-common-white);
}

.menu-area {
  border-radius: 8px;
  background: var(--tj-color-grey-5);
  -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);
  max-width: 1370px;
  padding: 22px 10px;
  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), (max-width: 575px) {
  .menu-area {
    max-width: 750px;
    padding: 15px 15px;
  }
}
@media (max-width: 575px) {
  .menu-area {
    max-width: calc(100% - 30px);
  }
}
.menu-area .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;
}

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

@-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 Heading CSS
----------------------------------------*/
.tj-sec-heading {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  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-sec-heading {
    margin-bottom: 35px;
  }
}
.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: 32px;
    margin-bottom: 15px;
  }
}
.tj-sec-heading .black-color {
  color: var(--tj-color-common-black);
}
.tj-sec-heading p {
  margin-bottom: 0;
}
.tj-sec-heading.style-5 .sub-title {
  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;
  -webkit-text-fill-color: transparent;
}
.tj-sec-heading.style-5 .sec-title {
  line-height: 1.2;
}
.tj-sec-heading.style-5 .sec-title span {
  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;
  -webkit-text-fill-color: transparent;
}
.tj-sec-heading.style-6, .tj-sec-heading.style-7 {
  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;
}
.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-7.text-center .shadow_text {
  right: 0;
}
.tj-sec-heading.style-7.text-end .shadow_text {
  left: auto;
  right: 0;
}
.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: inline-block;
  color: var(--tj-color-grey-11);
  position: relative;
  z-index: 1;
  padding-left: 50px;
  background: transparent;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.tj-sec-heading.style-9 .sub-title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--tj-color-theme-h9-primary);
  border-radius: 50%;
}
.tj-sec-heading.style-9 .title {
  color: var(--tj-color-heading-primary9);
  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;
}
@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 .title {
    font-size: 32px;
  }
  .tj-sec-heading.style-9 .title span {
    font-size: 30px;
  }
}

.secondary-color {
  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;
  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) {
  .secondary-color {
    font-size: 30px;
  }
}

/* !END: Theme Heading CSS */
/**----------------------------------------
START: Theme Hero CSS
----------------------------------------*/
.tj-hero-section {
  position: relative;
  padding-top: 210px;
  padding-bottom: 90px;
  background-image: url(../images/banner-bg/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: linear-gradient(181deg, var(--tj-color-grey-7) 2.29%, rgba(40, 40, 40, 0.7) 89.63%);
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-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 .title {
  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-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: var(--tj-fw-bold);
}
.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-scroll {
  position: absolute;
  bottom: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
  max-width: 125px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section .hero-scroll {
    max-width: 90px;
    bottom: -30px;
  }
}
.tj-hero-section .hero-scroll .scroll-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tj-hero-section .hero-scroll .scroll-icon a {
  display: inline-block;
  opacity: 0.6;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section .hero-scroll .scroll-icon {
    top: 35%;
  }
  .tj-hero-section .hero-scroll .scroll-icon a img {
    max-width: 16px;
  }
}
.tj-hero-section .hero-scroll .jump {
  -webkit-animation: jump-arrow 2.5s infinite;
  animation: jump-arrow 2.5s infinite;
}
.tj-hero-section.hero-style-four {
  padding-top: 250px;
  padding-bottom: 140px;
  overflow: hidden;
}
.tj-hero-section.hero-style-four::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: 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: 2;
}
.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: 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;
}
.tj-hero-section.hero-style-four .hero-left-content::after {
  position: absolute;
  content: "";
  top: -20px;
  left: 40%;
  width: 98px;
  height: 98px;
  background: 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;
}
.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: 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-four .hero-left-content .hero-circle .circle-2 {
  position: absolute;
  content: "";
  bottom: -30%;
  right: -20%;
  width: 270px;
  height: 270px;
  background: 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-four .hero-left-content .hero-title {
  font-size: 85px;
}
.tj-hero-section.hero-style-four .hero-left-content .hero-title span {
  font-size: 80px;
  font-style: italic;
}
.tj-hero-section.hero-style-four .hero-left-content p {
  font-size: 20px;
  max-width: 100%;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
}
.tj-hero-section.hero-style-four .hero-left-content 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) {
  .tj-hero-section.hero-style-four .hero-left-content p {
    font-size: 18px;
  }
}
.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;
  }
}
@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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .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;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-hero-section.hero-style-four .hero-left-content::before {
    width: 520px;
    height: 520px;
  }
  .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;
  }
}
@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: 38px;
  }
  .tj-hero-section.hero-style-four .hero-left-content .hero-title span {
    font-size: 38px;
  }
  .tj-hero-section.hero-style-four .hero-left-content p {
    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 {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}
.tj-hero-section.hero-style-five::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -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: 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 {
  position: relative;
  z-index: 3;
}
.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-sub-title {
  margin-bottom: 30px;
}
.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;
  margin-bottom: 75px;
}
.tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .hero-text .hero-title span {
  font-style: italic;
}
.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: 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-sub-title {
    margin-bottom: 10px;
  }
  .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-sub-title {
    font-size: 30px;
  }
  .tj-hero-section.hero-style-five .hero-left-content .tj-sec-heading .header-wrapper .hero-text .hero-title {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .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;
    margin-bottom: 50px;
  }
  .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: -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: 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%;
  position: relative;
  z-index: 1;
}
.tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .hero-descrition::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 1px;
  left: 0;
  top: -40px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(49, 0, 255)), color-stop(98.67%, rgb(253, 49, 188)));
  background: 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;
}
.tj-hero-section.hero-style-five .hero-left-content .desc-wrapper .hero-descrition .hero-button {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .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 .hero-left-content .image-box-3 {
  position: absolute;
  bottom: -100px;
  right: 25%;
  z-index: 1;
  max-width: 140px;
  width: 100%;
  height: 210px;
  padding-bottom: 10px;
  padding-left: 8px;
}
.tj-hero-section.hero-style-five .hero-left-content .image-box-3::before {
  position: absolute;
  content: "";
  top: 0;
  left: -2px;
  width: 100%;
  height: 100%;
  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: 200px 200px 0 0;
  z-index: -1;
}
.tj-hero-section.hero-style-five .hero-left-content .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 .hero-left-content .image-box-3 .shape-1 {
  position: absolute;
  top: -30px;
  left: -80px;
  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.hero-style-five .hero-left-content .image-box-3 {
    bottom: -120px;
    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 .hero-left-content .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: 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: 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;
  }
}

.tj-slider-section {
  position: relative;
}
.tj-slider-section .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tj-slider-section .swiper-slide::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: 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 .desc,
.tj-slider-section .swiper-slide .title {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}
.tj-slider-section .swiper-slide .hero-button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: opacity 1500ms ease, -webkit-transform 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease;
  transition: transform 1500ms ease, opacity 1500ms ease, -webkit-transform 1500ms ease;
}
.tj-slider-section .swiper-slide .white-sub-title,
.tj-slider-section .swiper-slide .title {
  -webkit-transform: translateY(-125px);
  -ms-transform: translateY(-125px);
      transform: translateY(-125px);
}
.tj-slider-section .swiper-slide .hero-button,
.tj-slider-section .swiper-slide .desc {
  -webkit-transform: translateY(125px);
  -ms-transform: translateY(125px);
      transform: translateY(125px);
}
.tj-slider-section .swiper-slide.swiper-slide-active .white-sub-title,
.tj-slider-section .swiper-slide.swiper-slide-active .desc,
.tj-slider-section .swiper-slide.swiper-slide-active .title,
.tj-slider-section .swiper-slide.swiper-slide-active .hero-button {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
      transform: translateY(0) translateX(0);
}
.tj-slider-section .swiper-pagination {
  width: auto;
  right: 50px;
  left: auto;
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-slider-section .swiper-pagination {
    right: 15px;
  }
}
.tj-slider-section .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  margin: 0 6px;
}
.tj-slider-section .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.tj-slider-section .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: transparent;
  position: relative;
  top: -9px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.tj-slider-section .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%);
}

.tj-hero-section-three {
  position: relative;
  overflow: hidden;
  padding-top: 310px;
  padding-bottom: 195px;
  background: 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: 2;
}
.tj-hero-section-three::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  background: url(../images/banner-bg/hero-overly2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: lighten;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section-three {
    padding-top: 245px;
    padding-bottom: 145px;
  }
}
@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/banner-bg/hero-overly.svg);
  -webkit-mask-image: url(../images/banner-bg/hero-overly.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;
}
.tj-hero-section-three .hero-content-area {
  padding-top: 0;
  padding-bottom: 0;
}
.tj-hero-section-three .tj-sec-heading {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section-three .tj-sec-heading .title {
    font-size: 55px;
  }
}
.tj-hero-section-three .tj-sec-heading .desc {
  max-width: 680px;
}
.tj-hero-section-three .tj-sec-heading .desc p {
  font-size: 18px;
}
.tj-hero-section-three .tj-sec-heading .hero-button {
  margin-top: 30px;
}
.tj-hero-section-three .hero-group-shape .group-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.tj-hero-section-three .hero-group-shape .group-2 {
  position: absolute;
  bottom: 35px;
  right: 35%;
  opacity: 0.4;
}
.tj-hero-section-three .hero-group-shape .group-3 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.9;
  z-index: 4;
}
.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;
}
.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;
}
.tj-hero-section-three .hero-group-shape .group-6 {
  position: absolute;
  top: 20%;
  width: 105px;
  height: 105px;
  left: 35%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  mask-image: url(../images/shape/shape-60.svg);
  -webkit-mask-image: url(../images/shape/shape-60.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  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-hero-section-three .hero-group-shape {
    display: none;
  }
}

.hero-group-shape {
  opacity: 0.5;
}
@media (max-width: 575px) {
  .hero-group-shape {
    display: none;
  }
}
.hero-group-shape .bg-shape-one {
  position: absolute;
  top: 0;
  right: 0;
}
.hero-group-shape .bg-shape-two {
  position: absolute;
  top: 0;
  right: 0;
}
.hero-group-shape .bg-shape-three {
  position: absolute;
  top: 0;
  right: 0;
}
.hero-group-shape .bg-shape-four {
  position: absolute;
  top: 70px;
  right: 0;
}
.hero-group-shape .hero-shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  opacity: 0.4;
}
.hero-group-shape .hero-shape1 {
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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) {
  .hero-group-shape .hero-shape1 {
    display: none;
  }
}
.hero-group-shape .hero-shape2 {
  position: absolute;
  bottom: 10%;
  right: 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-group-shape .hero-shape2 {
    display: none;
  }
}

.hero-left-content {
  position: relative;
  z-index: 3;
}
.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;
  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;
}

.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: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-grey-7)), to(rgba(40, 40, 40, 0.7)));
  background: 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;
  }
}

.hero-content-area {
  padding-top: 285px;
  padding-bottom: 90px;
  max-width: 760px;
  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) {
  .hero-content-area {
    padding-top: 260px;
    padding-bottom: 30px;
  }
}
.hero-content-area .title {
  color: var(--tj-color-grey-5);
  margin-bottom: 30px;
}
@media 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 (max-width: 575px) {
  .hero-content-area .title {
    font-size: 38px;
  }
}
.hero-content-area .desc p {
  color: var(--tj-color-light-4);
  font-size: 20px;
}
.hero-content-area .hero-button {
  margin-top: 40px;
}
.hero-content-area .active-shape {
  position: relative;
}
.hero-content-area .active-shape::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 8%;
  background-image: url(../images/shape/banner-shape.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  z-index: -1;
}

@-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);
  }
}
.left-right-rotate {
  -webkit-animation: rotated-style3 2s infinite alternate;
          animation: rotated-style3 2s infinite alternate;
}

@-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: Theme About CSS
----------------------------------------*/
.tj-about-section {
  padding-top: 230px;
  padding-bottom: 150px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-section {
    padding-top: 445px;
  }
}
@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 {
    padding-top: 410px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .tj-about-section {
    padding-top: 350px;
  }
}
.tj-about-section .tj-sec-heading {
  margin-bottom: 0;
}
.tj-about-section.style-5 {
  padding-top: 120px;
  padding-bottom: 165px;
  background: var(--tj-color-theme-h5-primary-2);
  position: relative;
  z-index: 2;
}
.tj-about-section.style-5 .tj-sec-heading {
  max-width: 965px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 100px;
}
.tj-about-section.style-5 .tj-sec-heading .sec-title {
  margin-bottom: 0;
}
.tj-about-section.style-5 .about-wrapper {
  position: relative;
  z-index: 1;
}
.tj-about-section.style-5 .about-wrapper .about-images {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -140px;
  max-width: 810px;
  width: 100%;
  height: 450px;
}
.tj-about-section.style-5 .about-wrapper .about-images::before {
  position: absolute;
  content: "";
  width: 330px;
  height: 600px;
  left: -15%;
  top: -52%;
  background: linear-gradient(286.37deg, rgba(208, 105, 175, 0.2) 6.21%, rgba(255, 255, 255, 0.05) 100.34%);
  border-radius: 0 0 200px 200px;
}
.tj-about-section.style-5 .about-wrapper .about-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tj-about-section.style-5 .about-wrapper .about-images .image-shape {
  position: absolute;
  top: -50%;
  left: -15%;
  max-width: 485px;
  width: 100%;
}
.tj-about-section.style-5 .about-wrapper .about-images .image-shape img {
  width: 100%;
}
.tj-about-section.style-5 .about-wrapper .about-right-content {
  padding-left: 35px;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
}
.tj-about-section.style-5 .about-wrapper .about-right-content .desc p {
  margin-bottom: 20px;
  line-height: 2;
}
.tj-about-section.style-5 .about-wrapper .about-right-content .desc p:last-child {
  margin-bottom: 0;
}
.tj-about-section.style-5 .about-wrapper .about-right-content .about-infos {
  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: 50px;
  margin-top: 30px;
}
.tj-about-section.style-5 .about-wrapper .about-right-content .about-infos .video-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.tj-about-section.style-5 .about-wrapper .about-right-content .about-infos .video-area .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;
}
.tj-about-section.style-5 .about-wrapper .about-right-content .about-infos .video-area .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-about-section.style-5 .about-wrapper .about-right-content .about-infos .video-area .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-about-section.style-5 .about-wrapper .about-right-content .about-infos .video-area .popup-videos-button i {
  color: var(--tj-color-common-white);
}
.tj-about-section.style-5 .about-wrapper .about-right-content .about-infos .video-area .video-link {
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-grey-11);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .tj-about-section.style-5 .about-wrapper .about-images {
    left: -25px;
    max-width: 710px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-about-section.style-5 .about-wrapper .about-images {
    left: -25px;
    max-width: 580px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-section.style-5 .about-wrapper .about-images {
    left: -20px;
    max-width: 485px;
  }
  .tj-about-section.style-5 .about-wrapper .about-right-content {
    padding-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-about-section.style-5 .about-wrapper .about-images {
    position: initial;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    margin-bottom: 30px;
  }
  .tj-about-section.style-5 .about-wrapper .about-right-content {
    padding-left: 0px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .tj-about-section.style-5 .about-wrapper .about-right-content .about-infos {
    gap: 15px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-about-section.style-5 {
    padding-bottom: 145px;
  }
  .tj-about-section.style-5 .tj-sec-heading {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-section.style-5 {
    padding-bottom: 130px;
  }
  .tj-about-section.style-5 .tj-sec-heading {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-about-section.style-5 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .tj-about-section.style-5 .tj-sec-heading {
    margin-bottom: 40px;
  }
}
.tj-about-section.style-6 {
  background-color: var(--tj-color-theme-h6-bg);
  padding-top: 120px;
  padding-bottom: 120px;
}
.tj-about-section.style-6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  height: 550px;
  background-image: url(../images/shape/h6-about-bg-shape.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tj-about-section.style-6 .tj-sec-heading.style-7 {
  max-width: 590px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-section.style-6::after {
    background-size: contain;
    bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-about-section.style-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tj-about-section.style-6::after {
    background-size: contain;
    bottom: 60px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-about-section.style-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-about-section.style-6::after {
    background-size: contain;
    bottom: 60px;
  }
}

.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;
}
@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) {
  .about-image-group {
    margin-bottom: 270px;
  }
}
@media (max-width: 575px) {
  .about-image-group {
    margin-bottom: 220px;
  }
}
.about-image-group .about-circle-box {
  position: absolute;
  right: 18%;
  border-radius: 50%;
  bottom: 200px;
}
.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: 9;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group .about-circle-box {
    bottom: 190px;
    right: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group .about-circle-box {
    right: 32%;
    bottom: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group .about-circle-box {
    bottom: 190px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-circle-box {
    bottom: 160px;
    right: 13%;
  }
}
@media (max-width: 575px) {
  .about-image-group .about-circle-box {
    bottom: 140px;
    right: 2%;
  }
}
.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;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-circle-box .shape-1 {
    max-width: 100px;
  }
}
@media (max-width: 575px) {
  .about-image-group .about-circle-box .shape-1 {
    max-width: 100px;
  }
}
.about-image-group .about-circle-box .circle-one {
  position: absolute;
  top: 90%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 250px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group .about-circle-box .circle-one {
    max-width: 210px;
  }
}
.about-image-group .about-circle-box .ab-circle {
  background: rgba(228, 225, 255, 0.15);
  border-radius: 132px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 5px;
  border: 1px solid var(--tj-color-light-3);
}
.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);
}
.about-image-group .about-image1 {
  position: absolute;
  top: -240px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16%;
  max-width: 400px;
  width: 100%;
  z-index: 3;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group .about-image1 {
    max-width: 375px;
    left: 30%;
    top: -210px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group .about-image1 {
    max-width: 375px;
    left: 18%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group .about-image1 {
    max-width: 375px;
    left: 25%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image1 {
    max-width: 330px;
    left: 20%;
    top: -190px;
  }
}
@media (max-width: 575px) {
  .about-image-group .about-image1 {
    max-width: 260px;
    left: 20%;
    top: -160px;
  }
}
.about-image-group .about-image1::before {
  position: absolute;
  content: "";
  bottom: -20px;
  right: -50%;
  width: 100%;
  height: 100%;
  background: url(../images/shape/shape-11.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
@media (max-width: 575px) {
  .about-image-group .about-image1::before {
    display: none;
  }
}
.about-image-group .about-image1::after {
  position: absolute;
  content: "";
  top: 3.5%;
  left: 7%;
  width: 100%;
  height: 100%;
  background: url(../images/icon/border-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.about-image-group .about-image1 img {
  border-radius: 50%;
  padding: 50px;
  position: relative;
  z-index: 3;
  max-width: 420px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group .about-image1 img {
    max-width: 375px;
    padding: 45px;
  }
}
@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) {
  .about-image-group .about-image1 img {
    max-width: 375px;
    padding: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image1 img {
    max-width: 330px;
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .about-image-group .about-image1 img {
    max-width: 260px;
    padding: 35px;
  }
}
.about-image-group .about-image2 {
  position: absolute;
  top: -20px;
  left: -18.5%;
  max-width: 245px;
  width: 100%;
  bottom: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group .about-image2 {
    left: -2.5%;
    max-width: 200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group .about-image2 {
    left: 0;
    max-width: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group .about-image2 {
    left: 10.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group .about-image2 {
    left: 5.5%;
    max-width: 150px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image2 {
    left: -10px;
    max-width: 130px;
  }
}
@media (max-width: 575px) {
  .about-image-group .about-image2 {
    left: 0;
    max-width: 110px;
    padding: 5px;
    top: 15px;
  }
}
.about-image-group .about-image2 img {
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  padding: 10px;
}
.about-image-group .about-image3 {
  position: absolute;
  top: auto;
  left: 30px;
  bottom: 190px;
  max-width: 200px;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group .about-image3 {
    bottom: 160px;
    left: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group .about-image3 {
    left: 95px;
    bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image3 {
    left: 95px;
    bottom: 170px;
    max-width: 160px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image3 {
    left: 40px;
  }
}
@media (max-width: 575px) {
  .about-image-group .about-image3 {
    left: 10px;
    max-width: 130px;
    bottom: 120px;
  }
}
.about-image-group .about-image3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon/border-shape1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.about-image-group .about-image3 img {
  border-radius: 50%;
  padding: 10px;
}
.about-image-group .about-image4 {
  position: absolute;
  top: 150px;
  right: 16%;
  max-width: 150px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group .about-image4 {
    right: 26%;
    top: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image4 {
    right: 10%;
    top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group .about-image4 {
    max-width: 130px;
    right: 6%;
    top: 80px;
  }
}
@media (max-width: 575px) {
  .about-image-group .about-image4 {
    max-width: 100px;
    right: 2%;
    top: 80px;
  }
}
.about-image-group .about-image4 img {
  border: 1px solid var(--tj-color-theme-secondary);
  border-radius: 50%;
  padding: 7px;
}
.about-image-group .about-shape1 {
  position: absolute;
  bottom: 50px;
  left: -9%;
  top: auto;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group .about-shape1 {
    left: -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), (max-width: 575px) {
  .about-image-group .about-shape1 {
    display: none;
  }
}
.about-image-group .about-shape2 {
  position: absolute;
  left: 4%;
  top: 30px;
  max-width: 250px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group .about-shape2 {
    left: 8%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group .about-shape2 {
    max-width: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group .about-shape2 {
    max-width: 185px;
    left: 18%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group .about-shape2 {
    max-width: 160px;
    left: 10%;
  }
}
@media (max-width: 575px) {
  .about-image-group .about-shape2 {
    max-width: 130px;
  }
}
.about-image-group .about-shape3 {
  position: absolute;
  right: 22%;
  top: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group .about-shape3 {
    display: none;
  }
}
.about-image-group.style-6 {
  max-width: 645px;
  width: 100%;
  min-height: 630px;
  text-align: right;
  margin-left: -20px;
  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;
    margin-bottom: 50px;
  }
}
@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;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .about-image-group.style-6 {
    min-height: 365px;
    max-width: 365px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .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;
  }
}

.tj-about-section-two {
  padding-top: 160px;
  padding-bottom: 150px;
  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-about-section-two {
    padding-bottom: 80px;
    padding-top: 90px;
  }
}
.tj-about-section-two .tj-sec-heading {
  margin-bottom: 0;
}

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

.tj-about-section-four {
  padding-top: 120px;
  padding-bottom: 120px;
}
.tj-about-section-four .tj-sec-heading {
  margin-bottom: 0;
}
.tj-about-section-four .about-content-two .about-category-item {
  max-width: 315px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-about-section-four {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-about-section-four .tj-sec-heading .desc {
    max-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-about-section-four {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.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-image-group-two {
  position: relative;
  right: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-two {
    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-image-group-two {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 0;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group-two {
    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-image-group-two {
    margin-bottom: 175px;
    margin-bottom: 175px;
  }
}
.about-image-group-two .shape-1 {
  position: absolute;
  top: -35px;
  right: -32px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-two .shape-1 {
    top: -45px;
  }
}
.about-image-group-two .image-1 {
  max-width: 315px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-two .image-1 {
    max-width: 230px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-two .image-1 {
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-two .image-1 {
    max-width: 250px;
  }
}
@media (max-width: 575px) {
  .about-image-group-two .image-1 {
    max-width: 140px;
  }
}
.about-image-group-two .image-group-1 {
  position: relative;
  margin-right: 30px;
  max-width: 335px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-two .image-group-1 {
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group-two .image-group-1 {
    max-width: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-two .image-group-1 {
    max-width: 200px;
  }
}
@media (max-width: 575px) {
  .about-image-group-two .image-group-1 {
    max-width: 140px;
    margin-right: 20px;
  }
}
.about-image-group-two .image-group-1::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -25px;
  width: 329px;
  height: 485px;
  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), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-two .image-group-1::before {
    width: 255px;
    height: 370px;
    top: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-two .image-group-1::before {
    top: -15px;
    left: -10px;
    width: 210px;
    height: 320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group-two .image-group-1::before {
    top: -10px;
    left: -20px;
    width: 270px;
    height: 395px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-two .image-group-1::before {
    top: -10px;
    left: -20px;
    width: 220px;
    height: 320px;
  }
}
@media (max-width: 575px) {
  .about-image-group-two .image-group-1::before {
    top: -15px;
    left: -20px;
    width: 160px;
    height: 235px;
  }
}
.about-image-group-two .image-group-1 .about-lg-image {
  border-radius: 200px 200px 0 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-two .image-group-1 {
    max-width: 230px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-two .image-group-1 .shape-1 {
    display: none;
  }
}
.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 .image-group-2 {
  position: relative;
  top: 130px;
  right: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-two .image-group-2 {
    right: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-two .image-group-2 {
    right: 0;
  }
}
.about-image-group-two .image-group-2::before {
  position: absolute;
  content: "";
  top: -25px;
  left: 30px;
  width: 310px;
  height: 490px;
  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), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-image-group-two .image-group-2::before {
    top: -20px;
    left: 0;
    width: 250px;
    height: 360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-image-group-two .image-group-2::before {
    top: -15px;
    left: 0;
    width: 215px;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image-group-two .image-group-2::before {
    top: -20px;
    left: 0;
    width: 270px;
    height: 385px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-two .image-group-2::before {
    top: -20px;
    left: 0;
    width: 275px;
    height: 390px;
  }
}
@media (max-width: 575px) {
  .about-image-group-two .image-group-2::before {
    top: -20px;
    left: 0;
    width: 160px;
    height: 230px;
  }
}
.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: -45px;
  left: 0;
  border-radius: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-two .image-group-2 .shape-2 {
    display: none;
  }
}
.about-image-group-two .image-group-2 img {
  border-radius: 0 0 200px 200px;
}

.about-content-two .sec-title {
  max-width: 590px;
}
.about-content-two .desc {
  margin-bottom: 30px;
  max-width: 600px;
}
.about-content-two .about-category-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(158, 146, 255, 0.5);
  border-radius: 10px;
  background: var(--tj-color-common-white);
  margin-bottom: 30px;
  padding: 15px 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@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-content-two .about-category-item {
    padding: 15px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-content-two .about-category-item {
    margin-bottom: 30px;
  }
}
.about-content-two .about-category-item .about-icon {
  margin-right: 20px;
  line-height: 1;
}
.about-content-two .about-category-item .about-icon i {
  color: var(--tj-color-light-3);
  font-size: 40px;
  position: relative;
  top: 3px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-content-two .about-category-item .about-icon {
    margin-right: 10px;
  }
}
.about-content-two .about-category-item .about-text .title {
  font-weight: var(--tj-fw-medium);
  line-height: 25px;
  margin-bottom: 0;
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-two .about-category-item .about-text .title {
    font-size: 16px;
  }
}
.about-content-two .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-content-two .about-button {
  margin-top: 10px;
}

.about-content-three .desc {
  margin-bottom: 30px;
}
.about-content-three .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .about-content-three .about-item {
    display: block;
    margin-bottom: 45px;
  }
}
.about-content-three .about-item .about-icon {
  font-size: 25px;
  color: var(--tj-color-light-3);
  width: 60px;
  height: 60px;
  line-height: 65px;
  text-align: center;
  background: var(--tj-color-light-2);
  position: relative;
  z-index: 3;
  display: inline-block;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
@media (max-width: 575px) {
  .about-content-three .about-item .about-icon {
    margin-bottom: 25px;
  }
}
.about-content-three .about-item .about-icon .border-shadow {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
}
.about-content-three .about-item .about-icon .icon-shape .shadow-1 {
  top: 0;
  left: 0;
  background: var(--tj-color-light-3);
  width: 1px;
  height: 60px;
}
.about-content-three .about-item .about-icon .icon-shape .shadow-2 {
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, var(--tj-color-light-3)), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to right, var(--tj-color-light-3) -100%, rgba(21, 22, 37, 0) 64%);
  width: 100px;
  height: 1px;
}
.about-content-three .about-item .about-icon .icon-shape .shadow-3 {
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, var(--tj-color-light-3)), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to right, var(--tj-color-light-3) -100%, rgba(21, 22, 37, 0) 64%);
  width: 100px;
  height: 1px;
}
.about-content-three .about-item .about-icon .icon-shape .shadow-4 {
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, var(--tj-color-light-3)), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to right, var(--tj-color-light-3) -100%, rgba(21, 22, 37, 0) 64%);
  width: 1px;
  height: 60px;
}
.about-content-three .about-item .about-text {
  max-width: 510px;
  width: 100%;
}
.about-content-three .about-item .about-text .title {
  margin-bottom: 10px;
}
.about-content-three .about-item:hover .about-icon {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.about-content-three .about-button {
  margin-top: 30px;
}

.about-image-group-three {
  max-width: 820px;
  width: 100%;
  position: relative;
  margin-left: -165px;
}
@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) {
  .about-image-group-three {
    margin-left: 0;
    max-width: 520px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-three {
    max-width: 450px;
    margin-bottom: 60px;
    margin-left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-three {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .about-image-group-three {
    max-width: 250px;
  }
}
.about-image-group-three .gradient-shape {
  -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;
  width: 150px;
  height: 125px;
  position: absolute;
  right: -80px;
  top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-image-group-three .gradient-shape {
    display: none;
  }
}
.about-image-group-three .border-shadow {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
}
.about-image-group-three .border-shape .shadow-1 {
  top: -25px;
  left: 24px;
  background: var(--tj-color-light-3);
  width: 1px;
  height: 110%;
  -webkit-transform: skewX(-11deg);
      -ms-transform: skewX(-11deg);
          transform: skewX(-11deg);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .border-shape .shadow-1 {
    left: 10px;
    height: 113%;
  }
}
@media (max-width: 575px) {
  .about-image-group-three .border-shape .shadow-1 {
    left: 10px;
    height: 113%;
    top: -15px;
  }
}
.about-image-group-three .border-shape .shadow-2 {
  top: -25px;
  left: 83px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, var(--tj-color-light-3)), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to right, var(--tj-color-light-3) -100%, rgba(21, 22, 37, 0) 64%);
  width: 100%;
  height: 1px;
}
@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) {
  .about-image-group-three .border-shape .shadow-2 {
    left: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .border-shape .shadow-2 {
    left: 45px;
  }
}
@media (max-width: 575px) {
  .about-image-group-three .border-shape .shadow-2 {
    left: 35px;
    top: -15px;
  }
}
.about-image-group-three .border-shape .shadow-3 {
  bottom: -30px;
  left: -35px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, var(--tj-color-light-3)), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to right, var(--tj-color-light-3) -100%, rgba(21, 22, 37, 0) 64%);
  width: 105%;
  height: 1px;
}
@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) {
  .about-image-group-three .border-shape .shadow-3 {
    bottom: -18px;
    left: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .border-shape .shadow-3 {
    bottom: -18px;
    left: -25px;
  }
}
@media (max-width: 575px) {
  .about-image-group-three .border-shape .shadow-3 {
    bottom: -15px;
    left: -15px;
  }
}
.about-image-group-three .border-shape .shadow-4 {
  bottom: -30px;
  right: 33%;
  background: -webkit-gradient(linear, left top, right top, color-stop(-100%, var(--tj-color-light-3)), color-stop(64%, rgba(21, 22, 37, 0)));
  background: linear-gradient(to right, var(--tj-color-light-3) -100%, rgba(21, 22, 37, 0) 64%);
  width: 1px;
  height: 100%;
  -webkit-transform: skewX(-11deg);
      -ms-transform: skewX(-11deg);
          transform: skewX(-11deg);
}
@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) {
  .about-image-group-three .border-shape .shadow-4 {
    bottom: -20px;
  }
}
@media (max-width: 575px) {
  .about-image-group-three .border-shape .shadow-4 {
    bottom: -15px;
  }
}
.about-image-group-three .image-group-1 {
  max-width: 580px;
  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;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group-three .image-group-1 {
    max-width: 450px;
  }
}
.about-image-group-three .image-group-2 {
  max-width: 345px;
  width: 100%;
  -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: 36px;
  right: -16.5%;
  z-index: 9;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .about-image-group-three .image-group-2 {
    max-width: 260px;
    right: -12.5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-image-group-three .image-group-2 {
    max-width: 210px;
  }
}
@media (max-width: 575px) {
  .about-image-group-three .image-group-2 {
    max-width: 150px;
  }
}
.about-image-group-three .about-group-shape .shape-1 {
  position: absolute;
  width: 105px;
  height: 105px;
  left: -74px;
  top: -74px;
  -webkit-mask-image: url(../images/shape/shape-60.svg);
          mask-image: url(../images/shape/shape-60.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--tj-color-light-3);
}
.about-image-group-three .about-group-shape .shape-2 {
  position: absolute;
  right: -85px;
  top: 50px;
  height: 115px;
  width: 145px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: url(../images/shape/shape-37.svg);
          mask-image: url(../images/shape/shape-37.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--tj-color-light-3);
}
.about-image-group-three .about-group-shape .shape-3 {
  position: absolute;
  right: -95px;
  bottom: -45px;
  height: 225px;
  width: 175px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-mask-image: url(../images/shape/shape-37.svg);
          mask-image: url(../images/shape/shape-37.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--tj-color-light-3);
}

.about-image-group-four {
  position: relative;
  z-index: 1;
  max-width: 665px;
  min-height: 660px;
  width: 100%;
  margin-left: auto;
  right: -110px;
}
.about-image-group-four .about-image1 {
  position: absolute;
  top: 70px;
  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 .shaspe_one {
  position: absolute;
  top: -80px;
  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: -100px;
  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 .lg-images {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 20px;
  background-color: var(--tj-color-common-white);
}
.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: -44%;
  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;
  top: 500px;
  left: 30%;
  max-width: 120px;
  width: 100%;
}
.about-image-group-four .shapes_2 img {
  width: 100%;
}
@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) {
  .about-image-group-four {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .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), 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;
    margin-top: 50px;
  }
  .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 {
    min-height: 520px;
  }
  .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 {
    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;
  }
}

/* !END: Theme About CSS */
/**----------------------------------------
START: Theme Counter CSS
----------------------------------------*/
.tj-counter-section {
  background: -webkit-gradient(linear, left top, right top, color-stop(-25.81%, #1c1c1c), color-stop(116.04%, #373636));
  background: linear-gradient(90deg, #1c1c1c -25.81%, #373636 116.04%);
  padding: 57px 0;
  position: relative;
  overflow: hidden;
}

.counter-section-shape .counter_shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
.counter-section-shape .counter_shape1 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.counter-content-area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-content-area {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }
}
@media (max-width: 575px) {
  .counter-content-area {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}
.counter-content-area .counter-item {
  border-right: 1.5px solid rgba(161, 172, 179, 0.2);
  position: relative;
  z-index: 9;
  padding-bottom: 14px;
  padding-left: 50px;
}
.counter-content-area .counter-item:first-child {
  padding-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) {
  .counter-content-area .counter-item {
    border-right: none;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.counter-content-area .counter-item:last-child {
  border-right: none;
}
.counter-content-area .counter-item .tj-count {
  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), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .counter-content-area .counter-item .tj-count {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .counter-content-area .counter-item .tj-count {
    font-size: 50px;
  }
}
.counter-content-area .counter-item .sub-title {
  font-size: 22px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .counter-content-area .counter-item .sub-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .counter-content-area .counter-item .sub-title {
    font-size: 16px;
  }
}

.tj-counter-section-two {
  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: 60px 0;
  position: relative;
}
.tj-counter-section-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/banner-bg/counter-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tj-counter-section-two.counter-style-four {
  position: relative;
  z-index: 2;
}
.tj-counter-section-two.counter-style-four .counter-left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  max-width: 165px;
  width: 100%;
}
.tj-counter-section-two.counter-style-four .counter-left-shape img {
  width: 100%;
}
.tj-counter-section-two.counter-style-four .counter-right-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 165px;
  width: 100%;
}
.tj-counter-section-two.counter-style-four .counter-right-shape img {
  width: 100%;
}
.tj-counter-section-two.counter-style-four::before {
  display: none;
}
.tj-counter-section-two.counter-style-four .counter-item-two {
  border-right: 1px solid rgba(161, 172, 179, 0.4);
  padding-right: 100px;
}
.tj-counter-section-two.counter-style-four .counter-item-two:last-child {
  border: none;
}
.tj-counter-section-two.counter-style-four .counter-item-two .tj-count {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-counter-section-two.counter-style-four .counter-item-two {
    padding-right: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-counter-section-two.counter-style-four .counter-item-two {
    padding-right: 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-counter-section-two.counter-style-four .counter-item-two {
    border: none;
    padding-right: 0px;
  }
}

.counter-content-two {
  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;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .counter-content-two {
    display: block;
    text-align: center;
  }
}
.counter-content-two .counter-item {
  border-right: 1.5px solid rgba(32, 217, 161, 0.3);
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
}
.counter-content-two .counter-item:last-child {
  border-right: none;
}
.counter-content-two .counter-item .tj-count {
  font-size: 80px;
  font-weight: var(--tj-fw-bold);
  font-family: var(--tj-ff-heading);
  opacity: 0.1;
  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) {
  .counter-content-two .counter-item .tj-count {
    font-size: 40px;
  }
}
.counter-content-two .counter-item .sub-title {
  font-size: 22px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.counter-item-two {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .counter-item-two {
    margin-bottom: 15px;
  }
}
.counter-item-two .tj-count {
  font-size: 60px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  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) {
  .counter-item-two .tj-count {
    font-size: 40px;
  }
}
.counter-item-two .sub-title {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
  font-size: 18px;
  position: relative;
}
@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 Service CSS
----------------------------------------*/
.tj-service-section {
  padding-top: 120px;
  padding-bottom: 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) {
  .tj-service-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tj-service-section .tj-sec-heading {
  max-width: 780px;
  margin-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-service-section .tj-sec-heading {
    margin-bottom: 95px;
  }
}
.tj-service-section.service-style-four {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tj-service-section.service-style-four .tj-sec-heading {
  margin-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-service-section.service-style-four .tj-sec-heading {
    margin-bottom: 95px;
  }
}
@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-section.service-style-four .service_item {
    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-service-section.service-style-four .service-button {
  margin-top: 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-service-section.service-style-four .service-button {
    margin-top: 0px;
  }
}

.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 {
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 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%);
  border: 1px solid var(--tj-color-light-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-item {
    margin-bottom: 80px;
  }
}
.tj-service-item .service-inner {
  background-color: var(--tj-color-light-2);
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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);
}
.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 .service-icon .image-1,
.tj-service-item .service-icon .image-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: -2;
}
.tj-service-item .service-icon .image-2 {
  -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 .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;
}
@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-service-item .title-link {
    margin-bottom: 15px;
  }
}
.tj-service-item .title-link:hover {
  color: transparent;
}
.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), 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 {
  background-color: transparent;
  -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);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-color: transparent;
}
.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);
}
.tj-service-item:hover .service-icon .image-2 {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

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

.tj-service-section-two {
  padding-top: 115px;
  padding-bottom: 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) {
  .tj-service-section-two {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
.tj-service-section-two .tj-sec-heading {
  max-width: 500px;
  margin-left: 0;
}

.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;
  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;
}
.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-section-three {
  padding-top: 150px;
  padding-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-section-three {
    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-service-section-three {
    padding-top: 90px;
    padding-bottom: 85px;
  }
}
.tj-service-section-three .tj-sec-heading {
  margin-bottom: 40px;
  max-width: 580px;
  margin-left: 0;
}
.tj-service-section-three .service-section-shape {
  top: 40%;
  left: 83px;
  position: absolute;
  width: 150px;
  height: 150px;
  -webkit-mask-image: url(../images/shape/shape-60.svg);
          mask-image: url(../images/shape/shape-60.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--tj-color-light-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-section-three .service-section-shape {
    display: none;
  }
}

.tj-service-item-three {
  border: 1px solid var(--tj-color-grey-7);
  border-radius: 8px;
  padding: 30px;
  position: relative;
  z-index: 3;
  margin-bottom: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--tj-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-item-three {
    margin-bottom: 30px;
    padding: 20px;
  }
}
.tj-service-item-three::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: var(--tj-color-grey-5);
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.tj-service-item-three::after {
  position: absolute;
  content: "";
  top: 0;
  right: 45px;
  width: 0;
  height: 100%;
  border-top: 270px solid var(--tj-color-common-white);
  border-left: 100px solid transparent;
  background: var(--tj-color-grey-5);
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-item-three::after {
    right: 85px;
    border-top: 222px solid var(--tj-color-common-white);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-service-item-three::after {
    right: 85px;
    border-top: 240px solid var(--tj-color-common-white);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-item-three::after {
    right: 85px;
    border-top: 243px solid var(--tj-color-common-white);
  }
}
@media (max-width: 575px) {
  .tj-service-item-three::after {
    right: 85px;
    border-top: 240px solid var(--tj-color-common-white);
  }
}
.tj-service-item-three .service-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  background: var(--tj-color-light-7);
  border-radius: 5px;
  color: var(--tj-color-common-black);
  font-size: 30px;
  margin-bottom: 20px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.tj-service-item-three .title {
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-item-three .title {
    margin-bottom: 10px;
  }
}
.tj-service-item-three .title:hover {
  color: var(--tj-color-theme-primary);
}
.tj-service-item-three p {
  margin-bottom: 0;
}
.tj-service-item-three .border-inner {
  position: relative;
}
@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-three .border-inner {
    display: none;
  }
}
.tj-service-item-three .border-inner::before {
  position: absolute;
  content: "";
  width: 145%;
  height: 1px;
  bottom: -80px;
  left: -75px;
  background: var(--tj-color-grey-7);
}
.tj-service-item-three .border-inner::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%;
  top: 65px;
}
.tj-service-item-three .border-inner2 {
  position: relative;
}
@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-three .border-inner2 {
    display: none;
  }
}
.tj-service-item-three .border-inner2::before {
  position: absolute;
  content: "";
  width: 145%;
  height: 1px;
  top: -83px;
  right: -80px;
  background: var(--tj-color-grey-7);
}
.tj-service-item-three .border-inner2::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 15px solid var(--tj-color-grey-7);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 68px;
}
.tj-service-item-three:hover {
  border-color: var(--tj-color-light-3);
}
.tj-service-item-three:hover .service-icon {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.tj-service-item-three:hover::before {
  opacity: 1;
  visibility: visible;
}
.tj-service-item-three:hover::after {
  opacity: 1;
  visibility: visible;
}
.tj-service-item-three:hover .border-inner::after {
  border-bottom: 15px solid var(--tj-color-light-3);
}
.tj-service-item-three:hover .border-inner2::after {
  border-top: 15px solid var(--tj-color-light-3);
}

.tj-service-video-content {
  position: relative;
  padding-left: 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-video-content {
    padding-left: 0;
  }
}
.tj-service-video-content .desc {
  max-width: 485px;
  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-service-video-content .desc {
    max-width: 100%;
  }
}
.tj-service-video-content .desc p {
  margin-bottom: 0;
}
.tj-service-video-content .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-service-video-content .video-area .video-play a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 22px;
  color: var(--tj-color-common-black);
  display: inline-block;
  text-align: center;
  background: var(--tj-color-light-7);
}
.tj-service-video-content .video-text .title {
  color: var(--tj-color-text-body);
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
}
.tj-service-video-content .video-shape {
  position: absolute;
  right: 0;
  top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-video-content .video-shape {
    display: none;
  }
}

.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-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;
}
@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-four {
    margin-bottom: 70px;
  }
}
.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 .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 p {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-service-item-four {
    width: 285px;
    height: 285px;
  }
}
.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);
}

.tj-service-style-5 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.tj-service-style-5 .tj-sec-heading {
  max-width: 535px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.tj-service-style-5 .service-wrapper {
  margin-left: calc((100% - 1320px) / 2);
  width: auto;
  min-width: auto;
  max-width: inherit;
  padding-right: 0;
}
.tj-service-style-5 .tj-service-slider2 .swiper-pagination {
  position: relative;
  margin-top: 25px;
  left: -14%;
}
.tj-service-style-5 .tj-service-slider2 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
}
.tj-service-style-5 .tj-service-slider2 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.tj-service-style-5 .tj-service-slider2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: var(--tj-color-text-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 7px !important;
}
.tj-service-style-5 .tj-service-slider2 .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  position: relative;
  border-radius: 50%;
  background-color: var(--tj-color-common-white);
  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%);
}
.tj-service-style-5 .tj-service-slider2 .swiper-pagination-bullet-active::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-h5-primary);
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-service-style-5 .service-wrapper {
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-style-5 .tj-service-slider2 {
    padding-bottom: 50px;
  }
  .tj-service-style-5 .service-wrapper {
    margin-left: calc((100% - 922px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-style-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-style-5 .service-wrapper {
    margin-left: 15px;
  }
  .tj-service-style-5 .service-button {
    margin-top: 30px;
  }
  .tj-service-style-5 .tj-sec-heading {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .tj-service-style-5 .tj-service-slider2 .swiper-pagination {
    text-align: center;
    left: 0;
  }
}
@media (max-width: 575px) {
  .tj-service-style-5 .service-wrapper {
    margin-left: 0px;
    margin-right: 12px;
  }
}

.service-style-5 {
  position: relative;
  z-index: 1;
  max-width: 380px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.service-style-5::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;
}
.service-style-5 .service-images {
  max-width: 380px;
  width: 100%;
  height: 695px;
}
.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::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 {
    margin: 0 auto;
  }
  .service-style-5 .service-images {
    height: auto;
  }
  .service-style-5 .service-active {
    max-width: 120px;
    height: 300px;
  }
}

/* !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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-details {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}
.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: 60px;
  }
}
.service-inner {
  padding-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-inner {
    padding-bottom: 15px;
  }
}
.service-inner .tj-service-item {
  margin-bottom: 80px;
}

.service-wrapper .services-item {
  padding-top: 45px;
  margin-bottom: 30px;
}
.service-wrapper .services-item p {
  margin-bottom: 0;
}
.service-wrapper .service-details-item {
  background: var(--tj-color-light-2);
  border-radius: 20px;
  padding: 0 30px 30px;
  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) {
  .service-wrapper .service-details-item {
    padding: 0 20px 20px;
  }
}
@media (max-width: 575px) {
  .service-wrapper .service-details-item {
    margin-bottom: 70px;
  }
}
.service-wrapper .service-details-item .service-icon {
  background: var(--tj-color-light-7);
  width: 70px;
  height: 70px;
  line-height: 76px;
  text-align: center;
  display: inline-block;
  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);
}
.service-wrapper .service-details-item .service-icon i {
  font-size: 30px;
  color: var(--tj-color-light-3);
}
.service-wrapper .service-details-item .service-content .title {
  margin-bottom: 15px;
}
.service-wrapper .service-details-item .service-content p {
  margin-bottom: 0;
}
.service-wrapper .service-details-item:hover .service-icon {
  -webkit-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
@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;
}

.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%);
  margin-bottom: 24px;
  border-radius: 10px;
  padding: 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-services-widget {
    padding: 35px 15px;
  }
}
.tj-services-widget .side-title {
  font-size: 25px;
  color: var(--tj-color-light-3);
  position: relative;
  margin-bottom: 35px;
}
.tj-services-widget .side-title::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 90px;
  height: 3px;
  background: var(--tj-color-light-3);
}

.sidebar-contact {
  position: relative;
}
.sidebar-contact .contact-icon {
  width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--tj-color-light-3);
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}
.sidebar-contact .contact-icon img {
  max-width: 38px;
  width: 100%;
}
.sidebar-contact .contact-link {
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
}
.sidebar-contact .contact-link a {
  font-size: 35px;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-light-3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sidebar-contact .contact-link a:hover {
  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) {
  .sidebar-contact .contact-link a {
    font-size: 25px;
  }
}
.sidebar-contact span {
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  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) {
  .sidebar-contact span {
    font-size: 16px;
  }
}
.sidebar-contact .contact-shape {
  position: absolute;
  bottom: -40px;
  left: -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) {
  .sidebar-contact .contact-shape {
    display: none;
  }
}

/* !END: Theme Service CSS */
/**----------------------------------------
START: Theme Testimonial CSS
----------------------------------------*/
.tj-testimonial-section {
  padding-bottom: 115px;
  padding-top: 120px;
  background: var(--tj-color-light-2);
  overflow-x: 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-testimonial-section {
    padding-bottom: 75px;
    padding-top: 80px;
  }
}

.testimonial-style-four {
  padding-bottom: 120px;
  padding-top: 120px;
  background: var(--tj-color-light-2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.testimonial-style-four .testimonial-top-area {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.testimonial-style-four::before {
  position: absolute;
  content: "";
  width: 390px;
  height: 390px;
  left: -12%;
  top: 10%;
  background: linear-gradient(80deg, rgba(35, 210, 165, 0.2) 0%, rgba(253, 49, 188, 0.1) 90%);
  z-index: -1;
  opacity: 0.8;
  border-radius: 50%;
  -webkit-animation: testimonial-shape 6s linear infinite;
          animation: testimonial-shape 6s linear infinite;
}
.testimonial-style-four::after {
  position: absolute;
  content: "";
  width: 390px;
  height: 390px;
  right: -50px;
  bottom: 10%;
  background: linear-gradient(80deg, rgba(35, 210, 165, 0.1) 0%, rgba(253, 49, 188, 0.1) 90%);
  z-index: -1;
  opacity: 0.8;
  border-radius: 50%;
  -webkit-animation: testimonial-shape 6s linear infinite;
          animation: testimonial-shape 6s linear infinite;
}
.testimonial-style-four .testimonial-item {
  max-width: 645px;
  width: 100%;
  padding: 50px 50px;
}
.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 p {
  line-height: 1.9;
}
.testimonial-style-four .testimonial-item .test-title {
  margin-bottom: 10px;
}
.testimonial-style-four .tj-testimonial-slider3 {
  padding-top: 1px;
}
.testimonial-style-four .tj-testimonial-slider3 .swiper-pagination {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.testimonial-style-four .tj-testimonial-slider3 .swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
}
.testimonial-style-four .tj-testimonial-slider3 .swiper-pagination .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.testimonial-style-four .tj-testimonial-slider3 .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: -9px;
  background: rgba(95, 57, 255, 0.5);
}
.testimonial-style-four .tj-testimonial-slider3 .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 {
    padding-top: 80px;
    padding-bottom: 65px;
  }
  .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-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-pagination {
  width: auto;
  right: 25%;
  left: auto;
  bottom: 15px;
  height: 8px;
  width: 168px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-slider .swiper-pagination {
    right: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-slider .swiper-pagination {
    right: 35%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-slider .swiper-pagination {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.testimonial-slider .swiper-pagination-bullet {
  width: 48px;
  height: 8px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: transparent;
  position: relative;
  top: -9px;
  background: rgba(95, 57, 255, 0.5);
}
.testimonial-slider .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%);
}

.testimonial-top-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;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  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) {
  .testimonial-top-area {
    margin-bottom: 50px;
  }
}
.testimonial-top-area .testimonial-right-content {
  margin-top: 15px;
}
.testimonial-top-area .testimonial-right-content p {
  max-width: 570px;
  margin-bottom: 0;
}
.testimonial-top-area .tj-sec-heading {
  margin: 0;
  max-width: 500px;
}
.testimonial-top-area .tj-sec-heading .sec-title {
  margin-bottom: 0;
}

.testimonial-item {
  border-radius: 30px;
  border: 1px solid transparent;
  opacity: 0.9;
  max-width: 610px;
  padding: 45px 50px;
  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: 70px;
  }
}
.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;
  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;
}
.testimonial-item .testimonial-top-content .testimonial-left-content .auother-image {
  border: 1px solid var(--tj-color-theme-secondary);
  padding: 5px;
  border-radius: 50%;
  margin-right: 20px;
}
.testimonial-item .testimonial-top-content .testimonial-left-content .auother-image img {
  border-radius: 50%;
}
@media (max-width: 575px) {
  .testimonial-item .testimonial-top-content .testimonial-left-content .auother-image {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.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 .testimonial-rating {
  border-radius: 5px;
  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);
  padding: 8px 20px;
  margin-bottom: 30px;
  width: 150px;
  text-align: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-item .testimonial-right-content .testimonial-rating {
    padding: 8px 10px;
  }
}
.testimonial-item .testimonial-right-content .testimonial-rating ul li {
  display: inline-block;
}
.testimonial-item .testimonial-right-content .testimonial-rating ul li i {
  color: var(--tj-color-extra-2);
}
.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 p {
  margin-bottom: 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-section-two {
  padding-top: 120px;
  padding-bottom: 120px;
}
@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-two {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tj-testimonial-section-two .tj-sec-heading {
  max-width: 550px;
  margin-left: 0;
}
.tj-testimonial-section-two.style-5 {
  padding-bottom: 0;
  background: var(--tj-color-theme-h5-primary-2);
  position: relative;
  z-index: 2;
}
.tj-testimonial-section-two.style-5 .testimonial-wrapper {
  position: relative;
  z-index: 1;
}
.tj-testimonial-section-two.style-5 .testimonial-wrapper .tj-testimonial-slider2 {
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 120px;
}
.tj-testimonial-section-two.style-5 .testimonial-wrapper .tj-testimonial-slider2 .swiper-pagination {
  width: auto;
  left: 35px;
  bottom: 120px;
}
.tj-testimonial-section-two.style-5 .testimonial-wrapper .tj-testimonial-slider2 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
}
.tj-testimonial-section-two.style-5 .testimonial-wrapper .tj-testimonial-slider2 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.tj-testimonial-section-two.style-5 .testimonial-wrapper .tj-testimonial-slider2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: var(--tj-color-text-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 7px !important;
}
.tj-testimonial-section-two.style-5 .testimonial-wrapper .tj-testimonial-slider2 .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  position: relative;
  border-radius: 50%;
  background-color: var(--tj-color-common-white);
  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%);
}
.tj-testimonial-section-two.style-5 .testimonial-wrapper .tj-testimonial-slider2 .swiper-pagination-bullet-active::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-h5-primary);
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.tj-testimonial-section-two.style-5 .testimonial-wrapper .testimonial-images {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 635px;
  width: 100%;
}
.tj-testimonial-section-two.style-5 .testimonial-wrapper .testimonial-images .top-shapes {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 120px;
  width: 100%;
}
.tj-testimonial-section-two.style-5 .testimonial-wrapper .testimonial-images .top-shapes img {
  width: 100%;
}
.tj-testimonial-section-two.style-5 .testimonial-wrapper .testimonial-images .bottom-shapes {
  position: absolute;
  bottom: 50px;
  left: -50px;
  z-index: -1;
  max-width: 120px;
  width: 100%;
}
.tj-testimonial-section-two.style-5 .testimonial-wrapper .testimonial-images .bottom-shapes img {
  width: 100%;
}
.tj-testimonial-section-two.style-5 .left-shapes {
  position: absolute;
  left: 0;
  top: 120px;
  z-index: -1;
  max-width: 420px;
  width: 100%;
}
.tj-testimonial-section-two.style-5 .left-shapes img {
  width: 100%;
}
.tj-testimonial-section-two.style-5 .right-shapes {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  max-width: 420px;
  width: 100%;
}
.tj-testimonial-section-two.style-5 .right-shapes img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-testimonial-section-two.style-5 .testimonial-wrapper .testimonial-images {
    max-width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-section-two.style-5 .testimonial-wrapper .testimonial-images {
    position: initial;
    max-width: 450px;
    margin: 0 auto;
  }
  .tj-testimonial-section-two.style-5 .testimonial-wrapper .tj-testimonial-item-two .desc {
    margin-bottom: 0;
  }
  .tj-testimonial-section-two.style-5 .testimonial-wrapper .tj-testimonial-slider2 {
    padding-bottom: 50px;
  }
  .tj-testimonial-section-two.style-5 .testimonial-wrapper .tj-testimonial-slider2 .swiper-pagination {
    bottom: 0;
  }
}
@media (max-width: 575px) {
  .tj-testimonial-section-two.style-5 .tj-testimonial-item-two .desc p {
    font-size: 16px;
    line-height: 1.8;
  }
}

.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;
  margin-bottom: 30px;
}
.tj-testimonial-item-two .testimonial-top-header .thumb-image {
  margin-right: 25px;
  position: relative;
}
.tj-testimonial-item-two .testimonial-top-header .thumb-image .thumb-1 {
  border: 1px solid var(--tj-color-theme-primary);
  padding: 7px;
  border-radius: 50%;
  position: relative;
}
.tj-testimonial-item-two .testimonial-top-header .thumb-image .quote-1 {
  position: absolute;
  left: -25px;
  bottom: 0;
  max-width: 50px;
}
.tj-testimonial-item-two .testimonial-review {
  margin-bottom: 25px;
  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;
}
.tj-testimonial-item-two .testimonial-review .left-content {
  margin-right: 60px;
}
@media (max-width: 575px) {
  .tj-testimonial-item-two .testimonial-review .left-content {
    margin-right: 0;
  }
}
.tj-testimonial-item-two .testimonial-review .left-content .title {
  margin-bottom: 0;
}
.tj-testimonial-item-two .testimonial-review .testimonial-rating {
  border-radius: 5px;
  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);
  padding: 10px 20px;
}
.tj-testimonial-item-two .testimonial-review .testimonial-rating ul li {
  display: inline-block;
  color: var(--tj-color-extra-2);
}
.tj-testimonial-item-two .desc {
  margin-bottom: 45px;
}
.tj-testimonial-item-two .desc p {
  font-size: 18px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  line-height: 35px;
}

.tj-testimonial-slider2 {
  padding-left: 30px;
}
.tj-testimonial-slider2 .swiper-pagination {
  width: auto;
  left: 65px;
  bottom: 0;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.tj-testimonial-slider2 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
}
.tj-testimonial-slider2 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.tj-testimonial-slider2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: var(--tj-color-text-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 7px !important;
}
.tj-testimonial-slider2 .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  position: relative;
  border-radius: 50%;
  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-pagination-bullet-active::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%;
}

.testimonial-image-group {
  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) {
  .testimonial-image-group {
    margin-bottom: 50px;
  }
}
.testimonial-image-group .group-image {
  border-radius: 50%;
  padding: 18px;
}
@media (max-width: 575px) {
  .testimonial-image-group .group-image {
    padding: 0;
  }
}
.testimonial-image-group .group-image::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/banner-bg/faq-border.svg);
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .testimonial-image-group .group-image::before {
    display: none;
  }
}
.testimonial-image-group .group-image img {
  border-radius: 50%;
}
.testimonial-image-group .shape-1 {
  position: absolute;
  right: 10%;
  bottom: 10%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-image-group .shape-1 {
    right: 25%;
  }
}
.testimonial-image-group .shape-2 {
  position: absolute;
  right: 22%;
  bottom: 30%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-image-group .shape-2 {
    right: 35%;
  }
}

.tj-testimonial-section-three {
  padding-top: 120px;
  padding-bottom: 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) {
  .tj-testimonial-section-three {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.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 {
    margin-bottom: 40px;
  }
}
.tj-testimonial-section-three .thumb-area .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-section-three .thumb-area .swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tj-testimonial-section-three .thumb-area .thumb_slider {
  margin-bottom: 20px;
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide {
  width: 122px !important;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide {
    width: 110px !important;
  }
}
@media (max-width: 575px) {
  .tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide {
    width: 100px !important;
  }
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .thumb-1 {
  position: relative;
  border-radius: 50%;
  border: 3.11px solid var(--tj-color-light-3);
  max-width: 100px;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 575px) {
  .tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .thumb-1 {
    max-width: 60px;
  }
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .thumb-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .thumb-1 img {
  width: 100%;
  border-radius: 50%;
  max-width: 100px;
}
.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: 37px;
  height: 37px;
  line-height: 43px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  background: var(--tj-color-light-8);
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide .thumb-arrow::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active {
  margin-right: 30px !important;
}
@media (max-width: 575px) {
  .tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active {
    margin-right: 20px !important;
  }
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active .thumb-1 {
  max-width: 110px;
  width: 100%;
  border-radius: 50%;
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active .thumb-1 img {
  border-radius: 50%;
  max-width: 110px;
  width: 100%;
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active .thumb-1::before {
  display: none;
}
@media (max-width: 575px) {
  .tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active .thumb-1 {
    max-width: 80px;
  }
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active .thumb-arrow {
  width: 51px;
  height: 51px;
  line-height: 63px;
  right: -5px;
}
.tj-testimonial-section-three .thumb-area .thumb_slider .thumb_slide.swiper-slide-thumb-active .thumb-arrow::before {
  display: none;
}
.tj-testimonial-section-three .thumb-area .testimonial-info {
  text-align: center;
}
.tj-testimonial-section-three .thumb-area .testimonial-info .title {
  font-size: 25px;
  margin-bottom: 7px;
}
.tj-testimonial-section-three .thumb-area .testimonial-info .sub-tilte {
  font-size: 15px;
  font-weight: var(--tj-fw-medium);
}
.tj-testimonial-section-three .testimonial-navigation .swiper-button-next,
.tj-testimonial-section-three .testimonial-navigation .swiper-button-prev {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  border-radius: 3px;
  width: 67px;
  height: 67px;
  line-height: 67px;
  text-align: center;
  color: var(--tj-color-light-3);
  background: rgba(214, 209, 255, 0.1);
  font-size: 25px;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-testimonial-section-three .testimonial-navigation .swiper-button-next,
  .tj-testimonial-section-three .testimonial-navigation .swiper-button-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
  }
}
.tj-testimonial-section-three .testimonial-navigation .swiper-button-next::before,
.tj-testimonial-section-three .testimonial-navigation .swiper-button-prev::before {
  position: absolute;
  content: "\f060";
  font-family: "Font Awesome 6 Pro";
}
.tj-testimonial-section-three .testimonial-navigation .swiper-button-next:hover,
.tj-testimonial-section-three .testimonial-navigation .swiper-button-prev:hover {
  background-color: var(--tj-color-light-3);
  color: var(--tj-color-common-white);
}
.tj-testimonial-section-three .testimonial-navigation .swiper-button-next {
  left: 85px;
}
.tj-testimonial-section-three .testimonial-navigation .swiper-button-next::before {
  content: "\f061";
}
@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 {
    left: 65px;
  }
}
.tj-testimonial-section-three .testimonial-navigation .swiper-button-prev:after,
.tj-testimonial-section-three .testimonial-navigation .swiper-button-next:after {
  display: none;
}
.tj-testimonial-section-three .testimonial-sec-shape .shape-one {
  position: absolute;
  top: 15%;
  right: 5%;
}
.tj-testimonial-section-three .testimonial-sec-shape .shape-two {
  position: absolute;
  top: 15%;
  right: 10%;
  -webkit-mask-image: url(../images/shape/shape-37.svg);
          mask-image: url(../images/shape/shape-37.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--tj-color-light-3);
  height: 225px;
  width: 175px;
  opacity: 0.3;
}
.tj-testimonial-section-three .testimonial-sec-shape .shape-three {
  position: absolute;
  bottom: 4%;
  left: 4%;
  -webkit-transform: rotate(-80deg);
      -ms-transform: rotate(-80deg);
          transform: rotate(-80deg);
}
@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-sec-shape {
    display: none;
  }
}

.testimonial-slider-item {
  margin-bottom: 105px;
}
.testimonial-slider-item .testimonial-rating {
  border-radius: 25px;
  background: var(--tj-color-common-white);
  -webkit-box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
          box-shadow: 0px 4.4px 20px -1px rgba(19, 16, 34, 0.05);
  display: inline-block;
  padding: 8px 15px;
  margin-bottom: 30px;
}
.testimonial-slider-item .testimonial-rating 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: 2px;
}
.testimonial-slider-item .testimonial-rating ul li {
  color: var(--tj-color-extra-2);
}
.testimonial-slider-item p {
  font-size: 20px;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 24px;
}
.testimonial-slider-item 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) {
  .testimonial-slider-item p {
    font-size: 18px;
  }
}

@-webkit-keyframes testimonial-shape {
  0%, 100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  34% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, 20px, 0) rotateZ(0.04deg);
            transform: translate3d(0, 20px, 0) rotateZ(0.04deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  67% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, -18px, 0) rotateZ(0.04deg);
            transform: translate3d(0, -18px, 0) rotateZ(0.04deg);
  }
}

@keyframes testimonial-shape {
  0%, 100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  34% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, 20px, 0) rotateZ(0.04deg);
            transform: translate3d(0, 20px, 0) rotateZ(0.04deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  67% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, -18px, 0) rotateZ(0.04deg);
            transform: translate3d(0, -18px, 0) rotateZ(0.04deg);
  }
}
/* !END: Theme Testimonial CSS */
/**----------------------------------------
START: Theme Team CSS
----------------------------------------*/
.tj-team-section {
  padding-top: 120px;
  padding-bottom: 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) {
  .tj-team-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tj-team-section .tj-sec-heading {
  max-width: 760px;
  position: relative;
  z-index: 3;
}
.tj-team-section .team-button {
  margin-top: 30px;
  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-team-section .team-button {
    margin-top: 20px;
  }
}
.tj-team-section.team-style-four .tj-team-item {
  max-width: 310px;
  width: 100%;
}
.tj-team-section.team-style-four .tj-team-item .team-image {
  max-width: 308px;
  height: 308px;
  width: 100%;
  border-radius: 50%;
}
.tj-team-section.team-style-four .tj-team-item .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tj-team-section.team-style-four .tj-team-item .team-share {
  padding: 12px 35px;
}
.tj-team-section.team-style-four .tj-team-item .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-section.team-style-four .tj-team-item .team-share .dot-style li {
  width: 0px;
  margin-right: 10px;
}
.tj-team-section.team-style-four .tj-team-item .team-share .dot-style li::before {
  right: -28px;
}
.tj-team-section.team-style-four .tj-team-item .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;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-team-section.team-style-four .tj-team-item .team-image {
    max-width: 260px;
    height: 260px;
  }
}
@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-team-section.team-style-four .tj-team-item {
    margin: 0 auto 30px;
  }
}

.tj-team-section-two {
  background: var(--tj-color-light-2);
  padding-top: 120px;
  padding-bottom: 90px;
  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-team-section-two {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.tj-team-section-two .tj-sec-heading {
  max-width: 760px;
  position: relative;
  z-index: 3;
}
.tj-team-section-two .team-shape {
  position: absolute;
  left: 10%;
  top: 15%;
  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) {
  .tj-team-section-two .team-shape {
    display: none;
  }
}

.team-section-shape .team-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) {
  .team-section-shape .team-bg-shape {
    width: 50%;
  }
}
.team-section-shape .team-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) {
  .team-section-shape .team-bg-shape1 {
    display: none;
  }
}
.team-section-shape .team-bg-shape2 {
  position: absolute;
  top: 10%;
  left: 8%;
  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) {
  .team-section-shape .team-bg-shape2 {
    display: none;
  }
}

.tj-team-item {
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
  overflow: hidden;
}
.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);
}
.tj-team-item .tj-team-content {
  position: absolute;
  border-radius: 50%;
  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);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-team-item .tj-team-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 0;
  height: 0;
  border-radius: 50%;
  top: 50%;
  left: 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%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.tj-team-item .tj-team-content .team-header {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
.tj-team-item .tj-team-content .team-header .title-link {
  margin-bottom: 0;
}
.tj-team-item .tj-team-content .team-header .title-link a {
  color: var(--tj-color-common-white);
}
.tj-team-item .tj-team-content .team-header .sub-title {
  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;
  position: relative;
  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) {
  .tj-team-item .tj-team-content .team-share {
    padding: 10px 10px 10px;
  }
}
.tj-team-item .tj-team-content .team-share ul li {
  display: inline-block;
  position: relative;
  margin-right: 24px;
  width: 15px;
}
.tj-team-item .tj-team-content .team-share ul li:last-child {
  margin-right: 0;
}
.tj-team-item .tj-team-content .team-share ul li::before {
  position: absolute;
  content: "";
  top: 5px;
  right: -15px;
  height: 16px;
  width: 1px;
  opacity: 0.2;
  background: var(--tj-color-common-black);
}
.tj-team-item .tj-team-content .team-share ul li:last-child::before {
  display: none;
}
.tj-team-item .tj-team-content .team-share ul li 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.1s;
  transition: 0.1s;
  min-width: 25px;
}
.tj-team-item .tj-team-content .team-share ul li a:hover {
  color: transparent;
}
.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:hover .tj-team-content::before {
  width: 230px;
  height: 230px;
}

.tj-team-item-two {
  position: relative;
  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;
}
.tj-team-item-two .tj-team-content .team-header .title-link a {
  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;
  position: relative;
  z-index: 3;
  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;
}

.tj-team-style-5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--tj-color-theme-h5-primary-2);
  position: relative;
  z-index: 2;
}
.tj-team-style-5 .team-shape-one {
  position: absolute;
  left: -80px;
  top: 120px;
  z-index: -1;
}
.tj-team-style-5 .team-shape-two {
  position: absolute;
  bottom: 50px;
  left: 40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.tj-team-style-5 .team-shape-three {
  position: absolute;
  bottom: 80px;
  left: 30%;
  z-index: -1;
}
.tj-team-style-5 .team-shape-four {
  position: absolute;
  top: 60px;
  left: 45%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.tj-team-style-5 .tj-sec-heading {
  max-width: 535px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.tj-team-style-5 .tj-sec-heading .team-button {
  margin-top: 30px;
}
.tj-team-style-5 .team-wrapper {
  margin-left: calc((100% - 1320px) / 2);
  width: auto;
  min-width: auto;
  max-width: inherit;
  padding-right: 0;
}
.tj-team-style-5 .tj-team-slider .swiper-pagination {
  position: relative;
  margin-top: 25px;
  left: -16%;
}
.tj-team-style-5 .tj-team-slider .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
}
.tj-team-style-5 .tj-team-slider .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.tj-team-style-5 .tj-team-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: var(--tj-color-text-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 7px !important;
}
.tj-team-style-5 .tj-team-slider .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  position: relative;
  border-radius: 50%;
  background-color: var(--tj-color-common-white);
  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%);
}
.tj-team-style-5 .tj-team-slider .swiper-pagination-bullet-active::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-h5-primary);
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-team-style-5 .team-wrapper {
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-team-style-5 .tj-service-slider {
    padding-bottom: 50px;
  }
  .tj-team-style-5 .team-wrapper {
    margin-left: calc((100% - 922px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-team-style-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-team-style-5 .team-wrapper {
    margin-left: 15px;
    margin-right: 0px;
  }
  .tj-team-style-5 .tj-sec-heading {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .tj-team-style-5 .tj-team-slider .swiper-pagination {
    text-align: center;
    left: 0;
  }
}
@media (max-width: 575px) {
  .tj-team-style-5 .team-wrapper {
    margin-left: 0px;
    margin-right: 12px;
  }
}

.team-style-5 {
  position: relative;
  z-index: 1;
  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::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;
}
.team-style-5 .team-images {
  max-width: 380px;
  width: 100%;
  height: 695px;
}
.team-style-5 .team-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 0 200px 200px;
}
.team-style-5 .tj-team-content {
  position: absolute;
  top: 40px;
  left: 0;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.team-style-5 .tj-team-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 0;
  height: 0;
  border-radius: 50%;
  top: 50%;
  left: 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%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.team-style-5 .tj-team-content .team-header {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.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 {
  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: 3;
}
.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;
  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-common-black);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.team-style-5 .tj-team-content .team-share ul li a:hover {
  color: transparent;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-style-5 {
    margin: 0 auto;
  }
  .team-style-5 .team-images {
    height: auto;
  }
}
.team-style-5:hover::before {
  opacity: 1;
  visibility: visible;
}
.team-style-5:hover .tj-team-content {
  left: 40px;
  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-section.style-5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--tj-color-common-white);
  position: relative;
  z-index: 2;
}
.tj-portfolio-section.style-5 .tj-sec-heading {
  margin-bottom: 60px;
  max-width: 920px;
}
.tj-portfolio-section.style-5 .tj-sec-heading .sec-title {
  color: var(--tj-color-heading-primary);
  margin-bottom: 30px;
}
.tj-portfolio-section.style-5 .tj-portfolio-slider5 {
  margin-left: -30px;
  margin-right: -30px;
}
.tj-portfolio-section.style-5 .tj-portfolio-slider5 .swiper-pagination {
  position: relative;
  text-align: center;
  margin-top: 60px;
}
.tj-portfolio-section.style-5 .tj-portfolio-slider5 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
}
.tj-portfolio-section.style-5 .tj-portfolio-slider5 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.tj-portfolio-section.style-5 .tj-portfolio-slider5 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  background: var(--tj-color-text-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0 7px !important;
}
.tj-portfolio-section.style-5 .tj-portfolio-slider5 .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  position: relative;
  border-radius: 50%;
  background-color: var(--tj-color-common-white);
  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%);
}
.tj-portfolio-section.style-5 .tj-portfolio-slider5 .swiper-pagination-bullet-active::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-h5-primary);
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio-section.style-5 .tj-portfolio-slider5 {
    margin-left: 0;
    margin-right: 0;
  }
}
.tj-portfolio-section.style-5 .portfolio-left-shapes {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
}
.tj-portfolio-section.style-5 .portfolio-right-shapes {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: -1;
}
.tj-portfolio-section.style-5 .portfolio-middle-shapes {
  position: absolute;
  top: 110px;
  right: 35%;
  z-index: -1;
  max-width: 120px;
  width: 100%;
}
.tj-portfolio-section.style-5 .portfolio-middle-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-portfolio-section.style-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-portfolio-section.style-5 .tj-sec-heading {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio-section.style-5 .tj-portfolio-item-two {
    margin: 0 auto;
  }
  .tj-portfolio-section.style-5 .tj-portfolio-item-two .portfolio-image {
    height: auto;
  }
}

.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: 12px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .portfolio-gallery .portfolio-items .portfolio-single-item {
    margin-bottom: 20px;
  }
}
@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-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;
  margin-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) {
  .portfolio-slider {
    margin-left: 0;
    margin-right: 12px;
  }
}
.portfolio-slider .tj-portfolio-slider {
  padding-top: 120px;
}

.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 {
  text-align: right;
}
.tj-portfolio-filter button {
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  padding-left: 30px;
}
.tj-portfolio-filter 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;
}
.tj-portfolio-filter button:first-child {
  padding-left: 0;
}

.tj-portfolio-section-two {
  background: var(--tj-color-grey-10);
  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-section-two {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.tj-portfolio-section-two .tj-sec-heading {
  max-width: 700px;
  margin-left: 0;
  margin-bottom: -60px;
}
.tj-portfolio-section-two.portfolio-style-four {
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
.tj-portfolio-section-two.portfolio-style-four::before {
  position: absolute;
  content: "";
  width: 390px;
  height: 390px;
  left: -12%;
  top: 20%;
  background: linear-gradient(80deg, rgba(35, 210, 165, 0.2) 0%, rgba(253, 49, 188, 0.1) 90%);
  z-index: -1;
  opacity: 0.8;
  border-radius: 50%;
  -webkit-animation: portfolio-shape 6s linear infinite;
          animation: portfolio-shape 6s linear infinite;
}
.tj-portfolio-section-two.portfolio-style-four::after {
  position: absolute;
  content: "";
  width: 390px;
  height: 390px;
  right: -10%;
  top: 85px;
  background: linear-gradient(80deg, rgba(35, 210, 165, 0.1) 0%, rgba(253, 49, 188, 0.1) 90%);
  z-index: -1;
  opacity: 0.8;
  border-radius: 50%;
  -webkit-animation: portfolio-shape 6s linear infinite;
          animation: portfolio-shape 6s linear infinite;
}
.tj-portfolio-section-two.portfolio-style-four .tj-sec-heading {
  max-width: 420px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.tj-portfolio-section-two.portfolio-style-four .tj-sec-heading .sec-title {
  margin-bottom: 0;
}
.tj-portfolio-section-two.portfolio-style-four .portfolio-top-content-area {
  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;
  margin-bottom: 60px;
  gap: 35px;
}
.tj-portfolio-section-two.portfolio-style-four .portfolio-top-content-area .desc {
  max-width: 570px;
  width: 100%;
}
.tj-portfolio-section-two.portfolio-style-four .portfolio-top-content-area .desc p {
  margin-bottom: 0;
}
.tj-portfolio-section-two.portfolio-style-four .tj-portfolio-slider2 {
  margin-left: -15px;
  margin-right: -85px;
  padding-bottom: 45px;
}
.tj-portfolio-section-two.portfolio-style-four .tj-portfolio-slider2 .swiper-pagination {
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tj-portfolio-section-two.portfolio-style-four .tj-portfolio-slider2 .swiper-pagination .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
}
.tj-portfolio-section-two.portfolio-style-four .tj-portfolio-slider2 .swiper-pagination .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.tj-portfolio-section-two.portfolio-style-four .tj-portfolio-slider2 .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: -9px;
  background: rgba(95, 57, 255, 0.5);
}
.tj-portfolio-section-two.portfolio-style-four .tj-portfolio-slider2 .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%);
}
.tj-portfolio-section-two.portfolio-style-four .tj-portfolio-item-two {
  max-width: 536px;
  width: 100%;
}
.tj-portfolio-section-two.portfolio-style-four .tj-portfolio-item-two .portfolio-content {
  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%;
  opacity: 0;
  visibility: hidden;
}
.tj-portfolio-section-two.portfolio-style-four .tj-portfolio-item-two .portfolio-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  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(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-section-two.portfolio-style-four .tj-portfolio-item-two .portfolio-content .sub-title {
  display: block;
  margin-bottom: 15px;
}
.tj-portfolio-section-two.portfolio-style-four .tj-portfolio-item-two .portfolio-content .title a {
  font-size: 22px;
}
.tj-portfolio-section-two.portfolio-style-four .tj-portfolio-item-two: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-section-two.portfolio-style-four .tj-portfolio-item-two:hover .portfolio-content::before {
  width: 280px;
  height: 280px;
  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-portfolio-section-two.portfolio-style-four {
    padding-bottom: 80px;
  }
  .tj-portfolio-section-two.portfolio-style-four .portfolio-top-content-area {
    -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;
    gap: 15px;
    margin-bottom: 40px;
  }
  .tj-portfolio-section-two.portfolio-style-four .tj-portfolio-item-two {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio-section-two.portfolio-style-four .tj-portfolio-slider2 {
    margin-left: 0;
    margin-right: 0;
  }
  .tj-portfolio-section-two.portfolio-style-four .tj-portfolio-item-two {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .tj-portfolio-section-two.portfolio-style-four .tj-portfolio-item-two:hover .portfolio-content {
    padding: 0;
  }
  .tj-portfolio-section-two.portfolio-style-four .tj-portfolio-item-two:hover .portfolio-content::before {
    width: 240px;
    height: 240px;
  }
}

.tj-portfolio-item-two {
  border-radius: 30px 30px 30px 0px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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-portfolio-item-two {
    margin-bottom: 100px;
  }
}
.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: 40px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: 400px;
}
@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-item-two .portfolio-content {
    padding: 20px;
  }
}
.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;
}
.tj-portfolio-item-two .portfolio-content .title a {
  color: var(--tj-color-common-white);
  font-size: 26px;
}
@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-item-two .portfolio-content .title a {
    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;
  bottom: 40px;
}
.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 {
  max-width: 365px;
  width: 100%;
  height: 690px;
  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: 0 30px;
}
.tj-portfolio-item-two.style-5:hover .portfolio-image::before {
  opacity: 1;
  visibility: visible;
}

.tj-portfolio-section-two .swiper-button-next,
.tj-portfolio-section-two .swiper-button-prev {
  position: absolute;
  top: 10px;
  right: 20%;
  left: auto;
  border-radius: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-portfolio-section-two .swiper-button-next,
  .tj-portfolio-section-two .swiper-button-prev {
    right: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio-section-two .swiper-button-next,
  .tj-portfolio-section-two .swiper-button-prev {
    top: auto;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 575px) {
  .tj-portfolio-section-two .swiper-button-next,
  .tj-portfolio-section-two .swiper-button-prev {
    left: 62%;
  }
}
.tj-portfolio-section-two .swiper-button-next::before,
.tj-portfolio-section-two .swiper-button-prev::before {
  position: absolute;
  content: "\f104";
  font-family: "Font Awesome 6 Pro";
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 15px;
  right: 70px;
  font-weight: 300;
  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;
  font-size: 30px;
  z-index: 1;
  border-radius: 50%;
}
.tj-portfolio-section-two .swiper-button-next:hover::before,
.tj-portfolio-section-two .swiper-button-prev:hover::before {
  border-color: var(--tj-color-theme-secondary);
  color: transparent;
}
.tj-portfolio-section-two .swiper-button-next::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  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;
  top: 15px;
  border: 2px solid var(--tj-color-light-8);
  right: 0;
  z-index: 1;
  border-radius: 50%;
  font-size: 30px;
}
.tj-portfolio-section-two .swiper-button-prev:after,
.tj-portfolio-section-two .swiper-button-next:after {
  display: none;
}

.tj-portfolio-section-three {
  background: var(--tj-color-light-2);
  padding-bottom: 85px;
  padding-top: 120px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-portfolio-section-three {
    padding-bottom: 35px;
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-portfolio-section-three {
    padding-bottom: 60px;
    padding-top: 80px;
  }
}
.tj-portfolio-section-three .portfolio-top {
  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-portfolio-section-three .portfolio-top {
    margin-bottom: 35px;
  }
}
.tj-portfolio-section-three .tj-sec-heading {
  margin-bottom: 0;
}
.tj-portfolio-section-three .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-three .filter-menu {
    text-align: left;
    margin-top: 30px;
  }
}
.tj-portfolio-section-three .filter-menu .filter {
  color: var(--tj-color-common-black);
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  margin-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) {
  .tj-portfolio-section-three .filter-menu .filter {
    margin-right: 20px;
  }
}
.tj-portfolio-section-three .filter-menu .filter:last-child {
  margin-right: 0;
}
.tj-portfolio-section-three .filter-menu .filter.active {
  color: var(--tj-color-light-3);
}
.tj-portfolio-section-three .portfolio-single-item {
  width: 33.33%;
  padding: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-portfolio-section-three .portfolio-single-item {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-portfolio-section-three .portfolio-single-item {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .tj-portfolio-section-three .portfolio-single-item {
    width: 100%;
    padding: 0 12px;
  }
}
.tj-portfolio-section-three .portfolio-single-item .portfolio-inner {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 24px;
  z-index: 3;
}
.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-image img {
  border-radius: 10px;
  width: 100%;
}
.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 8px;
  background: var(--21, 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;
  gap: 85px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 23px;
  min-width: 380px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content {
    min-width: 320px;
    gap: 35px;
  }
}
@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-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content {
    min-width: 280px;
    gap: 15px;
    padding: 18px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content {
    left: 30%;
  }
}
@media (max-width: 575px) {
  .tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content {
    left: 45%;
  }
}
.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-header .sub-title {
  color: var(--tj-color-common-white);
  display: block;
  margin-bottom: 5px;
}
.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-header .title-link {
  margin-bottom: 0;
}
.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-header .title-link a {
  color: var(--tj-color-common-white);
  font-size: 20px;
}
.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-arrow a {
  width: 65px;
  height: 45px;
  line-height: 50px;
  border-radius: 3px;
  background: var(--tj-color-light-2);
  display: inline-block;
  text-align: 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) {
  .tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-arrow a {
    width: 55px;
    height: 35px;
    line-height: 40px;
    font-size: 20px;
  }
}
.tj-portfolio-section-three .portfolio-single-item .portfolio-inner .portfolio-content .portfolio-arrow a i {
  color: var(--tj-color-theme-primary);
}
.tj-portfolio-section-three .portfolio-single-item .portfolio-inner:hover .portfolio-content {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.tj-portfolio-section-three .portfolio-bg-shape .portfolio-shape {
  position: absolute;
  bottom: 15%;
  left: 0;
}
.tj-portfolio-section-three .portfolio-bg-shape .portfolio-shape1 {
  position: absolute;
  top: 10%;
  right: 65px;
}
@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-three .portfolio-bg-shape {
    display: none;
  }
}

@-webkit-keyframes portfolio-shape {
  0%, 100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  34% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, 20px, 0) rotateZ(0.04deg);
            transform: translate3d(0, 20px, 0) rotateZ(0.04deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  67% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, -18px, 0) rotateZ(0.04deg);
            transform: translate3d(0, -18px, 0) rotateZ(0.04deg);
  }
}

@keyframes portfolio-shape {
  0%, 100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  34% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, 20px, 0) rotateZ(0.04deg);
            transform: translate3d(0, 20px, 0) rotateZ(0.04deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  67% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, -18px, 0) rotateZ(0.04deg);
            transform: translate3d(0, -18px, 0) rotateZ(0.04deg);
  }
}
/* !END: Theme Portfolio 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-wrapper .portfolio-content .sidebar-contact {
  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%);
  margin-bottom: 24px;
  border-radius: 10px;
  padding: 40px;
  overflow: hidden;
}
@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-wrapper .portfolio-content .sidebar-contact {
    padding: 35px 15px;
  }
}
.portfolio-wrapper .portfolio-content .sidebar-contact .contact-item {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.portfolio-wrapper .portfolio-content .sidebar-contact .contact-item:last-child {
  margin-bottom: 0;
}
.portfolio-wrapper .portfolio-content .sidebar-contact .contact-item .contact-icon {
  border: none;
  margin-bottom: 0;
  position: relative;
  top: -14px;
}
.portfolio-wrapper .portfolio-content .sidebar-contact .contact-item .contact-icon i {
  min-width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  background: var(--tj-color-light-8);
  color: var(--tj-color-light-3);
  font-size: 17px;
  margin-right: 10px;
}
.portfolio-wrapper .portfolio-content .sidebar-contact .contact-item .contact-content .title {
  font-size: 22px;
  color: var(--tj-color-light-3);
}
.portfolio-wrapper .portfolio-content .sidebar-contact .contact-item span {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
}
.portfolio-wrapper .portfolio-content .sidebar-contact .contact-share {
  margin-top: 20px;
  padding-left: 55px;
  position: relative;
  z-index: 3;
}
.portfolio-wrapper .portfolio-content .sidebar-contact .contact-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: 15px;
}
.portfolio-wrapper .portfolio-content .sidebar-contact .contact-share ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  text-align: center;
}
.portfolio-wrapper .portfolio-content .sidebar-contact .contact-share ul li a svg path {
  fill: var(--tj-color-common-white);
}
.portfolio-wrapper .portfolio-content .sidebar-contact .contact-share ul li svg {
  position: relative;
  top: -2px;
}
.portfolio-wrapper .portfolio-content .sidebar-contact .contact-share ul li:hover 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%);
}
.portfolio-wrapper .portfolio-content .sidebar-contact .contact-svg {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* !END: Theme Portfolio CSS */
/**----------------------------------------
START: Theme FAQ CSS
----------------------------------------*/
.tj-faq-section {
  padding-top: 120px;
  padding-bottom: 120px;
  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-faq-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tj-faq-section .tj-sec-heading {
  max-width: 610px;
  margin: 0;
  margin-bottom: 55px;
}
@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 .tj-sec-heading {
    margin-bottom: 75px;
  }
}
.tj-faq-section.faq-style-four {
  position: relative;
}
.tj-faq-section.faq-style-four::before {
  position: absolute;
  content: "";
  width: 390px;
  height: 390px;
  left: -12%;
  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%;
  -webkit-animation: faq-shape 6s linear infinite;
          animation: faq-shape 6s linear infinite;
}
.tj-faq-section.faq-style-four::after {
  position: absolute;
  content: "";
  width: 390px;
  height: 390px;
  left: 0;
  bottom: 75px;
  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%;
  -webkit-animation: faq-shape 6s linear infinite;
          animation: faq-shape 6s linear infinite;
}
.tj-faq-section.faq-style-four .tj-faq-area {
  max-width: 600px;
  width: 100%;
}
.tj-faq-section.faq-style-four .tj-faq-area .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-section.faq-style-four .tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tj-faq-section.faq-style-four .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;
  -webkit-text-fill-color: transparent;
}
.tj-faq-section.faq-style-four .faq-image-group {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 2;
  min-height: 540px;
  right: -65px;
}
.tj-faq-section.faq-style-four .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%;
}
.tj-faq-section.faq-style-four .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%;
}
.tj-faq-section.faq-style-four .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;
}
.tj-faq-section.faq-style-four .faq-image-group .faq-image-one .group-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 19px;
  background-color: var(--tj-color-common-white);
}
.tj-faq-section.faq-style-four .faq-image-group .faq-image-one .group-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.tj-faq-section.faq-style-four .faq-image-group .faq-image-one .group-shape {
  position: absolute;
  top: -60px;
  left: 35%;
  z-index: -1;
}
.tj-faq-section.faq-style-four .faq-image-group .faq-image-one .group-shape1 {
  position: absolute;
  top: -90px;
  left: 20%;
  z-index: -1;
}
.tj-faq-section.faq-style-four .faq-image-group .faq-image3 {
  max-width: 200px;
  width: 100%;
  height: 200px;
  top: 0;
  left: 15%;
}
.tj-faq-section.faq-style-four .faq-image-group .faq-image3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tj-faq-section.faq-style-four .faq-image-group .faq-image2 .group-image {
  left: 35px;
  bottom: -120px;
  height: 180px;
}
.tj-faq-section.faq-style-four .faq-image-group .faq-image2 .group-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tj-faq-section.faq-style-four .faq-image-group .faq-image2 .group-shape {
  top: 50%;
  left: 0;
}
.tj-faq-section.faq-style-four .faq-image-group .faq-image2 .group-shape1 {
  top: 50%;
  left: 0;
}
.tj-faq-section.faq-style-four .faq-image-group .faq-image4 {
  max-width: 100px;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 10%;
  right: 0;
}
.tj-faq-section.faq-style-four .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: 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-faq-section.faq-style-four .faq-image-group {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-faq-section.faq-style-four .faq-image-group {
    right: 0;
    min-height: 500px;
  }
  .tj-faq-section.faq-style-four .faq-image-group .faq-image-one {
    max-width: 310px;
    height: 310px;
  }
  .tj-faq-section.faq-style-four .faq-image-group .faq-image2 .group-image {
    max-width: 140px;
    height: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-faq-section.faq-style-four .faq-image-group {
    right: 0;
    min-height: 460px;
  }
  .tj-faq-section.faq-style-four .faq-image-group .faq-image-one {
    max-width: 260px;
    height: 260px;
  }
  .tj-faq-section.faq-style-four .faq-image-group .faq-image2 .group-image {
    max-width: 140px;
    height: 140px;
  }
  .tj-faq-section.faq-style-four .faq-image-group .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) {
  .tj-faq-section.faq-style-four .faq-image-group {
    right: 0;
    min-height: 460px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .tj-faq-section.faq-style-four .faq-image-group .faq-image-one {
    max-width: 260px;
    height: 260px;
  }
  .tj-faq-section.faq-style-four .faq-image-group .faq-image2 .group-image {
    max-width: 140px;
    height: 140px;
  }
  .tj-faq-section.faq-style-four .faq-image-group .faq-image3 {
    max-width: 160px;
    height: 160px;
    top: 60px;
  }
}
@media (max-width: 575px) {
  .tj-faq-section.faq-style-four .faq-image-group {
    right: 0;
    min-height: 460px;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .tj-faq-section.faq-style-four .faq-image-group .faq-image-one {
    max-width: 220px;
    height: 220px;
  }
  .tj-faq-section.faq-style-four .faq-image-group .faq-image2 .group-image {
    max-width: 110px;
    height: 110px;
    left: 0;
  }
  .tj-faq-section.faq-style-four .faq-image-group .faq-image3 {
    max-width: 160px;
    height: 160px;
    top: 60px;
  }
}
.tj-faq-section.faq-style-four .tj-faq-area {
  padding-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) {
  .tj-faq-section.faq-style-four .tj-sec-heading {
    margin-bottom: 40px;
  }
  .tj-faq-section.faq-style-four .tj-faq-area {
    max-width: 100%;
  }
}
.tj-faq-section.style-5 {
  position: relative;
  z-index: 2;
}
.tj-faq-section.style-5 .tj-faq-area {
  padding-left: 0;
  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%);
  border-radius: 20px;
  padding: 1px;
  position: relative;
  z-index: 2;
}
.tj-faq-section.style-5 .tj-faq-area .tj-faq-style {
  border: none;
}
.tj-faq-section.style-5 .tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button {
  color: var(--tj-color-common-black);
}
.tj-faq-section.style-5 .tj-faq-area .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-section.style-5 .tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
  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: transparent;
}
.tj-faq-section.style-5 .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-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;
  -webkit-text-fill-color: transparent;
}
@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-faq-section.style-5 .tj-faq-area .tj-faq-style {
    padding: 25px 15px;
  }
}
.tj-faq-section.style-5 .tj-faq-area .image-shape {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: -1;
}
.tj-faq-section.style-5 .image-style-5 {
  max-width: 580px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: 2;
}
.tj-faq-section.style-5 .image-style-5 .faq-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;
}
.tj-faq-section.style-5 .image-style-5 .faq-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;
}
.tj-faq-section.style-5 .image-style-5 .faq-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) {
  .tj-faq-section.style-5 .image-style-5 .faq-image-group .group-image {
    max-width: 180px;
    height: 220px;
  }
}
@media (max-width: 575px) {
  .tj-faq-section.style-5 .image-style-5 .faq-image-group .group-image {
    max-width: 150px;
    height: 180px;
    margin-bottom: 30px;
  }
}
.tj-faq-section.style-5 .image-style-5 .faq-image-group .faq-image2 {
  position: relative;
  max-width: 200px;
  width: 100%;
  height: 265px;
  z-index: 1;
  padding-top: 6px;
  padding-right: 10px;
  right: -30px;
}
.tj-faq-section.style-5 .image-style-5 .faq-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;
}
.tj-faq-section.style-5 .image-style-5 .faq-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) {
  .tj-faq-section.style-5 .image-style-5 .faq-image-group .faq-image2 {
    max-width: 150px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .tj-faq-section.style-5 .image-style-5 .faq-image-group .faq-image2 {
    max-width: 150px;
    height: 180px;
    right: -10px;
  }
}
.tj-faq-section.style-5 .image-style-5 .faq-image3 {
  position: relative;
  max-width: 270px;
  width: 100%;
  height: 310px;
  padding-bottom: 10px;
  padding-right: 10px;
  z-index: 1;
}
.tj-faq-section.style-5 .image-style-5 .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;
}
.tj-faq-section.style-5 .image-style-5 .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) {
  .tj-faq-section.style-5 .image-style-5 .faq-image3 {
    max-width: 200px;
    height: 240px;
  }
}
@media (max-width: 575px) {
  .tj-faq-section.style-5 .image-style-5 .faq-image3 {
    max-width: 150px;
    height: 180px;
  }
}
.tj-faq-section.style-5 .image-style-5 .image-shape {
  position: absolute;
  bottom: 0;
  right: 100px;
  max-width: 90px;
  width: 100%;
}
.tj-faq-section.style-5 .image-style-5 .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) {
  .tj-faq-section.style-5 .image-style-5 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
.tj-faq-section.style-5 .faq-left-shapes {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.tj-faq-section.style-5 .faq-right-shapes {
  position: absolute;
  right: 0;
  top: 50%;
  -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-faq-section.style-5 .tj-sec-heading {
    margin-bottom: 40px;
  }
  .tj-faq-section.style-5 .image-style-5 .faq-image-group {
    margin-bottom: 50px;
  }
}

.faq-page .tj-sec-heading {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
}
@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-page .tj-sec-heading {
    margin-bottom: 75px;
  }
}

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

.faq-image-group {
  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) {
  .faq-image-group {
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .faq-image-group {
    margin-bottom: 180px;
  }
}
.faq-image-group .faq-image1 .group-image {
  bottom: -10%;
  position: absolute;
  right: 15%;
  z-index: 3;
  max-width: 385px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group .faq-image1 .group-image {
    right: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-image-group .faq-image1 .group-image {
    max-width: 280px;
    right: 10%;
    bottom: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-image-group .faq-image1 .group-image {
    right: 25%;
    bottom: -5%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-image-group .faq-image1 .group-image {
    bottom: -12%;
    right: 25%;
    max-width: 260px;
  }
}
@media (max-width: 575px) {
  .faq-image-group .faq-image1 .group-image {
    bottom: -20%;
    right: 12%;
    max-width: 230px;
  }
}
.faq-image-group .faq-image1 .group-image::before {
  position: absolute;
  content: "";
  top: 53.5%;
  left: 57%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  background: url(../images/icon/border-shape2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.faq-image-group .faq-image1 .group-image img {
  border-radius: 50%;
  padding: 40px;
  max-width: 390px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group .faq-image1 .group-image img {
    max-width: 330px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-image-group .faq-image1 .group-image img {
    max-width: 280px;
    padding: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-image-group .faq-image1 .group-image img {
    max-width: 300px;
    padding: 35px;
  }
}
@media (max-width: 575px) {
  .faq-image-group .faq-image1 .group-image img {
    max-width: 230px;
    padding: 30px;
  }
}
.faq-image-group .faq-image1 .group-shape {
  position: absolute;
  top: 0;
  left: 50%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group .faq-image1 .group-shape {
    top: 45px;
  }
}
@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) {
  .faq-image-group .faq-image1 .group-shape {
    display: none;
  }
}
.faq-image-group .faq-image1 .group-shape1 {
  position: absolute;
  top: -25px;
  left: 45%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group .faq-image1 .group-shape1 {
    top: 45px;
  }
}
@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) {
  .faq-image-group .faq-image1 .group-shape1 {
    display: none;
  }
}
.faq-image-group .faq-image1 .group-shape2 {
  position: absolute;
  right: 7%;
  top: 10%;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  padding: 7px;
  max-width: 100px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group .faq-image1 .group-shape2 {
    right: 5%;
    top: 12%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-image-group .faq-image1 .group-shape2 {
    top: 6%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-image-group .faq-image1 .group-shape2 {
    right: 15%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-image-group .faq-image1 .group-shape2 {
    right: 12%;
    top: 0;
  }
}
@media (max-width: 575px) {
  .faq-image-group .faq-image1 .group-shape2 {
    right: 6%;
    top: -6%;
  }
}
.faq-image-group .faq-image2 {
  position: relative;
}
.faq-image-group .faq-image2 .group-image {
  left: 10px;
  bottom: -50px;
  position: relative;
  z-index: 3;
  max-width: 180px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group .faq-image2 .group-image {
    left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-image-group .faq-image2 .group-image {
    max-width: 140px;
    left: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-image-group .faq-image2 .group-image {
    max-width: 140px;
    left: 16%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-image-group .faq-image2 .group-image {
    max-width: 125px;
    left: 4%;
  }
}
@media (max-width: 575px) {
  .faq-image-group .faq-image2 .group-image {
    max-width: 120px;
    bottom: -120px;
  }
}
.faq-image-group .faq-image2 .group-image img {
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  padding: 10px;
}
.faq-image-group .faq-image2 .group-shape {
  position: absolute;
  top: 0;
  left: 35px;
}
@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) {
  .faq-image-group .faq-image2 .group-shape {
    display: none;
  }
}
.faq-image-group .faq-image2 .group-shape1 {
  position: absolute;
  top: 25px;
  left: -15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-image-group .faq-image2 .group-shape1 {
    display: none;
  }
}
.faq-image-group .faq-image3 {
  position: relative;
  top: -50px;
  left: -15px;
  max-width: 210px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-image-group .faq-image3 {
    left: 20px;
    top: -65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-image-group .faq-image3 {
    top: -20px;
    left: 50px;
    max-width: 180px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-image-group .faq-image3 {
    top: -35px;
    left: 30px;
    max-width: 130px;
  }
}
.faq-image-group .faq-image3 img {
  border: 1px solid var(--tj-color-theme-secondary);
  border-radius: 50%;
  padding: 10px;
}

.tj-faq-area {
  padding-left: 40px;
  position: relative;
}
@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-faq-area {
    padding-left: 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;
  position: relative;
  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), (max-width: 575px) {
  .tj-faq-area .tj-faq-style {
    padding: 25px 35px;
  }
}
@media (max-width: 575px) {
  .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: 9;
  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 {
  line-height: 35px;
}
.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button {
  font-size: 22px;
  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-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.collapsed {
  color: var(--tj-color-common-black);
}
.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:before {
  position: absolute;
  top: 30px;
  right: 0;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  width: 20px;
  height: 20px;
  font-size: 15px;
  color: var(--tj-color-common-white);
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  background: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -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);
  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-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), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .tj-faq-area .tj-faq-style .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 1.5;
  }
}
.tj-faq-area .tj-faq-style .accordion-item .accordion-body {
  padding-left: 0;
  padding: 0 0 20px 0;
  max-width: 460px;
}
.tj-faq-area .tj-faq-style .accordion-item .accordion-body strong {
  font-size: 16px;
  font-weight: 400;
  color: var(--tj-color-text-body);
}
.tj-faq-area .accordion-shape {
  position: absolute;
  top: -38%;
  right: -10%;
}
@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-faq-area .accordion-shape {
    display: none;
  }
}

.tj-faq-section-two {
  padding-top: 120px;
  padding-bottom: 100px;
  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-faq-section-two {
    padding-bottom: 60px;
    padding-top: 80px;
  }
}
.tj-faq-section-two .tj-sec-heading {
  max-width: 600px;
  margin-left: 0;
}

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

.faq-group-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .faq-group-image {
    max-width: 570px;
    margin-bottom: 180px;
  }
}
.faq-group-image .group-image-one {
  position: relative;
  margin-right: 30px;
  max-width: 335px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-group-image .group-image-one {
    max-width: 200px;
    margin-right: 0;
    right: -35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-group-image .group-image-one {
    max-width: 200px;
    margin-right: 0;
    left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-group-image .group-image-one {
    margin-right: 0;
    left: 20px;
    max-width: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-group-image .group-image-one {
    max-width: 200px;
    margin-right: 0;
    left: 20px;
  }
}
@media (max-width: 575px) {
  .faq-group-image .group-image-one {
    max-width: 150px;
    margin-right: 0;
    left: 20px;
  }
}
.faq-group-image .group-image-one::before {
  position: absolute;
  content: "";
  top: -15px;
  left: -18px;
  width: 335px;
  height: 377px;
  background: var(--tj-color-light-7);
  z-index: 2;
  border-radius: 0 0 200px 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-group-image .group-image-one::before {
    width: 218px;
    height: 260px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-group-image .group-image-one::before {
    width: 218px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-group-image .group-image-one::before {
    width: 268px;
    height: 310px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-group-image .group-image-one::before {
    width: 218px;
    height: 260px;
  }
}
@media (max-width: 575px) {
  .faq-group-image .group-image-one::before {
    width: 168px;
    height: 195px;
  }
}
.faq-group-image .group-image-one .lg-image {
  border-radius: 0 0 200px 200px;
  position: relative;
  z-index: 3;
}
.faq-group-image .shape-1 {
  position: absolute;
  bottom: -10px;
  left: -60px;
}
.faq-group-image .shape-2 {
  position: absolute;
  bottom: -45px;
  left: -30px;
}
.faq-group-image .group-image-two {
  position: relative;
}
.faq-group-image .group-image-two .shape-1 {
  position: absolute;
  top: -70px;
  left: 20%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  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) {
  .faq-group-image .group-image-two .shape-1 {
    left: 10%;
  }
}
@media (max-width: 575px) {
  .faq-group-image .group-image-two .shape-1 {
    max-width: 100px;
  }
}
.faq-group-image .group-image-two .shape-2 {
  position: absolute;
  top: -110px;
  left: 20%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  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) {
  .faq-group-image .group-image-two .shape-2 {
    left: 10%;
  }
}
@media (max-width: 575px) {
  .faq-group-image .group-image-two .shape-2 {
    max-width: 75px;
    top: -80px;
  }
}

.group-image-two {
  position: relative;
  top: 110px;
  max-width: 325px;
}
.group-image-two .lg-image {
  border-radius: 200px 200px 0 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .group-image-two {
    max-width: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .group-image-two {
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .group-image-two {
    max-width: 250px;
  }
}
@media (max-width: 575px) {
  .group-image-two {
    max-width: 150px;
    right: 15px;
  }
}
.group-image-two::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -20px;
  width: 291px;
  height: 380px;
  background: var(--tj-color-light-7);
  z-index: -1;
  border-radius: 200px 200px 0 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .group-image-two::before {
    width: 270px;
    height: 355px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .group-image-two::before {
    width: 220px;
    height: 290px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .group-image-two::before {
    width: 270px;
    height: 355px;
  }
}
@media (max-width: 575px) {
  .group-image-two::before {
    left: -15px;
    width: 165px;
    height: 220px;
  }
}
.group-image-two::before .shape-1 {
  position: absolute;
  top: -70px;
  left: 40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 575px) {
  .group-image-two::before .shape-1 {
    display: none;
  }
}
.group-image-two::before .shape-2 {
  position: absolute;
  top: -110px;
  left: 25%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .group-image-two::before .shape-2 {
    top: -80px;
    left: 35%;
  }
}
@media (max-width: 575px) {
  .group-image-two::before .shape-2 {
    display: none;
  }
}

.tj-faq-style-two {
  padding-left: 50px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-faq-style-two {
    padding-left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-faq-style-two {
    padding-left: 0;
  }
}
.tj-faq-style-two .tj-faq-style {
  position: relative;
  z-index: 3;
}
.tj-faq-style-two .tj-faq-style .accordion-item {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 9;
  padding: 0;
  background: transparent;
  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 {
  line-height: 35px;
}
.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button {
  font-size: 22px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  padding: 0 35px 20px 45px;
  background-color: transparent;
  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%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button.collapsed {
  color: var(--tj-color-common-black);
}
.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tj-faq-style-two .tj-faq-style .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
  position: absolute;
  content: "";
  top: 10px;
  right: -95%;
  background: url(../images/icon/faq.svg);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.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), 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: 19px;
    line-height: 1.5;
  }
}
.tj-faq-style-two .tj-faq-style .accordion-item .accordion-body {
  padding: 0;
  max-width: 460px;
}
.tj-faq-style-two .tj-faq-style .accordion-item .accordion-body strong {
  font-size: 16px;
  font-weight: 400;
  color: var(--tj-color-text-body);
}
.tj-faq-style-two .accordion-shape {
  position: absolute;
  top: 50%;
  right: -30%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@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-faq-style-two .accordion-shape {
    display: none;
  }
}
.tj-faq-style-two .accordion-shape1 {
  position: absolute;
  top: 45%;
  right: -40%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@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-faq-style-two .accordion-shape1 {
    display: none;
  }
}

@-webkit-keyframes faq-shape {
  0%, 100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  34% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, 20px, 0) rotateZ(0.04deg);
            transform: translate3d(0, 20px, 0) rotateZ(0.04deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  67% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, -18px, 0) rotateZ(0.04deg);
            transform: translate3d(0, -18px, 0) rotateZ(0.04deg);
  }
}

@keyframes faq-shape {
  0%, 100% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  34% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, 20px, 0) rotateZ(0.04deg);
            transform: translate3d(0, 20px, 0) rotateZ(0.04deg);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.04deg);
            transform: translate3d(0, 0, 0) rotateZ(0.04deg);
  }
  67% {
    border-radius: 50% 50% 50% 50%/50% 50% 50% 50%;
    -webkit-transform: translate3d(0, -18px, 0) rotateZ(0.04deg);
            transform: translate3d(0, -18px, 0) rotateZ(0.04deg);
  }
}
/* !END: Theme FAQ CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.tj-blog-section {
  padding-top: 120px;
  padding-bottom: 70px;
  background: var(--tj-color-light-2);
  position: relative;
  -webkit-transform: 0.4s;
      -ms-transform: 0.4s;
          transform: 0.4s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-section {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.tj-blog-section .tj-sec-heading {
  max-width: 780px;
}
.tj-blog-section.blog-style-four {
  position: relative;
  z-index: 2;
}
.tj-blog-section.blog-style-four .blog-left-shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  max-width: 485px;
  width: 100%;
  opacity: 0.3;
  z-index: -1;
}
.tj-blog-section.blog-style-four .blog-left-shape img {
  width: 100%;
}
.tj-blog-section.blog-style-four .blog-right-shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  max-width: 485px;
  width: 100%;
  z-index: -1;
}
.tj-blog-section.blog-style-four .blog-right-shape img {
  width: 100%;
}
.tj-blog-section.blog-style-four .tj-blog-item {
  text-align: center;
  border-radius: 20px;
}
.tj-blog-section.blog-style-four .tj-blog-item .blog-image {
  position: relative;
  margin-bottom: 0;
  max-width: 340px;
  width: 100%;
  height: 340px;
  margin: 0 auto;
  z-index: 2;
}
.tj-blog-section.blog-style-four .tj-blog-item .blog-image a {
  width: 100%;
  height: 100%;
}
.tj-blog-section.blog-style-four .tj-blog-item .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-section.blog-style-four .tj-blog-item .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tj-blog-section.blog-style-four .tj-blog-item .blog-image::before {
  display: none;
}
.tj-blog-section.blog-style-four .tj-blog-item .blog-content-area {
  padding: 200px 30px 40px;
  max-width: 415px;
  width: 100%;
  margin: 0 auto;
  background: var(--tj-color-light-13);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: -175px;
}
.tj-blog-section.blog-style-four .tj-blog-item .blog-content-area .blog-meta {
  margin-bottom: 10px;
}
.tj-blog-section.blog-style-four .tj-blog-item .blog-content-area .title-link::before {
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tj-blog-section.blog-style-four .tj-blog-item:hover .blog-image::after {
  opacity: 1;
  visibility: visible;
  top: 5px;
}
.tj-blog-section.blog-style-four .tj-blog-item:hover .blog-content-area {
  background-color: var(--tj-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-section.blog-style-four .tj-blog-item .blog-image {
    max-width: 280px;
    height: 280px;
  }
  .tj-blog-section.blog-style-four .tj-blog-item .blog-content-area {
    padding: 200px 15px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-section.blog-style-four .tj-sec-heading {
    margin-bottom: 40px;
  }
  .tj-blog-section.blog-style-four .tj-blog-item .blog-content-area {
    padding: 200px 35px 35px;
  }
}
.tj-blog-section.style-5 {
  background: var(--tj-color-theme-h5-primary-2);
  position: relative;
  z-index: 2;
}
.tj-blog-section.style-5 .blog-left-shapes {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: -1;
}
.tj-blog-section.style-5 .blog-right-shapes {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: -1;
}
.tj-blog-section.style-5 .shape-one {
  position: absolute;
  left: 33%;
  bottom: 50px;
  z-index: -1;
  max-width: 120px;
  width: 100%;
}
.tj-blog-section.style-5 .shape-one img {
  width: 100%;
}
.tj-blog-section.style-5 .shape-two {
  position: absolute;
  top: 120px;
  left: 45%;
  z-index: -1;
  max-width: 120px;
  width: 100%;
}
.tj-blog-section.style-5 .shape-two img {
  width: 100%;
}
.tj-blog-section.style-5 .tj-sec-heading {
  max-width: 100%;
  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-blog-section.style-5 .tj-sec-heading .sec-title {
  margin-bottom: 0;
}
.tj-blog-section.style-5 .tj-sec-heading .desc {
  max-width: 550px;
  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-blog-section.style-5 .tj-sec-heading {
    -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;
  }
  .tj-blog-section.style-5 .tj-sec-heading .header-title {
    margin-bottom: 15px;
  }
}

.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: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
}
.tj-blog-item .blog-image {
  margin-bottom: 20px;
  position: relative;
  border-radius: 20px;
}
.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.5s linear;
  transition: all 0.5s linear;
  border-radius: 20px;
  z-index: 3;
}
@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-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-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: 45px;
  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 .blog-content-area .title-link {
    font-size: 20px;
  }
}
.tj-blog-item .blog-content-area .title-link::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 1px;
  bottom: -20px;
  left: 0;
  background: rgba(95, 57, 255, 0.5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.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 p {
  margin-bottom: 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 .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%);
}

.blog-meta {
  margin-bottom: 15px;
}
.blog-meta span {
  font-size: 14px;
  margin-right: 35px;
  font-weight: var(--tj-fw-bold);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-meta span {
    margin-right: 15px;
  }
}
.blog-meta span:last-child {
  margin-right: 0;
}
.blog-meta span a {
  color: var(--tj-color-text-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog-meta span a:hover {
  color: var(--tj-color-theme-primary);
}
.blog-meta i {
  font-size: 15px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.blog-meta-two {
  margin-bottom: 15px;
}
.blog-meta-two span {
  font-size: 16px;
  margin-right: 35px;
}
.blog-meta-two span:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-meta-two span {
    margin-right: 15px;
  }
}
.blog-meta-two span a {
  color: var(--tj-color-text-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.blog-meta-two span a:hover {
  color: var(--tj-color-theme-primary);
}
.blog-meta-two i {
  color: var(--tj-color-text-body);
  font-size: 15px;
  margin-right: 10px;
}

.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 {
  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-section-two {
  background: var(--tj-color-grey-5);
  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-blog-section-two {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.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: 15px;
}
.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 p {
  margin-bottom: 0;
}
.tj-blog-item-two .tj-read-more-button {
  position: relative;
  padding-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;
}

.tj-blog-section-three {
  padding-top: 120px;
  padding-bottom: 70px;
  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-blog-section-three {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
.tj-blog-section-three .tj-sec-heading {
  max-width: 780px;
}
.tj-blog-section-three .blog-sec-shape .shape-one {
  position: absolute;
  left: 80px;
  top: 10%;
  opacity: 0.3;
}
.tj-blog-section-three .blog-sec-shape .shape-two {
  position: absolute;
  right: 0;
  bottom: 20%;
}
.tj-blog-section-three .blog-sec-shape .shape-three {
  position: absolute;
  right: 0;
  right: 5%;
  bottom: 40%;
  -webkit-mask-image: url(../images/shape/shape-37.svg);
          mask-image: url(../images/shape/shape-37.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background: var(--tj-color-light-3);
  height: 225px;
  width: 175px;
  opacity: 0.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-blog-section-three .blog-sec-shape {
    display: none;
  }
}

.tj-blog-item-three {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
  -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.5s linear;
  transition: all 0.5s linear;
  border-radius: 20px;
  z-index: 3;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-item-three .blog-image {
    width: 100%;
  }
}
.tj-blog-item-three .blog-image a {
  display: inline-block;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-item-three .blog-image a {
    width: 100%;
  }
}
.tj-blog-item-three .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-three .blog-image img {
    width: 100%;
  }
}
.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 .blog-content-area p {
  margin-bottom: 0;
}
.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;
}

/* !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-details {
  padding-top: 110px;
  padding-bottom: 120px;
  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-blog-details {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.tj-blog-details .blog-section-shape .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.tj-blog-details .blog-section-shape .shape-2 {
  position: absolute;
  top: 15%;
  right: 30px;
}
.tj-blog-details .blog-section-shape .shape-3 {
  position: absolute;
  top: 18%;
  right: -80px;
}
.tj-blog-details .blog-section-shape .shape-4 {
  position: absolute;
  bottom: 15%;
  left: -50px;
}
.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-details .blog-section-shape {
    display: none;
  }
}

.sidebar-wrapper {
  position: relative;
  z-index: 3;
}
.sidebar-wrapper .blog-thumb-image {
  margin-bottom: 20px;
}
.sidebar-wrapper .blog-thumb-image img {
  border-radius: 20px;
}
.sidebar-wrapper .details-title {
  margin-bottom: 15px;
}
.sidebar-wrapper .details-title .title {
  font-size: 30px;
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar-wrapper .details-title .title {
    font-size: 22px;
  }
}
.sidebar-wrapper .blog-video-area {
  margin-bottom: 50px;
}
.sidebar-wrapper .blog-video-area .video-title {
  margin-bottom: 26px;
}
.sidebar-wrapper .blog-video-area .video-title p {
  margin-bottom: 0;
}
.sidebar-wrapper .blog-video-area .video-box {
  margin-bottom: 15px;
}
.sidebar-wrapper .blog-video-area .video-image {
  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) {
  .sidebar-wrapper .blog-video-area .video-image {
    margin-bottom: 30px;
  }
}
.sidebar-wrapper .blog-video-area .video-image img {
  border-radius: 20px;
  width: 100%;
}
.sidebar-wrapper .blog-video-area .video-image a {
  display: inline-block;
}
.sidebar-wrapper .blog-video-area .video-image .video-play {
  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: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  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: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar-wrapper .blog-video-area .video-image .video-play {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.sidebar-wrapper .blog-video-area .video-image .video-play i {
  color: var(--tj-color-common-white);
  font-size: 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) {
  .sidebar-wrapper .blog-video-area .video-image .video-play i {
    font-size: 20px;
  }
}
.sidebar-wrapper .blog-video-area .check-list {
  margin-top: 15px;
}
.sidebar-wrapper .blog-video-area .check-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-wrapper .blog-video-area .check-list ul li {
  color: var(--tj-color-light-3);
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
  margin-bottom: 10px;
}
.sidebar-wrapper .blog-video-area .check-list ul li:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .blog-video-area .check-list ul li i {
  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);
  margin-right: 5px;
}
.sidebar-wrapper .blog-video-area p {
  margin-bottom: 0;
}
.sidebar-wrapper .tj-tags-post {
  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-top: 2px solid var(--tj-color-light-7);
  border-bottom: 2px solid var(--tj-color-light-7);
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 45px;
}
.sidebar-wrapper .tj-tags-post .post-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sidebar-wrapper .tj-tags-post .post-share ul li span {
  font-size: 18px;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  margin-right: 10px;
}
.sidebar-wrapper .tj-tags-post .post-share ul li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sidebar-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 only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .sidebar-wrapper .tagcloud {
    gap: 10px;
  }
}
@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) {
  .sidebar-wrapper .tagcloud {
    margin-bottom: 25px;
  }
}

.tj-latest-comment {
  border-bottom: 2px solid var(--tj-color-light-7);
  margin-bottom: 60px;
}
.tj-latest-comment .title {
  color: var(--tj-color-theme-primary);
  font-size: 30px;
  margin-bottom: 34px;
}
.tj-latest-comment .comment-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;
  margin-bottom: 34px;
}
@media (max-width: 575px) {
  .tj-latest-comment .comment-content-area {
    display: block;
  }
}
.tj-latest-comment .comment-content-area:last-child {
  padding-left: 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-latest-comment .comment-content-area:last-child {
    padding-left: 30px;
  }
}
.tj-latest-comment .comment-content-area .comment-auother {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .tj-latest-comment .comment-content-area .comment-auother {
    display: block;
  }
}
.tj-latest-comment .comment-avatar {
  max-width: 60px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 575px) {
  .tj-latest-comment .comment-avatar {
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.tj-latest-comment .comment-text {
  padding-right: 45px;
}
@media (max-width: 575px) {
  .tj-latest-comment .comment-text {
    padding-left: 0;
  }
}
.tj-latest-comment .comment-text .auother-header {
  margin-bottom: 10px;
}
.tj-latest-comment .comment-text .auother-header .title-link a {
  font-size: 18px;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
}
.tj-latest-comment .comment-text p {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .tj-latest-comment .comment-reply {
    margin-top: 30px;
  }
}
.tj-latest-comment .comment-reply a {
  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-latest-comment .comment-reply a:hover {
  background-color: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
}

.tj-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;
}
@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-comment-respond {
    padding: 25px 15px;
  }
}
.tj-comment-respond .comment-header {
  margin-bottom: 20px;
}
.tj-comment-respond .comment-header .title {
  color: var(--tj-color-theme-primary);
  font-size: 30px;
}
.tj-comment-respond .comment-header p {
  margin-bottom: 0;
}
.tj-comment-respond .form-input {
  margin-bottom: 20px;
}
.tj-comment-respond .form-input textarea,
.tj-comment-respond .form-input input[type=email],
.tj-comment-respond .form-input input[type=text] {
  border: 1px solid var(--tj-color-border-1);
  border-radius: 10px;
  padding: 14px 20px;
}
.tj-comment-respond .form-input textarea::-webkit-input-placeholder, .tj-comment-respond .form-input input[type=email]::-webkit-input-placeholder, .tj-comment-respond .form-input input[type=text]::-webkit-input-placeholder {
  color: var(--tj-color-grey-9);
}
.tj-comment-respond .form-input textarea::-moz-placeholder, .tj-comment-respond .form-input input[type=email]::-moz-placeholder, .tj-comment-respond .form-input input[type=text]::-moz-placeholder {
  color: var(--tj-color-grey-9);
}
.tj-comment-respond .form-input textarea:-ms-input-placeholder, .tj-comment-respond .form-input input[type=email]:-ms-input-placeholder, .tj-comment-respond .form-input input[type=text]:-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.tj-comment-respond .form-input textarea::-ms-input-placeholder, .tj-comment-respond .form-input input[type=email]::-ms-input-placeholder, .tj-comment-respond .form-input input[type=text]::-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.tj-comment-respond .form-input textarea::placeholder,
.tj-comment-respond .form-input input[type=email]::placeholder,
.tj-comment-respond .form-input input[type=text]::placeholder {
  color: var(--tj-color-grey-9);
}
.tj-comment-respond .form-input textarea::-ms-input-placeholder,
.tj-comment-respond .form-input input[type=email]::-ms-input-placeholder,
.tj-comment-respond .form-input input[type=text]::-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.tj-comment-respond .form-input textarea {
  min-height: 154px;
  resize: none;
}
.tj-comment-respond .tj-blog-details-button .tj-primary-btn {
  width: 100%;
  border-radius: 10px;
  font-size: 14px;
  font-weight: var(--tj-fw-bold);
  font-family: var(--tj-ff-heading);
}

.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%);
  margin-bottom: 24px;
  border-radius: 10px;
  padding: 40px;
  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) {
  .tj-blog-widget {
    padding: 35px 15px;
  }
}
.tj-blog-widget .side-title {
  font-size: 25px;
  color: var(--tj-color-light-3);
  position: relative;
  margin-bottom: 35px;
}
.tj-blog-widget .side-title::before {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 90px;
  height: 3px;
  background: var(--tj-color-light-3);
}

.sidebar-search form {
  position: relative;
  width: 100%;
  border: 1.5px solid rgba(112, 95, 255, 0.8);
  border-radius: 8px;
}
.sidebar-search form input[type=text] {
  border-radius: 8px;
  width: 100%;
  padding: 14px 20px;
  font-size: 18px !important;
  font-weight: var(--tj-fw-medium);
}
.sidebar-search form input[type=text]::-webkit-input-placeholder {
  color: var(--tj-color-grey-9);
}
.sidebar-search form input[type=text]::-moz-placeholder {
  color: var(--tj-color-grey-9);
}
.sidebar-search form input[type=text]:-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.sidebar-search form input[type=text]::-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.sidebar-search form input[type=text]::placeholder {
  color: var(--tj-color-grey-9);
}
.sidebar-search form input[type=text]::-ms-input-placeholder {
  color: var(--tj-color-grey-9);
}
.sidebar-search form :focus {
  outline: none;
  border: none;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.sidebar-search form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.sidebar-search form button i {
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  color: rgba(112, 95, 255, 0.7);
}
.sidebar-search form button i:hover {
  color: var(--tj-color-gradient-2);
}

.sidebar-catagory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-catagory ul li {
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 20px;
}
.sidebar-catagory ul li:last-child {
  margin-bottom: 0;
}
.sidebar-catagory 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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sidebar-catagory ul li a span {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: var(--tj-color-common-white);
  background: var(--tj-color-common-black);
}
.sidebar-catagory ul li a:hover {
  color: var(--tj-color-light-3);
}
.sidebar-catagory ul li a:hover span {
  background-color: var(--tj-color-light-3);
  color: var(--tj-color-common-white);
}

.sidebar-recent-post .single-post {
  margin-bottom: 25px;
}
.sidebar-recent-post .single-post:last-child {
  margin-bottom: 0;
}
.sidebar-recent-post .single-post .post-image {
  margin-right: 20px;
  max-width: 75px;
  width: 100%;
}
.sidebar-recent-post .single-post .post-image a {
  display: inline-block;
  width: 100%;
}
.sidebar-recent-post .single-post .post-content .sub-title {
  font-size: 14px;
  font-weight: var(--tj-fw-bold);
  display: block;
  margin-bottom: 10px;
}
.sidebar-recent-post .single-post .post-content .sub-title i {
  color: var(--tj-color-light-3);
  font-size: 18px;
  margin-right: 15px;
}
.sidebar-recent-post .single-post .post-content .title-link {
  margin-bottom: 0;
}
.sidebar-recent-post .single-post .post-content .title-link a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sidebar-recent-post .single-post .post-content .title-link a:hover {
  color: var(--tj-color-light-3);
}

.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;
}
.tagcloud span {
  font-size: 18px;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  margin-right: 10px;
}
.tagcloud a {
  background: var(--tj-color-light-7);
  font-size: 14px;
  font-weight: 300;
  color: var(--tj-color-common-black);
  border-radius: 5px;
  padding: 10px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tagcloud a:hover {
  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%);
}

.details-item {
  margin-bottom: 60px;
}
.details-item:last-child {
  margin-bottom: 0;
}
.details-item .details-title .title {
  font-size: 25px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .details-item .details-title .title {
    font-size: 22px;
  }
}
.details-item .blog-button {
  margin-top: 30px;
}
.details-item .blog-thumb-image {
  position: relative;
}
.details-item .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%);
}
.details-item .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%);
  width: 70px;
  height: 70px;
  line-height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  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: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .details-item .blog-thumb-image .video-play {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.details-item .blog-thumb-image .video-play i {
  color: var(--tj-color-common-white);
  font-size: 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) {
  .details-item .blog-thumb-image .video-play i {
    font-size: 20px;
  }
}

blockquote {
  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: 10px;
  position: relative;
  padding: 30px 33px;
  margin-bottom: 60px;
  z-index: 3;
}
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) {
  blockquote::before {
    width: 45px;
    height: 30px;
    margin-bottom: 10px;
  }
}
blockquote p {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-sbold);
  margin-bottom: 10px;
}
blockquote cite {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-bold);
  position: relative;
  padding-left: 85px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  blockquote cite {
    padding-left: 55px;
  }
}
blockquote cite::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 62px;
  height: 2px;
  background: var(--tj-color-light-9);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  blockquote cite::before {
    width: 40px;
  }
}

.blog-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: 20px;
}
.blog-pagination ul li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  border: 1px solid var(--tj-color-theme-primary);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  background-color: transparent;
  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;
}
.blog-pagination ul li .page-numbers:hover, .blog-pagination ul li .page-numbers.current {
  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-color: transparent;
  color: var(--tj-color-common-white);
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Theme Contact CSS
----------------------------------------*/
.tj-contact-section {
  padding-bottom: 120px;
  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) {
  .tj-contact-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.contact-page {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-page {
    padding-top: 40px;
  }
}

.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 .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-left-content .comntact-list:last-child {
  margin-bottom: 0;
}
.contact-left-content .comntact-list .contact-icon {
  width: 55px;
  height: 55px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  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%);
  margin-right: 20px;
}
.contact-left-content .comntact-list .contact-icon img {
  max-width: 27px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-left-content .comntact-list .contact-icon {
    width: 40px;
    height: 40px;
    line-height: 35px;
    margin-right: 15px;
  }
}
.contact-left-content .comntact-list .contact-icon img {
  max-width: 27px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-left-content .comntact-list .contact-icon img {
    width: 20px;
  }
}
.contact-left-content .desc {
  max-width: 650px;
}
.contact-left-content .contact-header a {
  color: var(--tj-color-common-black);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
}
.contact-left-content .contact-header a:hover {
  color: var(--tj-color-theme-primary);
}
.contact-left-content .contact-header span {
  line-height: 1.2;
}
.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 {
  max-width: 510px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-form-box {
    max-width: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-box {
    max-width: 400px;
  }
}
@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 {
    max-width: 100%;
  }
}
.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 .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;
}
.tj-contact-section-two.style-5 {
  position: relative;
  z-index: 2;
}
.tj-contact-section-two.style-5::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(49, 0, 255, 0.8)), color-stop(98.67%, var(--tj-color-theme-h5-primary)));
  background: linear-gradient(90deg, rgba(49, 0, 255, 0.8) 0%, var(--tj-color-theme-h5-primary) 98.67%);
  z-index: -1;
}
.tj-contact-section-two.style-5 .contact-left-shape {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}
.tj-contact-section-two.style-5 .contact-right-shape {
  position: absolute;
  top: 50px;
  right: 0;
  z-index: -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: 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-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.style-5 {
  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%);
}
.contact-form-box2.style-5 .tj-contact-button .btn.tj-primary-btn2 {
  width: 100%;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-form-box2.style-5 {
    margin-bottom: 0;
  }
}

.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: 15px;
  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: 15px;
  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: 15px;
}
.contact-form-box3 .tj-contact-button .tj-black-btn-two::before {
  border-radius: 15px;
}

.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;
}
.contact-right-content.style-5 .tj-sec-heading .sub-title {
  color: var(--tj-color-common-white);
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  background: transparent;
}
.contact-right-content.style-5 .tj-sec-heading .sec-title {
  color: var(--tj-color-common-white);
}
.contact-right-content.style-5 .tj-sec-heading .desc p {
  color: var(--tj-color-light-4);
}
.contact-right-content.style-5 .comntact-list .contact-icon {
  background: var(--tj-color-common-white);
}
.contact-right-content.style-5 .comntact-list .contact-header span {
  color: var(--tj-color-common-white);
  background: transparent;
  background-clip: initial;
  -webkit-text-fill-color: initial;
}
.contact-right-content.style-5 .comntact-list .contact-header a {
  color: var(--tj-color-common-white);
}

.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-image: url(../images/banner-bg/footer-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--tj-color-grey-6);
  position: relative;
  overflow: hidden;
}
.tj-footer-area .footer-menu-area {
  padding-top: 120px;
  padding-bottom: 65px;
}
@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 .footer-menu-area {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
.tj-footer-area .footer-menu-area .footer-content-info {
  max-width: 340px;
  position: relative;
  z-index: 3;
}
.tj-footer-area .footer-menu-area .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: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area .footer-menu-area .footer-content-info .footer-logo {
    max-width: 150px;
  }
}
.tj-footer-area .footer-menu-area .footer-content-info .footer-logo a {
  display: inline-block;
}
.tj-footer-area .footer-menu-area .footer-content-info p {
  color: var(--tj-color-grey-5);
  font-family: var(--tj-ff-heading);
  margin-bottom: 30px;
}
.tj-footer-area .footer-menu-area .footer-content-info .footer-share ul li {
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
}
.tj-footer-area .footer-menu-area .footer-content-info .footer-share ul li:last-child {
  margin-right: 0;
}
.tj-footer-area .footer-menu-area .footer-content-info .footer-share ul li a {
  position: relative;
  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;
  background: var(--tj-color-common-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  color: var(--tj-color-common-black);
  font-size: 20px;
}
.tj-footer-area .footer-menu-area .footer-content-info .footer-share ul li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.tj-footer-area .footer-menu-area .footer-content-info .footer-share ul li a:hover svg path {
  fill: var(--tj-color-common-white);
}
.tj-footer-area .footer-menu-area .footer_title {
  color: var(--tj-color-common-white);
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-area .footer-menu-area .footer_title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area .footer-menu-area .footer_title {
    margin-bottom: 25px;
  }
}
.tj-footer-area .footer-menu-area .widget_nav_menu {
  position: relative;
  z-index: 3;
}
.tj-footer-area .footer-menu-area .widget_nav_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-footer-area .footer-menu-area .widget_nav_menu .footer-menu ul li {
  margin-bottom: 15px;
}
.tj-footer-area .footer-menu-area .widget_nav_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;
}
.tj-footer-area .footer-menu-area .widget_nav_menu .footer-menu ul li a:hover {
  color: transparent;
}
.tj-footer-area .footer-menu-area .widget_contact_menu {
  position: relative;
  z-index: 3;
}
.tj-footer-area .footer-menu-area .widget_contact_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-footer-area .footer-menu-area .widget_contact_menu .footer-menu ul li {
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
.tj-footer-area .footer-menu-area .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;
}
.tj-footer-area .footer-menu-area .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;
}
.tj-footer-area .footer-menu-area .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;
}
.tj-footer-area .footer-menu-area .widget_contact_menu .footer-menu ul li:hover a {
  color: transparent;
}
.tj-footer-area .footer-menu-area .widget_contact_menu .footer-menu ul li:hover span {
  border-color: transparent;
}
.tj-footer-area .footer-menu-area .widget_contact_menu .footer-menu ul li:hover span::before {
  opacity: 1;
  visibility: visible;
}
.tj-footer-area .copyright-area {
  padding: 20px 0;
}
.tj-footer-area .copyright-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;
  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-footer-area .copyright-content-area {
    text-align: center;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area .copyright-content-area .copyright-left-content {
    margin-bottom: 20px;
  }
}
.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;
}
.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-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%);
  position: relative;
  z-index: 2;
}
.tj-footer-area.style-4 .footer-menu-area .widget_nav_menu .footer-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 .widget_nav_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 .widget_nav_menu .footer-menu ul li a:hover::before {
  width: 100%;
}
.tj-footer-area.style-4 .footer-menu-area .widget_contact_menu .footer-menu ul li span::before {
  background: transparent;
}
.tj-footer-area.style-4 .footer-menu-area .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 .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 .widget_contact_menu .footer-menu ul li a:hover::before {
  width: 100%;
}
.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%;
}
.tj-footer-area.style-5 {
  background: var(--tj-color-common-white);
  position: relative;
  z-index: 2;
}
.tj-footer-area.style-5 .left-shapes {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.tj-footer-area.style-5 .right-shapes {
  position: absolute;
  top: 60px;
  right: 0;
  max-width: 300px;
  width: 100%;
  z-index: -1;
}
.tj-footer-area.style-5 .right-shapes img {
  width: 100%;
}
.tj-footer-area.style-5 .footer-menu-area {
  padding-top: 142px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area.style-5 .footer-menu-area {
    padding-top: 80px;
  }
}
.tj-footer-area.style-5 .footer-widget .footer_title {
  color: var(--tj-color-heading-primary);
}
.tj-footer-area.style-5 .footer-widget.footer5-col-3 {
  margin-left: 50px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area.style-5 .footer-widget.footer5-col-3 {
    margin-left: 0;
  }
}
.tj-footer-area.style-5 .footer-widget.footer5-col-4 {
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-area.style-5 .footer-widget.footer5-col-4 {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-area.style-5 .footer-widget.footer5-col-4 {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area.style-5 .footer-widget.footer5-col-4 {
    padding-left: 0;
  }
}
.tj-footer-area.style-5 .footer-widget .footer-content-info {
  max-width: 100%;
}
.tj-footer-area.style-5 .footer-widget .footer-content-info p {
  color: var(--tj-color-grey-9);
}
.tj-footer-area.style-5 .footer-widget .footer-content-info .footer-share ul li a {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  z-index: 1;
}
.tj-footer-area.style-5 .footer-widget .footer-content-info .footer-share ul li a::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-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%);
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.tj-footer-area.style-5 .footer-widget .footer-content-info .footer-share ul li a:hover {
  background-color: var(--tj-color-theme-h6-primary);
  color: var(--tj-color-common-white);
}
.tj-footer-area.style-5 .footer-widget .footer-content-info .footer-share ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.tj-footer-area.style-5 .footer-widget .footer-content-info .footer-share ul li a:hover i {
  color: var(--tj-color-common-white);
}
.tj-footer-area.style-5 .footer-widget .widget_nav_menu .footer-menu ul li a {
  color: var(--tj-color-text-body);
  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;
}
.tj-footer-area.style-5 .footer-widget .widget_nav_menu .footer-menu ul li a:hover {
  color: transparent;
}
.tj-footer-area.style-5 .footer-widget .widget_contact_menu {
  position: relative;
  z-index: 3;
}
.tj-footer-area.style-5 .footer-widget .widget_contact_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-footer-area.style-5 .footer-widget .widget_contact_menu .footer-menu ul li {
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
.tj-footer-area.style-5 .footer-widget .widget_contact_menu .footer-menu ul li a {
  color: var(--tj-color-text-body);
  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-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;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-footer-area.style-5 .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(253, 49, 188, 0.2);
  color: var(--tj-color-common-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tj-footer-area.style-5 .footer-widget .widget_contact_menu .footer-menu ul li span i {
  color: var(--tj-color-common-black);
}
.tj-footer-area.style-5 .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-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%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.tj-footer-area.style-5 .footer-widget .widget_contact_menu .footer-menu ul li:hover a {
  color: transparent;
}
.tj-footer-area.style-5 .footer-widget .widget_contact_menu .footer-menu ul li:hover span {
  border-color: transparent;
  color: var(--tj-color-common-white);
}
.tj-footer-area.style-5 .footer-widget .widget_contact_menu .footer-menu ul li:hover span i {
  color: var(--tj-color-common-white);
}
.tj-footer-area.style-5 .footer-widget .widget_contact_menu .footer-menu ul li:hover span::before {
  opacity: 1;
  visibility: visible;
}
.tj-footer-area.style-5 .footer-widget .widget_gallery {
  max-width: 355px;
  width: 100%;
}
.tj-footer-area.style-5 .footer-widget .widget_gallery .footer-gallery-item::before {
  background: var(--tj-color-theme-h5-primary);
  border-radius: 0;
}
.tj-footer-area.style-5 .footer-widget .widget_gallery .footer-gallery-item img {
  border-radius: 0;
}
@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.style-5 .footer-widget.footer6-col-3 {
    margin-left: 0;
  }
}
.tj-footer-area.style-5 .copyright-content-area .copyright-left-content p {
  color: var(--tj-color-common-black);
}
.tj-footer-area.style-5 .copyright-content-area .copyright-left-content a {
  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-common-black);
}
.tj-footer-area.style-5 .copyright-content-area .copyright-left-content a:hover {
  color: transparent;
}
.tj-footer-area.style-5 .copyright-content-area .copyright-menu ul li a {
  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-common-black);
}
.tj-footer-area.style-5 .copyright-content-area .copyright-menu ul li a:hover {
  color: transparent;
}
.tj-footer-area.style-6 {
  background: var(--tj-color-heading-primary);
}
.tj-footer-area.style-6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 395px;
  background-image: url(../images/shape/h6-footer-shape.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 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-footer-area.style-6::after {
    background-size: contain;
  }
}
.tj-footer-area.style-6 .footer-menu-area {
  padding-top: 142px;
}
.tj-footer-area.style-6 .footer-widget.footer6-col-3 {
  margin-left: 50px;
}
.tj-footer-area.style-6 .footer-widget .footer-content-info .footer-share ul li a:hover {
  background-color: var(--tj-color-theme-h6-primary);
}
.tj-footer-area.style-6 .footer-widget .footer-content-info .footer-share ul li a:hover i {
  color: var(--tj-color-common-white);
}
.tj-footer-area.style-6 .footer-widget .widget_nav_menu .footer-menu ul li span::before,
.tj-footer-area.style-6 .footer-widget .widget_contact_menu .footer-menu ul li span::before {
  display: none;
}
.tj-footer-area.style-6 .footer-widget .widget_nav_menu .footer-menu ul li a,
.tj-footer-area.style-6 .footer-widget .widget_contact_menu .footer-menu ul li a {
  background: transparent;
}
.tj-footer-area.style-6 .footer-widget .widget_nav_menu .footer-menu ul li:hover span,
.tj-footer-area.style-6 .footer-widget .widget_contact_menu .footer-menu ul li:hover span {
  background: var(--tj-color-theme-h6-primary);
}
.tj-footer-area.style-6 .footer-widget .widget_nav_menu .footer-menu ul li:hover a,
.tj-footer-area.style-6 .footer-widget .widget_contact_menu .footer-menu ul li:hover a {
  color: var(--tj-color-theme-h6-primary);
}
.tj-footer-area.style-6 .footer-widget .widget_gallery .footer-gallery-item::before {
  background: var(--tj-color-theme-h6-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) {
  .tj-footer-area.style-6 .footer-widget.footer6-col-3 {
    margin-left: 0;
  }
}
.tj-footer-area.style-6 .copyright-content-area .copyright-left-content a {
  background: transparent;
}
.tj-footer-area.style-6 .copyright-content-area .copyright-left-content a:hover {
  color: var(--tj-color-theme-h6-primary);
}
.tj-footer-area.style-6 .copyright-content-area .copyright-menu ul li a {
  background: transparent;
}
.tj-footer-area.style-6 .copyright-content-area .copyright-menu ul li a:hover {
  color: var(--tj-color-theme-h6-primary);
}
.tj-footer-area.style-7 {
  position: relative;
  z-index: 2;
}
.tj-footer-area.style-7 .footer-shapes {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.tj-footer-area.style-8 {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area.style-8 .footer-menu-area {
    padding-top: 80px;
  }
}
.tj-footer-area.style-8 .footer-shapes {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.tj-footer-area.style-8 .footer-widget.footer8-col-3 {
  margin-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-8 .footer-widget.footer8-col-3 {
    margin-left: 0px;
  }
}
.tj-footer-area.style-8 .footer-widget .footer-content-info .footer-share ul li a {
  background: var(--tj-color-common-white);
  color: var(--tj-color-common-black);
  z-index: 1;
}
.tj-footer-area.style-8 .footer-widget .footer-content-info .footer-share ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.tj-footer-area.style-8 .footer-widget .footer-content-info .footer-share ul li a:hover {
  background-color: var(--tj-color-theme-h6-primary);
  color: var(--tj-color-common-black);
}
.tj-footer-area.style-8 .footer-widget .footer-content-info .footer-share ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.tj-footer-area.style-8 .footer-widget .footer-content-info .footer-share ul li a:hover i {
  color: var(--tj-color-common-black);
}
.tj-footer-area.style-8 .footer-widget .widget_nav_menu .footer-menu ul li span::before,
.tj-footer-area.style-8 .footer-widget .widget_contact_menu .footer-menu ul li span::before {
  display: none;
}
.tj-footer-area.style-8 .footer-widget .widget_nav_menu .footer-menu ul li a,
.tj-footer-area.style-8 .footer-widget .widget_contact_menu .footer-menu ul li a {
  background: transparent;
}
.tj-footer-area.style-8 .footer-widget .widget_nav_menu .footer-menu ul li:hover span,
.tj-footer-area.style-8 .footer-widget .widget_contact_menu .footer-menu ul li:hover span {
  background: var(--tj-color-theme-primary);
}
.tj-footer-area.style-8 .footer-widget .widget_nav_menu .footer-menu ul li:hover a,
.tj-footer-area.style-8 .footer-widget .widget_contact_menu .footer-menu ul li:hover a {
  color: var(--tj-color-theme-primary);
}
.tj-footer-area.style-8 .footer-widget .widget_gallery .footer-gallery-item::before {
  background: var(--tj-color-theme-primary);
}
.tj-footer-area.style-8 .copyright-content-area .copyright-left-content a {
  background: transparent;
}
.tj-footer-area.style-8 .copyright-content-area .copyright-left-content a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-footer-area.style-8 .copyright-content-area .copyright-menu ul li a {
  background: transparent;
}
.tj-footer-area.style-8 .copyright-content-area .copyright-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-footer-area.style-9 {
  background: var(--tj-color-heading-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.tj-footer-area.style-9 .footer-menu-area {
  padding-top: 142px;
}
@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-9 .footer-menu-area {
    padding-top: 80px;
  }
}
.tj-footer-area.style-9 .footer-widget.footer6-col-3 {
  margin-left: 50px;
}
.tj-footer-area.style-9 .footer-widget .footer-content-info .footer-share ul li a:hover {
  background-color: var(--tj-color-theme-h9-primary);
}
.tj-footer-area.style-9 .footer-widget .footer-content-info .footer-share ul li a:hover i {
  color: var(--tj-color-common-white);
}
.tj-footer-area.style-9 .footer-widget .widget_nav_menu .footer-menu ul li span::before,
.tj-footer-area.style-9 .footer-widget .widget_contact_menu .footer-menu ul li span::before {
  display: none;
}
.tj-footer-area.style-9 .footer-widget .widget_nav_menu .footer-menu ul li a,
.tj-footer-area.style-9 .footer-widget .widget_contact_menu .footer-menu ul li a {
  background: transparent;
}
.tj-footer-area.style-9 .footer-widget .widget_nav_menu .footer-menu ul li:hover span,
.tj-footer-area.style-9 .footer-widget .widget_contact_menu .footer-menu ul li:hover span {
  background: var(--tj-color-theme-h9-primary);
}
.tj-footer-area.style-9 .footer-widget .widget_nav_menu .footer-menu ul li:hover a,
.tj-footer-area.style-9 .footer-widget .widget_contact_menu .footer-menu ul li:hover a {
  color: var(--tj-color-theme-h9-primary);
}
.tj-footer-area.style-9 .footer-widget .widget_gallery .footer-gallery-item::before {
  background: var(--tj-color-theme-h9-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) {
  .tj-footer-area.style-9 .footer-widget.footer6-col-3 {
    margin-left: 0;
  }
}
.tj-footer-area.style-9 .copyright-content-area .copyright-left-content a {
  background: transparent;
}
.tj-footer-area.style-9 .copyright-content-area .copyright-left-content a:hover {
  color: var(--tj-color-theme-h9-primary);
}
.tj-footer-area.style-9 .copyright-content-area .copyright-menu ul li a {
  background: transparent;
}
.tj-footer-area.style-9 .copyright-content-area .copyright-menu ul li a:hover {
  color: var(--tj-color-theme-h9-primary);
}
.tj-footer-area.style-9 .shapes-one {
  position: absolute;
  bottom: 35px;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.tj-footer-area.style-9 .shapes-two {
  position: absolute;
  bottom: 35px;
  right: 35%;
  z-index: -1;
  opacity: 0.5;
}

.tj-footer-two {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--tj-color-common-white);
  position: relative;
  overflow: hidden;
}
.tj-footer-two .footer-menu-area {
  padding-top: 120px;
  padding-bottom: 65px;
}
@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-two .footer-menu-area {
    padding-top: 80px;
    padding-bottom: 10px;
  }
}
.tj-footer-two .footer-menu-area .footer-content-info {
  max-width: 340px;
  position: relative;
  z-index: 3;
}
.tj-footer-two .footer-menu-area .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: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-two .footer-menu-area .footer-content-info .footer-logo {
    max-width: 150px;
  }
}
.tj-footer-two .footer-menu-area .footer-content-info .footer-logo a {
  display: inline-block;
}
.tj-footer-two .footer-menu-area .footer-content-info p {
  color: var(--tj-color-text-body);
  font-family: var(--tj-ff-heading);
  margin-bottom: 30px;
}
.tj-footer-two .footer-menu-area .footer-content-info .footer-share ul li {
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
}
.tj-footer-two .footer-menu-area .footer-content-info .footer-share ul li:last-child {
  margin-right: 0;
}
.tj-footer-two .footer-menu-area .footer-content-info .footer-share ul li a {
  position: relative;
  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;
  background: var(--tj-color-common-black);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 3;
  color: var(--tj-color-common-white);
  font-size: 20px;
}
.tj-footer-two .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-two .footer-menu-area .footer-content-info .footer-share ul li a:hover {
  color: var(--tj-color-common-white);
}
.tj-footer-two .footer-menu-area .footer-content-info .footer-share ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.tj-footer-two .footer-menu-area .footer_title {
  color: var(--tj-color-common-black);
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-two .footer-menu-area .footer_title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-two .footer-menu-area .footer_title {
    margin-bottom: 25px;
  }
}
.tj-footer-two .footer-menu-area .widget_nav_menu {
  position: relative;
  z-index: 3;
}
.tj-footer-two .footer-menu-area .widget_nav_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-footer-two .footer-menu-area .widget_nav_menu .footer-menu ul li {
  margin-bottom: 15px;
}
.tj-footer-two .footer-menu-area .widget_nav_menu .footer-menu ul li a {
  color: var(--tj-color-text-body);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-footer-two .footer-menu-area .widget_nav_menu .footer-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-footer-two .footer-menu-area .widget_contact_menu {
  position: relative;
  z-index: 3;
}
.tj-footer-two .footer-menu-area .widget_contact_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-footer-two .footer-menu-area .widget_contact_menu .footer-menu ul li {
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
.tj-footer-two .footer-menu-area .widget_contact_menu .footer-menu ul li a {
  color: var(--tj-color-text-body);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-footer-two .footer-menu-area .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%;
  border: 1px solid var(--tj-color-light-3);
  color: var(--tj-color-light-3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-footer-two .footer-menu-area .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;
  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;
}
.tj-footer-two .footer-menu-area .widget_contact_menu .footer-menu ul li:hover a {
  color: var(--tj-color-theme-primary);
}
.tj-footer-two .footer-menu-area .widget_contact_menu .footer-menu ul li:hover span {
  border-color: transparent;
  color: var(--tj-color-common-white);
}
.tj-footer-two .footer-menu-area .widget_contact_menu .footer-menu ul li:hover span::before {
  opacity: 1;
  visibility: visible;
}
.tj-footer-two .copyright-area {
  padding: 20px 0;
}
.tj-footer-two .copyright-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;
  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-footer-two .copyright-content-area {
    text-align: center;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-two .copyright-content-area .copyright-left-content {
    margin-bottom: 20px;
  }
}
.tj-footer-two .copyright-content-area .copyright-left-content p {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-text-body);
  margin-bottom: 0;
}
.tj-footer-two .copyright-content-area .copyright-left-content a {
  color: var(--tj-color-text-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-footer-two .copyright-content-area .copyright-left-content a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-footer-two .copyright-content-area .copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-footer-two .copyright-content-area .copyright-menu ul li {
  display: inline-block;
  margin-left: 25px;
}
.tj-footer-two .copyright-content-area .copyright-menu ul li:first-child {
  margin-left: 0;
}
.tj-footer-two .copyright-content-area .copyright-menu ul li a {
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-text-body);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-footer-two .copyright-content-area .copyright-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-footer-two .footer-section-shape1 .footer-group-shape {
  position: absolute;
  right: 0;
  top: -60px;
}
.tj-footer-two .footer-section-shape1 .footer-group-shape1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.widget_gallery {
  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;
  border-radius: 10px;
}
.widget_gallery .footer-gallery-item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.widget_gallery .footer-gallery-item::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  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%);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.widget_gallery .footer-gallery-item .gallery-icon {
  position: absolute;
  color: var(--tj-color-common-white);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.widget_gallery .footer-gallery-item img {
  border-radius: 10px;
  max-width: 110px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .widget_gallery .footer-gallery-item img {
    max-width: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .widget_gallery .footer-gallery-item img {
    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) {
  .widget_gallery .footer-gallery-item img {
    max-width: 75px;
  }
}
.widget_gallery .footer-gallery-item:hover::before {
  opacity: 0.5;
  visibility: visible;
  width: 100%;
  height: 100%;
}
.widget_gallery .footer-gallery-item:hover .gallery-icon {
  opacity: 1;
  visibility: visible;
}

.tj-footer-three {
  background-color: var(--tj-color-light-10);
  position: relative;
  overflow: hidden;
}
.tj-footer-three::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/shape/footer-bg-shape.svg);
  opacity: 0.9;
  mix-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tj-footer-three .footer-top-area {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-three .footer-top-area {
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.tj-footer-three .footer-top-area .contact-right-content {
  padding-left: 0;
  max-width: 590px;
}
@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-three .footer-top-area .contact-right-content {
    margin-bottom: 45px;
  }
}
.tj-footer-three .footer-top-area .contact-right-content .tj-sec-heading {
  margin-bottom: 0;
}
.tj-footer-three .footer-top-area .contact-right-content .title {
  color: var(--tj-color-common-white);
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-three .footer-top-area .contact-right-content .title {
    font-size: 35px;
  }
}
.tj-footer-three .footer-top-area .contact-right-content .desc p {
  color: var(--tj-color-common-white);
}
.tj-footer-three .footer-top-area .contact-right-content .comntact-list .contact-icon {
  width: 60px;
  height: 60px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  background: var(--tj-color-common-white);
}
.tj-footer-three .footer-top-area .contact-right-content .contact-header p {
  color: var(--tj-color-common-white);
  font-size: 22px;
}
.tj-footer-three .footer-top-area .contact-right-content .contact-header a {
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: var(--tj-fw-bold);
}
.tj-footer-three .footer-top-area .contact-right-content .contact-header a:hover {
  color: var(--tj-color-common-black);
}
.tj-footer-three .footer1-col-3,
.tj-footer-three .footer1-col-5 {
  padding-left: 0;
}
.tj-footer-three .footer1-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-three .footer1-col-2 {
    padding-left: 0;
  }
}
.tj-footer-three .footer1-col-4 {
  padding-left: 65px;
}
@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-three .footer1-col-4 {
    padding-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) {
  .tj-footer-three .contact-form-box3 {
    margin-bottom: 35px;
    padding: 0;
  }
}
.tj-footer-three .footer-menu-area {
  position: relative;
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-three .footer-menu-area {
    padding-top: 50px;
  }
}
.tj-footer-three .footer-menu-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  height: 2px;
  width: 1300px;
  background: rgba(255, 255, 255, 0.5);
}
.tj-footer-three .footer-menu-area .footer-content-info {
  position: relative;
  z-index: 3;
}
.tj-footer-three .footer-menu-area .footer-content-info .footer-logo {
  max-width: 185px;
  width: 100%;
  margin-bottom: 35px;
}
.tj-footer-three .footer-menu-area .footer-content-info .footer-logo a {
  display: inline-block;
}
.tj-footer-three .footer-menu-area .footer-content-info p {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  margin-bottom: 30px;
}
.tj-footer-three .footer-menu-area .footer-content-info .footer-share ul li {
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
}
.tj-footer-three .footer-menu-area .footer-content-info .footer-share ul li:last-child {
  margin-right: 0;
}
.tj-footer-three .footer-menu-area .footer-content-info .footer-share ul li a {
  position: relative;
  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;
  background: var(--tj-color-common-white);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 3;
  color: var(--tj-color-light-3);
  font-size: 20px;
}
.tj-footer-three .footer-menu-area .footer-content-info .footer-share ul li a:hover {
  background-color: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
}
.tj-footer-three .footer-menu-area .footer_title {
  color: var(--tj-color-common-white);
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-three .footer-menu-area .footer_title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-three .footer-menu-area .footer_title {
    margin-bottom: 25px;
  }
}
.tj-footer-three .footer-menu-area .widget_nav_menu {
  position: relative;
  z-index: 3;
}
.tj-footer-three .footer-menu-area .widget_nav_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-footer-three .footer-menu-area .widget_nav_menu .footer-menu ul li {
  margin-bottom: 15px;
}
.tj-footer-three .footer-menu-area .widget_nav_menu .footer-menu ul li a {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-footer-three .footer-menu-area .widget_nav_menu .footer-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-footer-three .footer-menu-area .widget_contact_menu {
  position: relative;
  z-index: 3;
}
.tj-footer-three .footer-menu-area .widget_contact_menu .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-footer-three .footer-menu-area .widget_contact_menu .footer-menu ul li {
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}
.tj-footer-three .footer-menu-area .widget_contact_menu .footer-menu ul li a {
  color: var(--tj-color-grey-5);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-footer-three .footer-menu-area .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;
}
.tj-footer-three .footer-menu-area .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;
  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;
}
.tj-footer-three .footer-menu-area .widget_contact_menu .footer-menu ul li:hover a {
  color: var(--tj-color-theme-primary);
}
.tj-footer-three .footer-menu-area .widget_contact_menu .footer-menu ul li:hover span {
  border-color: transparent;
}
.tj-footer-three .footer-menu-area .widget_contact_menu .footer-menu ul li:hover span::before {
  opacity: 1;
  visibility: visible;
}
.tj-footer-three .copyright-area {
  padding: 20px 0;
}
.tj-footer-three .copyright-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;
  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-footer-three .copyright-content-area {
    text-align: center;
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-three .copyright-content-area .copyright-left-content {
    margin-bottom: 20px;
  }
}
.tj-footer-three .copyright-content-area .copyright-left-content p {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-grey-5);
  margin-bottom: 0;
}
.tj-footer-three .copyright-content-area .copyright-left-content a {
  color: var(--tj-color-grey-5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-footer-three .copyright-content-area .copyright-left-content a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-footer-three .copyright-content-area .copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-footer-three .copyright-content-area .copyright-menu ul li {
  display: inline-block;
  margin-left: 25px;
}
.tj-footer-three .copyright-content-area .copyright-menu ul li:first-child {
  margin-left: 0;
}
.tj-footer-three .copyright-content-area .copyright-menu ul li a {
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-grey-5);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-footer-three .copyright-content-area .copyright-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}

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

.footer1-col-2,
.footer1-col-3,
.footer1-col-4,
.footer1-col-5 {
  padding-left: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer1-col-2,
  .footer1-col-3,
  .footer1-col-4,
  .footer1-col-5 {
    padding-left: 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) {
  .footer1-col-2,
  .footer1-col-3,
  .footer1-col-4,
  .footer1-col-5 {
    padding-left: 0;
  }
}

/* !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;
}
.tj-cta-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/banner-bg/cta-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-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;
  margin-top: -72px;
  margin-bottom: -80px;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-cta-section.style-6 {
    margin-top: -150px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-cta-section.style-6 {
    margin-top: -115px;
  }
}
.tj-cta-section.style-6::before {
  display: none;
}
@media (min-width: 1400px) {
  .tj-cta-section.style-6 .container,
  .tj-cta-section.style-6 .container-lg,
  .tj-cta-section.style-6 .container-md,
  .tj-cta-section.style-6 .container-sm,
  .tj-cta-section.style-6 .container-xl,
  .tj-cta-section.style-6 .container-xxl {
    max-width: 1515px;
  }
}
.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 Price CSS
----------------------------------------*/
.tj-price-section {
  padding-top: 120px;
  padding-bottom: 90px;
  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-price-section {
    padding-top: 75px;
    padding-bottom: 50px;
  }
}
.tj-price-section .tj-sec-heading {
  max-width: 600px;
  text-align: center;
}
.tj-price-section.style-5 .tj-sec-heading {
  max-width: 620px;
}
.tj-price-section.style-5 .left-shape {
  position: absolute;
  bottom: 12%;
  left: -50px;
  max-width: 495px;
  width: 100%;
  z-index: -1;
}
.tj-price-section.style-5 .left-shape img {
  width: 100%;
}
.tj-price-section.style-5 .right-shape {
  position: absolute;
  top: 12%;
  right: -50px;
  max-width: 495px;
  width: 100%;
  z-index: -1;
}
.tj-price-section.style-5 .right-shape img {
  width: 100%;
}

.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 {
  border-radius: 20px;
  border: 0.5px solid var(--tj-color-light-3);
  background: var(--tj-color-common-white);
  padding: 20px 20px 25px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 3;
}
.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: 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-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 {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  margin-right: 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) {
  .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: 3;
  padding-left: 20px;
}
.tj-price-item .price-bottom-content .price-list ul li {
  color: var(--tj-color-common-black);
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}
.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 {
  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: 60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.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;
}
.tj-price-item.style-5 {
  border-radius: 0 0 20px 20px;
  border: 0.5px solid var(--tj-color-border-4);
  padding: 20px 20px 40px;
}
.tj-price-item.style-5 .price-top-content {
  border-radius: 0 0 30px 30px;
  margin-bottom: 20px;
}
.tj-price-item.style-5 .price-top-content::before {
  border-radius: 0 0 30px 30px;
  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%);
  margin-bottom: 0;
}
.tj-price-item.style-5 .tj-price-content-area {
  border-radius: 0px;
  padding-bottom: 0px;
  border: none;
}
.tj-price-item.style-5 .price-bottom-content .price-list ul li i {
  color: var(--tj-color-common-black);
  background: transparent;
}
.tj-price-item.style-5 .price-button {
  margin-top: 20px;
}
.tj-price-item.style-5.price-active, .tj-price-item.style-5:hover {
  border-color: var(--tj-color-border-1);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@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.style-5 {
    padding: 20px 15px 35px;
  }
}

/* !END: Theme Price CSS */
/**----------------------------------------
START: Theme Video CSS
----------------------------------------*/
.tj-video-section {
  background: linear-gradient(72deg, var(--tj-color-light-3) 0%, rgba(112, 95, 255, 0) 99.2%);
  padding-top: 210px;
  padding-bottom: 210px;
  background-image: url(../images/product/cta-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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-video-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
.tj-video-section .tj-video-area .video-icon {
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 15px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}
.tj-video-section .tj-video-area .video-icon::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  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 .tj-video-area .popup-videos-button {
  background: rgba(58, 58, 58, 0.7);
  width: 74px;
  height: 74px;
  line-height: 74px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  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-video-section .video-sec-shape {
    display: none;
  }
}
.tj-video-section .video-sec-shape .shape-1 {
  position: absolute;
  left: 12%;
  bottom: 20px;
}
.tj-video-section .video-sec-shape .shape-2 {
  position: absolute;
  right: 12%;
  top: 0;
}
.tj-video-section .video-sec-shape .shape-3 {
  position: absolute;
  left: 5%;
  top: 10%;
}

/* !END: Theme 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;
}
.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;
}
.webency-scroll-top.progress-done {
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.webency-scroll-top .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.style-1 > svg.progress-circle path {
  stroke: var(--tj-color-theme-h6-primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.webency-scroll-top.style-1 .webency-scroll-top-icon {
  color: var(--tj-color-theme-h6-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .webency-scroll-top {
    right: 15px;
    bottom: 15px;
  }
}

@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
----------------------------------------*/
.tj-product-section {
  background: var(--tj-color-grey-5);
  padding-top: 130px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-product-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tj-product-section .tj-sec-heading {
  max-width: 550px;
  margin-left: 0;
}

.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: 400px;
}
@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-progress-bar {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .tj-progress-bar {
    width: 220px;
  }
}
.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;
}

.product-image-group {
  position: relative;
}
.product-image-group .group-image-1 {
  position: relative;
  margin-bottom: 30px;
  padding-left: 50px;
  max-width: 335px;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-image-group .group-image-1 {
    max-width: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-1 {
    max-width: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-1 {
    max-width: 250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-1 {
    max-width: 210px;
  }
}
@media (max-width: 575px) {
  .product-image-group .group-image-1 {
    max-width: 160px;
  }
}
.product-image-group .group-image-1::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 33px;
  width: 302px;
  height: 360px;
  background: var(--tj-color-light-7);
  border-radius: 0 0 200px 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-image-group .group-image-1::before {
    width: 187px;
    height: 220px;
    top: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-1::before {
    width: 148px;
    height: 175px;
    top: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-image-group .group-image-1::before {
    width: 217px;
    height: 255px;
    top: -15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-1::before {
    width: 178px;
    height: 210px;
    top: -15px;
  }
}
@media (max-width: 575px) {
  .product-image-group .group-image-1::before {
    top: -10px;
    left: 33px;
    width: 127px;
    height: 140px;
  }
}
.product-image-group .group-image-1 img {
  border-radius: 0 0 200px 200px;
  position: relative;
  z-index: 3;
}
.product-image-group .group-image-2 {
  position: relative;
  max-width: 410px;
  width: 100%;
}
@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) {
  .product-image-group .group-image-2 {
    max-width: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-2 {
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-2 {
    max-width: 250px;
  }
}
@media (max-width: 575px) {
  .product-image-group .group-image-2 {
    max-width: 150px;
  }
}
.product-image-group .group-image-2::before {
  position: absolute;
  content: "";
  top: 3px;
  top: 0;
  right: -15px;
  width: 425px;
  height: 465px;
  background: var(--tj-color-light-7);
  border-radius: 200px 200px 0 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-image-group .group-image-2::before {
    width: 230px;
    height: 250px;
    right: -10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-2::before {
    width: 215px;
    height: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-2::before {
    width: 265px;
    height: 285px;
  }
}
@media (max-width: 575px) {
  .product-image-group .group-image-2::before {
    width: 165px;
    height: 175px;
  }
}
.product-image-group .group-image-2 img {
  border-radius: 200px 200px 0 0;
  position: relative;
  z-index: 3;
}
.product-image-group .group-image-2 .shape-1 {
  position: absolute;
  top: -45px;
  left: 10px;
}
.product-image-group .group-image-3 {
  position: absolute;
  top: 10%;
  right: -35%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 325px;
  width: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-image-group .group-image-3 {
    max-width: 210px;
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-3 {
    max-width: 160px;
    right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-image-group .group-image-3 {
    max-width: 250px;
    right: 25%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-3 {
    max-width: 220px;
    right: 5%;
  }
}
@media (max-width: 575px) {
  .product-image-group .group-image-3 {
    max-width: 150px;
    right: 5%;
  }
}
.product-image-group .group-image-3::before {
  position: absolute;
  content: "";
  top: -10px;
  right: 0;
  width: 325px;
  height: 425px;
  background: var(--tj-color-light-7);
  border-radius: 0 0 200px 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-image-group .group-image-3::before {
    right: -15px;
    width: 225px;
    height: 290px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-3::before {
    right: -15px;
    width: 175px;
    height: 225px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-image-group .group-image-3::before {
    right: -20px;
    width: 270px;
    height: 340px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-image-group .group-image-3::before {
    right: -15px;
    width: 235px;
    height: 300px;
  }
}
@media (max-width: 575px) {
  .product-image-group .group-image-3::before {
    top: -10px;
    right: -10px;
    width: 159px;
    height: 205px;
  }
}
.product-image-group .group-image-3 img {
  border-radius: 0 0 200px 200px;
  position: relative;
  z-index: 3;
}
.product-image-group .group-image-3 .shape-1 {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  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) {
  .product-image-group .group-image-3 .shape-1 {
    left: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-image-group .group-image-3 .shape-1 {
    left: 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) {
  .product-image-group .group-image-3 .shape-1 {
    left: 25%;
  }
}
@media (max-width: 575px) {
  .product-image-group .group-image-3 .shape-1 {
    max-width: 100px;
  }
}
.product-image-group .group-image-3 .shape-2 {
  position: absolute;
  top: -110px;
  left: 35%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  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) {
  .product-image-group .group-image-3 .shape-2 {
    left: 5%;
  }
}
@media (max-width: 575px) {
  .product-image-group .group-image-3 .shape-2 {
    left: 0;
  }
}

/* !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::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner-bg/roll-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 80px;
}
.tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 52.3%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 50px;
  width: 7px;
  background: 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-text::before {
    height: 40px;
  }
}
@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::before {
    height: 30px;
    width: 4px;
  }
}
.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;
}
@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 {
    margin-left: 15px;
  }
}
.tj-roll-section .slide-roll .roll-box .roll-item .roll-content .roll-icon img {
  min-width: 60px;
  width: 100%;
  -webkit-animation: rotateImg 6s infinite linear;
          animation: rotateImg 6s infinite linear;
}
@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 img {
    min-width: 40px;
  }
}
.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% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}

@keyframes rotated-style3 {
  0% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
            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;
  position: relative;
}
.tj-menu-area li {
  display: inline-block;
  position: relative;
  margin-right: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-menu-area li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-menu-area li {
    margin-right: 15px;
  }
}
.tj-menu-area li.has-dropdown a {
  padding: 15px 20px 15px 0;
}
.tj-menu-area li.has-dropdown a::after {
  position: absolute;
  top: 3px;
  right: 0;
  line-height: 1;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}
.tj-menu-area li.has-dropdown:hover a::after {
  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;
}
.tj-menu-area li:last-child {
  margin-right: 0;
}
.tj-menu-area li a {
  font-size: 16px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 15px 0;
}
.tj-menu-area li a.active, .tj-menu-area li a:hover {
  color: transparent;
}
.tj-menu-area li .black-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;
  color: var(--tj-color-common-black);
}
.tj-menu-area li .black-color.active, .tj-menu-area li .black-color:hover {
  color: transparent;
}
.tj-menu-area li .sub-menu {
  text-align: left;
  margin: 0;
  list-style: none;
  background: var(--tj-color-common-white);
  position: absolute;
  opacity: 0;
  padding: 20px 0;
  visibility: hidden;
  z-index: 9;
  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 li .sub-menu::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  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%);
  content: "";
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.tj-menu-area li .sub-menu li {
  display: block;
  margin-right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-menu-area li .sub-menu li a {
  position: relative;
  padding: 8px 20px;
  display: block;
  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-menu-area li .sub-menu li a::before {
  content: "";
  width: 0;
  height: 2px;
  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: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-menu-area li .sub-menu li a::after {
  display: none;
}
.tj-menu-area li .sub-menu li a.active, .tj-menu-area li .sub-menu li a:hover {
  color: transparent;
}
.tj-menu-area li .sub-menu li a.active::before, .tj-menu-area li .sub-menu li a:hover::before {
  width: 14px;
}
.tj-menu-area li .sub-menu li:last-child {
  padding-bottom: 0;
}
.tj-menu-area li .sub-menu li.active, .tj-menu-area li .sub-menu li:hover {
  padding-left: 15px;
}
.tj-menu-area li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

.tj-canva-icon a {
  cursor: pointer;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.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-three a,
.tj-canva-two a {
  cursor: pointer;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.tj-canva-three a span,
.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-three a span.dot2,
.tj-canva-two a span.dot2 {
  width: 27px;
}
.tj-canva-three a span.dot4,
.tj-canva-two a span.dot4 {
  width: 22px;
}

.tj-canva-three a span {
  background: var(--tj-color-theme-h9-primary);
}

.header-style-two {
  padding: 0;
}
@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 {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.header-style-two .tj-menu-area li {
  display: inline-block;
  position: relative;
  margin-right: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-two .tj-menu-area li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-two .tj-menu-area li {
    margin-right: 15px;
  }
}
.header-style-two .tj-menu-area li.has-dropdown a {
  padding: 15px 20px 15px 0;
}
.header-style-two .tj-menu-area li.has-dropdown a::after {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 1;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  color: var(--tj-color-common-black);
}
.header-style-two .tj-menu-area li.has-dropdown:hover a::after {
  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;
}
.header-style-two .tj-menu-area li:last-child {
  margin-right: 0;
}
.header-style-two .tj-menu-area li a {
  font-size: 16px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 15px 0;
}
.header-style-two .tj-menu-area li a.active, .header-style-two .tj-menu-area li a:hover {
  color: transparent;
}
.header-style-two .tj-menu-area li .sub-menu {
  text-align: left;
  margin: 0;
  list-style: none;
  background: var(--tj-color-common-white);
  position: absolute;
  opacity: 0;
  padding: 20px 0;
  visibility: hidden;
  z-index: 9;
  top: 130%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  width: 220px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.header-style-two .tj-menu-area li .sub-menu::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  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%);
  content: "";
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.header-style-two .tj-menu-area li .sub-menu li {
  display: block;
  margin-right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-style-two .tj-menu-area li .sub-menu li a {
  position: relative;
  padding: 5px 20px;
  display: block;
  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);
}
.header-style-two .tj-menu-area li .sub-menu li a::before {
  content: "";
  width: 0;
  height: 2px;
  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: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-style-two .tj-menu-area li .sub-menu li a::after {
  display: none;
}
.header-style-two .tj-menu-area li .sub-menu li a.active, .header-style-two .tj-menu-area li .sub-menu li a:hover {
  color: transparent;
}
.header-style-two .tj-menu-area li .sub-menu li a.active::before, .header-style-two .tj-menu-area li .sub-menu li a:hover::before {
  width: 14px;
}
.header-style-two .tj-menu-area li .sub-menu li:last-child {
  padding-bottom: 0;
}
.header-style-two .tj-menu-area li .sub-menu li.active, .header-style-two .tj-menu-area li .sub-menu li:hover {
  padding-left: 15px;
}
.header-style-two .tj-menu-area li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

.header-style-three {
  padding: 30px 0;
}
.header-style-three .menu-area {
  padding: 20px 45px;
}
@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 {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.header-style-three .tj-menu-area li {
  display: inline-block;
  position: relative;
  margin-right: 55px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-style-three .tj-menu-area li {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-style-three .tj-menu-area li {
    margin-right: 15px;
  }
}
.header-style-three .tj-menu-area li.has-dropdown a {
  padding: 15px 20px 15px 0;
}
.header-style-three .tj-menu-area li.has-dropdown a::after {
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 1;
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-size: 10px;
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  color: var(--tj-color-common-black);
}
.header-style-three .tj-menu-area li.has-dropdown:hover a::after {
  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;
}
.header-style-three .tj-menu-area li:last-child {
  margin-right: 0;
}
.header-style-three .tj-menu-area li a {
  font-size: 16px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-regular);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  padding: 15px 0;
}
.header-style-three .tj-menu-area li a.active, .header-style-three .tj-menu-area li a:hover {
  color: transparent;
}
.header-style-three .tj-menu-area li .sub-menu {
  text-align: left;
  margin: 0;
  list-style: none;
  background: var(--tj-color-common-white);
  position: absolute;
  opacity: 0;
  padding: 20px 0;
  visibility: hidden;
  z-index: 9;
  top: 130%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  width: 220px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.header-style-three .tj-menu-area li .sub-menu::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  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%);
  content: "";
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.header-style-three .tj-menu-area li .sub-menu li {
  display: block;
  margin-right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-style-three .tj-menu-area li .sub-menu li a {
  position: relative;
  padding: 5px 20px;
  display: block;
  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);
}
.header-style-three .tj-menu-area li .sub-menu li a::before {
  content: "";
  width: 0;
  height: 2px;
  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: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-style-three .tj-menu-area li .sub-menu li a::after {
  display: none;
}
.header-style-three .tj-menu-area li .sub-menu li a.active, .header-style-three .tj-menu-area li .sub-menu li a:hover {
  color: transparent;
}
.header-style-three .tj-menu-area li .sub-menu li a.active::before, .header-style-three .tj-menu-area li .sub-menu li a:hover::before {
  width: 14px;
}
.header-style-three .tj-menu-area li .sub-menu li:last-child {
  padding-bottom: 0;
}
.header-style-three .tj-menu-area li .sub-menu li.active, .header-style-three .tj-menu-area li .sub-menu li:hover {
  padding-left: 15px;
}
.header-style-three .tj-menu-area li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}

.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: -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: 30px 15px 30px;
  -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;
}
.tj-offcanvas-area.style-7 {
  background: var(--tj-color-theme-h7-secondary);
}
.tj-offcanvas-area.style-7 .tj-search-box form a i {
  background: var(--tj-color-theme-h6-primary);
}
.tj-offcanvas-area.style-7 .mobile-contact ul li span {
  display: inline-block;
  margin-right: 10px;
}
.tj-offcanvas-area.style-7 .mobile-contact ul li span i {
  background: var(--tj-color-theme-h6-primary);
}
.tj-offcanvas-area.style-7 .mobile-share ul li a {
  background: var(--tj-color-common-black);
}
.tj-offcanvas-area.style-7 .mobile-share ul li a:hover {
  background: var(--tj-color-theme-h6-primary);
}
@media (max-width: 575px) {
  .tj-offcanvas-area {
    width: 320px;
  }
}
.tj-offcanvas-area .tj-offcanvas-header {
  margin-bottom: 50px;
}
.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 a {
  font-size: 35px;
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-offcanvas-area .tj-offcanvas-header .offcanvas-icon a:hover {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tj-offcanvas-area .tj-search-box {
  position: relative;
  margin-bottom: 20px;
}
.tj-offcanvas-area .tj-search-box form input[type=text] {
  border: none;
  width: 100%;
  padding: 0 15px;
  border-radius: 3px;
  height: 52px;
  line-height: 52px;
}
.tj-offcanvas-area .tj-search-box form a i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 17px 20px;
  border-radius: 0px 3px 3px 0px;
  background: var(--tj-color-theme-secondary);
  font-size: 18px;
  color: var(--tj-color-common-white);
}
.tj-offcanvas-area .mobile-contact {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.tj-offcanvas-area .mobile-contact ul li {
  margin-bottom: 15px;
}
.tj-offcanvas-area .mobile-contact ul li:last-child {
  margin-bottom: 0;
}
.tj-offcanvas-area .mobile-contact ul li span {
  display: inline-block;
  margin-right: 10px;
}
.tj-offcanvas-area .mobile-contact ul li span i {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.tj-offcanvas-area .mobile-contact ul li a {
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.tj-offcanvas-area .mobile-share {
  margin-bottom: 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: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  display: inline-block;
  text-align: 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;
}

.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 #mobile-menu > ul {
  display: block !important;
}

.mean-container .mean-nav ul li li {
  margin-left: 15px;
}
.mean-container .mean-nav ul li li a {
  text-transform: capitalize;
  padding: 14px 0;
  width: 100%;
}

.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-nav {
  background: transparent;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
}
.mobile-navbar-menu .mean-nav ul li:first-child {
  border-top: none;
}
.mobile-navbar-menu .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);
}

/* !END: Theme Mainmenu CSS */
/**----------------------------------------
START: Theme Breadcrumb CSS
----------------------------------------*/
.breadcrumb-wrapper {
  padding-top: 210px;
  padding-bottom: 140px;
  background-image: url(../images/banner-bg/banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: linear-gradient(181deg, var(--tj-color-grey-7) 2.29%, rgba(40, 40, 40, 0.7) 89.63%);
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-wrapper {
    padding-top: 160px;
    padding-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-wrapper {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}

.tj-breadcrumb-shape .breadcrumb-shape-one {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-one {
    width: 50%;
  }
}
.tj-breadcrumb-shape .breadcrumb-shape-two {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-two {
    width: 50%;
  }
}
.tj-breadcrumb-shape .breadcrumb-shape-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-1 {
    display: none;
  }
}
.tj-breadcrumb-shape .breadcrumb-shape-2 {
  position: absolute;
  left: 8%;
  top: 15%;
  opacity: 0.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-2 {
    display: none;
  }
}
.tj-breadcrumb-shape .breadcrumb-shape-3 {
  position: absolute;
  left: 8%;
  top: 25%;
  opacity: 0.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-3 {
    display: none;
  }
}
.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;
}
@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-breadcrumb-shape .breadcrumb-shape-4 {
    display: none;
  }
}
.tj-breadcrumb-shape .breadcrumb-shape-5 {
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 36%;
  bottom: 50px;
  opacity: 0.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-5 {
    display: none;
  }
}
.tj-breadcrumb-shape .breadcrumb-shape-6 {
  position: absolute;
  right: 20%;
  bottom: 80px;
  opacity: 0.6;
}
@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-breadcrumb-shape .breadcrumb-shape-6 {
    display: none;
  }
}
.tj-breadcrumb-shape .breadcrumb-shape-7 {
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-7 {
    display: none;
  }
}
.tj-breadcrumb-shape .breadcrumb-shape-8 {
  position: absolute;
  right: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.2;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-breadcrumb-shape .breadcrumb-shape-8 {
    display: none;
  }
}

.breadcrumb-content-area {
  position: relative;
  z-index: 9;
}
.breadcrumb-content-area .breadcrumb-heading {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-content-area .breadcrumb-heading {
    margin-bottom: 10px;
  }
}
.breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
    font-size: 38px;
  }
}
.breadcrumb-content-area .breadcrumb-link span {
  color: var(--tj-color-common-white);
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
}
.breadcrumb-content-area .breadcrumb-link i {
  color: var(--tj-color-common-white);
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  position: relative;
  top: 3px;
  font-weight: var(--tj-fw-sbold);
}
.breadcrumb-content-area .breadcrumb-link a span {
  color: var(--tj-color-common-white);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-body);
}
.breadcrumb-content-area .breadcrumb-link a span::before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  background: var(--tj-color-common-white);
}
.breadcrumb-content-area .breadcrumb-link a span:hover::before {
  width: 100%;
}

/* !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: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: 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: -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;
  letter-spacing: 3.5px;
  display: inline-block;
  line-height: 1.2;
  font-size: 12px;
}

@-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;
}
.skill_item .skill_item_inner .skill_img i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.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: 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: -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: 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 {
  font-size: 70px;
  line-height: 1.1;
  color: var(--tj-color-common-white);
  margin-bottom: 10px;
}
.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);
}
@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 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 Portfolio
----------------------------------------*/
.tj-portfolio-section.style-6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--tj-color-common-white);
}
.tj-portfolio-section.style-6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  height: 550px;
  background-image: url(../images/shape/h6-about-bg-shape.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tj-portfolio-section.style-6 .tj-sec-heading.style-7 {
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-portfolio-section.style-6::after {
    background-size: contain;
    bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-portfolio-section.style-6 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .tj-portfolio-section.style-6::after {
    background-size: contain;
    bottom: 60px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-portfolio-section.style-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-portfolio-section.style-6::after {
    background-size: contain;
    bottom: 60px;
  }
  .tj-portfolio-section.style-6 .tj-sec-heading.style-7 {
    margin-bottom: 40px;
  }
}

.portfolio_item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
.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%;
    margin-left: auto;
    margin-right: auto;
  }
  .portfolio_item .portfolio_content {
    width: 90%;
  }
}
@media (max-width: 575px) {
  .portfolio_item .portfolio_content {
    padding: 20px 15px;
  }
}

.portfolio_carousel.style-6 .portfolio_item {
  margin: 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 6 Team CSS
----------------------------------------*/
.tj-team-section.style-6 {
  background: var(--tj-color-theme-h6-bg);
  padding-top: 120px;
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
.tj-team-section.style-6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  height: 550px;
  background-image: url(../images/shape/h6-about-bg-shape.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tj-team-section.style-6 .tj-sec-heading {
  max-width: 100%;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-team-section.style-6::after {
    background-size: contain;
    bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-team-section.style-6 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  .tj-team-section.style-6::after {
    background-size: contain;
    bottom: 60px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-team-section.style-6 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .tj-team-section.style-6::after {
    background-size: contain;
    bottom: 60px;
  }
  .tj-team-section.style-6 .tj-sec-heading {
    margin-bottom: 40px;
  }
}

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

@-webkit-keyframes animate-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 51, 68, 0.15), 0 0 0 0 rgba(255, 51, 68, 0.15);
            box-shadow: 0 0 0 0 rgba(255, 51, 68, 0.15), 0 0 0 0 rgba(255, 51, 68, 0.15);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 51, 68, 0.15);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 51, 68, 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 animate-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 51, 68, 0.15), 0 0 0 0 rgba(255, 51, 68, 0.15);
            box-shadow: 0 0 0 0 rgba(255, 51, 68, 0.15), 0 0 0 0 rgba(255, 51, 68, 0.15);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 51, 68, 0.15);
            box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(255, 51, 68, 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: Home 6 Video CSS */
/**----------------------------------------
START: Home 6 Blog CSS
----------------------------------------*/
.tj-blog-section.style-6 {
  padding-bottom: 142px;
  position: relative;
  z-index: 1;
  background-color: var(--tj-color-theme-h6-bg);
}
.tj-blog-section.style-6::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100px;
  width: 100%;
  height: 550px;
  background-image: url(../images/shape/h6-about-bg-shape.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.tj-blog-section.style-6 .tj-sec-heading {
  max-width: 100%;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-blog-section.style-6::after {
    background-size: contain;
    bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-blog-section.style-6 {
    padding-bottom: 250px;
  }
  .tj-blog-section.style-6::after {
    background-size: contain;
    bottom: 60px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-blog-section.style-6 {
    padding-bottom: 140px;
  }
  .tj-blog-section.style-6::after {
    background-size: contain;
    bottom: 60px;
  }
  .tj-blog-section.style-6 .tj-sec-heading {
    margin-bottom: 40px;
  }
}

.tj_blog_item.style-6 {
  margin-bottom: 50px;
}
.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;
  }
  .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: 50px;
}
.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 a:hover {
  color: var(--tj-color-theme-h6-primary);
}
.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 .btn {
    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;
  }
  .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 .btn {
    margin-top: 20px;
  }
}

/* !END: Home 6 Blog CSS */
/**----------------------------------------
START: Home 7 Hero CSS
----------------------------------------*/
.tj-hero-section.style-7 {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.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;
  }
}

/* !END: Home 7 Hero CSS */
/**----------------------------------------
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::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::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/service/service-9.jpg);
  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 .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-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::after {
  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 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-images-wrapper {
  text-align: center;
  max-width: 535px;
  width: 100%;
  position: relative;
  padding: 17px;
  z-index: 1;
  margin-left: auto;
}
.tj-about-section.style-7 .about-images-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 710px;
  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;
}
.tj-about-section.style-7 .about-images-wrapper .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);
}
.tj-about-section.style-7 .about-images-wrapper .images-one img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.tj-about-section.style-7 .about-images-wrapper .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;
}
.tj-about-section.style-7 .about-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), (max-width: 575px) {
  .tj-about-section.style-7 .about-images-wrapper .images-two {
    max-width: 225px;
    height: 225px;
  }
}
.tj-about-section.style-7 .about-images-wrapper .image-shapes {
  position: absolute;
  bottom: 66px;
  left: -53px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tj-about-section.style-7 .about-images-wrapper .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) {
  .tj-about-section.style-7 .about-images-wrapper {
    margin: 0 auto;
  }
}
.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;
  }
}

/* !END: Theme About CSS */
/**----------------------------------------
START: Theme Roll CSS
----------------------------------------*/
.tj-roll-section.style-7 {
  position: relative;
  z-index: 9;
  background-color: var(--tj-color-common-white);
  padding: 45px 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.tj-roll-section.style-7::before {
  display: none;
}
.tj-roll-section.style-7 .slide-roll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tj-roll-section.style-7 .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.style-7 .slide-roll .roll-box .roll-item .roll-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tj-roll-section.style-7 .slide-roll .roll-box .roll-item .roll-content .roll-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 85px;
  padding-left: 85px;
}
.tj-roll-section.style-7 .slide-roll .roll-box .roll-item .roll-content .roll-text::before {
  display: none;
}
.tj-roll-section.style-7 .slide-roll .roll-box .roll-item .roll-content .roll-text .title {
  white-space: nowrap;
  line-height: 1;
  font-size: 50px;
  color: var(--tj-color-theme-h6-primary);
  margin: 0;
}
.tj-roll-section.style-7 .slide-roll .roll-box .roll-item .roll-content .roll-text .stoke {
  -webkit-text-fill-color: var(--tj-color-common-white);
  -webkit-text-stroke: 1px var(--tj-color-theme-h6-primary);
  position: relative;
  z-index: 1;
}
.tj-roll-section.style-7 .slide-roll .roll-box .roll-item .roll-content .roll-text .stoke::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 10px;
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid 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) {
  .tj-roll-section.style-7 .slide-roll .roll-box .roll-item .roll-content .roll-text .title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .tj-roll-section.style-7 .slide-roll .roll-box .roll-item .roll-content .roll-text .title {
    font-size: 35px;
  }
}
.tj-roll-section.style-7 .slide-roll .roll-box .roll-item .roll-content .roll-icon {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 0;
}
.tj-roll-section.style-7 .slide-roll .roll-box .roll-item .roll-content .roll-icon img {
  min-width: 40px;
  width: 100%;
  -webkit-animation: rotateImg 6s infinite linear;
          animation: rotateImg 6s infinite linear;
}
.tj-roll-section.style-7 .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 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-content-area.style-7 {
  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: 15px;
  max-width: 1160px;
  margin: 0 auto;
}
.counter-content-area.style-7 .counter-item {
  text-align: center;
  border: none;
  background: var(--tj-color-light-14);
  max-width: 200px;
  width: 100%;
  padding: 60px 40px;
  border-radius: 100px;
}
.counter-content-area.style-7 .counter-item .counter-icon {
  font-size: 50px;
  color: var(--tj-color-common-black);
  line-height: 1;
  margin-bottom: 10px;
}
.counter-content-area.style-7 .counter-item .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-content-area.style-7 .counter-item .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-content-area.style-7 .counter-item {
    margin: 0 auto 30px;
    padding: 40px 15px;
  }
  .counter-content-area.style-7 .counter-item .tj-count {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .counter-content-area.style-7 .counter-item {
    margin-bottom: 0;
  }
  .counter-content-area.style-7 .counter-item .tj-count {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .counter-content-area.style-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* !END: Theme Counter CSS */
/**----------------------------------------
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 .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: 20px;
  margin-top: 50px;
}
.tj-portfolio-section.style-7 .owl-dots .owl-dot {
  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;
}
.tj-portfolio-section.style-7 .owl-dots .owl-dot::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-portfolio-section.style-7 .owl-dots .owl-dot.active {
  background: var(--tj-color-theme-h6-primary);
}
.tj-portfolio-section.style-7 .owl-dots .owl-dot.active::before {
  border-color: var(--tj-color-theme-h6-primary);
}
.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;
  }
}

.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 Testimonial CSS
----------------------------------------*/
.tj-testimonial-section {
  padding-bottom: 115px;
  padding-top: 120px;
  background: var(--tj-color-light-2);
  overflow-x: hidden;
  position: relative;
}
.tj-testimonial-section.style-7 {
  padding-bottom: 120px;
  padding-top: 120px;
  background: var(--tj-color-common-white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.tj-testimonial-section.style-7 .tj-sec-heading {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
}
.tj-testimonial-section.style-7 .tj-testimonial-slider4 {
  padding-top: 20px;
}
.tj-testimonial-section.style-7 .tj-testimonial-slider4 .swiper-pagination {
  text-align: center;
  position: relative;
  margin-top: 60px;
}
.tj-testimonial-section.style-7 .tj-testimonial-slider4 .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
}
.tj-testimonial-section.style-7 .tj-testimonial-slider4 .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.tj-testimonial-section.style-7 .tj-testimonial-slider4 .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-testimonial-section.style-7 .tj-testimonial-slider4 .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-testimonial-section.style-7 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .tj-testimonial-section.style-7 .tj-sec-heading {
    margin: 0 auto 40px;
  }
  .tj-testimonial-section.style-7 .tj-testimonial-slider4 .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 .testimonial-rating {
  border-radius: 5px;
  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);
  padding: 8px 20px;
  margin-bottom: 30px;
  width: 145px;
  text-align: center;
}
.testimonial-item.style-7 .testimonial-rating ul li {
  display: inline-block;
}
.testimonial-item.style-7 .testimonial-rating ul li i {
  color: var(--tj-color-extra-2);
}
.testimonial-item.style-7 .testimonial-header {
  margin-bottom: 25px;
}
.testimonial-item.style-7 .testimonial-header .test-title {
  background: transparent;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
.testimonial-item.style-7 .testimonial-header .test-title::before {
  position: absolute;
  content: "";
  width: 125%;
  height: 1px;
  left: 0;
  bottom: -15px;
  background: rgba(58, 58, 58, 0.3);
}
.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 .testimonial-rating {
  margin-bottom: 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 Team CSS
----------------------------------------*/
.tj-team-section.style-7 {
  background: var(--tj-color-theme-h7-primary-5);
}
.tj-team-section.style-7 .team-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;
  row-gap: 25px;
  margin-bottom: 60px;
}
.tj-team-section.style-7 .team-top-content .team-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.tj-team-section.style-7 .team-top-content .team-navigation .slider-next,
.tj-team-section.style-7 .team-top-content .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-team-section.style-7 .team-top-content .team-navigation .slider-next:hover,
.tj-team-section.style-7 .team-top-content .team-navigation .slider-prev:hover {
  opacity: 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-team-section.style-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-team-section.style-7 .team-top-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .tj-team-section.style-7 {
    padding-bottom: 140px;
  }
  .tj-team-section.style-7 .team-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;
  }
  .tj-team-section.style-7 .team-top-content .team-navigation {
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    gap: 15px;
  }
  .tj-team-section.style-7 .team-top-content .team-navigation .slider-next,
  .tj-team-section.style-7 .team-top-content .team-navigation .slider-prev {
    width: 40px;
    height: 40px;
  }
}

.tj_team_item.style-7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
  max-width: 300px;
  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 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 {
  color: var(--tj-color-common-white);
}
.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: var(--tj-color-theme-h6-primary);
  color: var(--tj-color-common-white);
}
.tj-faq-area.style-7 .tj-faq-style .accordion-item .accordion-body {
  padding: 0 0 30px 0;
}

.faq-images-wrapper {
  text-align: center;
  max-width: 510px;
  height: 500px;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: -35px;
}
.faq-images-wrapper .images-one {
  max-width: 350px;
  width: 100%;
  height: 350px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  padding: 12px;
  margin: 0 auto -50px;
}
.faq-images-wrapper .images-one::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 710px;
  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;
}
.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%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faq-images-wrapper .images-two {
  max-width: 245px;
  width: 100%;
  height: 245px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  padding: 8px;
  margin: 0 auto;
  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%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@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) {
  .faq-images-wrapper .images-one {
    max-width: 300px;
    height: 300px;
  }
  .faq-images-wrapper .images-two {
    max-width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-images-wrapper {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq-images-wrapper {
    margin-top: -50px;
    height: 450px;
  }
}
@media (max-width: 575px) {
  .faq-images-wrapper {
    height: 350px;
  }
  .faq-images-wrapper .images-one {
    max-width: 250px;
    height: 250px;
  }
  .faq-images-wrapper .images-two {
    max-width: 150px;
    height: 150px;
  }
}

/* !END: Theme FAQ CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.tj-blog-section.style-7 {
  padding-top: 120px;
  padding-bottom: 145px;
  background: var(--tj-color-theme-h7-primary-5);
}
.tj-blog-section.style-7 .tj-sec-heading {
  max-width: 100%;
  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-blog-section.style-7 {
    padding-top: 80px;
    padding-bottom: 180px;
  }
  .tj-blog-section.style-7 .tj-sec-heading {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-section.style-7 {
    padding-bottom: 145px;
  }
}

.tj-blog-item.style-7 {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  -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: 20px;
  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 p:last-child {
  margin-bottom: 0;
}
.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;
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Home 8 Hero CSS
----------------------------------------*/
.tj-hero-section.style-8 {
  padding-top: 200px;
  padding-bottom: 0px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  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%);
}
.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: Theme About CSS
----------------------------------------*/
.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-images-wrapper {
  max-width: 655px;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 3;
}
.tj-about-section.style-8 .about-images-wrapper .group-image-1 {
  max-width: 385px;
  height: 640px;
  width: 100%;
  border-radius: 550px;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.tj-about-section.style-8 .about-images-wrapper .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;
}
.tj-about-section.style-8 .about-images-wrapper .group-image-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 550px;
}
.tj-about-section.style-8 .about-images-wrapper .group-image-2 {
  max-width: 275px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 2;
  border: 6px solid var(--tj-color-theme-h8-primary-2);
  border-radius: 550px 500px 500px 500px;
  z-index: 2;
}
.tj-about-section.style-8 .about-images-wrapper .group-image-2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -25px;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-common-white)), to(var(--tj-color-common-white)));
  background: linear-gradient(180deg, var(--tj-color-common-white) 0%, var(--tj-color-common-white) 100%);
  border-radius: 550px 500px 500px 500px;
  opacity: 0.4;
  z-index: -1;
}
.tj-about-section.style-8 .about-images-wrapper .group-image-2 img {
  border-radius: 550px 500px 500px 500px;
}
.tj-about-section.style-8 .about-images-wrapper .about-shapes1 {
  position: absolute;
  top: 20px;
  left: 50px;
  max-width: 65px;
  width: 100%;
  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;
  }
  .tj-about-section.style-8 .about-images-wrapper {
    margin: 0 auto 40px;
    max-width: 545px;
  }
  .tj-about-section.style-8 .about-images-wrapper .group-image-1 {
    max-width: 335px;
    height: auto;
  }
  .tj-about-section.style-8 .about-images-wrapper .group-image-2 {
    max-width: 235px;
    height: auto;
  }
}
@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;
  }
  .tj-about-section.style-8 .about-images-wrapper {
    margin: 0 auto 40px;
    max-width: 430px;
  }
  .tj-about-section.style-8 .about-images-wrapper .group-image-1 {
    max-width: 280px;
    height: auto;
  }
  .tj-about-section.style-8 .about-images-wrapper .group-image-2 {
    max-width: 200px;
    height: auto;
  }
}
@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;
  }
  .tj-about-section.style-8 .about-images-wrapper {
    margin: 0 auto 40px;
    max-width: 430px;
  }
  .tj-about-section.style-8 .about-images-wrapper .group-image-1 {
    max-width: 230px;
    height: auto;
  }
  .tj-about-section.style-8 .about-images-wrapper .group-image-2 {
    max-width: 160px;
    height: auto;
  }
}

/* !END: Theme About CSS */
/**----------------------------------------
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;
}
.service_area .service-style-8 {
  position: relative;
  z-index: 2;
  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: 2;
}
.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: inline-block;
  color: var(--tj-color-common-black);
  font-size: 35px;
}
.service_area .service-style-8 .service-inner .title {
  margin-bottom: 10px;
}
.service_area .service-style-8 .service-inner .title:hover {
  color: var(--tj-color-theme-primary);
}
.service_area .service-style-8 .service-inner 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);
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.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 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 a {
  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 Portfolio CSS
----------------------------------------*/
.tj-portfolio-section.style-8 {
  padding-top: 115px;
  padding-bottom: 105px;
  background: var(--tj-color-theme-h8-primary-3);
}
.tj-portfolio-section.style-8 .portfolio-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: 15px;
}
.tj-portfolio-section.style-8 .tj-sec-heading {
  max-width: 590px;
  width: 100%;
  margin-left: 0;
}
.tj-portfolio-section.style-8 .tj-sec-heading .title {
  margin-bottom: 0;
}
.tj-portfolio-section.style-8 .filter-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
.tj-portfolio-section.style-8 .filter-menu .filter {
  color: var(--tj-color-text-body);
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
}
.tj-portfolio-section.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-portfolio-section.style-8 .filter-menu {
    gap: 20px;
  }
}
.tj-portfolio-section.style-8 .portfolio-single-item .portfolio-single .portfolio-content .title-link {
  margin-bottom: 5px;
}
.tj-portfolio-section.style-8 .portfolio-single-item .portfolio-single .portfolio-content .title-link a {
  color: var(--tj-color-common-black);
}
.tj-portfolio-section.style-8 .portfolio-single-item .portfolio-single .portfolio-content .title-link a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-portfolio-section.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-portfolio-section.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-portfolio-section.style-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-portfolio-section.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-portfolio-section.style-8 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

/* !END: Theme Portfolio CSS */
/**----------------------------------------
START: Home 6 Video CSS
----------------------------------------*/
.tj-video-section.style-8 {
  position: relative;
  z-index: 1;
}
.tj-video-section.style-8::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-8 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.tj-video-section.style-8 .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-8 .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-8 .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-h8-primary-4);
  opacity: 0.2;
  z-index: -1;
  border-radius: 50%;
}
.tj-video-section.style-8 .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-8 .video_content_wrap .video_icon .video_play::after, .tj-video-section.style-8 .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-8 .video_content_wrap .video_icon .video_play::after {
  width: 75%;
  height: 75%;
  opacity: 0.5;
}
.tj-video-section.style-8 .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-8 .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-8 .video_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .tj-video-section.style-8 .video_content_wrap .video_icon {
    width: 100px;
    height: 100px;
  }
  .tj-video-section.style-8 .video_content_wrap .video_text {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .tj-video-section.style-8 .video_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .tj-video-section.style-8 .video_content_wrap .video_icon {
    width: 90px;
    height: 90px;
  }
  .tj-video-section.style-8 .video_content_wrap .video_icon .video-play {
    font-size: 25px;
  }
  .tj-video-section.style-8 .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 Testimonial CSS
----------------------------------------*/
.tj-testimonial-section {
  padding-bottom: 115px;
  padding-top: 120px;
  background: var(--tj-color-light-2);
  overflow-x: hidden;
  position: relative;
}
.tj-testimonial-section.style-8 {
  padding-bottom: 120px;
  padding-top: 120px;
  background: var(--tj-color-common-white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.tj-testimonial-section.style-8 .tj-sec-heading {
  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: 15px;
  margin-bottom: 50px;
}
.tj-testimonial-section.style-8 .tj-sec-heading .title {
  margin-bottom: 0;
}
.tj-testimonial-section.style-8 .tj-sec-heading .desc {
  max-width: 570px;
  width: 100%;
  line-height: 1.9;
}
.tj-testimonial-section.style-8 .tj-sec-heading .desc p:last-child {
  margin-bottom: 0;
}
.tj-testimonial-section.style-8 .testimonial8-pagination {
  text-align: center;
  line-height: 1;
  margin-top: 40px;
}
.tj-testimonial-section.style-8 .testimonial8-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;
}
.tj-testimonial-section.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: var(--tj-color-theme-h8-primary);
  border-radius: 50%;
}
.tj-testimonial-section.style-8 .testimonial8-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--tj-color-theme-h8-primary);
  opacity: 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-testimonial-section.style-8 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .tj-testimonial-section.style-8 .tj-sec-heading {
    -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-8 {
  padding: 0;
  border: none;
  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%);
  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: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-h8-primary-4)), to(var(--tj-color-theme-h8-primary-4)));
  background: 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 .testimonial-quote {
  position: absolute;
  top: 35%;
  right: 60px;
}
.testimonial-item.style-8 .testimonial_inner .testimonial-rating {
  border-radius: 5px;
  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);
  padding: 8px 20px;
  margin-bottom: 20px;
  width: 145px;
  text-align: center;
}
.testimonial-item.style-8 .testimonial_inner .testimonial-rating ul li {
  display: inline-block;
}
.testimonial-item.style-8 .testimonial_inner .testimonial-rating ul li i {
  color: var(--tj-color-extra-2);
}
.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 .testimonial_inner .testimonial-auother .testimonial-rating {
  margin-bottom: 0;
}
.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: Skills CSS
----------------------------------------*/
.tj-skills-section.style-8 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.tj-skills-section.style-8 .tj-sec-heading {
  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) {
  .tj-skills-section.style-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.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 {
  width: 80px;
  height: 80px;
}
.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: Theme Blog CSS
----------------------------------------*/
.tj-blog-section.style-8 {
  padding-top: 120px;
  padding-bottom: 70px;
  background: var(--tj-color-common-white);
}
.tj-blog-section.style-8 .tj-sec-heading {
  max-width: 100%;
  margin-bottom: 60px;
  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: 15px;
}
.tj-blog-section.style-8 .tj-sec-heading .header-content {
  max-width: 470px;
  width: 100%;
}
.tj-blog-section.style-8 .tj-sec-heading .header-content .title {
  margin-bottom: 0;
}
.tj-blog-section.style-8 .tj-sec-heading .desc {
  max-width: 570px;
  width: 100%;
  line-height: 1.9;
}
.tj-blog-section.style-8 .tj-sec-heading .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-blog-section.style-8 {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .tj-blog-section.style-8 .tj-sec-heading {
    margin-bottom: 40px;
    -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;
  }
}

.tj-blog-item.style-8 {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  -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: -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: 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 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;
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Theme FAQ CSS
----------------------------------------*/
.tj-faq-section.style-8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--tj-color-theme-h8-primary-3);
}
.tj-faq-section.style-8 .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-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-faq-section.style-8 .tj-sec-heading {
    margin-bottom: 30px;
  }
}

.faq-image-group.style-8 {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 2;
  min-height: 515px;
  margin-left: 0;
}
.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;
}
.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;
  padding: 7px;
  border: 1px solid var(--tj-color-theme-primary);
  border-radius: 50%;
}
.faq-image-group.style-8 .faq-image4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@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) {
  .faq-image-group.style-8 {
    right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .faq-image-group.style-8 {
    right: 0;
    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;
    margin-bottom: 50px;
  }
  .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;
    margin-bottom: 50px;
  }
  .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 {
  max-width: 545px;
  width: 100%;
  margin-left: auto;
  padding-left: 0;
}
.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 Header CSS
----------------------------------------*/
.tj-header-area.style-9 {
  padding: 0;
}
.tj-header-area.style-9.header-sticky {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.tj-header-area.style-9.sticky {
  position: fixed;
  opacity: 1;
  visibility: visible;
}

.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;
  -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;
  -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;
  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-body9);
}
.header-topbar.style-9 .topbar-content-area .topbar-infos ul li:nth-child(1) {
  padding-left: 0;
}
.header-topbar.style-9 .topbar-content-area .topbar-infos ul li:nth-child(3) {
  border: none;
  padding-right: 0;
}
.header-topbar.style-9 .topbar-content-area .topbar-infos ul li a {
  color: var(--tj-color-text-body9);
}
.header-topbar.style-9 .topbar-content-area .topbar-infos ul li a:hover {
  color: var(--tj-color-theme-h9-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-topbar.style-9 .topbar-content-area .topbar-infos ul li:nth-child(2) {
    border: none;
  }
}
@media (max-width: 575px) {
  .header-topbar.style-9 .topbar-content-area .topbar-infos ul li:nth-child(1) {
    padding-right: 12px;
  }
  .header-topbar.style-9 .topbar-content-area .topbar-infos ul li:nth-child(2) {
    border: none;
    padding-left: 12px;
    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;
  -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:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-h9-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) {
  .header-topbar.style-9 .topbar-content-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.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;
}
.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;
}
.menu-area.style-9 .menu-content-area .site-logo {
  max-width: 125px;
  width: 100%;
}
.menu-area.style-9 .menu-content-area .site-logo a {
  display: inline-block;
}
.menu-area.style-9 .menu-content-area .site-logo a img {
  width: 100%;
}
.menu-area.style-9 .menu-content-area .tj-menu-area li a {
  color: var(--tj-color-grey-11);
  background: transparent;
}
.menu-area.style-9 .menu-content-area .tj-menu-area li a.active, .menu-area.style-9 .menu-content-area .tj-menu-area li a:hover {
  color: var(--tj-color-theme-h9-primary);
}
.menu-area.style-9 .menu-content-area .tj-menu-area li .sub-menu::before {
  background: var(--tj-color-theme-h9-primary);
}
.menu-area.style-9 .menu-content-area .tj-menu-area li .sub-menu li a {
  color: var(--tj-color-grey-11);
}
.menu-area.style-9 .menu-content-area .tj-menu-area li .sub-menu li a::before {
  background: var(--tj-color-theme-h9-primary);
}
.menu-area.style-9 .menu-content-area .tj-menu-area li .sub-menu li a.active, .menu-area.style-9 .menu-content-area .tj-menu-area li .sub-menu li a:hover {
  color: var(--tj-color-theme-h9-primary);
}
.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: 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: 2;
}
.tj-hero-section.style-9::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/shape/hero-9.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.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 .sub-title {
    padding-left: 35px;
  }
  .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;
  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: 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: 85%;
  }
  .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: 85%;
    left: 5px;
    top: -5px;
  }
}

/* !END: Home 8 Hero CSS */
/**----------------------------------------
START: Theme About CSS
----------------------------------------*/
.tj-about-section.style-9 {
  padding-top: 250px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
.tj-about-section.style-9 .shape-one {
  position: absolute;
  top: 50%;
  left: 100px;
  -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-9 .shape-one {
    display: none;
  }
}
.tj-about-section.style-9 .shape-two {
  position: absolute;
  bottom: 70px;
  right: 20%;
  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), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-about-section.style-9 .shape-two {
    display: none;
  }
}
.tj-about-section.style-9 .shape-three {
  position: absolute;
  bottom: 50px;
  left: 10%;
  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) {
  .tj-about-section.style-9 .shape-three {
    display: none;
  }
}
.tj-about-section.style-9 .tj-sec-heading .title {
  color: var(--tj-color-theme-h9-primary);
  margin-bottom: 15px;
}
.tj-about-section.style-9 .tj-sec-heading .title span {
  color: var(--tj-color-grey-11);
}
@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-9 {
    padding-top: 230px;
    padding-bottom: 80px;
  }
}

.about_wrapper.style-9 {
  max-width: 560px;
  position: relative;
  z-index: 2;
}
.about_wrapper.style-9 .images-one {
  position: relative;
  z-index: 1;
  max-width: 340px;
  width: 100%;
  padding-left: 10px;
}
.about_wrapper.style-9 .images-one::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 100%;
  top: 10px;
  left: 0;
  background: var(--tj-color-theme-h9-primary);
  z-index: -1;
}
.about_wrapper.style-9 .images-two {
  position: absolute;
  top: -150px;
  right: 0;
  max-width: 315px;
  width: 100%;
}
.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: -35px;
  left: 50px;
  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;
  right: -40px;
  bottom: 30px;
  z-index: -1;
  max-width: 200px;
  width: 100%;
}
.about_wrapper.style-9 .shaes-2 {
  position: absolute;
  top: -35%;
  left: 0;
  max-width: 200px;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_wrapper.style-9 .shaes-1 {
    max-width: 150px;
  }
  .about_wrapper.style-9 .shaes-2 {
    max-width: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about_wrapper.style-9 {
    margin-bottom: 50px;
  }
  .about_wrapper.style-9 .shaes-1 {
    max-width: 150px;
    right: 0;
  }
  .about_wrapper.style-9 .shaes-2 {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .about_wrapper.style-9 {
    max-width: 350px;
  }
  .about_wrapper.style-9 .images-one {
    max-width: 210px;
  }
  .about_wrapper.style-9 .images-two {
    max-width: 200px;
  }
  .about_wrapper.style-9 .images-two .video_icon {
    left: 20px;
  }
  .about_wrapper.style-9 .shaes-1 {
    max-width: 120px;
  }
  .about_wrapper.style-9 .shaes-2 {
    top: -45%;
    max-width: 120px;
  }
}

.about-content.style-9 .desc p {
  margin-bottom: 25px;
  font-style: italic;
  font-weight: var(--tj-fw-medium);
  line-height: 1.8;
}
.about-content.style-9 .desc p:last-child {
  margin-bottom: 0;
  font-style: normal;
}
.about-content.style-9 .about-button {
  margin-top: 30px;
}

/* !END: Theme About CSS */
/**----------------------------------------
START: Theme Service CSS
----------------------------------------*/
.tj-service-section.style-9 {
  background: var(--tj-color-theme-h9-primary-1);
  position: relative;
  z-index: 2;
}
.tj-service-section.style-9 .heading-area {
  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;
  margin-bottom: 115px;
}
.tj-service-section.style-9 .heading-area .tj-sec-heading {
  margin-bottom: 0;
  margin-left: 0;
  max-width: 515px;
  width: 100%;
}
.tj-service-section.style-9 .shapes-1 {
  position: absolute;
  bottom: 120px;
  left: 120px;
  opacity: 0.3;
  z-index: -1;
}
.tj-service-section.style-9 .shapes-2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 120px;
  opacity: 0.3;
  z-index: -1;
}
@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-service-section.style-9 .shapes-2 {
    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-service-section.style-9 .heading-area {
    -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;
    margin-bottom: 90px;
    text-align: center;
  }
  .tj-service-section.style-9 .heading-area .tj-sec-heading {
    margin: 0 auto;
  }
  .tj-service-section.style-9 .heading-area .service-button {
    margin-top: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tj-service-section.style-9 .shapes-1 {
    display: none;
  }
}
@media (max-width: 575px) {
  .tj-service-section.style-9 .heading-area {
    margin-bottom: 75px;
  }
}

.service-wrapper.style-9 {
  position: relative;
  z-index: 2;
}
.service-wrapper.style-9 .service-images {
  max-width: 360px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 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: 100%;
  height: 100%;
  top: 10px;
  left: 0;
  background: var(--tj-color-theme-h9-primary);
  z-index: -1;
}
.service-wrapper.style-9 .service-images img {
  width: 100%;
}
.service-wrapper.style-9 .service-shape {
  position: absolute;
  top: -80px;
  left: -25%;
  z-index: 1;
  opacity: 0.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-wrapper.style-9 {
    margin-bottom: 60px;
  }
  .service-wrapper.style-9 .service-images {
    margin: 0 auto;
  }
  .service-wrapper.style-9 .service-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) {
  .service-wrapper.style-9 {
    margin-bottom: 50px;
  }
  .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: 2;
  -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: -webkit-gradient(linear, left bottom, left top, color-stop(-24.22%, rgba(255, 204, 25, 0.2)), to(rgba(255, 255, 255, 0)));
  background: 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);
}
.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 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;
}
.tj-cta-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/banner-bg/cta-shape.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-cta-section {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
.tj-cta-section .tj-sec-heading {
  margin-bottom: 0;
}
.tj-cta-section.style-9 {
  background: transparent;
  padding: 0;
  margin-top: -72px;
  margin-bottom: -80px;
  z-index: 3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-cta-section.style-9 {
    margin-top: -150px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-cta-section.style-9 {
    margin-top: -115px;
  }
}
.tj-cta-section.style-9::before {
  display: none;
}
@media (min-width: 1400px) {
  .tj-cta-section.style-9 .container,
  .tj-cta-section.style-9 .container-lg,
  .tj-cta-section.style-9 .container-md,
  .tj-cta-section.style-9 .container-sm,
  .tj-cta-section.style-9 .container-xl,
  .tj-cta-section.style-9 .container-xxl {
    max-width: 1515px;
  }
}
.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: 2;
}
.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 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 Project CSS
----------------------------------------*/
.tj-portfolio-section.style-9 {
  padding-top: 120px;
  padding-bottom: 90px;
  background: var(--tj-color-common-white);
}
.tj-portfolio-section.style-9 .heading-area {
  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;
  margin-bottom: 60px;
  gap: 25px;
}
.tj-portfolio-section.style-9 .heading-area .tj-sec-heading {
  max-width: 630px;
  width: 100%;
  margin-left: 0;
  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-portfolio-section.style-9 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .tj-portfolio-section.style-9 .heading-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.portfolio-item.style-9 {
  position: relative;
  z-index: 2;
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(30, 30, 30, 0.7)));
  background: 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: -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%);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.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 .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 Counter CSS
----------------------------------------*/
.tj-counter-section.style-9 {
  padding-top: 120px;
  padding-bottom: 90px;
  background: var(--tj-color-theme-h9-primary-1);
}
.tj-counter-section.style-9 .shapes-1 {
  position: absolute;
  bottom: 40px;
  left: 20%;
  max-width: 30px;
  width: 100%;
  opacity: 0.4;
}
.tj-counter-section.style-9 .shapes-2 {
  position: absolute;
  top: 50px;
  right: 15%;
  max-width: 30px;
  width: 100%;
  opacity: 0.4;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-counter-section.style-9 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

.counter-item.style-9 {
  background: var(--tj-color-theme-h9-primary-3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 30px 20px 30px 30px;
  margin-bottom: 30px;
  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 .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: 4px;
}
.counter-item.style-9 .sub-title {
  font-size: 18px;
  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), 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 {
    gap: 20px;
  }
  .counter-item.style-9 .counter-icon {
    width: 65px;
    height: 65px;
    font-size: 35px;
  }
  .counter-item.style-9 .tj-count {
    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) {
  .counter-item.style-9 {
    padding: 30px 15px;
  }
}
@media (max-width: 575px) {
  .counter-item.style-9 {
    margin: 0 auto 30px;
  }
}

/* !END: Theme Counter CSS */
/**----------------------------------------
START: Home 6 Video CSS
----------------------------------------*/
.tj-video-section.style-9 {
  position: relative;
  z-index: 1;
}
.tj-video-section.style-9::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(354.08deg, var(--tj-color-theme-h9-primary-4) 3.26%, var(--tj-color-theme-h9-primary-5) 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-9 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.tj-video-section.style-9 .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-9 .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-9 .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-h8-primary-4);
  opacity: 0.2;
  z-index: -1;
  border-radius: 50%;
}
.tj-video-section.style-9 .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;
  background: rgba(58, 58, 58, 0.3);
}
.tj-video-section.style-9 .video_content_wrap .video_icon .video_play::after, .tj-video-section.style-9 .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 rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.tj-video-section.style-9 .video_content_wrap .video_icon .video_play::after {
  width: 75%;
  height: 75%;
  opacity: 0.5;
}
.tj-video-section.style-9 .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-9 .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.4)));
  background: linear-gradient(180deg, var(--tj-color-common-white) 29.41%, rgba(255, 255, 255, 0.4) 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-9 .video_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .tj-video-section.style-9 .video_content_wrap .video_icon {
    width: 100px;
    height: 100px;
  }
  .tj-video-section.style-9 .video_content_wrap .video_text {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .tj-video-section.style-9 .video_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .tj-video-section.style-9 .video_content_wrap .video_icon {
    width: 90px;
    height: 90px;
  }
  .tj-video-section.style-9 .video_content_wrap .video_icon .video-play {
    font-size: 25px;
  }
  .tj-video-section.style-9 .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 Testimonial CSS
----------------------------------------*/
.tj-testimonial-section {
  padding-bottom: 115px;
  padding-top: 120px;
  background: var(--tj-color-light-2);
  overflow-x: hidden;
  position: relative;
}
.tj-testimonial-section.style-9 {
  padding-bottom: 120px;
  padding-top: 120px;
  background: var(--tj-color-common-white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.tj-testimonial-section.style-9 .heading-area {
  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;
  margin-bottom: 60px;
  gap: 25px;
}
.tj-testimonial-section.style-9 .heading-area .tj-sec-heading {
  max-width: 475px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.tj-testimonial-section.style-9 .heading-area .desc {
  max-width: 550px;
  width: 100%;
  font-weight: var(--tj-fw-medium);
}
.tj-testimonial-section.style-9 .heading-area .desc p:last-child {
  margin-bottom: 0;
}
.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 .owl-dot {
  width: 60px;
  height: 9px;
  -ms-flex-negative: 0;
  background: rgba(251, 181, 0, 0.2);
  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: var(--tj-color-theme-h9-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) {
  .tj-testimonial-section.style-9 .heading-area {
    -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: 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-testimonial-section.style-9 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.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: 45%;
  right: 60px;
}
.testimonial-item.style-9 .testimonial-rating {
  border-radius: 5px;
  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);
  padding: 8px 20px;
  margin-bottom: 20px;
  width: 145px;
  text-align: center;
}
.testimonial-item.style-9 .testimonial-rating ul li {
  display: inline-block;
}
.testimonial-item.style-9 .testimonial-rating ul li i {
  color: var(--tj-color-extra-2);
}
.testimonial-item.style-9 .testimonial-header .test-title {
  background: transparent;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  font-weight: var(--tj-fw-medium);
}
.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;
  height: 80px;
  width: 100%;
  border: 1px solid rgba(251, 181, 0, 0.4);
  padding: 5px;
  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: rgba(251, 181, 0, 0.9);
}
.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 {
  border: 1px solid rgb(251, 181, 0);
}
.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.style-9 {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
  background: var(--tj-color-theme-h9-primary-1);
}
.tj-team-section.style-9 .tj-sec-heading {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
}
.tj-team-section.style-9 .tj-sec-heading .desc {
  font-weight: var(--tj-fw-medium);
  margin-top: 20px;
}
.tj-team-section.style-9 .tj-sec-heading .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-team-section.style-9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.tj-team-section .tj-team-item.style-9 {
  max-width: 310px;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.tj-team-section .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-section .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-section .tj-team-item.style-9 .team-image {
  max-width: 310px;
  width: 100%;
  border-radius: 0;
}
.tj-team-section .tj-team-item.style-9 .team-image img {
  width: 100%;
  border-radius: 0;
}
.tj-team-section .tj-team-item.style-9 .tj-team-content {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 50px;
  z-index: 3;
}
.tj-team-section .tj-team-item.style-9 .tj-team-content::before {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--tj-color-theme-h9-primary)), color-stop(93.7%, rgba(251, 181, 0, 0)));
  background: linear-gradient(180deg, var(--tj-color-theme-h9-primary) 0%, rgba(251, 181, 0, 0) 93.7%);
}
.tj-team-section .tj-team-item.style-9 .team-share {
  padding: 12px 35px;
}
.tj-team-section .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-section .tj-team-item.style-9 .team-share .dot-style li {
  width: 0px;
  margin-right: 10px;
}
.tj-team-section .tj-team-item.style-9 .team-share .dot-style li::before {
  right: -28px;
}
.tj-team-section .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-section .tj-team-item.style-9 .team-share .dot-style li a:hover {
  color: var(--tj-color-theme-h9-primary);
}
.tj-team-section .tj-team-item.style-9:hover::before {
  opacity: 0;
  visibility: hidden;
}
.tj-team-section .tj-team-item.style-9:hover::after {
  opacity: 1;
  visibility: visible;
}

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