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

  Theme Default CSS
  Buttons CSS
  Header CSS
  Heading CSS
  Footer CSS
  Search CSS
  Back top CSS
  Cursor CSS
  Preloder CSS
  Mainmenu CSS
  hamburger CSS
  Animation CSS
  Breadcrumb CSS
  Slider CSS
  Project CSS
  About CSS
  Price CSS
  Service CSS
  Roll CSS
  Steps CSS
  Difference CSS
  Testimonial CSS
  Team CSS
  FAQ CSS
  Blog CSS
  Brand CSS
  Hero CSS
  Apartment CSS
  Progress CSS
  Award CSS
  Fun CSS
  Contact CSS
  Newsletter CSS
  Plan CSS
  Success CSS
  Video CSS

**********************************************/
:root {
  /**
     @Font-Family Declaration
   */
  --tj-ff-body: 'DM Sans', sans-serif;
  --tj-ff-heading: 'Lora', serif;
  --tj-ff-fontawesome: "Font Awesome 6 Pro";
  /**
     @Font-weight Declaration
   */
  --tj-fw-normal: normal;
  --tj-fw-thin: 100;
  --tj-fw-elight: 200;
  --tj-fw-light: 300;
  --tj-fw-regular: 400;
  --tj-fw-medium: 500;
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;
  --tj-fw-ebold: 800;
  --tj-fw-black: 900;
  /**
     @Font-Size Declaration
   */
  --tj-fs-body: 16px;
  --tj-fs-p: 16px;
  --tj-fs-h1: 70px;
  --tj-fs-h2: 55px;
  --tj-fs-h3: 30px;
  --tj-fs-h4: 28px;
  --tj-fs-h5: 24px;
  --tj-fs-h6: 18px;
  /**
     @Color Declaration
   */
  --tj-color-common-white: #ffffff;
  --tj-color-common-black: #000000;
  --tj-color-heading-primary: #ffffff;
  --tj-color-text-body: #a49ea0;
  --tj-color-text-body-2: #43444a;
  --tj-color-text-body-3: #6d6b6f;
  --tj-color-text-body-4: #46484e;
  --tj-color-theme-primary: #b99a80;
  --tj-color-theme-primary-2: #4b494c;
  --tj-color-theme-primary-3: #7b6c63;
  --tj-color-theme-secondary: #3c3e45;
  --tj-color-theme-bg: #32343b;
  --tj-color-theme-bg-2: #303037;
  --tj-color-grey-1: #d5d0d0;
  --tj-color-grey-2: #32343b;
  --tj-color-grey-3: #d9d0d0;
  --tj-color-grey-4: #c4ab97;
  --tj-color-grey-5: #46484d;
  --tj-color-grey-6: #a2a5ae;
  --tj-color-grey-7: #f4efeb;
  --tj-color-grey-8: #606165;
  --tj-color-grey-9: #42444a;
  --tj-color-grey-10: #c6ac97;
  --tj-color-grey-11: #f6f6f6;
  --tj-color-grey-12: #4b4d54;
  --tj-color-grey-13: #bfc2c3;
  --tj-color-extra-1: #3b5998;
  --tj-color-extra-2: #55acee;
  --tj-color-border-1: #5b5d62;
  --tj-color-border-2: #818286;
  --tj-color-border-3: #505258;
  --tj-color-border-4: #e1ddda;
  --tj-color-border-5: #76675e;
  --tj-color-border-6: #d5c2b2;
  --tj-color-border-7: #877568;
  --tj-color-border-8: #6e635d;
  --tj-color-border-9: #68696e;
  --tj-color-border-10: #8e7c6e;
  --tj-color-border-11: #707176;
  --tj-color-border-12: #464345;
}

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

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

body {
  font-family: var(--tj-ff-body);
  font-size: var(--tj-fs-body);
  font-weight: normal;
  color: var(--tj-color-text-body);
  line-height: 1.6;
  background: var(--tj-color-theme-bg);
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

a {
  text-decoration: none;
}

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

h1 {
  font-size: var(--tj-fs-h1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: var(--tj-fs-h2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}

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

h4 {
  font-size: var(--tj-fs-h4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: var(--tj-fs-h5);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: var(--tj-fs-h6);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  h6 {
    font-size: 16px;
  }
}

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

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

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

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

input:focus, input:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

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

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

.section-padding {
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

/* Initial state for animated elements */
.tj-split-text-1,
.tj-split-text-2,
.tj-split-text-3,
.tj-line-reveal,
.tj-line-3d {
  opacity: 0; /* Hide elements initially */
  visibility: hidden; /* Prevent layout shifting */
}
.tj-split-text-1.animation-initialized,
.tj-split-text-2.animation-initialized,
.tj-split-text-3.animation-initialized,
.tj-line-reveal.animation-initialized,
.tj-line-3d.animation-initialized {
  visibility: visible;
  opacity: 1;
}

.elementor-editor-active .tj-split-text-1,
.elementor-editor-active .tj-split-text-2,
.elementor-editor-active .tj-split-text-3,
.elementor-editor-active .tj-line-reveal,
.elementor-editor-active .tj-line-3d {
  opacity: 1; /* Hide elements initially */
  visibility: visible;
}

/**
  Buttons CSS
*/
.tj-primary-btn-five,
.tj-primary-btn-four,
.tj-primary-btn-three,
.tj-primary-btn-two,
.tj-primary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid var(--tj-color-border-2);
  background: transparent;
  line-height: 1;
  padding: 17px 30px;
  position: relative;
  z-index: 1;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
}
.tj-primary-btn-five::after, .tj-primary-btn-five::before,
.tj-primary-btn-four::after,
.tj-primary-btn-four::before,
.tj-primary-btn-three::after,
.tj-primary-btn-three::before,
.tj-primary-btn-two::after,
.tj-primary-btn-two::before,
.tj-primary-btn::after,
.tj-primary-btn::before {
  content: "";
  background: radial-gradient(circle, rgb(50, 52, 59) 32%, var(--tj-color-border-2) 99%);
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 75%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.tj-primary-btn-five::after,
.tj-primary-btn-four::after,
.tj-primary-btn-three::after,
.tj-primary-btn-two::after,
.tj-primary-btn::after {
  top: -2px;
}
.tj-primary-btn-five:hover,
.tj-primary-btn-four:hover,
.tj-primary-btn-three:hover,
.tj-primary-btn-two:hover,
.tj-primary-btn:hover {
  color: var(--tj-color-common-white);
}
.tj-primary-btn-five:hover::after, .tj-primary-btn-five:hover::before,
.tj-primary-btn-four:hover::after,
.tj-primary-btn-four:hover::before,
.tj-primary-btn-three:hover::after,
.tj-primary-btn-three:hover::before,
.tj-primary-btn-two:hover::after,
.tj-primary-btn-two:hover::before,
.tj-primary-btn:hover::after,
.tj-primary-btn:hover::before {
  -webkit-transform: translateX(-50%) scaleX(0);
      -ms-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
}

.tj-primary-btn-two {
  padding: 17px 30px;
}
.tj-primary-btn-two::after, .tj-primary-btn-two::before {
  content: "";
  background: radial-gradient(circle, rgb(75, 77, 84) 32%, rgb(129, 130, 134) 99%);
}

.tj-primary-btn-three {
  border: 2px solid var(--tj-color-border-8);
}
.tj-primary-btn-three::after, .tj-primary-btn-three::before {
  content: "";
  background: radial-gradient(circle, rgb(50, 52, 59) 32%, rgb(111, 100, 93) 99%);
}

.tj-primary-btn-four {
  border: 2px solid var(--tj-color-border-6);
}
.tj-primary-btn-four::after, .tj-primary-btn-four::before {
  content: "";
  background: radial-gradient(circle, rgb(185, 154, 128) 32%, rgb(213, 194, 178) 99%);
}

.tj-primary-btn-five {
  border: 2px solid var(--tj-color-border-8);
}
.tj-primary-btn-five::after, .tj-primary-btn-five::before {
  content: "";
  background: radial-gradient(circle, rgb(75, 77, 84) 32%, rgb(111, 100, 93) 99%);
}

.tj-gradient-btn {
  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;
  padding: 21px 25px;
  border: 1px solid;
  position: relative;
  font-weight: var(--tj-fw-medium);
  z-index: 0;
  line-height: 1;
  background: var(--tj-color-theme-bg);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.tj-gradient-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-primary-2)), color-stop(var(--tj-color-theme-primary-3)), to(var(--tj-color-theme-primary-2)));
  background: linear-gradient(90deg, var(--tj-color-theme-primary-2), var(--tj-color-theme-primary-3), var(--tj-color-theme-primary-2));
  z-index: -2;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.tj-gradient-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-bg)), to(var(--tj-color-theme-bg)));
  background: linear-gradient(90deg, var(--tj-color-theme-bg), var(--tj-color-theme-bg));
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.tj-gradient-btn:hover {
  color: var(--tj-color-common-white);
}
.tj-gradient-btn:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary-3)), color-stop(var(--tj-color-theme-primary-2)), to(var(--tj-color-theme-primary-3)));
  background: linear-gradient(90deg, var(--tj-color-theme-primary-3), var(--tj-color-theme-primary-2), var(--tj-color-theme-primary-3));
}
.tj-gradient-btn:hover::after {
  background-color: var(--tj-color-theme-primary);
}

.tj-gradient-btn-two {
  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;
  padding: 21px 25px;
  border: 1px solid;
  position: relative;
  font-weight: var(--tj-fw-medium);
  z-index: 0;
  line-height: 1;
  background: var(--tj-color-theme-bg);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.tj-gradient-btn-two::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-primary-2)), color-stop(var(--tj-color-theme-primary-3)), to(var(--tj-color-theme-primary-2)));
  background: linear-gradient(90deg, var(--tj-color-theme-primary-2), var(--tj-color-theme-primary-3), var(--tj-color-theme-primary-2));
  z-index: -2;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.tj-gradient-btn-two::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-secondary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary), var(--tj-color-theme-secondary));
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
}
.tj-gradient-btn-two:hover {
  color: var(--tj-color-common-white);
}
.tj-gradient-btn-two:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary-3)), color-stop(var(--tj-color-theme-primary-2)), to(var(--tj-color-theme-primary-3)));
  background: linear-gradient(90deg, var(--tj-color-theme-primary-3), var(--tj-color-theme-primary-2), var(--tj-color-theme-primary-3));
}

.tj-white-gradient-btn {
  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;
  padding: 16px 45px;
  border: 1px solid;
  position: relative;
  font-weight: var(--tj-fw-medium);
  z-index: 0;
  line-height: 1;
  background: rgba(60, 62, 69, 0.8);
  width: 175px;
}
.tj-white-gradient-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-grey-8)), color-stop(var(--tj-color-grey-7)), to(var(--tj-color-grey-8)));
  background: linear-gradient(90deg, var(--tj-color-grey-8), var(--tj-color-grey-7), var(--tj-color-grey-8));
  z-index: -2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-white-gradient-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(60, 62, 69, 0.8)), to(rgba(60, 62, 69, 0.8)));
  background: linear-gradient(90deg, rgba(60, 62, 69, 0.8), rgba(60, 62, 69, 0.8));
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-white-gradient-btn:hover {
  color: var(--tj-color-common-white);
}
.tj-white-gradient-btn:hover::before {
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-primary-3)), color-stop(var(--tj-color-theme-primary-2)), to(var(--tj-color-theme-primary-3)));
  background: linear-gradient(90deg, var(--tj-color-theme-primary-3), var(--tj-color-theme-primary-2), var(--tj-color-theme-primary-3));
}

.tj-cancel-btn,
.primary-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: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  line-height: 1;
  padding: 18px 40px;
}
.tj-cancel-btn:hover,
.primary-btn:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
}

.tj-secondary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  line-height: 1;
  padding: 18px 40px;
}
.tj-secondary-btn:hover {
  background-color: var(--tj-color-theme-bg);
  color: var(--tj-color-common-white);
}

.tj_btn_wrapper .tj-primary-btn {
  border-color: var(--border-color, #818286);
}
.tj_btn_wrapper .tj-primary-btn::after, .tj_btn_wrapper .tj-primary-btn::before {
  background: radial-gradient(circle, var(--shadow-color, #32343b) 32%, var(--border-color, #818286) 99%);
}

/**----------------------------------------
START: Header CSS
----------------------------------------*/
.tj-header-area {
  position: relative;
  z-index: 9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 15px 100px;
  background-color: var(--tj-color-theme-secondary);
  border-bottom: 1px solid var(--tj-color-border-1);
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tj-header-area {
    padding: 15px 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tj-header-area {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-header-area {
    padding: 15px 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-header-area {
    padding: 15px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-header-area {
    border-bottom: none;
  }
}
.tj-header-area.header-absolute {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.tj-header-area.header-duplicate {
  background-color: var(--tj-color-theme-secondary);
  display: none;
  visibility: hidden;
  opacity: 0;
}
.tj-header-area.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation: sticky 0.9s;
          animation: sticky 0.9s;
  border-bottom: none;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  z-index: 999;
  opacity: 1;
  visibility: visible;
  display: block;
}
.tj-header-area .mainmenu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area .mainmenu-wrapper {
    gap: 10px;
  }
}
.tj-header-area .mainmenu-wrapper .header-left-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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;
  padding-right: 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 .mainmenu-wrapper .header-left-infos {
    padding-right: 0px;
  }
}
.tj-header-area .mainmenu-wrapper .header-left-infos::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 120%;
  background: rgba(185, 154, 128, 0.4);
}
.tj-header-area .mainmenu-wrapper .header-left-infos .menu-bar {
  position: relative;
  z-index: 2;
}
.tj-header-area .mainmenu-wrapper .header-left-infos .menu-bar a {
  display: inline-block;
}
.tj-header-area .mainmenu-wrapper .header-left-infos .menu-bar a img {
  max-width: 50px;
  width: 100%;
}
.tj-header-area .mainmenu-wrapper .header-left-infos .header-media ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.tj-header-area .mainmenu-wrapper .header-left-infos .header-media ul li button {
  font-size: 24px;
  color: var(--tj-color-common-white);
}
.tj-header-area .mainmenu-wrapper .header-left-infos .header-media ul li button i {
  line-height: 1;
}
.tj-header-area .mainmenu-wrapper .header-left-infos .header-media ul li button:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-header-area .mainmenu-wrapper .header-left-infos {
    padding-right: 20px;
    gap: 25px;
  }
  .tj-header-area .mainmenu-wrapper .header-left-infos::before {
    height: 100%;
  }
  .tj-header-area .mainmenu-wrapper .header-left-infos .mobile_bars {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area .mainmenu-wrapper .header-left-infos {
    padding-right: 15px;
    gap: 15px;
  }
  .tj-header-area .mainmenu-wrapper .header-left-infos::before {
    height: 100%;
  }
  .tj-header-area .mainmenu-wrapper .header-left-infos .mobile_bars {
    padding-right: 10px;
  }
  .tj-header-area .mainmenu-wrapper .header-left-infos .mobile_bars button img {
    max-width: 35px;
  }
  .tj-header-area .mainmenu-wrapper .header-left-infos .menu-bar a img {
    max-width: 40px;
  }
  .tj-header-area .mainmenu-wrapper .header-left-infos .header-media ul {
    gap: 15px;
  }
  .tj-header-area .mainmenu-wrapper .header-left-infos .header-media ul li button {
    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-header-area .mainmenu-wrapper .header-left-infos {
    gap: 30px;
  }
  .tj-header-area .mainmenu-wrapper .header-left-infos::before {
    display: none;
  }
  .tj-header-area .mainmenu-wrapper .header-left-infos .mobile_bars {
    padding-right: 0px;
  }
  .tj-header-area .mainmenu-wrapper .header-left-infos .mobile_bars button img {
    max-width: 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) {
  .tj-header-area .mainmenu-wrapper {
    gap: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area.header-1 .mainmenu-wrapper .site-logo {
    max-width: 120px;
  }
}
.tj-header-area.header-2 {
  border-bottom: none;
  background-color: var(--tj-color-theme-bg);
  padding: 15px 80px;
}
.tj-header-area.header-2.header-duplicate {
  background-color: var(--tj-color-theme-secondary);
}
.tj-header-area.header-2.header-absolute {
  background-color: transparent;
}
.tj-header-area.header-2 .header-socials::before {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-header-area.header-2 .header-socials {
    display: none;
  }
}
.tj-header-area.header-2 .header-right-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;
  position: relative;
  z-index: 1;
}
.tj-header-area.header-2 .header-right-infos::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: rgba(185, 154, 128, 0.4);
}
.tj-header-area.header-2 .header-right-infos .sidebar-navbar {
  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;
}
.tj-header-area.header-2 .header-right-infos .sidebar-navbar .menu-bar::before {
  display: none;
}
.tj-header-area.header-2 .header-right-infos .sidebar-navbar .menu-bar a {
  display: inline-block;
}
.tj-header-area.header-2 .header-right-infos .sidebar-navbar .menu-bar a img {
  max-width: 50px;
  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-2 .header-right-infos .sidebar-navbar .menu-bar button img {
    max-width: 45px;
  }
}
.tj-header-area.header-2 .header-right-infos .sidebar-navbar .sidebar-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-header-area.header-2 .header-right-infos .sidebar-navbar .sidebar-text ul li a {
  font-size: 18px;
}
.tj-header-area.header-2 .header-right-infos .sidebar-navbar .sidebar-text ul li a:hover {
  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) {
  .tj-header-area.header-2 .header-right-infos .sidebar-text {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tj-header-area.header-2 {
    padding: 15px 40px;
  }
  .tj-header-area.header-2 .header-right-infos {
    gap: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-header-area.header-2 {
    padding: 15px 20px;
  }
  .tj-header-area.header-2 .header-right-infos::before {
    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), (max-width: 575px) {
  .tj-header-area.header-2 {
    padding: 15px 0;
  }
  .tj-header-area.header-2 .header-right-infos::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-header-area.header-2 {
    padding: 15px 0x;
  }
}
.tj-header-area.header-3 {
  background-color: var(--tj-color-theme-bg);
  border: none;
  padding: 0 100px;
}
.tj-header-area.header-3.header-absolute {
  background-color: transparent;
}
.tj-header-area.header-3.header-duplicate {
  background-color: var(--tj-color-theme-secondary);
}
.tj-header-area.header-3 .site-logo2 {
  background: var(--tj-color-theme-primary);
  position: relative;
  z-index: 1;
  max-width: 225px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}
.tj-header-area.header-3 .site-logo2::before {
  position: absolute;
  content: "";
  max-width: 300%;
  width: 100%;
  height: 100%;
  top: 0;
  left: -90%;
  background: var(--tj-color-theme-primary);
  z-index: -1;
}
.tj-header-area.header-3 .site-logo2 .logo {
  display: block;
  max-width: 150px;
}
.tj-header-area.header-3 .header-3-wrap {
  width: calc(100% - 225px);
}
.tj-header-area.header-3 .header-3-wrap .mainmenu-wrapper,
.tj-header-area.header-3 .header-3-wrap .header-topbar {
  padding-left: 50px;
}
.tj-header-area.header-3 .mainmenu-wrapper {
  padding: 6px 0;
}
.tj-header-area.header-3 .mainmenu-wrapper .mainmenu-right-infos {
  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;
}
.tj-header-area.header-3 .mainmenu-wrapper .mainmenu-right-infos .search-box {
  position: relative;
  z-index: 1;
  max-width: 180px;
  width: 100%;
}
.tj-header-area.header-3 .mainmenu-wrapper .mainmenu-right-infos .search-box form {
  width: 100%;
}
.tj-header-area.header-3 .mainmenu-wrapper .mainmenu-right-infos .search-box input[type=search] {
  border: none;
  background-color: transparent;
  font-size: 18px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
  padding: 15px 15px 15px 35px;
}
.tj-header-area.header-3 .mainmenu-wrapper .mainmenu-right-infos .search-box input[type=search]:focus-visible {
  outline: none;
}
.tj-header-area.header-3 .mainmenu-wrapper .mainmenu-right-infos .search-box input[type=search]::-ms-input-placeholder {
  color: var(--tj-color-text-body);
  font-size: 18px;
}
.tj-header-area.header-3 .mainmenu-wrapper .mainmenu-right-infos .search-box input[type=search]::-webkit-input-placeholder {
  color: var(--tj-color-text-body);
  font-size: 18px;
}
.tj-header-area.header-3 .mainmenu-wrapper .mainmenu-right-infos .search-box input[type=search]::-moz-placeholder {
  color: var(--tj-color-text-body);
  font-size: 18px;
}
.tj-header-area.header-3 .mainmenu-wrapper .mainmenu-right-infos .search-box input[type=search]:-ms-input-placeholder {
  color: var(--tj-color-text-body);
  font-size: 18px;
}
.tj-header-area.header-3 .mainmenu-wrapper .mainmenu-right-infos .search-box input[type=search]::placeholder {
  color: var(--tj-color-text-body);
  font-size: 18px;
}
.tj-header-area.header-3 .mainmenu-wrapper .mainmenu-right-infos .search-box button[type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  color: var(--tj-color-common-white);
  font-size: 20px;
}
.tj-header-area.header-3 .mainmenu-wrapper .mainmenu-right-infos .search-box button[type=submit] i {
  line-height: 1;
  font-weight: var(--tj-fw-light);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tj-header-area.header-3 {
    padding: 0 25px;
  }
  .tj-header-area.header-3 .header-3-wrap .mainmenu-wrapper,
  .tj-header-area.header-3 .header-3-wrap .header-topbar {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-header-area.header-3 {
    padding: 0 15px;
  }
  .tj-header-area.header-3 .site-logo2 {
    max-width: 180px;
  }
  .tj-header-area.header-3 .header-3-wrap {
    width: calc(100% - 180px);
  }
  .tj-header-area.header-3 .header-3-wrap .mainmenu-wrapper,
  .tj-header-area.header-3 .header-3-wrap .header-topbar {
    padding-left: 20px;
  }
  .tj-header-area.header-3 .topbar-right-infos {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .tj-header-area.header-3 .topbar-right-infos .topbar-nav {
    gap: 50px;
  }
  .tj-header-area.header-3 .mainmenu ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .tj-header-area.header-3 .mainmenu-wrapper .mainmenu-right-infos {
    gap: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area.header-3 {
    padding: 0 15px;
  }
  .tj-header-area.header-3 .site-logo2 {
    max-width: 180px;
  }
  .tj-header-area.header-3 .header-3-wrap {
    width: calc(100% - 180px);
  }
  .tj-header-area.header-3 .header-3-wrap .mainmenu-wrapper,
  .tj-header-area.header-3 .header-3-wrap .header-topbar {
    padding-left: 20px;
  }
  .tj-header-area.header-3 .topbar-right-infos {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .tj-header-area.header-3 .topbar-right-infos .topbar-nav {
    gap: 30px;
  }
  .tj-header-area.header-3 .mainmenu ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-header-area.header-3 {
    padding: 0;
  }
  .tj-header-area.header-3 .header-3-wrap {
    width: 100%;
  }
  .tj-header-area.header-3 .header-3-wrap .mainmenu-wrapper,
  .tj-header-area.header-3 .header-3-wrap .header-topbar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tj-header-area.header-3 .topbar-right-infos {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .tj-header-area.header-3 .topbar-right-infos .topbar-nav {
    gap: 30px;
  }
  .tj-header-area.header-3 .topbar-right-infos .topbar-nav .topbar-socials ul {
    gap: 20px;
  }
  .tj-header-area.header-3 .mainmenu-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-header-area.header-3 {
    padding: 0;
  }
  .tj-header-area.header-3 .header-3-wrap {
    width: 100%;
  }
  .tj-header-area.header-3 .header-3-wrap .mainmenu-wrapper,
  .tj-header-area.header-3 .header-3-wrap .header-topbar {
    padding-left: 15px;
    padding-right: 15px;
  }
  .tj-header-area.header-3 .topbar-right-infos {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .tj-header-area.header-3 .topbar-right-infos .topbar-nav {
    gap: 30px;
  }
  .tj-header-area.header-3 .topbar-right-infos .topbar-nav .topbar-socials ul {
    gap: 20px;
  }
  .tj-header-area.header-3 .mainmenu-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tj-header-area.header-3 .header-topbar {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 3px;
  }
}
@media (max-width: 575px) {
  .tj-header-area.header-3 .header-topbar .topbar-right-infos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mobile-bar button {
  height: 25px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.mobile-bar button span {
  height: 2px;
  width: 35px;
  display: block;
  background: var(--tj-color-theme-primary);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-left: auto;
}
.mobile-bar button span:nth-child(2) {
  width: 40px;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.mobile-bar button span:nth-child(3) {
  width: 30px;
}
.mobile-bar button span:nth-child(4) {
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3px;
  height: 0;
  -webkit-transition: height 400ms;
  transition: height 400ms;
}

.header-topbar {
  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;
  padding: 12px 0;
  background-color: var(--tj-color-common-white);
  position: relative;
  z-index: 1;
}
.header-topbar::before {
  position: absolute;
  content: "";
  background: var(--tj-color-common-white);
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: -90%;
}
.header-topbar .left-content .timer span {
  font-size: 14px;
}

.topbar-right-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;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
  row-gap: 5px;
}
.topbar-right-infos .topbar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.topbar-right-infos .topbar-menu ul li {
  font-size: 14px;
  font-weight: var(--tj-fw-medium);
}
.topbar-right-infos .topbar-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.topbar-right-infos .topbar-nav {
  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: 65px;
}
.topbar-right-infos .topbar-nav .topbar-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.topbar-right-infos .topbar-nav .topbar-socials ul li {
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-grey-2);
}
.topbar-right-infos .topbar-nav .topbar-socials ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.topbar-right-infos .topbar-nav .menu-bar {
  max-width: 30px;
  width: 100%;
}
.topbar-right-infos .topbar-nav .menu-bar img {
  width: 100%;
}

.header-socials {
  position: relative;
  z-index: 2;
  padding: 15px 0 15px 35px;
}
.header-socials::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 120%;
  background: rgba(185, 154, 128, 0.4);
}
.header-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.header-socials 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;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1;
}
.header-socials ul li a:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-socials {
    padding: 15px 0 15px 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-socials {
    padding: 15px 0 15px 20px;
  }
  .header-socials::before {
    height: 100%;
  }
  .header-socials ul {
    gap: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-socials {
    padding: 15px 0 15px 20px;
  }
  .header-socials::before {
    height: 100%;
  }
  .header-socials ul {
    gap: 15px;
  }
  .header-socials ul li a {
    font-size: 16px;
  }
}

.site-logo .logo {
  display: inline-block;
  max-width: 150px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .site-logo {
    max-width: 120px;
  }
}

.mainmenu {
  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: 90px;
}
.mainmenu 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-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mainmenu ul {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.mainmenu ul > li {
  position: relative;
  z-index: 4;
}
.mainmenu ul > li > a {
  position: relative;
  font-weight: var(--tj-fw-bold);
  font-size: 18px;
  display: block;
  z-index: 1;
  line-height: 1;
  padding: 30px 0;
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu ul > li > a {
    font-size: 16px;
  }
}
.mainmenu ul > li.menu-item-has-children > a, .mainmenu ul > li.has-dropdown > a {
  padding-right: 25px;
  -webkit-animation: none;
          animation: none;
}
.mainmenu ul > li.menu-item-has-children > a::after, .mainmenu ul > li.has-dropdown > a::after {
  position: absolute;
  content: "\f107";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  line-height: 1;
  font-family: "Font Awesome 6 Pro";
  z-index: 2;
  font-weight: var(--tj-fw-light);
  color: inherit;
  -webkit-animation: none;
          animation: none;
}
.mainmenu ul > li.menu-item-has-children > .sub-menu, .mainmenu ul > li.has-dropdown > .sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  width: 250px;
  background-color: var(--tj-color-common-white);
  -webkit-box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 6px 30px rgba(0, 0, 0, 0.12);
  padding: 4px 0 12px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mainmenu ul > li.menu-item-has-children > .sub-menu::before, .mainmenu ul > li.has-dropdown > .sub-menu::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  left: 0;
  top: 0;
  background: var(--tj-color-theme-primary);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mainmenu ul > li.menu-item-has-children > .sub-menu > li, .mainmenu ul > li.has-dropdown > .sub-menu > li {
  display: block;
  width: 100%;
}
.mainmenu ul > li.menu-item-has-children > .sub-menu > li > a, .mainmenu ul > li.has-dropdown > .sub-menu > li > a {
  padding: 15px 26px;
  position: relative;
  z-index: 1;
  color: var(--tj-color-theme-secondary);
  -webkit-animation: none;
          animation: none;
}
.mainmenu ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > a::after, .mainmenu ul > li.menu-item-has-children > .sub-menu > li.has-dropdown > a::after, .mainmenu ul > li.has-dropdown > .sub-menu > li.menu-item-has-children > a::after, .mainmenu ul > li.has-dropdown > .sub-menu > li.has-dropdown > a::after {
  content: "\f105";
  right: 15px;
}
.mainmenu ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu, .mainmenu ul > li.menu-item-has-children > .sub-menu > li.has-dropdown > .sub-menu, .mainmenu ul > li.has-dropdown > .sub-menu > li.menu-item-has-children > .sub-menu, .mainmenu ul > li.has-dropdown > .sub-menu > li.has-dropdown > .sub-menu {
  top: 110%;
  left: 100%;
  opacity: 0;
  visibility: hidden;
}
.mainmenu ul > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu, .mainmenu ul > li.menu-item-has-children > .sub-menu > li.has-dropdown:hover > .sub-menu, .mainmenu ul > li.has-dropdown > .sub-menu > li.menu-item-has-children:hover > .sub-menu, .mainmenu ul > li.has-dropdown > .sub-menu > li.has-dropdown:hover > .sub-menu {
  top: 0;
}
.mainmenu ul > li.menu-item-has-children > .sub-menu > li.current-menu-ancestor > a, .mainmenu ul > li.menu-item-has-children > .sub-menu > li.current-menu-item > a, .mainmenu ul > li.menu-item-has-children > .sub-menu > li:hover > a, .mainmenu ul > li.has-dropdown > .sub-menu > li.current-menu-ancestor > a, .mainmenu ul > li.has-dropdown > .sub-menu > li.current-menu-item > a, .mainmenu ul > li.has-dropdown > .sub-menu > li:hover > a {
  color: var(--tj-color-theme-primary);
}
.mainmenu ul > li.menu-item-has-children > .sub-menu > li.current-menu-ancestor > a::before, .mainmenu ul > li.menu-item-has-children > .sub-menu > li.current-menu-item > a::before, .mainmenu ul > li.menu-item-has-children > .sub-menu > li:hover > a::before, .mainmenu ul > li.has-dropdown > .sub-menu > li.current-menu-ancestor > a::before, .mainmenu ul > li.has-dropdown > .sub-menu > li.current-menu-item > a::before, .mainmenu ul > li.has-dropdown > .sub-menu > li:hover > a::before {
  opacity: 1;
  visibility: visible;
  right: -16px;
  left: -16px;
}
.mainmenu ul > li.menu-item-has-children > .sub-menu > li.current-menu-ancestor > a::after, .mainmenu ul > li.menu-item-has-children > .sub-menu > li.current-menu-item > a::after, .mainmenu ul > li.menu-item-has-children > .sub-menu > li:hover > a::after, .mainmenu ul > li.has-dropdown > .sub-menu > li.current-menu-ancestor > a::after, .mainmenu ul > li.has-dropdown > .sub-menu > li.current-menu-item > a::after, .mainmenu ul > li.has-dropdown > .sub-menu > li:hover > a::after {
  color: var(--tj-color-theme-primary);
}
.mainmenu ul > li.current-menu-ancestor > a, .mainmenu ul > li.current-menu-item > a, .mainmenu ul > li:hover > a {
  color: var(--tj-color-theme-primary);
}
.mainmenu ul > li.current-menu-ancestor > a::after, .mainmenu ul > li.current-menu-item > a::after, .mainmenu ul > li:hover > a::after {
  color: var(--tj-color-theme-primary);
  -webkit-animation: none;
          animation: none;
}
.mainmenu ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.mainmenu ul > li:hover > .sub-menu::before {
  width: 100%;
}
.mainmenu ul > li:hover > .sub-menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .mainmenu {
    gap: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu {
    gap: 30px;
  }
}

@-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: Header CSS */
/**----------------------------------------
START: Heading CSS
----------------------------------------*/
.tj-heading-area .title {
  margin-bottom: 0;
  display: inline-block;
}
.tj-heading-area .title .tj-reveal-line {
  overflow: hidden;
}
.tj-heading-area .desc {
  margin-top: 20px;
  display: block;
}
.tj-heading-area .desc p:last-child {
  margin: 0;
}

/* !END: Heading CSS */
/**----------------------------------------
START: Footer CSS
----------------------------------------*/
.tj-footer-area {
  background-color: var(--tj-color-theme-bg-2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tj-footer-area .footer-top-area {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area .footer-top-area {
    padding-top: 80px;
  }
}
.tj-footer-area .footer-bottom-area {
  padding-top: 80px;
  padding-bottom: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-area .footer-bottom-area {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area .footer-bottom-area {
    padding-top: 50px;
    padding-bottom: 0;
  }
}
.tj-footer-area .copyright-area {
  padding: 35px 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area .copyright-area {
    padding: 15px 0;
  }
}
.tj-footer-area.footer-2 {
  background-color: var(--tj-color-theme-bg);
  background-image: url(../images/bg/footer-bg2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}
.tj-footer-area.footer-2 .copyright-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--tj-color-theme-primary);
  position: relative;
  z-index: 2;
}
.tj-footer-area.footer-2 .copyright-content::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 40%;
  left: -30%;
  top: 0;
  background: var(--tj-color-theme-primary);
  z-index: -1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area.footer-2 .copyright-content {
    padding: 20px 15px;
  }
}
.tj-footer-area.footer-2 .footer_title {
  position: relative;
  z-index: 2;
}
.tj-footer-area.footer-2 .footer_title .title {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-footer-area.footer-2 .footer_title .title h1 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-footer-area.footer-2 .footer_title .title h1 {
    font-size: 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-2 .footer_title .title {
    position: initial;
  }
  .tj-footer-area.footer-2 .footer_title .title h1 {
    font-size: 75px;
  }
}
@media (max-width: 575px) {
  .tj-footer-area.footer-2 .footer_title .title h1 {
    font-size: 50px;
  }
}
.tj-footer-area.footer-3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tj-footer-area.footer-3 .footer-bottom-area {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-footer-area.footer-3 .footer-bottom-area {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-footer-area.footer-3 .footer-bottom-area {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
.tj-footer-area.footer-3 .copyright-area {
  padding-top: 0;
  padding-bottom: 0;
}
.tj-footer-area.footer-3 .copyright-area .copyright-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(75, 77, 84, 0.4);
}

.footer-gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.footer-gallery ul li a {
  display: inline-block;
  width: 90px;
  height: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .footer-gallery ul li a {
    width: 80px;
    height: 80px;
  }
}
.footer-gallery ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(185, 154, 128, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.footer-gallery ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-gallery ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--tj-color-common-white);
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
}
.footer-gallery ul li a:hover::before {
  border-radius: 0px 25px 0px 25px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.footer-gallery ul li a:hover img {
  border-radius: 0px 25px 0px 25px;
}
.footer-gallery ul li a:hover span {
  opacity: 1;
  visibility: visible;
}

.top-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;
  border-bottom: 1px solid rgba(185, 154, 128, 0.4);
  padding-bottom: 35px;
  gap: 25px;
}
.top-content-area .footer-logo {
  max-width: 150px;
  width: 100%;
}
.top-content-area .footer-logo a {
  display: inline-block;
  width: 100%;
}
.top-content-area .media-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.top-content-area .media-list ul li a {
  font-size: 20px;
  color: var(--tj-color-common-white);
  letter-spacing: 2px;
}
.top-content-area .media-list ul li a:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .top-content-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .top-content-area .media-list ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .top-content-area .media-list ul li a {
    font-size: 18px;
  }
}

.footer-widget {
  margin-bottom: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget {
    margin-bottom: 50px;
  }
}
.footer-widget .footer-title .title {
  font-size: 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.footer-widget .footer-title .title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  right: -30px;
  bottom: 10px;
  background: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget .footer-title .title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.footer-widget .wp-block-heading,
.footer-widget .wp-block-search__label,
.footer-widget .wp-block-categories__label,
.footer-widget .wp-block-archives__label {
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
  display: inline-block;
  color: var(--tj-color-common-white);
  width: auto;
}
.footer-widget .wp-block-heading::before,
.footer-widget .wp-block-search__label::before,
.footer-widget .wp-block-categories__label::before,
.footer-widget .wp-block-archives__label::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  right: -30px;
  bottom: 10px;
  background: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget .wp-block-heading,
  .footer-widget .wp-block-search__label,
  .footer-widget .wp-block-categories__label,
  .footer-widget .wp-block-archives__label {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.footer-widget .wp-block-tag-cloud a,
.footer-widget .tagcloud a {
  font-size: 16px !important;
}
.footer-widget.footer2-col-2 {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget.footer2-col-2 {
    padding-left: 0;
  }
}
.footer-widget.footer2-col-3 {
  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) {
  .footer-widget.footer2-col-3 {
    padding-left: 0;
  }
}
.footer-widget.footer2-col-4 {
  padding-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) {
  .footer-widget.footer2-col-4 {
    padding-left: 0;
  }
}
.footer-widget.footer3-col-2 {
  padding-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) {
  .footer-widget.footer3-col-2 {
    padding-left: 0;
  }
}
.footer-widget.footer3-col-3 {
  padding-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget.footer3-col-3 {
    padding-left: 0;
  }
}
.footer-widget.footer3-col-4 {
  padding-left: 75px;
}
@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-widget.footer3-col-4 {
    padding-left: 0;
  }
}
.footer-widget.widget_nav_menu {
  max-width: 375px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-widget.widget_nav_menu nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget.widget_nav_menu nav ul > li {
  margin-bottom: 20px;
}
.footer-widget.widget_nav_menu nav ul > li:last-child {
  margin-bottom: 0;
}
.footer-widget.widget_nav_menu nav ul > li a {
  font-size: 18px;
  color: var(--tj-color-grey-6);
}
.footer-widget.widget_nav_menu nav ul > li a:hover {
  color: var(--tj-color-theme-primary);
}
.footer-widget.widget_nav_menu nav ul > li > ul {
  margin-top: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget.widget_nav_menu nav ul li {
    margin-bottom: 15px;
  }
}
.footer-widget.recent-post {
  max-width: 375px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-widget.recent-post .post-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  gap: 20px;
}
.footer-widget.recent-post .post-item:last-child {
  margin-bottom: 0;
}
.footer-widget.recent-post .post-item .post-images {
  max-width: 85px;
  width: 100%;
  overflow: hidden;
}
.footer-widget.recent-post .post-item .post-images a {
  display: inline-block;
  width: 100%;
}
.footer-widget.recent-post .post-item .post-images a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
}
.footer-widget.recent-post .post-item .post-content {
  max-width: 260px;
  width: 100%;
}
.footer-widget.recent-post .post-item .post-content .date {
  color: var(--tj-color-grey-6);
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.footer-widget.recent-post .post-item .post-content .post-title {
  margin-bottom: 0;
}
.footer-widget.recent-post .post-item .post-content .post-title a {
  line-height: 1.5;
}
.footer-widget.recent-post .post-item .post-content .post-title a:hover {
  color: var(--tj-color-theme-primary);
}
.footer-widget.recent-post .post-item:hover .post-images img {
  -webkit-transform: scale(1.12);
      -ms-transform: scale(1.12);
          transform: scale(1.12);
}
.footer-widget.footer-contact {
  max-width: 375px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-widget.footer-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget.footer-contact ul li {
  font-size: 18px;
  color: var(--tj-color-grey-6);
  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: 20px;
}
.footer-widget.footer-contact ul li:last-child {
  margin-bottom: 0;
}
.footer-widget.footer-contact ul li span {
  font-size: 20px;
  line-height: 1;
}
.footer-widget.footer-contact ul li a {
  color: var(--tj-color-grey-6);
}
.footer-widget.footer-contact ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.footer-widget.footer-contact .footer-logo {
  max-width: 150px;
  width: 100%;
  margin-bottom: 40px;
}
.footer-widget.footer-contact .footer-logo a {
  display: inline-block;
}
.footer-widget.footer-contact .contact-list ul li span {
  color: var(--tj-color-common-white);
}
.footer-widget.footer-contact .footer-socials {
  width: 100%;
  margin-top: 35px;
}
.footer-widget.footer-contact .footer-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer-widget.footer-contact .footer-socials ul li {
  margin-bottom: 0;
}
.footer-widget.footer-contact .footer-socials ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--tj-color-common-white);
  color: var(--tj-color-grey-2);
}
.footer-widget.footer-contact .footer-socials ul li a i {
  color: var(--tj-color-grey-2);
}
.footer-widget.footer-contact .footer-socials ul li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.footer-widget.footer-contact .footer-socials ul li a:hover i {
  color: var(--tj-color-common-white);
}
.footer-widget.tj-gallery-widget {
  max-width: 375px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footer-widget.footer-info {
  background: var(--tj-color-theme-secondary);
  border-top: 5px solid var(--tj-color-theme-primary);
  margin-top: -90px;
  padding: 50px 35px;
  max-width: 400px;
  width: 100%;
}
.footer-widget.footer-info .footer-logo {
  max-width: 150px;
  width: 100%;
  margin-bottom: 30px;
}
.footer-widget.footer-info .footer-logo a {
  display: inline-block;
  width: 100%;
}
.footer-widget.footer-info .footer-logo a img {
  width: 100%;
}
.footer-widget.footer-info .desc p {
  line-height: 1.8;
}
.footer-widget.footer-info .desc p:last-child {
  margin-bottom: 0;
}
.footer-widget.footer-info .footer-contact {
  margin-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) {
  .footer-widget.footer-info {
    padding: 35px 15px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .footer-widget.footer-info .footer-contact .contact-item {
    margin-bottom: 30px;
  }
}

.footer-contact .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
  gap: 20px;
}
.footer-contact .contact-item:last-child {
  margin-bottom: 0;
}
.footer-contact .contact-item .contact-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--tj-color-theme-bg-2);
  width: 50px;
  height: 55px;
  line-height: 1;
  font-size: 20px;
  color: var(--tj-color-common-white);
}
.footer-contact .contact-item .contact-text ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-contact .contact-item .contact-text ul li {
  font-size: 22px;
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
}
.footer-contact .contact-item .contact-text ul li a:hover {
  color: var(--tj-color-theme-primary);
}

.copyright-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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: var(--tj-color-theme-secondary);
  padding: 25px 50px;
  gap: 15px;
}
.copyright-content .desc {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--tj-color-common-white);
}
.copyright-content .footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copyright-content .footer-menu ul li {
  position: relative;
  z-index: 1;
}
.copyright-content .footer-menu ul li:not(:last-child) {
  padding-right: 15px;
  margin-right: 10px;
}
.copyright-content .footer-menu ul li:not(:last-child)::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  right: 0;
  bottom: 8px;
  background: var(--tj-color-common-white);
  border-radius: 50%;
}
.copyright-content .footer-menu ul li a {
  font-size: 18px;
  color: var(--tj-color-common-white);
  letter-spacing: 2px;
}
.copyright-content .footer-menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .copyright-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 15px;
  }
  .copyright-content .footer-menu ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .copyright-content {
    padding: 20px 10px;
  }
  .copyright-content .footer-menu ul {
    gap: 5px;
  }
  .copyright-content .footer-menu ul li:not(:last-child) {
    padding-right: 10px;
    margin-right: 5px;
  }
  .copyright-content .footer-menu ul li a {
    font-size: 16px;
  }
  .copyright-content .desc p {
    font-size: 16px;
  }
}

/* !END: Footer CSS */
/**----------------------------------------
START: Theme Search CSS
----------------------------------------*/
.search_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--tj-color-theme-secondary);
  z-index: 100;
  padding-top: 70px;
  padding-bottom: 100px;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  z-index: 9999;
}
.search_popup.search-opened {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.search_popup.search-opened .search_form .search_input {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.search_popup.search-opened .search_form .search_input::after {
  width: 100%;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media (max-width: 575px) {
  .search_popup {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.search_wrapper .search_top {
  margin-bottom: 80px;
}
.search_wrapper .search_top .search_logo {
  max-width: 150px;
  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) {
  .search_wrapper .search_top .search_logo {
    max-width: 120px;
  }
}
.search_wrapper .search_top .search_logo a {
  display: block;
}
.search_wrapper .search_top .search_close .search_close_btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 35px;
  line-height: 1;
  color: var(--tj-color-common-white);
}
.search_wrapper .search_top .search_close .search_close_btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .search_wrapper .search_top .search_close .search_close_btn {
    width: 25px;
    height: 25px;
  }
}
.search_wrapper .search_top .search_close .search_close_btn:hover i {
  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) {
  .search_wrapper .search_top {
    margin-bottom: 25px;
  }
}
.search_wrapper .search_form .search_input {
  position: relative;
  height: 80px;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
}
.search_wrapper .search_form .search_input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_wrapper .search_form .search_input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  color: var(--tj-color-common-white);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}
.search_wrapper .search_form .search_input input::-webkit-input-placeholder {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
}
.search_wrapper .search_form .search_input input::-moz-placeholder {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
}
.search_wrapper .search_form .search_input input:-ms-input-placeholder {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
}
.search_wrapper .search_form .search_input input::-ms-input-placeholder {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
}
.search_wrapper .search_form .search_input input::placeholder {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
}
.search_wrapper .search_form .search_input input ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 0;
  height: 1px;
  background-color: var(--tj-color-common-white);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.search_wrapper .search_form .search_input input:focus ~ .search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search_wrapper .search_form .search_input input {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .search_wrapper .search_form .search_input input {
    font-size: 18px;
  }
  .search_wrapper .search_form .search_input input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .search_wrapper .search_form .search_input input::-moz-placeholder {
    font-size: 18px;
  }
  .search_wrapper .search_form .search_input input:-ms-input-placeholder {
    font-size: 18px;
  }
  .search_wrapper .search_form .search_input input::-ms-input-placeholder {
    font-size: 18px;
  }
  .search_wrapper .search_form .search_input input::placeholder {
    font-size: 18px;
  }
}
.search_wrapper .search_form .search_input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  line-height: 1;
  color: var(--tj-color-common-white);
}
.search_wrapper .search_form .search_input button i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.search_wrapper .search_form .search_input button:hover i {
  color: var(--tj-color-theme-primary);
}

.search-popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--tj-color-theme-primary);
  z-index: 99;
  opacity: 0.7;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  -webkit-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.search-popup-overlay.search-popup-overlay-open {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* !END: Theme Search CSS */
/* !START: Back top CSS */
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(184, 151, 136, 0.4);
          box-shadow: inset 0 0 0 2px rgba(184, 151, 136, 0.4);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .progress-wrap {
    right: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .progress-wrap {
    right: 20px;
    bottom: 20px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: "\f176";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--tj-color-theme-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap svg path {
  fill: none;
}

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

/* !END: Back top CSS */
/* !START: Cursor CSS */
.cursor-outer {
  margin-left: -20px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--tj-color-theme-primary);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
@media (max-width: 575px) {
  .cursor-outer {
    display: none;
  }
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
@media (max-width: 575px) {
  .mouseCursor {
    display: none;
  }
}

[dir=rtl] .mouseCursor {
  left: 0;
  right: auto;
}

.mouseCursor.cursor-big {
  width: 100px;
  height: 100px;
  margin-left: -40px;
  margin-top: -40px;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--tj-color-theme-primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: var(--tj-color-common-white);
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 100px;
  height: 100px;
  background-color: var(--tj-color-theme-primary-2);
  opacity: 0.3;
  mix-blend-mode: difference;
}

/* !END: Cursor CSS */
/**----------------------------------------
START: Theme Preloder CSS
----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: var(--tj-color-grey-2);
  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;
}
.preloader .tj-cancel-btn {
  position: absolute;
  top: 15px;
  right: 15px;
}
.preloader .loading-container,
.preloader .loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}
.preloader .loading-container {
  margin: 40px auto;
}
.preloader .loading-container .loading {
  border: 1px solid transparent;
  border-color: transparent var(--tj-color-theme-primary) transparent var(--tj-color-theme-primary);
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
          animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.preloader .loading-container:hover .loading {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.preloader .loading-container .loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 66px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.preloader .loading-container .loading-icon img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 50px;
}

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* !END: Preloder CSS */
/* !START: Mainmenu CSS */
.offcanvas-area {
  background: var(--tj-color-theme-secondary);
  padding: 120px 205px 120px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: scroll;
  -webkit-transition: all 0.9s ease-in-out 0s;
  transition: all 0.9s ease-in-out 0s;
  -webkit-transform: translateY(-130%);
      -ms-transform: translateY(-130%);
          transform: translateY(-130%);
  opacity: 1;
  visibility: visible;
}
.offcanvas-area.opened {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.offcanvas-area .offcanvas-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
}
.offcanvas-area .offcanvas-wrapper .side-title {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}
.offcanvas-area .offcanvas-wrapper .side-title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  right: -30px;
  bottom: 10px;
  background: var(--tj-color-theme-primary);
}
.offcanvas-area .offcanvas-wrapper .side-infos {
  max-width: 450px;
  width: 100%;
}
.offcanvas-area .offcanvas-wrapper .side-infos .side-logo {
  max-width: 150px;
  width: 100%;
  margin-bottom: 45px;
}
.offcanvas-area .offcanvas-wrapper .side-infos .side-logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.offcanvas-area .offcanvas-wrapper .side-infos .desc p:last-child {
  margin-bottom: 0;
}
.offcanvas-area .offcanvas-wrapper .side-infos .socials-infos {
  margin-top: 35px;
}
.offcanvas-area .offcanvas-wrapper .side-infos .socials-infos .title {
  margin-bottom: 20px;
}
.offcanvas-area .offcanvas-wrapper .side-infos .socials-infos .sidebar-socials {
  background: rgba(75, 77, 84, 0.4);
  max-width: 270px;
  width: 100%;
  padding: 20px;
}
.offcanvas-area .offcanvas-wrapper .side-infos .socials-infos .sidebar-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.offcanvas-area .offcanvas-wrapper .side-infos .socials-infos .sidebar-socials ul li {
  margin-bottom: 0;
}
.offcanvas-area .offcanvas-wrapper .side-infos .socials-infos .sidebar-socials 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: 45px;
  height: 45px;
  background: var(--tj-color-common-white);
  color: var(--tj-color-grey-2);
}
.offcanvas-area .offcanvas-wrapper .side-infos .socials-infos .sidebar-socials ul li a i {
  color: var(--tj-color-grey-2);
}
.offcanvas-area .offcanvas-wrapper .side-infos .socials-infos .sidebar-socials ul li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.offcanvas-area .offcanvas-wrapper .side-infos .socials-infos .sidebar-socials ul li a:hover i {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas-area .offcanvas-wrapper .side-infos {
    max-width: 335px;
  }
}
.offcanvas-area .offcanvas-wrapper .footer-contact .contact-item {
  margin-bottom: 35px;
}
.offcanvas-area .offcanvas-wrapper .footer-contact .contact-item:last-child {
  margin-bottom: 0;
}
.offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input {
  margin-bottom: 20px;
}
.offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input[type=email] {
  width: 100%;
  border: 1px solid var(--tj-color-border-9);
  padding: 14px 20px;
  background-color: transparent;
  font-size: 16px;
  color: var(--tj-color-common-white);
}
.offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
.offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input[type=email]::-ms-input-placeholder {
  color: var(--tj-color-text-body);
}
.offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-webkit-input-placeholder, .offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input[type=email]::-webkit-input-placeholder {
  color: var(--tj-color-text-body);
}
.offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-moz-placeholder, .offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input[type=email]::-moz-placeholder {
  color: var(--tj-color-text-body);
}
.offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):-ms-input-placeholder, .offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input[type=email]:-ms-input-placeholder {
  color: var(--tj-color-text-body);
}
.offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder, .offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input[type=email]::-ms-input-placeholder {
  color: var(--tj-color-text-body);
}
.offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::placeholder,
.offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input[type=email]::placeholder {
  color: var(--tj-color-text-body);
}
.offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):focus,
.offcanvas-area .offcanvas-wrapper .side-newsletter .newsletter-input input[type=email]:focus {
  border: 1px solid var(--tj-color-common-white);
}
.offcanvas-area .offcanvas-wrapper .side-newsletter button {
  margin-top: 25px;
  padding: 20px 20px;
  min-width: 195px;
}
.offcanvas-area .offcanvas-close {
  position: absolute;
  top: 50px;
  right: 50px;
}
.offcanvas-area .offcanvas-close button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.offcanvas-area .offcanvas-close button span {
  color: var(--tj-color-common-white);
  font-size: 35px;
  line-height: 1;
}
.offcanvas-area .offcanvas-close button span i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.offcanvas-area .offcanvas-close button:hover span i {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .offcanvas-area {
    padding: 120px 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas-area {
    padding: 120px 50px;
  }
}

.offcanvas_projects {
  border-top: 1px solid var(--tj-color-border-9);
  margin-top: 80px;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .offcanvas_projects {
    margin-top: 60px;
    padding-top: 60px;
  }
}
.offcanvas_projects .project_item {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  max-width: 220px;
  width: 100%;
  height: 225px;
  z-index: 1;
}
.offcanvas_projects .project_item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--tj-color-theme-secondary)), to(var(--tj-color-theme-primary)));
  background: linear-gradient(90deg, var(--tj-color-theme-secondary) 0%, var(--tj-color-theme-primary) 100%);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
}
.offcanvas_projects .project_item img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.offcanvas_projects .project_item .project_title {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 60%;
  width: 90%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out 0s;
  transition: 0.5s ease-in-out 0s;
}
.offcanvas_projects .project_item:hover::before {
  opacity: 0.7;
  visibility: visible;
}
.offcanvas_projects .project_item:hover .project_title {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

/* !END: Mainmenu CSS */
/* !START: hamburger CSS */
.hamburger-area {
  position: fixed;
  right: -490px;
  top: 0;
  width: 450px;
  height: 100%;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
          box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  z-index: 9999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
.hamburger-area::-webkit-scrollbar {
  display: none;
}
.hamburger-area.opened {
  right: 0px;
}
@media (max-width: 575px) {
  .hamburger-area {
    width: 320px;
  }
}
.hamburger_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tj-color-theme-secondary);
  z-index: -1;
  -webkit-backdrop-filter: blur(37px);
          backdrop-filter: blur(37px);
}
.hamburger_wrapper {
  position: relative;
  padding: 45px 45px 90px 45px;
  overflow: auto;
  height: 100%;
}
@media (max-width: 575px) {
  .hamburger_wrapper {
    padding: 20px;
  }
}
.hamburger_top {
  margin-bottom: 40px;
}
.hamburger_close_btn {
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  color: var(--tj-color-common-white);
}
@media (max-width: 575px) {
  .hamburger_close_btn {
    font-size: 30px;
  }
}
.hamburger_close_btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: var(--tj-color-theme-primary);
}
.hamburger_search {
  position: relative;
  margin-bottom: 30px;
}
.hamburger_search select,
.hamburger_search .nice-select,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.hamburger_search input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--tj-color-border-1);
  font-size: 18px;
  color: var(--tj-color-common-white);
}
.hamburger_search select::-ms-input-placeholder,
.hamburger_search .nice-select::-ms-input-placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder,
.hamburger_search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hamburger_search select::-webkit-input-placeholder, .hamburger_search .nice-select::-webkit-input-placeholder, .hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder, .hamburger_search input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hamburger_search select::-moz-placeholder, .hamburger_search .nice-select::-moz-placeholder, .hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-moz-placeholder, .hamburger_search input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hamburger_search select:-ms-input-placeholder, .hamburger_search .nice-select:-ms-input-placeholder, .hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]):-ms-input-placeholder, .hamburger_search input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hamburger_search select::-ms-input-placeholder, .hamburger_search .nice-select::-ms-input-placeholder, .hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder, .hamburger_search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hamburger_search select::placeholder,
.hamburger_search .nice-select::placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder,
.hamburger_search input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.hamburger_search button {
  position: absolute;
  top: 50%;
  inset-inline-start: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--tj-color-common-white);
}
.hamburger_menu {
  overflow: hidden;
}
.hamburger_menu .mean-container .mean-bar {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}
.hamburger_menu .mean-container .mean-bar * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.hamburger_menu .mean-nav {
  background: transparent;
  margin-top: 0;
  overflow: hidden;
}
.hamburger_menu .mean-nav > ul {
  display: block !important;
}
.hamburger_menu .mean-nav > ul > li:first-child > a {
  border-top: none;
}
.hamburger_menu .mean-nav ul li {
  position: relative;
}
.hamburger_menu .mean-nav ul li a {
  color: var(--tj-color-common-white);
  width: 100%;
  padding: 18px 0;
  border-top: none;
  border-bottom: 1px solid var(--tj-color-border-1);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
}
.hamburger_menu .mean-nav ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.hamburger_menu .mean-nav ul li a.mean-expand {
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.hamburger_menu .mean-nav ul li a.mean-expand:hover {
  color: var(--tj-color-theme-primary);
}
.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tj-color-theme-primary);
}
.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.hamburger_menu .mean-nav ul li .sub-menu li {
  padding-left: 25px;
  position: relative;
}
.hamburger_menu .mean-nav ul li .sub-menu li a {
  width: 100%;
  padding: 18px 0;
  text-transform: capitalize;
}
.hamburger_menu .mean-nav ul li .sub-menu li a.mean-expand {
  padding: 0;
  width: 30px;
}
.hamburger_menu .mean-nav ul li.dropdown-opened > a {
  color: var(--tj-color-theme-primary);
}

.hamburger_menu .site-logo {
  display: none;
}

.mobile-contact {
  padding-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid var(--tj-color-border-1);
}
.mobile-contact .title {
  margin-bottom: 35px;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.mobile-contact .title::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  right: -30px;
  bottom: 10px;
  background: var(--tj-color-theme-primary);
}
.mobile-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-contact ul li {
  font-size: 18px;
  color: var(--tj-color-grey-6);
  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: 20px;
}
.mobile-contact ul li:last-child {
  margin-bottom: 0;
}
.mobile-contact ul li span {
  font-size: 20px;
  line-height: 1;
}
.mobile-contact ul li a {
  color: var(--tj-color-grey-6);
}
.mobile-contact ul li a:hover {
  color: var(--tj-color-theme-primary);
}

.mobile-socials {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  border-top: 1px solid var(--tj-color-border-1);
}
.mobile-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.mobile-socials 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;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1;
}
.mobile-socials ul li a:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .mobile-socials ul {
    gap: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-socials ul {
    gap: 15px;
  }
  .mobile-socials ul li a {
    font-size: 16px;
  }
}

.hamburger_logo .mobile_logo {
  display: inline-block;
  max-width: 140px;
  width: 100%;
}

.side-menu button {
  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: 5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  border: 1px solid var(--tj-color-common-white);
  border-radius: 50%;
}
.side-menu button span {
  height: 8px;
  width: 8px;
  display: block;
  background: var(--tj-color-theme-primary);
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.side-menu button:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.side-menu button:hover span {
  background-color: var(--tj-color-common-white);
  -webkit-animation: upsDown 0.5s ease-in-out;
          animation: upsDown 0.5s ease-in-out;
}
.side-menu button:hover span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.side-menu button:hover span:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.side-menu button:hover span:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes upsDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes upsDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.menu-bar button {
  height: 25px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  cursor: pointer;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.menu-bar button span {
  height: 3px;
  width: 35px;
  display: block;
  background: var(--tj-color-theme-primary-2);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-left: auto;
}
.menu-bar button span:nth-child(2) {
  width: 40px;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.menu-bar button span:nth-child(3) {
  width: 30px;
}
.menu-bar button span:nth-child(4) {
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 3px;
  height: 0;
  -webkit-transition: height 400ms;
  transition: height 400ms;
}
.menu-bar.menu-bar-toggeled button {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 400ms;
          transition-delay: 400ms;
}
.menu-bar.menu-bar-toggeled button span:nth-child(1) {
  width: 0;
}
.menu-bar.menu-bar-toggeled button span:nth-child(3) {
  width: 0;
}
.menu-bar.menu-bar-toggeled button span:nth-child(4) {
  height: 40px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .menu-bar {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .menu-bar {
    margin-left: 0;
  }
}

.side-bar a {
  cursor: pointer;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.side-bar a span {
  height: 2px;
  width: 35px;
  display: block;
  background: var(--tj-color-common-white);
  cursor: pointer;
  list-style: none;
  margin: 6px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: auto;
}
.side-bar a span.dot2 {
  width: 27px;
}
.side-bar a span.dot4 {
  width: 22px;
}

.body-overlay {
  background-color: var(--tj-color-theme-primary);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.body-overlay.opened {
  opacity: 0.8;
  visibility: visible;
}

/* !END: hamburger CSS */
/**----------------------------------------
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: 404 CSS
----------------------------------------*/
.tj-error__area {
  position: relative;
  padding: 120px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-error__area {
    padding: 100px 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-error__area {
    padding: 80px 0;
  }
}

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

/* !END: 404 CSS */
/**----------------------------------------
START: Theme Breadcrumb CSS
----------------------------------------*/
.breadcrumb-wrapper {
  padding-top: 85px;
  background-color: var(--tj-color-theme-bg-2);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.breadcrumb-wrapper .breadcrumb-bg-shapes {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 650px;
  width: 100%;
  z-index: -1;
}
.breadcrumb-wrapper .breadcrumb-bg-shapes img {
  width: 100%;
}
.breadcrumb-wrapper .breadcrumb-right-shape {
  position: absolute;
  top: 40px;
  right: 0;
  max-width: 160px;
  width: 100%;
  z-index: -1;
}
.breadcrumb-wrapper .breadcrumb-right-shape img {
  width: 100%;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .breadcrumb-right-shape {
    max-width: 120px;
    top: 30px;
  }
}
.breadcrumb-wrapper .images_wrapper {
  position: relative;
  z-index: 2;
}
.breadcrumb-wrapper .images_wrapper .shapes-one {
  position: absolute;
  top: -100px;
  right: 35%;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-wrapper {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-wrapper {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-wrapper .images_wrapper .breadcrumb-images img {
    min-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .images_wrapper .breadcrumb-images img {
    min-height: 220px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.breadcrumb-content-area {
  position: relative;
  z-index: 9;
  padding: 35px 0 110px;
}
.breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
  color: var(--tj-color-common-white);
  margin-bottom: 30px;
  font-weight: var(--tj-fw-medium);
  line-height: 1.1;
}
.breadcrumb-content-area .breadcrumb-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 10px;
  position: relative;
  z-index: 1;
  padding-left: 12%;
  font-weight: var(--tj-fw-bold);
  font-size: 20px;
  line-height: 1.2;
  color: var(--tj-color-theme-primary);
}
.breadcrumb-content-area .breadcrumb-link::before {
  position: absolute;
  content: "";
  width: 10%;
  height: 2px;
  left: 0;
  bottom: 3px;
  background: var(--tj-color-border-1);
}
.breadcrumb-content-area .breadcrumb-link span {
  -webkit-transition: none;
  transition: none;
}
.breadcrumb-content-area .breadcrumb-link > span {
  color: var(--tj-color-text-body);
  font-size: 20px;
  font-weight: var(--tj-fw-medium);
  position: relative;
  z-index: 1;
}
.breadcrumb-content-area .breadcrumb-link > span .current-item {
  color: var(--tj-color-common-white);
}
.breadcrumb-content-area .breadcrumb-link a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.breadcrumb-content-area .breadcrumb-link a:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-content-area {
    padding: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .breadcrumb-content-area {
    padding: 15px 0 80px;
  }
  .breadcrumb-content-area .breadcrumb-heading .breadcrumb-title {
    margin-bottom: 15px;
  }
  .breadcrumb-content-area .breadcrumb-link::before {
    top: 20px;
  }
  .breadcrumb-content-area .breadcrumb-link span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-content-area .breadcrumb-link {
    padding-left: 0;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-top: 20px;
  }
  .breadcrumb-content-area .breadcrumb-link::before {
    display: none;
  }
  .breadcrumb-content-area .breadcrumb-link span {
    font-size: 18px;
  }
}

/* !END: Breadcrumb CSS */
/**----------------------------------------
START: Slider CSS
----------------------------------------*/
.tj-slider-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--tj-color-theme-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 120px;
  overflow: hidden;
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .tj-slider-section {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tj-slider-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-slider-section {
    padding-top: 110px;
    padding-bottom: 40px;
    min-height: 100vh;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-slider-section {
    padding-top: 110px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-slider-section {
    padding-top: 70px;
    padding-bottom: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .tj-slider-section .container-fluid {
    padding: 0;
  }
}

.hero-slider {
  position: relative;
  z-index: 2;
}
.hero-slider .slider-navigation {
  position: absolute;
  bottom: 0;
  right: 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: 25px;
  z-index: 2;
}
.hero-slider .slider-navigation .slider-next,
.hero-slider .slider-navigation .slider-prev {
  background-color: rgba(60, 62, 69, 0.9);
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.hero-slider .slider-navigation .slider-next img,
.hero-slider .slider-navigation .slider-prev img {
  max-width: 60px;
  width: 100%;
}
.hero-slider .slider-navigation .slider-next:hover,
.hero-slider .slider-navigation .slider-prev:hover {
  background-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) {
  .hero-slider .slider-navigation .slider-next img,
  .hero-slider .slider-navigation .slider-prev img {
    max-width: 40px;
  }
}
@media (max-width: 575px) {
  .hero-slider .slider-navigation {
    gap: 15px;
  }
  .hero-slider .slider-navigation .slider-next,
  .hero-slider .slider-navigation .slider-prev {
    padding: 10px 15px;
  }
  .hero-slider .slider-navigation .slider-next img,
  .hero-slider .slider-navigation .slider-prev img {
    max-width: 35px;
  }
}

.tj-slider-item .slider-text .sub-title,
.tj-slider-item .slider-text .slider-title {
  display: block;
  overflow: hidden;
}
.tj-slider-item .slider-text .sub-title > div {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-transition: 1s;
  transition: 1s;
}
.tj-slider-item .slider-text .slider-title > span {
  display: block;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(300px);
      -ms-transform: translateY(300px);
          transform: translateY(300px);
  -webkit-transition: 1s;
  transition: 1s;
}
.tj-slider-item.swiper-slide-active .slider_bg_img img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.tj-slider-item.swiper-slide-active .slider-text .sub-title > div {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tj-slider-item.swiper-slide-active .slider-text .slider-title > span {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.slider-content-area {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding: 175px 0;
}
.slider-content-area .slider_bg_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.slider-content-area .slider_bg_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
}
.slider-content-area .slider-text {
  max-width: 880px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.slider-content-area .slider-text .sub-title {
  font-size: 24px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-grey-3);
  letter-spacing: 3px;
}
.slider-content-area .slider-text .sub-title > div {
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.slider-content-area .slider-text .sub-title > div::before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: 2px;
  left: 30px;
  bottom: -5px;
  background: var(--tj-color-theme-primary);
}
.slider-content-area .slider-text .sub-title > div::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: var(--tj-color-theme-primary);
  border-radius: 50%;
}
.slider-content-area .slider-text .slider-title {
  font-size: 135px;
  line-height: 1.2;
  margin: 0;
}
.slider-content-area .slider-text .slider-title > span span {
  background: var(--tj-color-theme-primary);
  border-radius: 100px;
  padding: 0 20px;
  display: inline-block;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .slider-content-area {
    padding: 155px 0;
  }
  .slider-content-area .slider-text .slider-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-content-area {
    padding: 120px 0;
  }
  .slider-content-area .slider-text {
    max-width: 680px;
  }
  .slider-content-area .slider-text .slider-title {
    font-size: 90px;
  }
  .slider-content-area .slider-text .sub-title > div {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content-area {
    padding: 150px 0;
  }
  .slider-content-area .slider-text {
    max-width: 520px;
    padding: 0 0 0 15px;
  }
  .slider-content-area .slider-text .slider-title {
    font-size: 70px;
  }
  .slider-content-area .slider-text .sub-title {
    font-size: 20px;
  }
  .slider-content-area .slider-text .sub-title > div {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content-area {
    max-width: 100%;
    padding: 80px 0;
  }
  .slider-content-area .slider_bg_img {
    width: 100%;
  }
  .slider-content-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .slider-content-area .slider-text {
    max-width: 500px;
    padding: 30px;
  }
  .slider-content-area .slider-text .slider-title {
    font-size: 65px;
  }
  .slider-content-area .slider-text .sub-title {
    font-size: 20px;
  }
  .slider-content-area .slider-text .sub-title > div {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-content-area {
    max-width: 100%;
    padding: 80px 0;
  }
  .slider-content-area .slider_bg_img {
    width: 100%;
  }
  .slider-content-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .slider-content-area .slider-text {
    max-width: 380px;
    padding: 30px;
  }
  .slider-content-area .slider-text .slider-title {
    font-size: 45px;
    line-height: 1.2;
  }
  .slider-content-area .slider-text .sub-title {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .slider-content-area .slider-text .sub-title > div {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .slider-content-area {
    max-width: 520px;
    padding: 80px 0;
  }
  .slider-content-area .slider_bg_img {
    width: 100%;
  }
  .slider-content-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .slider-content-area .slider-text {
    max-width: 280px;
    padding: 15px;
  }
  .slider-content-area .slider-text .slider-title {
    font-size: 35px;
    line-height: 1.4;
  }
  .slider-content-area .slider-text .sub-title {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .slider-content-area .slider-text .sub-title > div {
    margin-bottom: 25px;
    padding-left: 20px;
  }
  .slider-content-area .slider-text .sub-title > div::before {
    left: 20px;
  }
}

/* !END: Slider CSS */
/**----------------------------------------
START: Project CSS
----------------------------------------*/
.tj-project-section-two {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-project-section-two {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-project-section-two {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.tj-project-slider .project-item-two {
  margin-bottom: 0;
  max-width: 100%;
}
.tj-project-slider .project-navigation {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  max-width: 1320px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.tj-project-slider .project-navigation .slider-next,
.tj-project-slider .project-navigation .slider-prev {
  display: block;
  background: var(--tj-color-theme-secondary);
  padding: 10px 20px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.tj-project-slider .project-navigation .slider-next img,
.tj-project-slider .project-navigation .slider-prev img {
  max-width: 60px;
  width: 100%;
}
.tj-project-slider .project-navigation .slider-next:hover,
.tj-project-slider .project-navigation .slider-prev:hover {
  background-color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-project-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tj-project-slider .project-navigation {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
    margin-top: 50px;
  }
  .tj-project-slider .project-navigation .slider-next img,
  .tj-project-slider .project-navigation .slider-prev img {
    max-width: 45px;
  }
}

.tj-project-item {
  width: 100%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 100px;
}
.tj-project-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tj-project-item:nth-child(even) .project_content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tj-project-item .project_large_img {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 50%;
  height: auto;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tj-project-item .project_content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 15px;
  padding: 100px 0;
  max-width: 530px;
  width: 100%;
}
.tj-project-item .project_content_text {
  text-align: center;
  -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);
}
.tj-project-item .project_content_text .location {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  margin-left: 5px;
}
.tj-project-item .project_content_text .project-title {
  margin: 0;
}
.tj-project-item .project_content_text .project-title a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-project-item .project_content .project-thumb {
  max-width: 400px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.tj-project-item .project_content .project-thumb a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.tj-project-item .project_content .project-thumb::before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.tj-project-item .project_content .project-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tj-project-item .project_content .project-thumb:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tj-project-item {
    gap: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-project-item {
    gap: 50px;
  }
  .tj-project-item .project_content {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-project-item {
    gap: 50px;
  }
  .tj-project-item .project_content {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    padding: 80px 0;
    max-width: 410px;
  }
  .tj-project-item .project_content .project-thumb {
    max-width: 330px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-project-item {
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tj-project-item:nth-child(even) .project_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tj-project-item .project_content {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    padding: 0;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 400px;
  }
  .tj-project-item .project_content_text {
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tj-project-item .project_content .location {
    margin-left: 0;
    margin-bottom: 5px;
  }
}

.project-item-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 4s ease-in-out 0s;
  transition: all 4s ease-in-out 0s;
  margin-bottom: 40px;
}
.project-item-two::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 75%;
  z-index: 2;
  background: var(--tj-color-theme-primary);
}
.project-item-two .project-images {
  width: 100%;
}
.project-item-two .project-images a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
}
.project-item-two .project-images img {
  height: 560px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-item-two .project-content {
  padding: 40px 35px 40px 35px;
  background: var(--tj-color-theme-secondary);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(60%);
      -ms-transform: translateY(60%);
          transform: translateY(60%);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.project-item-two .project-content .project-heading {
  margin-bottom: 20px;
}
.project-item-two .project-content .project-heading .location {
  display: block;
  font-size: 14px;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 5px;
}
.project-item-two .project-content .project-heading .project-title {
  margin: 0;
}
.project-item-two .project-content .project-text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.project-item-two .project-content .project-text .desc {
  width: 100%;
  color: var(--tj-color-common-white);
  line-height: 1.6;
}
.project-item-two .project-content .project-text .project-button {
  margin-top: 30px;
}
.project-item-two:hover::before {
  width: 100%;
}
.project-item-two:hover .project-content {
  background-color: var(--tj-color-theme-primary);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.project-item-two:hover .project-content .project-text {
  opacity: 1;
  visibility: visible;
}
.project-item-two:hover .project-content .project-heading .location {
  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) {
  .project-item-two .project-images img {
    height: 450px;
  }
  .project-item-two .project-content {
    padding: 35px 20px 35px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-item-two .project-images img {
    height: 400px;
  }
  .project-item-two .project-content {
    padding: 30px 15px 30px 15px;
  }
  .project-item-two .project-content .project-heading .project-title {
    margin-bottom: 15px;
  }
  .project-item-two .project-content .project-text .project-button {
    margin-top: 20px;
  }
}

.project-top-content-two {
  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;
  margin-bottom: 60px;
  gap: 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) {
  .project-top-content-two {
    margin-bottom: 40px;
  }
}
.project-top-content-two .project-navigation {
  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: 30px;
}
.project-top-content-two .project-navigation .slider-next,
.project-top-content-two .project-navigation .slider-prev {
  display: block;
  max-width: 60px;
  width: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-top-content-two .project-navigation .slider-next,
  .project-top-content-two .project-navigation .slider-prev {
    max-width: 50px;
  }
}
@media (max-width: 575px) {
  .project-top-content-two .project-navigation {
    position: absolute;
    left: 50%;
    bottom: -80px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.project_filter {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}
.project_filter .filter-menu {
  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-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
  margin-bottom: 80px;
}
.project_filter .filter-menu .filter {
  display: inline-block;
  font-size: 18px;
  line-height: 1.2;
  font-weight: var(--tj-fw-medium);
  border-bottom: 2px solid transparent;
}
.project_filter .filter-menu .filter:hover {
  color: var(--tj-color-common-white);
}
.project_filter .filter-menu .filter.active {
  color: var(--tj-color-common-white);
  border-bottom-color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project_filter .filter-menu {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .project_filter .filter-menu {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project_filter .filter-menu {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 15px;
    margin-bottom: 50px;
  }
  .project_filter .filter-menu .filter {
    font-size: 16px;
  }
}

.project-grid .project-single-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
  width: 33.33%;
}
.project-grid .project-single-item .project-item-three {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-grid .project-single-item {
    width: 50%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project-grid .project-single-item {
    width: 100%;
  }
}

.project-item-three {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.project-item-three::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.project-item-three .project-images {
  width: 100%;
}
.project-item-three .project-images img {
  width: 100%;
}
.project-item-three .project-content {
  position: relative;
  z-index: 2;
  background: transparent;
  text-align: center;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 15px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.project-item-three .project-content span {
  font-size: 14px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  display: block;
  margin-bottom: 10px;
}
.project-item-three .project-content .project-title {
  margin-bottom: 0;
}
.project-item-three:hover::before {
  opacity: 0;
  visibility: hidden;
}
.project-item-three:hover .project-content {
  background-color: var(--tj-color-theme-primary);
  bottom: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .project-item-three .project-content {
    max-width: 365px;
    bottom: 20px;
  }
  .project-item-three .project-content:hover {
    bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-item-three .project-content {
    max-width: 350px;
    bottom: 20px;
  }
  .project-item-three .project-content:hover {
    bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item-three .project-content {
    max-width: 285px;
    bottom: 10px;
  }
  .project-item-three .project-content:hover {
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 575px) {
  .project-item-three .project-content {
    max-width: 285px;
    padding: 30px 15px;
    bottom: 10px;
  }
  .project-item-three .project-content:hover {
    bottom: 20px;
  }
}

.project_images_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 18rem;
  height: 10rem;
  pointer-events: none;
  opacity: 0;
}
.project_images_wrap .cursor_media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.project_images_wrap .cursor_media.active {
  opacity: 0.8;
}

.project_list_wrap {
  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: 100px;
}
.project_list_wrap .project_list_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.project_list_wrap .project_list_item:not(:last-child)::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -51px;
  width: 50px;
  height: 2px;
  background-color: var(--tj-color-theme-primary);
}
.project_list_wrap .project_list_item .project_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.project_list_wrap .project_list_item .item_location {
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 15px;
}
.project_list_wrap .project_list_item .item_title {
  font-size: 40px;
  font-weight: var(--tj-fw-normal);
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project_list_wrap {
    gap: 80px;
  }
  .project_list_wrap .project_list_item:not(:last-child)::after {
    bottom: -41px;
  }
  .project_list_wrap .project_list_item .item_title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project_list_wrap {
    gap: 80px;
  }
  .project_list_wrap .project_list_item:not(:last-child)::after {
    bottom: -41px;
  }
  .project_list_wrap .project_list_item .item_location {
    margin-bottom: 10px;
  }
  .project_list_wrap .project_list_item .item_title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .project_list_wrap {
    gap: 70px;
  }
  .project_list_wrap .project_list_item:not(:last-child)::after {
    bottom: -36px;
  }
  .project_list_wrap .project_list_item .item_location {
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .project_list_wrap .project_list_item .item_title {
    font-size: 25px;
  }
}

/* !END: Project CSS */
/**----------------------------------------
START: Project CSS
----------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-project-details .col-lg-4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.tj-project-widget {
  margin-bottom: 40px;
}
.tj-project-widget:last-child {
  margin-bottom: 0;
}
.tj-project-widget .side-title {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding-left: 50px;
}
.tj-project-widget .side-title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  bottom: 8px;
  left: 0;
  background: var(--tj-color-theme-primary);
}

.project_information ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.project_information ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid var(--tj-color-border-1);
  font-size: 20px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-common-white);
  padding: 15px 30px;
  margin-bottom: 20px;
  gap: 10px;
}
.project_information ul li:last-child {
  margin-bottom: 0;
}
.project_information ul li .key {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  min-width: 150px;
  position: relative;
  z-index: 1;
}
.project_information ul li .key::before {
  position: absolute;
  content: ":";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.project_information ul li .value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.project_information ul li .share-socials {
  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;
}
.project_information ul li .share-socials li {
  border: none;
  padding: 0;
  margin-bottom: 0;
}
.project_information ul li .share-socials li::before {
  display: none;
}
.project_information ul li .share-socials li a:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .project_information ul li {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .project_information ul li .key {
    min-width: 120px;
  }
}

.project_feature_item {
  border: 1px solid var(--tj-color-border-1);
  padding: 40px 30px;
}
.project_feature_item .feature-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.project_feature_item .feature-author .author-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.project_feature_item .feature-author .author-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project_feature_item .feature-author .feature-quote {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 60px;
  line-height: 1;
  max-width: 60px;
  width: 100%;
  opacity: 0.6;
}
.project_feature_item .feature-author .feature-quote i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.project_feature_item .feature-rating {
  border-bottom: 1px solid var(--tj-color-border-1);
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.project_feature_item .feature-rating .desc p {
  line-height: 1.8;
}
.project_feature_item .feature-rating .desc p:last-child {
  margin-bottom: 0;
}
.project_feature_item .feature-name .title {
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .project_feature_item {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .project_feature_item .feature-author .feature-quote {
    max-width: 50px;
    font-size: 50px;
  }
}

.project_video {
  position: relative;
  z-index: 2;
}
.project_video .video_area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.project_video .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: 90px;
  height: 75px;
  line-height: 1;
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  position: relative;
  z-index: 2;
}
.project_video .video_area .popup-videos-button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 130px;
  height: 115px;
  border: 1px solid var(--tj-color-border-4);
}
.project_video .video_area .popup-videos-button span {
  font-size: 25px;
}

.star-ratings {
  unicode-bidi: bidi-override;
  color: transparent;
  font-size: 20px;
  letter-spacing: 8px;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-text-stroke: 1px var(--tj-color-theme-primary);
  margin-bottom: 25px;
}
.star-ratings .fill-ratings {
  color: var(--tj-color-theme-primary);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.star-ratings .fill-ratings span {
  display: inline-block;
}
.star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
  color: transparent;
}

.project-details-item .project-check .title {
  margin-bottom: 25px;
}
.project-details-item .desc p {
  line-height: 1.8;
}
.project-details-item .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) {
  .project-details-item .project-check {
    margin-bottom: 50px;
  }
}

.project_wrapper {
  margin-bottom: 60px;
}
.project_wrapper .project-images {
  margin-bottom: 40px;
}
.project_wrapper .title {
  margin-bottom: 25px;
}
.project_wrapper .desc p {
  line-height: 1.8;
  margin-bottom: 25px;
}
.project_wrapper .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) {
  .project_wrapper {
    margin-bottom: 40px;
  }
}

/* !END: Project CSS */
/**----------------------------------------
START: About CSS
----------------------------------------*/
.tj-about-section {
  background: var(--tj-color-theme-bg);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
.tj-about-section .sec-left-image {
  position: absolute;
  right: 0;
  top: 120px;
  max-width: 725px;
  width: 100%;
  z-index: -1;
}
.tj-about-section .sec-left-image img {
  width: 100%;
}
.tj-about-section .tj-heading-area {
  margin-bottom: 60px;
}
.tj-about-section .tj-heading-area .title {
  margin-bottom: 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tj-about-section .sec-left-image {
    top: 140px;
    max-width: 520px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-about-section .sec-left-image {
    top: 140px;
    max-width: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-section .sec-left-image {
    top: 180px;
    max-width: 390px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-about-section .sec-left-image {
    top: 37%;
    max-width: 465px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-about-section .sec-left-image {
    top: 36%;
    max-width: 420px;
  }
}
@media (max-width: 575px) {
  .tj-about-section .sec-left-image {
    top: 31%;
    max-width: 290px;
  }
}
@media 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: 35px;
    padding-bottom: 80px;
  }
  .tj-about-section .tj-heading-area {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-about-section {
    padding-top: 80px;
  }
}

.about-images {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 560px;
  width: 100%;
  height: 455px;
  margin-left: auto;
  margin-right: auto;
  -webkit-mask-image: url(../images/shapes/about-shape-1.svg);
          mask-image: url(../images/shapes/about-shape-1.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
  z-index: 1;
}
.about-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-images {
    max-width: 520px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-images {
    max-width: 395px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-images {
    max-width: 395px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-images {
    height: 425px;
  }
}
@media (max-width: 575px) {
  .about-images {
    height: 295px;
  }
}

.elementor .about-images img {
  height: 100%;
}

.about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px;
}
.about-wrapper .about-content .desc {
  max-width: 470px;
  width: 100%;
}
.about-wrapper .about-content .desc p {
  margin-bottom: 0;
}
.about-wrapper .about-content .about-auother {
  max-width: 325px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 35px;
}
.about-wrapper .about-content .about-auother::before {
  position: absolute;
  content: "";
  width: 50px;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background: rgba(255, 255, 255, 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) {
  .about-wrapper {
    gap: 35px;
  }
  .about-wrapper .about-content .desc {
    margin-bottom: 35px;
  }
  .about-wrapper .about-content .about-auother {
    margin-bottom: 15px;
  }
}

.fun-fact-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: 65px;
  background: var(--tj-color-theme-secondary);
  max-width: 1047px;
  width: 100%;
  border-radius: 100px;
  border: 1px solid rgba(185, 154, 128, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fun-fact-area {
    gap: 54px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .fun-fact-area {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fun-fact-area {
    border-radius: 80px;
  }
}
@media (max-width: 575px) {
  .fun-fact-area {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}

/* !END: About CSS */
/**----------------------------------------
START: Price CSS
----------------------------------------*/
.tj-price-section {
  padding-top: 120px;
  padding-bottom: 95px;
  background: var(--tj-color-theme-bg);
  background-image: url(../images/bg/price-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.tj-price-section .tj-heading-area {
  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-price-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-price-section .tj-heading-area {
    margin-bottom: 35px;
  }
}

.price-item {
  background: var(--tj-color-theme-bg-2);
  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;
  padding: 55px 60px 60px 50px;
  position: relative;
  z-index: 2;
}
.price-item .price-percent {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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: 150px;
  height: 150px;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 50%;
}
.price-item .price-percent .dolor {
  color: var(--tj-color-common-white);
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
}
.price-item .price-percent .percent {
  font-size: 50px;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-theme-primary);
  line-height: 1.2;
}
.price-item .price-percent .month {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
}
.price-item .price-list {
  max-width: 210px;
  width: 100%;
  margin: 0 auto;
}
.price-item .price-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.price-item .price-list ul li {
  position: relative;
  z-index: 2;
  padding-left: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.price-item .price-list ul li:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.price-item .price-list ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  left: 10px;
  top: 10px;
  background: var(--tj-color-theme-primary);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.price-item .price-button .tj-primary-btn {
  padding: 17px 44px;
}
.price-item .price-text {
  max-width: 250px;
  width: 100%;
}
.price-item .price-text .title {
  margin-bottom: 20px;
}
.price-item .price-text .desc {
  margin-bottom: 55px;
}
.price-item .price-text .desc p {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .price-item .price-text .desc {
    margin-bottom: 5px;
  }
}
.price-item .active-text {
  position: absolute;
  right: -50px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  bottom: 35%;
}
.price-item .active-text span {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  letter-spacing: 3px;
  padding: 10px 29px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .price-item {
    gap: 25px;
    padding: 50px 50px 60px 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) {
  .price-item {
    text-align: center;
    padding: 35px 20px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 416px;
    width: 100%;
    gap: 30px;
  }
  .price-item .price-percent {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .price-item .price-list {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 250px;
  }
  .price-item .price-list ul li::before {
    left: 30px;
  }
  .price-item .price-text {
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .price-item .price-text .title {
    margin-bottom: 10px;
  }
  .price-item .price-text .desc {
    margin-bottom: 5px;
  }
  .price-item .price-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .price-item .price-buttons {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .price-item .active-text {
    top: 33%;
    bottom: auto;
  }
}

.active-price {
  background: var(--tj-color-theme-bg);
  padding: 40px 55px;
  position: relative;
  z-index: 2;
  max-width: 416px;
  width: 100%;
  display: block;
}
.active-price .title {
  margin-bottom: 15px;
}
.active-price .desc {
  margin-bottom: 35px;
}
.active-price .desc p {
  margin-bottom: 0;
}
.active-price .price-percent {
  margin-bottom: 30px;
}
.active-price .price-list {
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
.active-price .price-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.active-price .price-list ul li {
  position: relative;
  z-index: 2;
  padding-left: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.active-price .price-list ul li:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.active-price .price-list ul li::before {
  position: relative;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  left: 0px;
  top: 16px;
  background: var(--tj-color-theme-primary);
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.active-price .price-button {
  margin-top: 45px;
}
.active-price .price-button .tj-primary-btn-two {
  padding: 16px 40px;
}
.active-price .price-button .tj-primary-btn-two::before {
  width: 70px;
  background: var(--tj-color-theme-bg);
}
.active-price .price-button .tj-primary-btn-two::after {
  width: 70px;
  background: var(--tj-color-theme-bg);
}
.active-price .active-text {
  top: 35%;
  bottom: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .active-price {
    padding: 35px 20px 40px;
    margin: 0 auto;
  }
  .active-price .price-button {
    margin-top: 30px;
  }
}

/* !END: Price CSS */
/**----------------------------------------
START: Service CSS
----------------------------------------*/
.tj_services_section {
  padding-top: 175px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj_services_section {
    padding-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_services_section {
    padding-top: 0;
  }
}
.tj_services_section .grid-item:nth-child(even) .service-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.tj_services_section .grid-item:nth-child(2) .service-item {
  margin-top: -65px;
}
.tj_services_section .grid-item:nth-child(3) .service-item {
  margin-top: -175px;
}
.tj_services_section .grid-item:nth-child(4) .service-item {
  margin-top: -65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj_services_section .grid-item .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  .tj_services_section .grid-item:nth-child(even) .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tj_services_section .grid-item:nth-child(2) .service-item {
    margin-top: 0;
  }
  .tj_services_section .grid-item:nth-child(3) .service-item {
    margin-top: 0;
  }
  .tj_services_section .grid-item:nth-child(4) .service-item {
    margin-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj_services_section .grid-item .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  .tj_services_section .grid-item:nth-child(even) .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tj_services_section .grid-item:nth-child(2) .service-item {
    margin-top: 0;
  }
  .tj_services_section .grid-item:nth-child(3) .service-item {
    margin-top: 0;
  }
  .tj_services_section .grid-item:nth-child(4) .service-item {
    margin-top: 0;
  }
}
.tj_services_section .service-item {
  margin-bottom: 40px;
  padding-bottom: 0;
  margin-top: 0;
  gap: 25px;
}
.tj_services_section .service-item .service-content {
  margin-bottom: 0;
}
.tj_services_section .service-item .service-images {
  margin-bottom: 0;
}

.tj-service-section-two .services-grid-item:nth-child(1) {
  margin-top: -160px;
}
.tj-service-section-two .services-grid-item:nth-child(2) {
  margin-top: 60px;
}
.tj-service-section-two .services-grid-item:nth-child(3) {
  margin-top: 20px;
}
.tj-service-section-two .services-grid-item:nth-child(4) {
  margin-top: -405px;
}
.tj-service-section-two .services-grid-item:nth-child(4) .service-item-two {
  right: 30px;
}
.tj-service-section-two .services-grid-item:nth-child(5) {
  margin-top: 0px;
}
.tj-service-section-two .service_image {
  max-width: 500px;
  height: 405px;
  width: 100%;
  -webkit-mask-image: url(../images/shapes/service-shape.svg);
          mask-image: url(../images/shapes/service-shape.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.tj-service-section-two .service_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tj-service-section-two .tj-heading-area {
  margin-bottom: 60px;
}
.tj-service-section-two .tj-heading-area .title {
  margin-bottom: 25px;
}
.tj-service-section-two .tj-heading-area .title .tj-reveal-line {
  overflow: hidden;
}
.tj-service-section-two .tj-heading-area .desc p {
  line-height: 1.8;
}
.tj-service-section-two .tj-heading-area .desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-service-section-two .service_image {
    max-width: 410px;
  }
}
@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-two .top-conrent {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .tj-service-section-two .service_image {
    height: auto;
  }
  .tj-service-section-two .services-grid-item:nth-child(1) {
    margin-top: 0px;
  }
  .tj-service-section-two .services-grid-item:nth-child(2) {
    margin-top: 0px;
  }
  .tj-service-section-two .services-grid-item:nth-child(3) {
    margin-top: 0px;
  }
  .tj-service-section-two .services-grid-item:nth-child(4) {
    margin-top: 0px;
  }
  .tj-service-section-two .services-grid-item:nth-child(4) .service-item-two {
    right: 0px;
  }
  .tj-service-section-two .services-grid-item:nth-child(5) {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-section-two .tj-heading-area {
    margin-bottom: 50px;
  }
  .tj-service-section-two .service_image {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .tj-service-section-two .tj-heading-area {
    margin-bottom: 40px;
    text-align: center;
  }
  .tj-service-section-two .service_image {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.tj-service-section-three {
  background-color: var(--tj-color-theme-bg);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.tj-service-section-three .service-bg-shapes {
  position: absolute;
  top: -25%;
  right: 0;
  z-index: -1;
  max-width: 725px;
  width: 100%;
}
.tj-service-section-three .service-bg-shapes img {
  width: 100%;
}
.tj-service-section-three .tj-heading-area .title {
  margin-bottom: 35px;
}
.tj-service-section-three .tj-heading-area .desc {
  max-width: 370px;
  width: 100%;
  margin-bottom: 10px;
}
.tj-service-section-three .tj-heading-area .desc p {
  line-height: 1.8;
}
.tj-service-section-three .tj-heading-area .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-service-section-three {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-service-section-three .tj-heading-area {
    margin-bottom: 40px;
  }
  .tj-service-section-three .tj-heading-area .title {
    margin-bottom: 15px;
  }
  .tj-service-section-three .tj-heading-area .desc {
    max-width: 100%;
  }
}

.service-item {
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-item .title {
  margin-bottom: 40px;
}
.service-item .service-content {
  text-align: center;
  border: 1px solid var(--tj-color-border-1);
  margin-bottom: 25px;
  padding: 35px 18px 0;
  position: relative;
  z-index: 2;
}
.service-item .service-content .item-shapes {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.service-item .service-content .service-title {
  margin-bottom: 25px;
  font-size: 22px;
}
.service-item .service-content .service-title a:hover {
  color: var(--tj-color-theme-primary);
}
.service-item .service-content .desc {
  margin-bottom: 0;
  line-height: 1.6;
}
.service-item .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;
  margin-top: 45px;
  width: 110px;
  height: 110px;
  border: 1px solid var(--tj-color-border-1);
  font-size: 50px;
  line-height: 1;
  color: var(--tj-color-common-white);
  position: relative;
  top: 1px;
}
.service-item .service-content .service-icon i {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.service-item .service-content .service-icon svg,
.service-item .service-content .service-icon img {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  max-width: 45px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.service-item .service-images {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.service-item .service-images::before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.service-item .service-images img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item .service-content {
    padding: 35px 15px 35px;
    margin-bottom: 0;
    border-top: none;
  }
  .service-item .service-images {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-item .title {
    margin-bottom: 35px;
  }
  .service-item .service-content {
    padding: 35px 15px 35px;
    margin-bottom: 0;
    border-top: none;
  }
  .service-item .service-content .service-title {
    margin-bottom: 15px;
  }
  .service-item .service-content .service-icon {
    margin-top: 30px;
    width: 90px;
    height: 90px;
    font-size: 45px;
  }
  .service-item .service-images {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-item {
    max-width: 306px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .service-item .service-content .service-title {
    font-size: 20px;
  }
}
.service-item:hover .service-images::before {
  left: 0;
  right: 0;
  opacity: 0;
}
.service-item:hover .service-content .service-icon i,
.service-item:hover .service-content .service-icon img,
.service-item:hover .service-content .service-icon svg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

@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-page .service-item .service-content {
    border: 1px solid var(--tj-color-border-1);
  }
}

.service-masonry .grid-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: left;
}

.service-item-two {
  text-align: center;
  max-width: 375px;
  width: 100%;
  padding: 35px 20px;
  position: relative;
  z-index: 2;
  border: 2px solid var(--tj-color-border-8);
  margin-bottom: 30px;
}
.service-item-two::after, .service-item-two::before {
  content: "";
  background: radial-gradient(circle, rgb(50, 52, 59) 32%, rgb(110, 99, 93) 99%);
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 75%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.service-item-two::after {
  top: -2px;
}
.service-item-two:hover::after, .service-item-two:hover::before {
  -webkit-transform: translateX(-50%) scaleX(0);
      -ms-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
}
.service-item-two .service-inner {
  position: relative;
  z-index: 2;
}
.service-item-two .service-inner::after, .service-item-two .service-inner::before {
  content: "";
  background: radial-gradient(circle, rgb(50, 52, 59) 32%, rgb(110, 99, 93) 99%);
  position: absolute;
  z-index: 2;
  top: 0;
  left: -22px;
  height: 250px;
  width: 2px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.service-item-two .service-inner::after {
  right: -22px;
  bottom: 0;
  left: auto;
}
.service-item-two .service-inner .item-shapes {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.service-item-two .service-inner .service-title {
  margin-bottom: 30px;
}
.service-item-two .service-inner .service-title a:hover {
  color: var(--tj-color-theme-primary);
}
.service-item-two .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: 110px;
  height: 110px;
  line-height: 1;
  font-size: 45px;
  background: var(--tj-color-theme-secondary);
  color: var(--tj-color-common-white);
  border-radius: 50%;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-item-two .service-inner .service-icon i {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.service-item-two .service-inner .desc p {
  line-height: 1.8;
}
.service-item-two .service-inner .desc p:last-child {
  margin-bottom: 0;
}
.service-item-two:hover .service-inner::after, .service-item-two:hover .service-inner::before {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.service-item-two:hover .service-icon {
  background-color: var(--tj-color-theme-primary);
}
.service-item-two:hover .service-icon i {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.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) {
  .service-item-two {
    margin: 0 auto 30px;
  }
}

.service-accordion {
  gap: 35px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-accordion .tabs-content-area .tabs-item {
  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;
  max-width: 450px;
  width: 100%;
  background-color: transparent;
  padding: 0;
  gap: 20px;
  border-bottom: 1px solid var(--tj-color-border-3);
  border-radius: 0;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.service-accordion .tabs-content-area .tabs-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.service-accordion .tabs-content-area .tabs-item .service-number {
  color: var(--tj-color-text-body-4);
  font-size: 95px;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
  line-height: 1;
}
.service-accordion .tabs-content-area .tabs-item .title {
  font-size: 22px;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-common-white);
}
.service-accordion .tabs-content-area .tabs-item .service-arrow {
  color: var(--tj-color-theme-primary);
  font-size: 30px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
}
.service-accordion .tabs-content-area .tabs-item.active .service-number {
  color: var(--tj-color-theme-primary);
}
.service-accordion .tabs-content-area .tabs-item.active .service-arrow {
  opacity: 1;
  visibility: visible;
}
.service-accordion .tab-content {
  max-width: 400px;
  width: 100%;
}
.service-accordion .tab-content .tabs-wrapper {
  position: relative;
  z-index: 1;
  bottom: 0;
  width: 100%;
}
.service-accordion .tab-content .tabs-wrapper img {
  width: 100%;
}
.service-accordion .tab-content .tabs-wrapper .service-text {
  position: absolute;
  right: 0;
  bottom: 25px;
  background: var(--tj-color-theme-secondary);
  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;
  max-width: 80%;
  padding: 35px 15px 35px 70px;
}
.service-accordion .tab-content .tabs-wrapper .service-text .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: 100px;
  height: 100px;
  line-height: 1;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  font-size: 40px;
  position: absolute;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service-accordion .tab-content .tabs-wrapper .service-text .desc {
  width: 100%;
  margin-bottom: 15px;
}
.service-accordion .tab-content .tabs-wrapper .service-text .desc p:last-child {
  margin-bottom: 0;
}
.service-accordion .tab-content .tabs-wrapper .read-more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.service-accordion .tab-content .tabs-wrapper .read-more a span {
  line-height: 1;
  -webkit-animation: none;
          animation: none;
  color: var(--tj-color-theme-primary);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service-accordion .tab-content .tabs-wrapper .read-more a:hover {
  color: var(--tj-color-theme-primary);
}
.service-accordion .tab-content .tabs-wrapper .read-more a:hover span {
  color: var(--tj-color-theme-primary);
  padding-left: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-accordion .tabs-content-area .tabs-item {
    gap: 15px;
  }
  .service-accordion .tabs-content-area .tabs-item .service-number {
    font-size: 62px;
  }
  .service-accordion .tab-content .tabs-wrapper .service-text .service-icon {
    width: 90px;
    height: 90px;
    left: -40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-accordion {
    gap: 30px;
  }
  .service-accordion .tabs-content-area .tabs-item {
    gap: 15px;
  }
  .service-accordion .tabs-content-area .tabs-item .service-number {
    font-size: 45px;
  }
  .service-accordion .tabs-content-area .tabs-item .title {
    font-size: 18px;
  }
  .service-accordion .tab-content {
    max-width: 330px;
  }
  .service-accordion .tab-content .tabs-wrapper .service-text {
    padding: 25px 15px 25px 50px;
  }
  .service-accordion .tab-content .tabs-wrapper .service-text .service-icon {
    width: 70px;
    height: 70px;
    left: -35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-accordion .tabs-content-area .tabs-item {
    gap: 15px;
  }
  .service-accordion .tabs-content-area .tabs-item .service-number {
    font-size: 45px;
  }
  .service-accordion .tabs-content-area .tabs-item .title {
    font-size: 18px;
  }
  .service-accordion .tab-content .tabs-wrapper .service-text {
    padding: 25px 15px 25px 50px;
  }
  .service-accordion .tab-content .tabs-wrapper .service-text .service-icon {
    width: 70px;
    height: 70px;
    left: -35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-accordion {
    -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;
  }
  .service-accordion .tabs-content-area .tabs-item {
    gap: 15px;
  }
  .service-accordion .tabs-content-area .tabs-item .service-number {
    font-size: 45px;
  }
  .service-accordion .tabs-content-area .tabs-item .title {
    font-size: 20px;
  }
  .service-accordion .tab-content {
    margin-left: auto;
    margin-right: auto;
  }
  .service-accordion .tab-content .tabs-wrapper img {
    width: auto;
  }
  .service-accordion .tab-content .tabs-wrapper .service-text {
    padding: 25px 15px 25px 50px;
  }
  .service-accordion .tab-content .tabs-wrapper .service-text .service-icon {
    width: 70px;
    height: 70px;
    left: -30px;
  }
}

.tj-service-section.service-page {
  padding-top: 120px;
  padding-bottom: 80px;
}
.tj-service-section.service-page .service-item {
  padding-bottom: 0;
  margin-bottom: 30px;
}
.tj-service-section.service-page .service-item .service-content {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-service-section.service-page {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-service-section.service-page {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

/* !END: Service CSS */
/**----------------------------------------
START: Service CSS
----------------------------------------*/
.tj-service-details {
  padding-bottom: 120px;
  background: var(--tj-color-theme-bg);
}
@media 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-bottom: 80px;
  }
  .tj-service-details .col-lg-4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.tj-service-widget {
  background-color: var(--tj-color-theme-secondary);
  padding: 30px;
}
.tj-service-widget:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-service-widget {
    padding: 30px 25px;
  }
}
@media (max-width: 575px) {
  .tj-service-widget {
    padding: 30px 20px;
  }
}
.tj-service-widget .side-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-common-white);
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding-left: 50px;
}
.tj-service-widget .side-title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  bottom: 8px;
  left: 0;
  background: 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) {
  .tj-service-widget .side-title {
    font-size: 22px;
    padding-left: 35px;
  }
  .tj-service-widget .side-title::before {
    width: 20px;
  }
}

.service_catagory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service_catagory ul li {
  width: 100%;
  margin-bottom: 20px;
}
.service_catagory ul li:last-child {
  margin-bottom: 0;
}
.service_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;
  width: 100%;
  color: var(--tj-color-common-white);
  font-size: 20px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  border: 1px solid var(--tj-color-border-1);
  padding: 11px 30px;
  background: transparent;
}
.service_catagory ul li a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.service_catagory ul li.active a, .service_catagory ul li:hover a {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.service_catagory ul li.active a span, .service_catagory ul li:hover a span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .service_catagory ul li a {
    padding: 9px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service_catagory ul li a {
    font-size: 18px;
  }
  .service_catagory ul li a span {
    font-size: 18px;
  }
}

.service_form .form_group {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.service_form .form_group input,
.service_form .form_group select,
.service_form .form_group textarea {
  width: 100%;
  border: 1px solid var(--tj-color-border-1);
  padding: 17px 42px 17px 30px;
  background-color: transparent;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
  line-height: 1;
}
.service_form .form_group input::-webkit-input-placeholder, .service_form .form_group select::-webkit-input-placeholder, .service_form .form_group textarea::-webkit-input-placeholder {
  color: var(--tj-color-text-body);
}
.service_form .form_group input::-moz-placeholder, .service_form .form_group select::-moz-placeholder, .service_form .form_group textarea::-moz-placeholder {
  color: var(--tj-color-text-body);
}
.service_form .form_group input:-ms-input-placeholder, .service_form .form_group select:-ms-input-placeholder, .service_form .form_group textarea:-ms-input-placeholder {
  color: var(--tj-color-text-body);
}
.service_form .form_group input::-ms-input-placeholder, .service_form .form_group select::-ms-input-placeholder, .service_form .form_group textarea::-ms-input-placeholder {
  color: var(--tj-color-text-body);
}
.service_form .form_group input::placeholder,
.service_form .form_group select::placeholder,
.service_form .form_group textarea::placeholder {
  color: var(--tj-color-text-body);
}
.service_form .form_group input:focus,
.service_form .form_group select:focus,
.service_form .form_group textarea:focus {
  border-color: var(--tj-color-theme-primary);
}
.service_form .form_group textarea {
  min-height: 120px;
}
.service_form .form_group i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  color: var(--tj-color-theme-primary);
  position: absolute;
  right: 25px;
  top: 18px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .service_form .form_group input,
  .service_form .form_group select,
  .service_form .form_group textarea {
    padding: 15px 32px 15px 15px;
  }
  .service_form .form_group i {
    right: 15px;
  }
}
.service_form .form_btn .tj-primary-btn {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.service_form .form_btn .tj-primary-btn::before, .service_form .form_btn .tj-primary-btn::after {
  display: none;
}
.service_form .form_btn .tj-primary-btn:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-common-white);
}

.service_download ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service_download ul li {
  width: 100%;
  margin-bottom: 20px;
}
.service_download ul li:last-child {
  margin-bottom: 0;
}
.service_download ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: var(--tj-color-common-white);
  font-size: 20px;
  line-height: 1;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  border: 1px solid var(--tj-color-border-1);
  padding: 11px 52px 11px 30px;
  background: transparent;
  position: relative;
  z-index: 1;
}
.service_download ul li a .size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--tj-color-text-body);
  font-size: 15px;
  font-weight: var(--tj-fw-medium);
  margin-top: 7px;
  line-height: 1;
  font-family: var(--tj-ff-body);
}
.service_download ul li a .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  font-size: 25px;
  color: var(--tj-color-theme-primary);
  position: absolute;
  right: 25px;
  top: 30%;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .service_download ul li a {
    padding: 9px 35px 9px 15px;
  }
  .service_download ul li a .icon {
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service_download ul li a {
    font-size: 18px;
  }
  .service_download ul li a .icon {
    font-size: 18px;
  }
}

.service-details-item .service-wrapper {
  margin-bottom: 60px;
}
.service-details-item .service-wrapper .details-image {
  margin-bottom: 40px;
  max-width: 856px;
  width: 100%;
}
.service-details-item .service-wrapper .details-image img {
  width: 100%;
}
.service-details-item .service-wrapper .title {
  margin-bottom: 25px;
}
.service-details-item .service-wrapper .desc p {
  line-height: 1.8;
  margin-bottom: 25px;
}
.service-details-item .service-wrapper .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) {
  .service-details-item .service-wrapper {
    margin-bottom: 40px;
  }
}

.check-list-one ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list-one ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  margin-bottom: 25px;
}
.check-list-one ul li:last-child {
  margin-bottom: 0;
}
.check-list-one ul li .icon {
  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;
  width: 40px;
  height: 40px;
  line-height: 1;
  position: relative;
  border: 2px solid var(--tj-color-border-8);
  z-index: 1;
  color: var(--tj-color-common-white);
}
.check-list-one ul li .icon::after, .check-list-one ul li .icon::before {
  content: "";
  background: radial-gradient(circle, rgb(50, 52, 59) 32%, rgb(110, 99, 93) 99%);
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 75%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.check-list-one ul li .icon::after {
  top: -2px;
}
.check-list-one ul li .icon:hover::after, .check-list-one ul li .icon:hover::before {
  -webkit-transform: translateX(-50%) scaleX(0);
      -ms-transform: translateX(-50%) scaleX(0);
          transform: translateX(-50%) scaleX(0);
}
.check-list-one ul li .text {
  display: block;
  width: calc(100% - 60px);
  margin-top: 7px;
}

.service-video-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
.service-video-wrapper p {
  line-height: 1.8;
}
.service-video-wrapper p:last-child {
  margin-bottom: 0;
}

.service-video {
  position: relative;
  z-index: 1;
  text-align: center;
}
.service-video::before {
  position: absolute;
  content: "";
  background: rgba(5, 20, 36, 0.4);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  z-index: 1;
  border-radius: 50%;
}
.service-video .popup-videos-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -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;
  width: 55px;
  height: 50px;
  line-height: 1;
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  font-size: 20px;
  z-index: 2;
}
.service-video .popup-videos-button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85px;
  height: 80px;
  border: 1px solid var(--tj-color-border-4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service-video::before {
    width: 120px;
    height: 120px;
  }
  .service-video .popup-videos-button {
    width: 40px;
    height: 35px;
  }
  .service-video .popup-videos-button::before {
    width: 60px;
    height: 55px;
  }
}

.service-tabs .nav {
  gap: 5px;
  margin-bottom: 45px;
}
.service-tabs .nav .nav-item .service-tab {
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-text-body);
  border-radius: 0;
  background-color: var(--tj-color-theme-secondary);
  padding: 15px 40px;
}
.service-tabs .nav .nav-item .service-tab.active {
  background-color: var(--tj-color-theme-primary);
  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) {
  .service-tabs .nav .nav-item .service-tab {
    padding: 12px 15px;
  }
}
.service-tabs .desc {
  line-height: 1.6;
}
.service-tabs .desc p:last-child {
  bottom: 0;
}
.service-tabs .desc ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
  margin-top: 25px;
}
.service-tabs .desc ul li {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  padding-left: 25px;
}
.service-tabs .desc ul li:last-child {
  margin-bottom: 0;
}
.service-tabs .desc ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 8px;
  left: 0;
  background: rgba(185, 154, 128, 0.5);
  border-radius: 50%;
}

.service_text .title {
  margin-bottom: 25px;
}
.service_text .desc p {
  line-height: 1.8;
  margin-bottom: 15px;
}
.service_text .desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .service_text .title {
    font-size: 24px;
  }
}

/* !END: Service CSS */
/**----------------------------------------
START: Roll CSS
----------------------------------------*/
.slide-transition {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  position: relative;
}

.tj-roll-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tj-roll-section.style-2 {
  visibility: visible;
  z-index: 1;
}
.tj-roll-section.style-2 .slide-roll .roll-box .roll-item .text {
  padding: 0 10px;
}

.tj-roll-section-two {
  background: var(--tj-color-theme-secondary);
  -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
          transform: rotate(-3deg);
  width: 110%;
  left: -20px;
  position: relative;
  padding: 15px 0;
}

.slide-roll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide-roll .roll-box .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slide-roll .roll-box .roll-item {
  width: auto;
}
.slide-roll .roll-box .roll-item .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 25px;
  font-size: 180px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-heading);
  text-align: center;
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1.3;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slide-roll .roll-box .roll-item .text {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slide-roll .roll-box .roll-item .text {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slide-roll .roll-box .roll-item .text {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slide-roll .roll-box .roll-item .text {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .slide-roll .roll-box .roll-item .text {
    font-size: 55px;
  }
}

.slide-roll-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slide-roll-two .roll-box {
  position: relative;
}
.slide-roll-two .roll-box .roll-item {
  width: auto;
}
.slide-roll-two .roll-box .roll-item .text {
  padding: 0 25px;
  font-size: 55px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-text-body-3);
  text-align: center;
}
.slide-roll-two .roll-box .roll-item:nth-child(even) .text {
  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) {
  .slide-roll-two .roll-box .roll-item .text-1,
  .slide-roll-two .roll-box .roll-item .text {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .slide-roll-two .roll-box .roll-item .text-1,
  .slide-roll-two .roll-box .roll-item .text {
    font-size: 35px;
  }
}

.tj-roll-style-one {
  border-top: 1px solid var(--tj-color-border-1);
}
.tj-roll-style-one:last-child {
  border-bottom: 1px solid var(--tj-color-border-1);
}
.tj-roll-style-one .roll-box {
  position: relative;
  z-index: 2;
}
.tj-roll-style-one .roll-box .slide-roll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tj-roll-style-one .roll-box .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-style-one .roll-box .slide-roll .roll-box .roll-item .text {
  padding: 0 15px;
  font-size: 180px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-heading);
  line-height: 1;
  -webkit-text-fill-color: var(--tj-color-grey-12);
  -webkit-text-stroke: 1px var(--tj-color-border-12);
  background-image: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-roll-style-one .roll-box .slide-roll .roll-box .roll-item .text {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-roll-style-one .roll-box .slide-roll .roll-box .roll-item .text {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-roll-style-one .roll-box .slide-roll .roll-box .roll-item .text {
    font-size: 80px;
  }
}
.tj-roll-style-one .roll-box .fun-fact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
  border-radius: 125px;
  background-color: var(--tj-color-theme-secondary);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  max-width: 550px;
  z-index: 3;
  margin-left: calc((100% - 1320px) / 2);
  width: 100%;
  min-width: auto;
}
.tj-roll-style-one .roll-box .fun-fact-item::before {
  display: none;
}
.tj-roll-style-one .roll-box .fun-fact-item .tj-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 180px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid var(--tj-color-theme-primary);
  font-size: 55px;
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
}
.tj-roll-style-one .roll-box .fun-fact-item .about-text {
  max-width: 250px;
  width: 100%;
  padding: 25px 15px;
}
.tj-roll-style-one .roll-box .fun-fact-item .about-text:nth-child(1) {
  text-align: end;
}
.tj-roll-style-one .roll-box .fun-fact-item .about-text .title {
  margin-bottom: 15px;
  line-height: 1.4;
}
.tj-roll-style-one .roll-box .fun-fact-item .about-text .desc {
  margin-bottom: 0;
}
.tj-roll-style-one .roll-box .fun-fact-item .about-text .desc p {
  margin-bottom: 0;
  line-height: 1.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-roll-style-one .roll-box .fun-fact-item {
    margin-left: calc((100% - 1150px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-roll-style-one .roll-box .fun-fact-item {
    margin-left: calc((100% - 945px) / 2);
    max-width: 475px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-roll-style-one {
    padding-bottom: 40px;
    border: none;
  }
  .tj-roll-style-one:last-child {
    border: none;
    padding-bottom: 0;
  }
  .tj-roll-style-one .roll-box {
    margin-bottom: 30px;
  }
  .tj-roll-style-one .roll-box:last-child {
    margin-bottom: 0;
  }
  .tj-roll-style-one .roll-box .slide-roll {
    position: initial;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .tj-roll-style-one .roll-box .fun-fact-item {
    margin-left: calc((100% - 945px) / 2);
    max-width: 475px;
    margin: 0 auto;
  }
}

.tj-roll-style-two {
  border-top: 1px solid var(--tj-color-border-1);
}
.tj-roll-style-two .roll-box {
  position: relative;
  z-index: 2;
}
.tj-roll-style-two .roll-box .slide-roll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tj-roll-style-two .roll-box .slide-roll .roll-box.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;
}
.tj-roll-style-two .roll-box .slide-roll .roll-box .roll-item .text {
  padding: 0 25px;
  font-size: 180px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-heading);
  text-align: center;
  color: transparent;
  background-image: url(../images/project/roll-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-roll-style-two .roll-box .slide-roll .roll-box .roll-item .text {
    font-size: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-roll-style-two .roll-box .slide-roll .roll-box .roll-item .text {
    font-size: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-roll-style-two .roll-box .slide-roll .roll-box .roll-item .text {
    font-size: 80px;
  }
}
.tj-roll-style-two .roll-box .fun-fact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
  border-radius: 125px;
  background-color: var(--tj-color-theme-secondary);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  max-width: 550px;
  z-index: 3;
  margin-right: calc((100% - 1320px) / 2);
  width: 100%;
  margin-left: auto;
}
.tj-roll-style-two .roll-box .fun-fact-item::before {
  display: none;
}
.tj-roll-style-two .roll-box .fun-fact-item .tj-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 180px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid var(--tj-color-theme-primary);
  font-size: 55px;
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
}
.tj-roll-style-two .roll-box .fun-fact-item .about-text {
  max-width: 250px;
  width: 100%;
  padding: 25px 15px;
}
.tj-roll-style-two .roll-box .fun-fact-item .about-text:nth-child(1) {
  text-align: end;
}
.tj-roll-style-two .roll-box .fun-fact-item .about-text .title {
  margin-bottom: 15px;
  line-height: 1.4;
}
.tj-roll-style-two .roll-box .fun-fact-item .about-text .desc {
  margin-bottom: 0;
}
.tj-roll-style-two .roll-box .fun-fact-item .about-text .desc p {
  margin-bottom: 0;
  line-height: 1.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-roll-style-two .roll-box .fun-fact-item {
    margin-right: calc((100% - 1150px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-roll-style-two .roll-box .fun-fact-item {
    margin-right: calc((100% - 945px) / 2);
    max-width: 475px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-roll-style-two {
    padding-bottom: 40px;
    border: none;
  }
  .tj-roll-style-two .roll-box {
    margin-bottom: 30px;
  }
  .tj-roll-style-two .roll-box .slide-roll {
    position: initial;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
  .tj-roll-style-two .roll-box .fun-fact-item {
    margin-right: calc((100% - 945px) / 2);
    max-width: 475px;
    margin: 0 auto;
    top: -100%;
  }
}

/* !END: Roll CSS */
/**----------------------------------------
START: Steps CSS
----------------------------------------*/
.tj-steps-section {
  background: var(--tj-color-theme-bg);
  padding-bottom: 70px;
}
.tj-steps-section .tj-heading-area {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-steps-section {
    padding-bottom: 35px;
  }
  .tj-steps-section .tj-heading-area {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-steps-section {
    padding-bottom: 50px;
  }
  .tj-steps-section .tj-heading-area {
    margin-bottom: 40px;
  }
}

.steps-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .steps-content-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
    gap: 0;
  }
}

.steps-item {
  max-width: 370px;
  border: 1px solid var(--tj-color-border-1);
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 40px 34px 45px 35px;
  margin-bottom: 50px;
  margin-right: 35px;
}
.steps-item:nth-child(1)::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 100%;
  left: 0;
  top: -40px;
  background: url(../images/shapes/steps-1.png);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}
.steps-item:nth-child(1)::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  right: -60px;
  left: auto;
  top: 0;
  background: url(../images/shapes/steps-2.png);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}
.steps-item:nth-child(2) {
  margin-top: -80px;
}
.steps-item:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 20px;
  left: 0;
  bottom: -45px;
  background: url(../images/shapes/steps-1.png);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}
.steps-item:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  right: -60px;
  left: auto;
  top: 0;
  background: url(../images/shapes/steps-3.png);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}
.steps-item:nth-child(3)::before {
  position: absolute;
  content: "";
  width: 110%;
  height: 100%;
  left: 0;
  top: -40px;
  background: url(../images/shapes/steps-1.png);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .steps-item:nth-child(3)::before {
    top: -35px;
  }
}
.steps-item .title {
  margin-bottom: 25px;
}
.steps-item .desc {
  margin-bottom: 75px;
}
.steps-item .desc p {
  margin-bottom: 0;
}
.steps-item .steps-number span {
  font-size: 100px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  text-align: center;
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1;
}
.steps-item .steps-icon {
  position: absolute;
  bottom: 30px;
  right: -20px;
  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: 130px;
  height: 120px;
  line-height: 0;
  border: 1px solid var(--tj-color-border-1);
  background: var(--tj-color-theme-bg);
  z-index: 2;
  font-size: 60px;
  color: var(--tj-color-common-white);
}
.steps-item .steps-icon i {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.steps-item .steps-shape {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .steps-item {
    max-width: 310px;
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .steps-item {
    max-width: 260px;
  }
  .steps-item:nth-child(2)::after, .steps-item:nth-child(1)::after {
    right: -60px;
  }
  .steps-item .steps-icon {
    width: 100px;
    height: 90px;
    font-size: 50px;
  }
  .steps-item .steps-number span {
    font-size: 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) {
  .steps-item {
    max-width: 330px;
    padding: 25px 15px;
    margin-right: 58px;
  }
  .steps-item:nth-child(1)::before {
    display: none;
  }
  .steps-item:nth-child(1)::after {
    width: 15px;
  }
  .steps-item:nth-child(2) {
    margin-top: 0;
  }
  .steps-item:nth-child(2)::before {
    display: none;
  }
  .steps-item:nth-child(2)::after {
    background: url(../images/shapes/steps-2.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .steps-item:nth-child(2)::after {
    width: 15px;
  }
  .steps-item:nth-child(3)::before {
    display: none;
  }
  .steps-item:nth-child(3)::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 100%;
    right: -60px;
    left: auto;
    top: 0;
    background: url(../images/shapes/steps-2.png);
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
  }
  .steps-item .steps-icon {
    width: 100px;
    height: 90px;
    font-size: 50px;
  }
  .steps-item .steps-number span {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .steps-item .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .steps-item {
    max-width: 290px;
    margin-right: 40px;
  }
  .steps-item:nth-child(1)::after {
    right: -40px;
  }
  .steps-item:nth-child(2)::after {
    right: -40px;
  }
  .steps-item:nth-child(3)::after {
    right: -40px;
  }
  .steps-item .steps-icon {
    width: 85px;
    height: 75px;
    font-size: 40px;
    right: -10px;
  }
  .steps-item .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .steps-item .desc {
    margin-bottom: 60px;
  }
  .steps-item .steps-number span {
    font-size: 65px;
  }
}
.steps-item:hover .steps-icon i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

/* !END: Steps CSS */
/**----------------------------------------
START: Difference CSS
----------------------------------------*/
.tj-difference-section {
  padding-top: 120px;
  background: var(--tj-color-theme-secondary);
}
.tj-difference-section .tj-heading-area {
  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-difference-section {
    padding-top: 80px;
  }
  .tj-difference-section .tj-heading-area {
    margin-bottom: 40px;
  }
}

.tj-difference-section-two {
  padding-bottom: 90px;
  background: var(--tj-color-theme-bg);
}
.tj-difference-section-two .tj-heading-area {
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-difference-section-two {
    padding-bottom: 50px;
  }
  .tj-difference-section-two .tj-heading-area {
    margin-bottom: 40px;
  }
}

.difference-slider {
  position: relative;
  z-index: 1;
}
.difference-slider .difference-navigation {
  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;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
.difference-slider .difference-navigation .slider-next,
.difference-slider .difference-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: 120px;
  height: 80px;
  background: var(--tj-color-theme-primary);
  line-height: 1;
}
.difference-slider .difference-navigation .slider-next img,
.difference-slider .difference-navigation .slider-prev img {
  max-width: 60px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .difference-slider .difference-navigation .slider-next,
  .difference-slider .difference-navigation .slider-prev {
    width: 80px;
    height: 60px;
  }
  .difference-slider .difference-navigation .slider-next img,
  .difference-slider .difference-navigation .slider-prev img {
    max-width: 40px;
  }
}

.difference-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: 1;
  gap: 30px;
}
.difference-area .difference-arrow {
  color: var(--tj-color-theme-primary);
  font-size: 80px;
  line-height: 1;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 5%;
}
.difference-area .difference-arrow i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .difference-area .difference-arrow {
    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) {
  .difference-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 75px;
  }
  .difference-area .difference-arrow {
    -ms-flex-item-align: auto;
        align-self: auto;
    font-size: 50px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .difference-area .difference-arrow i {
    -webkit-transform: rotate(-270deg);
        -ms-transform: rotate(-270deg);
            transform: rotate(-270deg);
  }
}

.difference-item {
  position: relative;
  z-index: 1;
  max-width: calc(50% - 15px);
  width: 100%;
  padding-right: 92px;
}
.difference-item:last-child {
  padding-right: 0;
  padding-left: 92px;
}
.difference-item .difference-images {
  width: 100%;
  position: relative;
  z-index: 2;
}
.difference-item .difference-images::before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.difference-item .difference-images img {
  width: 100%;
}
.difference-item .before,
.difference-item .after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 40px;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-common-white);
  line-height: 1;
  border: 1px solid var(--tj-color-border-1);
  padding: 60px 25px;
  min-height: 250px;
  -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);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.difference-item .after {
  right: auto;
  left: 0;
}
.difference-item:hover .difference-images::before {
  left: 0;
  right: 0;
  opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .difference-item {
    padding-right: 77px;
  }
  .difference-item:last-child {
    padding-left: 77px;
  }
  .difference-item .before,
  .difference-item .after {
    min-height: 225px;
    padding: 45px 20px;
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .difference-item {
    padding-right: 62px;
  }
  .difference-item:last-child {
    padding-left: 62px;
  }
  .difference-item .before,
  .difference-item .after {
    min-height: 180px;
    padding: 35px 15px;
    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) {
  .difference-item {
    max-width: 100%;
    padding-right: 0;
    padding-bottom: 62px;
  }
  .difference-item:last-child {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 62px;
  }
  .difference-item .before,
  .difference-item .after {
    right: auto;
    left: 50%;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-transform: rotate(0) translate(-50%, 0);
        -ms-transform: rotate(0) translate(-50%, 0);
            transform: rotate(0) translate(-50%, 0);
    font-size: 30px;
    min-width: 180px;
    min-height: auto;
    padding: 15px 35px;
    bottom: 0;
  }
  .difference-item .after {
    bottom: auto;
    top: 0;
  }
}
@media (max-width: 575px) {
  .difference-item {
    padding-right: 0;
    padding-bottom: 53px;
  }
  .difference-item:last-child {
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 53px;
  }
  .difference-item .before,
  .difference-item .after {
    font-size: 25px;
    min-width: 160px;
    padding: 13px 30px;
    bottom: 0;
  }
  .difference-item .after {
    bottom: auto;
    top: 0;
  }
}

.difference-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  border: 1px solid var(--tj-color-border-10);
  position: relative;
  z-index: 1;
  padding: 35px 15px 35px 50px;
  overflow: hidden;
}
.difference-item-two::after, .difference-item-two::before {
  content: "";
  background: radial-gradient(circle, rgb(50, 52, 59) 32%, rgb(142, 124, 110) 99%);
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 75%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.difference-item-two::after {
  top: -1px;
}
.difference-item-two .difference-shape {
  position: absolute;
  bottom: -75px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.difference-item-two .difference-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: 110px;
  height: 110px;
  line-height: 1;
  font-size: 45px;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-secondary);
}
.difference-item-two .difference-content .title {
  margin-bottom: 25px;
}
.difference-item-two .difference-content .desc {
  max-width: 385px;
}
.difference-item-two .difference-content .desc p {
  line-height: 1.8;
}
.difference-item-two .difference-content .desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .difference-item-two {
    gap: 20px;
    padding: 35px 15px 35px 15px;
  }
  .difference-item-two .difference-shape {
    bottom: -35px;
  }
}
@media (max-width: 575px) {
  .difference-item-two {
    text-align: center;
    gap: 20px;
    padding: 35px 15px 35px 15px;
    -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;
  }
  .difference-item-two .difference-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
  }
}

/* !END: Difference CSS */
/**----------------------------------------
START: Testimonial CSS
----------------------------------------*/
.tj-testimonial-section {
  background: var(--tj-color-theme-bg);
  padding-top: 220px;
  padding-bottom: 210px;
  position: relative;
  z-index: 2;
}
.tj-testimonial-section .testimonial-bg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  width: 50%;
}
.tj-testimonial-section .testimonial-bg img {
  width: 100%;
}
.tj-testimonial-section .tj-heading-area {
  border-bottom: 1px solid var(--tj-color-border-1);
  padding-bottom: 50px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-testimonial-section::before {
    height: 78%;
  }
}
@media 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-top: 80px;
    padding-bottom: 55px;
  }
  .tj-testimonial-section::before {
    width: 100%;
    height: 100%;
  }
  .tj-testimonial-section .tj-heading-area {
    margin-bottom: 0px;
    padding-bottom: 40px;
    text-align: center;
  }
}

.carouselWrap .owl-stage-outer {
  padding-top: 40px;
}
.carouselWrap .owl-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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: 30px;
  margin-top: 60px;
}
.carouselWrap .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
  background: var(--tj-color-common-white);
  flex-shrink: 0;
  border: none;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.carouselWrap .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%);
}
.carouselWrap .owl-dots .owl-dot.active {
  background: var(--tj-color-theme-primary);
}
.carouselWrap .owl-dots .owl-dot.active::before {
  border-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) {
  .carouselWrap .tj-heading-area {
    margin-bottom: 20px;
  }
  .carouselWrap .owl-dots {
    margin-top: 35px;
  }
}

.testimonial-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 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) {
  .testimonial-content-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px;
  }
}

.testimonial-item {
  width: 100%;
}
.testimonial-item .testimonial-quote {
  font-size: 60px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
  margin-bottom: 35px;
}
.testimonial-item .testimonial-quote i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.testimonial-item .desc {
  max-width: 95%;
  margin-bottom: 45px;
  line-height: 1.6;
}
.testimonial-item .testimonial-auother {
  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: 30px;
  background: var(--tj-color-theme-secondary);
  padding: 25px;
  position: relative;
  z-index: 1;
}
.testimonial-item .testimonial-auother .auother-images {
  max-width: 75px;
  width: 100%;
}
.testimonial-item .testimonial-auother .auother-images img {
  width: 100%;
}
.testimonial-item .testimonial-auother .auother-text {
  width: calc(100% - 105px);
}
.testimonial-item .testimonial-auother .auother-text span {
  display: block;
  font-size: 14px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-primary);
  margin-bottom: 5px;
}
.testimonial-item .testimonial-auother .testimonial-shapes {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-item .testimonial-auother {
    padding: 25px 15px;
    gap: 20px;
  }
  .testimonial-item .testimonial-auother .auother-text {
    width: calc(100% - 95px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial-item .testimonial-quote {
    margin-bottom: 25px;
  }
  .testimonial-item .desc {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .testimonial-item .testimonial-auother {
    padding: 25px 15px;
    gap: 20px;
  }
  .testimonial-item .testimonial-auother .auother-text {
    width: calc(100% - 95px);
  }
}

.owl-item.center .testimonial-item-two {
  background: rgba(60, 62, 69, 0.3);
  opacity: 1;
}
.owl-item.center .testimonial-item-two .desc p {
  color: var(--tj-color-common-white);
}
.owl-item.center .testimonial-item-two .item-top-shape {
  opacity: 1;
}
.owl-item.center .testimonial-item-two .item-bottom-shape {
  opacity: 1;
}
.owl-item .testimonial-item-two {
  text-align: center;
  opacity: 0.5;
  position: relative;
  z-index: 2;
  padding: 15px 15px 50px;
}
.owl-item .testimonial-item-two .testimonial-quote {
  font-size: 60px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
  margin: 0 auto 35px;
  margin-top: -40px;
}
.owl-item .testimonial-item-two .testimonial-quote i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.owl-item .testimonial-item-two .desc {
  max-width: 530px;
  width: 100%;
  margin: 0 auto;
}
.owl-item .testimonial-item-two .desc p {
  line-height: 1.8;
  font-style: italic;
}
.owl-item .testimonial-item-two .desc p:last-child {
  margin-bottom: 0;
}
.owl-item .testimonial-item-two .testimonial-auother {
  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;
  margin-top: 40px;
  gap: 25px;
}
.owl-item .testimonial-item-two .testimonial-auother .auother-images {
  max-width: 75px;
  width: 100%;
}
.owl-item .testimonial-item-two .testimonial-auother .auother-images img {
  width: 100%;
}
.owl-item .testimonial-item-two .testimonial-auother span {
  color: var(--tj-color-theme-primary);
  display: block;
  margin-bottom: 5px;
}
.owl-item .testimonial-item-two .testimonial-auother .title {
  margin-bottom: 0;
}
.owl-item .testimonial-item-two .item-top-shape {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.owl-item .testimonial-item-two .item-bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.testimonial-two {
  position: relative;
  z-index: 1;
}
.testimonial-two::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 100%;
  background: var(--tj-color-theme-primary);
}
.testimonial-two .testimonial-images {
  width: 260px;
  height: 260px;
  margin-left: auto;
  margin-right: auto;
  border: 8px solid var(--tj-color-theme-primary);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial-two .testimonial-images::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  border-radius: 50%;
  z-index: 1;
}
.testimonial-two .testimonial-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-two .testimonial-images .testimonial-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 150px;
  width: 100%;
}
.testimonial-two .testimonial-images .testimonial-content .google-icon {
  margin-bottom: 25px;
}
.testimonial-two .testimonial-images .testimonial-content .google-icon img {
  max-width: 40px;
  width: 100%;
}
.testimonial-two .testimonial-images .testimonial-content .testimonial-rating {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.testimonial-two .testimonial-images .testimonial-content .testimonial-percent .percent {
  display: block;
  color: var(--tj-color-common-white);
  margin-bottom: 5px;
}
.testimonial-two .testimonial-images .testimonial-content .testimonial-percent .review {
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-two .testimonial-images {
    width: 235px;
    height: 235px;
  }
}
@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-two::before {
    height: 8px;
    width: 100%;
  }
}

.testimonial-rating {
  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;
  margin-bottom: 20px;
}
.testimonial-rating .star-ratings {
  unicode-bidi: bidi-override;
  color: transparent;
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-text-stroke: 1px var(--tj-color-common-white);
}
.testimonial-rating .star-ratings .fill-ratings {
  color: var(--tj-color-common-white);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}
.testimonial-rating .star-ratings .fill-ratings span {
  display: inline-block;
}
.testimonial-rating .star-ratings .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
  color: transparent;
}

/* !END: Testimonial CSS */
/**----------------------------------------
START: Team CSS
----------------------------------------*/
.section-group-area {
  position: relative;
  z-index: 2;
}
.section-group-area .sec_shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.tj-team-section {
  background: var(--tj-color-theme-bg);
  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-team-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.tj-team-section .tj-heading-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;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-team-section .tj-heading-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-team-section .tj-heading-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tj-team-section-two {
  padding-top: 120px;
  padding-bottom: 90px;
  background: var(--tj-color-theme-secondary);
}
.tj-team-section-two .tj-heading-area {
  text-align: center;
  margin-bottom: 60px;
  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-team-section-two {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .tj-team-section-two .tj-heading-area {
    margin-bottom: 40px;
  }
}

.team-page {
  padding-bottom: 120px;
}
.team-page .tj-heading-area {
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-page .team-bottom-content-area {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-page {
    padding-bottom: 80px;
  }
  .team-page .team-bottom-content-area {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 15px;
  }
  .team-page .team-bottom-content-area:last-child {
    margin-bottom: 0;
  }
  .team-page .team-bottom-content-area .team-item .team-content {
    padding: 30px 15px 30px 50px;
  }
  .team-page .team-bottom-content-area .team-item .team-content .team-title {
    font-size: 20px;
  }
  .team-page .tj-heading-area {
    margin-bottom: 40px;
  }
}
.team-page .team-button {
  margin-top: 40px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-page .team-bottom-content-area {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-bottom-content-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -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: 1px solid var(--tj-color-border-1);
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 40px;
}
.team-bottom-content-area .team-content-area {
  padding: 80px 40px;
  padding: 80px 45px 0px 40px;
  border-right: 1px solid var(--tj-color-border-1);
  position: relative;
  z-index: 2;
  gap: 25px;
}
.team-bottom-content-area .team-content-area:last-child {
  border: none;
}
.team-bottom-content-area .team-content-area .team-item-shape {
  position: absolute;
  top: 35px;
  left: 0;
  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) {
  .team-bottom-content-area {
    border: none;
  }
  .team-bottom-content-area .team-content-area {
    padding: 0;
    border: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team-bottom-content-area {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-bottom-content-area {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-item {
  position: relative;
  max-width: 340px;
  width: 100%;
  z-index: 2;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.team-item .service-item-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.team-item .team-images {
  max-width: 340px;
  width: 100%;
}
.team-item .team-images img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.team-item .team-share {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.team-item .team-share .team-social {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  margin: 0;
  z-index: 2;
}
.team-item .team-share .team-social > li {
  position: relative;
  list-style-type: none;
  display: inline-block;
}
.team-item .team-share .team-social > li > i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  font-size: 18px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.team-item .team-share .team-social > li .team-social-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 4;
}
.team-item .team-share .team-social > li .team-social-icon 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: 60px;
  height: 60px;
  font-size: 18px;
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.team-item .team-share .team-social > li:hover .team-social-icon {
  opacity: 1;
  visibility: visible;
  bottom: 70px;
  z-index: 5;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.team-item .team-content {
  position: absolute;
  bottom: -100px;
  left: 0;
  text-align: center;
  background: var(--tj-color-theme-bg-2);
  width: 100%;
  padding: 60px 40px 60px 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.team-item .team-content span {
  display: block;
  font-size: 14px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-primary);
  margin-bottom: 5px;
}
.team-item .team-content .team-title {
  margin-bottom: 0;
}
.team-item .team-content .team-title a:hover {
  color: var(--tj-color-theme-primary);
}
.team-item:hover .team-images img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.team-item:hover .team-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.team-item:hover .team-share {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team-item .team-content {
    padding: 35px 15px 35px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-item .team-share .team-social li i {
    width: 50px;
    height: 50px;
  }
  .team-item .team-share .team-social li .team-social-icon li a {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
  .team-item .team-content {
    padding: 30px 15px 30px 60px;
  }
}
@media (max-width: 575px) {
  .team-item {
    max-width: 100%;
  }
  .team-item .team-images {
    max-width: 100%;
  }
}

.team-two-wrap {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
  .team-two-wrap .team-item-two {
    max-width: 350px;
  }
}

.team-item-two {
  display: inline-block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 410px;
  width: 100%;
  margin-bottom: 30px;
}
.team-item-two .team-images {
  max-width: 100%;
  width: 100%;
}
.team-item-two .team-images img {
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.team-item-two .team-share {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}
.team-item-two .team-share .team-social {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  margin: 0;
  z-index: 2;
}
.team-item-two .team-share .team-social > li {
  position: relative;
  list-style-type: none;
  display: inline-block;
}
.team-item-two .team-share .team-social > li > i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  font-size: 18px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.team-item-two .team-share .team-social > li .team-social-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;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 4;
}
.team-item-two .team-share .team-social > li .team-social-icon 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: 60px;
  height: 60px;
  font-size: 18px;
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.team-item-two .team-share .team-social > li:hover .team-social-icon {
  opacity: 1;
  visibility: visible;
  right: 70px;
  z-index: 5;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.team-item-two .team-content {
  position: absolute;
  bottom: -2px;
  right: -45px;
  text-align: center;
  background: var(--tj-color-theme-bg-2);
  width: 100%;
  padding: 95px 50px;
  opacity: 0;
  visibility: hidden;
  -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);
  max-width: 140px;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.team-item-two .team-content span {
  display: block;
  font-size: 14px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-primary);
  margin-left: 8px;
}
.team-item-two .team-content .team-title {
  margin-bottom: 0;
}
.team-item-two .team-content .team-title a:hover {
  color: var(--tj-color-theme-primary);
}
.team-item-two:hover .team-images img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.team-item-two:hover .team-content {
  right: 0px;
  opacity: 1;
  visibility: visible;
}
.team-item-two:hover .team-share {
  opacity: 1;
  visibility: visible;
}
@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-item-two .team-content {
    padding: 80px 35px;
    max-width: 120px;
  }
}
@media (max-width: 575px) {
  .team-item-two {
    max-width: 100%;
  }
  .team-item-two .team-content {
    padding: 95px 35px 40px;
    max-width: 120px;
  }
}

/* !END: Team CSS */
/**----------------------------------------
START: Team CSS
----------------------------------------*/
.tj-team-details {
  padding-bottom: 90px;
  position: relative;
  z-index: 2;
}
.tj-team-details .sec_bg {
  position: absolute;
  right: 0;
  bottom: 75px;
  z-index: -1;
  max-width: 36%;
  width: 100%;
}
.tj-team-details .sec_bg img {
  width: 100%;
}
.tj-team-details .team-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 110px;
     -moz-column-gap: 110px;
          column-gap: 110px;
  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-team-details .team-top-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-team-details .sec_bg {
    width: 33%;
  }
}
@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-details {
    padding-bottom: 80px;
  }
  .tj-team-details .sec_bg {
    position: initial;
  }
}

.team-information {
  max-width: 645px;
}
.team-information .title {
  margin-bottom: 35px;
}
.team-information .desc p {
  line-height: 1.8;
}
.team-information .desc p:last-child {
  margin-bottom: 0;
}
.team-information .team-button {
  margin-top: 30px;
}

.team-infos ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.team-infos ul li {
  margin-bottom: 20px;
  font-weight: var(--tj-fw-medium);
}
.team-infos ul li span {
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  font-size: 20px;
}
@media (max-width: 575px) {
  .team-infos ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

.team-feature-item {
  border: 1px solid var(--tj-color-border-1);
  padding: 40px 15px 40px 35px;
  margin-bottom: 30px;
}
.team-feature-item .feature-title {
  margin-bottom: 40px;
}
.team-feature-item .feature-content {
  margin-bottom: 35px;
}
.team-feature-item .feature-content:last-child {
  margin-bottom: 0;
}
.team-feature-item .feature-content .title {
  margin-bottom: 13px;
}
.team-feature-item .feature-content .desc p {
  line-height: 1.8;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .team-feature-item {
    padding: 35px 15px;
  }
}

.team-check-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-check-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.team-check-list ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .team-check-list ul li {
    margin-bottom: 20px;
  }
}

/* !END: Team CSS */
/**----------------------------------------
START: Team CSS
----------------------------------------*/
.tj-cta-section {
  background: var(--tj-color-theme-bg);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.tj-cta-section .cta-bg-image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.tj-cta-section-two {
  background: var(--tj-color-theme-secondary);
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
  z-index: 1;
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.tj-cta-section-two .cta-left-shapes {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-cta-section-two {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-cta-section-two {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .tj-cta-section-two .cta-left-shapes {
    max-width: 75px;
  }
}

.cta-content-area {
  background: var(--tj-color-theme-secondary);
  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;
  padding: 67px 85px;
  gap: 35px;
}
.cta-content-area .tj-heading-area {
  max-width: 540px;
  width: 100%;
  position: relative;
  z-index: 3;
}
.cta-content-area .tj-heading-area .title {
  font-size: 40px;
}
.cta-content-area .tj-heading-area .title .tj-reveal-line {
  overflow: hidden;
}
.cta-content-area .cta-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  position: relative;
  z-index: 2;
}
.cta-content-area .cta-button .tj-primary-btn::before, .cta-content-area .cta-button .tj-primary-btn::after {
  background: radial-gradient(circle, rgb(60, 62, 69) 32%, var(--tj-color-border-2) 99%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .cta-content-area {
    padding: 65px 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content-area {
    padding: 50px 15px;
  }
  .cta-content-area .tj-heading-area {
    max-width: 455px;
  }
  .cta-content-area .tj-heading-area .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content-area {
    padding: 50px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta-content-area .tj-heading-area {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-content-area {
    padding: 50px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta-content-area .tj-heading-area {
    max-width: 100%;
    text-align: center;
  }
  .cta-content-area .tj-heading-area .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .cta-content-area {
    padding: 50px 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cta-content-area .tj-heading-area {
    max-width: 100%;
    text-align: center;
  }
  .cta-content-area .tj-heading-area .title {
    font-size: 30px;
  }
  .cta-content-area .cta-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cta-content-two {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 3;
}
.cta-content-two .title {
  margin-bottom: 0;
}
.cta-content-two .title .tj-reveal-line {
  overflow: hidden;
}
.cta-content-two .cta-button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .cta-content-two .cta-button {
    margin-top: 35px;
  }
}

/* !END: Team CSS */
/**----------------------------------------
START: FAQ CSS
----------------------------------------*/
.tj-faq-section {
  background: var(--tj-color-theme-bg);
  padding-bottom: 110px;
  position: relative;
  z-index: 2;
}
.tj-faq-section .faq-sec-shapes {
  position: absolute;
  top: 14%;
  right: 0;
  max-width: 530px;
  width: 100%;
  z-index: -1;
}
.tj-faq-section .faq-sec-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-faq-section {
    padding-bottom: 70px;
  }
}

.faq-wrapper {
  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;
  position: relative;
  z-index: 2;
}
.faq-wrapper .faq-images {
  width: 50%;
}
.faq-wrapper .faq-images img {
  max-width: 960px;
  width: 100%;
}

.faq-top-content-area {
  position: relative;
  z-index: 2;
}
.faq-top-content-area .faq-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.faq-top-content-area .faq-images::before {
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.faq-top-content-area .faq-images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.faq-top-content-area .faq-images:hover::before {
  left: 0;
  right: 0;
  opacity: 0;
}
.faq-top-content-area .faq-text {
  max-width: 635px;
  width: 100%;
  padding: 110px 0;
}
.faq-top-content-area .faq-text .title {
  margin-bottom: 30px;
}
.faq-top-content-area .faq-text .desc p {
  margin-bottom: 0;
  line-height: 1.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .faq-top-content-area .faq-text {
    padding: 50px 0;
  }
  .faq-top-content-area .faq-text .title {
    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) {
  .faq-top-content-area .faq-text {
    padding: 45px 0 0 0;
  }
  .faq-top-content-area .faq-text .title {
    margin-bottom: 20px;
  }
  .faq-top-content-area .faq-images {
    display: none;
  }
}

.tj-faq .faq-item {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 1;
  background: transparent;
  padding: 30px 0 20px 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tj-faq .faq-item:not(:last-child) {
  margin-bottom: 15px;
}
.tj-faq .faq-item .number {
  font-size: 100px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-grey-4);
  line-height: 1;
  position: absolute;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tj-faq .faq-item .faq-content {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.tj-faq .faq-item .faq-content .faq-title {
  font-size: 24px;
  line-height: 1.2;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  padding: 0px 22px 10px 0px;
  background-color: transparent;
  position: relative;
  color: var(--tj-color-common-white);
  width: 100%;
  text-align: left;
}
.tj-faq .faq-item .faq-content .faq-title.collapsed {
  color: var(--tj-color-common-white);
}
.tj-faq .faq-item .faq-content .faq-title:before {
  position: absolute;
  top: 10px;
  right: 0;
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  color: var(--tj-color-common-white);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  line-height: 1;
}
.tj-faq .faq-item .faq-content .faq-title:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tj-faq .faq-item .faq-content .faq-title:not(.collapsed):before {
  content: "\f106";
}
.tj-faq .faq-item .faq-content .faq-title:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tj-faq .faq-item .faq-content .faq-text {
  padding: 5px 0px 10px 0px;
}
.tj-faq .faq-item .faq-content .faq-text p {
  color: var(--tj-color-grey-3);
  line-height: 1.9;
}
.tj-faq .faq-item .faq-content .faq-text p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-faq .faq-item {
    padding: 30px 0 35px 90px;
  }
  .tj-faq .faq-item:not(:last-child) {
    margin-bottom: 0;
  }
  .tj-faq .faq-item .number {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-faq .faq-item {
    padding: 20px 0 25px 90px;
  }
  .tj-faq .faq-item:not(:last-child) {
    margin-bottom: 0;
  }
  .tj-faq .faq-item .number {
    font-size: 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-faq .faq-item {
    padding: 20px 0 25px 90px;
  }
  .tj-faq .faq-item:not(:last-child) {
    margin-bottom: 0;
  }
  .tj-faq .faq-item .number {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .tj-faq .faq-item {
    padding: 10px 0 15px 0;
  }
  .tj-faq .faq-item .number {
    position: initial;
    font-size: 50px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 10px;
  }
  .tj-faq .faq-item .faq-content .faq-title::before {
    top: 4px;
  }
}

.tj-progress-bar {
  padding-top: 20px;
}
.tj-progress-bar .title {
  margin-bottom: 15px;
}
.tj-progress-bar .skills {
  background-color: var(--tj-color-grey-5);
  height: 6px;
  position: relative;
  margin-bottom: 100px;
}
.tj-progress-bar .skills:last-child {
  margin-bottom: 0;
}
.tj-progress-bar .skills span {
  position: absolute;
  top: -55px;
  right: 0px;
  font-weight: var(--tj-fw-medium);
  padding: 7px 12px;
}
.tj-progress-bar .skills span::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/icons/progress-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.tj-progress-bar .skills .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%);
  width: 0px;
  height: 6px;
  position: relative;
  z-index: 1;
}

/* !END: FAQ CSS */
/**----------------------------------------
START: Blog CSS
----------------------------------------*/
.tj-posts__area {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-posts__area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-posts__area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tj-latest-blog-2 .blog-inner {
  display: grid;
  gap: 25px;
  grid-template-columns: 33% 65%;
  grid-template-rows: 275px 275px;
  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) {
  .tj-latest-blog-2 .blog-inner {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }
  .tj-latest-blog-2 .blog-inner .blog-item-two {
    grid-row: auto;
  }
  .tj-latest-blog-2 .blog-inner .blog-item-two .blog-images {
    height: auto;
  }
  .tj-latest-blog-2 .blog-inner .blog-item-two:nth-child(3), .tj-latest-blog-2 .blog-inner .blog-item-two:nth-child(2) {
    grid-row: auto;
    grid-column: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tj-latest-blog-2 .blog-inner .blog-item-two:nth-child(3) .blog-content-box, .tj-latest-blog-2 .blog-inner .blog-item-two:nth-child(2) .blog-content-box {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .tj-latest-blog-2 .blog-inner .blog-item-two:nth-child(3) .blog-images, .tj-latest-blog-2 .blog-inner .blog-item-two:nth-child(2) .blog-images {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-latest-blog-2 .blog-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-latest-blog-2 .blog-inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}

.latest-blog-3 .blog-content-area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .latest-blog-3 .blog-content-area {
    grid-template-columns: repeat(2, 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) {
  .latest-blog-3 .blog-content-area {
    grid-template-columns: repeat(2, 1fr);
  }
  .latest-blog-3 .blog-content-area .blog-item-three .blog-content-two .blog-content {
    padding: 30px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .latest-blog-3 .blog-content-area {
    grid-template-columns: repeat(1, 1fr);
  }
  .latest-blog-3 .blog-content-area .blog-item-three {
    margin: 0 auto;
  }
}

.blog-item {
  margin-bottom: 30px;
  border: 1px solid var(--tj-color-border-1);
  padding: 40px 0;
  max-width: 416px;
  width: 100%;
}
.blog-item .blog-content {
  padding-left: 30px;
}
.blog-item .blog-content .title {
  margin-bottom: 25px;
  padding-right: 15px;
}
.blog-item .blog-content .title a {
  line-height: 1.5;
}
.blog-item .blog-content .title a:hover {
  color: var(--tj-color-theme-primary);
}
.blog-item .blog-content .blog-images {
  position: relative;
  right: -1px;
  z-index: 2;
}
.blog-item .blog-content .blog-images::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background: rgba(60, 62, 69, 0.8);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.blog-item .blog-content .blog-images .blog-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -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;
}
.blog-item .blog-content .blog-images .blog-button .tj-primary-btn {
  background-color: rgba(60, 62, 69, 0.8);
  min-width: 175px;
  border: 2px solid var(--tj-color-theme-primary);
  padding: 15px 30px;
}
.blog-item .blog-content .blog-images .blog-button .tj-primary-btn::before, .blog-item .blog-content .blog-images .blog-button .tj-primary-btn::after {
  background: radial-gradient(circle, rgba(60, 62, 69, 0.8) 32%, var(--tj-color-theme-primary) 99%);
}
.blog-item .blog-content .blog-images .blog-image {
  display: inline-block;
  width: 100%;
  max-width: 385px;
}
.blog-item .blog-content .blog-images .blog-image img {
  width: 100%;
}
.blog-item:hover .blog-images::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.blog-item:hover .blog-images .blog-button {
  opacity: 1;
  visibility: visible;
}
@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) {
  .blog-item .blog-content {
    padding-left: 15px;
  }
  .blog-item .blog-content .blog-images a img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-item {
    margin: 0 auto 30px;
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .blog-item {
    padding: 25px 0;
  }
}

.blog-item-two {
  grid-row: 1/3;
}
.blog-item-two .blog-images {
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.blog-item-two .blog-images a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.blog-item-two .blog-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
}
.blog-item-two .blog-content-box {
  width: 100%;
}
.blog-item-two .blog-content-box .blog-content {
  background: var(--tj-color-grey-9);
  padding: 35px 35px;
  text-align: start;
}
.blog-item-two .blog-content-box .blog-content .blog-link {
  display: block;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  margin-bottom: 10px;
}
.blog-item-two .blog-content-box .blog-content .blog-title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
  border-bottom: 1px solid var(--tj-color-border-9);
  width: 100%;
}
.blog-item-two .blog-content-box .blog-content .blog-title a:hover {
  color: var(--tj-color-theme-primary);
}
.blog-item-two .blog-content-box .read-more {
  background: var(--tj-color-theme-primary);
  display: inline-block;
  color: var(--tj-color-common-white);
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  padding: 9px 25px;
}
.blog-item-two .blog-content-box .read-more:hover {
  color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-common-white);
}
.blog-item-two:hover .blog-images img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.blog-item-two:nth-child(3), .blog-item-two:nth-child(2) {
  grid-row: 1/2;
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.blog-item-two:nth-child(3) .blog-content-box, .blog-item-two:nth-child(2) .blog-content-box {
  width: calc(100% - 424px);
}
.blog-item-two:nth-child(3) .blog-images, .blog-item-two:nth-child(2) .blog-images {
  max-width: 424px;
  width: 100%;
  height: 100%;
}
.blog-item-two:nth-child(3) .blog-images img, .blog-item-two:nth-child(2) .blog-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-item-two:nth-child(3) .read-more-button, .blog-item-two:nth-child(2) .read-more-button {
  text-align: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .blog-item-two:nth-child(3) .blog-content-box, .blog-item-two:nth-child(2) .blog-content-box {
    width: calc(100% - 400px);
  }
  .blog-item-two:nth-child(3) .blog-content-box .blog-content, .blog-item-two:nth-child(2) .blog-content-box .blog-content {
    padding: 35px 20px;
  }
  .blog-item-two:nth-child(3) .blog-content-box .blog-meta-two ul, .blog-item-two:nth-child(2) .blog-content-box .blog-meta-two ul {
    gap: 15px;
  }
  .blog-item-two:nth-child(3) .blog-images, .blog-item-two:nth-child(2) .blog-images {
    max-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), (max-width: 575px) {
  .blog-item-two:nth-child(3) .read-more-button, .blog-item-two:nth-child(2) .read-more-button {
    text-align: start;
  }
}
.blog-item-two:nth-child(3) {
  grid-row: 2/3;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-item-two .blog-content-box .blog-content {
    padding: 25px 15px;
  }
  .blog-item-two .blog-content-box .blog-content .blog-title {
    font-size: 22px;
  }
  .blog-item-two .blog-meta-two ul {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-item-two {
    max-width: 424px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-item-two .blog-content-box .blog-content {
    padding: 25px 15px;
  }
  .blog-item-two .blog-content-box .blog-content .blog-title {
    font-size: 22px;
  }
  .blog-item-two .blog-meta-two ul {
    gap: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-item-two .blog-images img {
    max-width: 424px;
  }
}

.blog-item-three {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 50px;
}
.blog-item-three .blog-images {
  max-width: 90%;
  margin-left: auto;
  overflow: hidden;
}
.blog-item-three .blog-images a {
  display: inline-block;
  width: 100%;
}
.blog-item-three .blog-images a img {
  width: 100%;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
}
.blog-item-three .blog-content-two {
  width: 92%;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.blog-item-three .blog-content-two .read-more-button .read-more {
  background: var(--tj-color-theme-primary);
  display: inline-block;
  color: var(--tj-color-common-white);
  font-size: 14px;
  font-weight: var(--tj-fw-medium);
  padding: 7px 25px;
}
.blog-item-three .blog-content-two .read-more-button .read-more:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
}
.blog-item-three .blog-content-two .blog-content {
  background: var(--tj-color-theme-secondary);
  padding: 30px 30px;
}
.blog-item-three .blog-content-two .blog-content .architecture {
  display: block;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  margin-bottom: 10px;
}
.blog-item-three .blog-content-two .blog-content .blog-title {
  border-bottom: 1px solid var(--tj-color-border-9);
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.blog-item-three .blog-content-two .blog-content .blog-title a:hover {
  color: var(--tj-color-theme-primary);
}
.blog-item-three:hover .blog-images img {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-item-three .blog-content-two .blog-content {
    padding: 30px 15px;
  }
}

.blog-meta {
  margin-bottom: 25px;
}
.blog-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  row-gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-meta ul {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (max-width: 575px) {
  .blog-meta ul {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
}
.blog-meta .active-text {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  font-size: 14px;
  font-weight: var(--tj-fw-medium);
  padding: 9px 20px;
  position: relative;
  z-index: 2;
  left: -1px;
}
.blog-meta .category-title {
  position: relative;
  z-index: 2;
  padding-left: 45px;
}
.blog-meta .category-title::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 2px;
  width: 30px;
  background: var(--tj-color-theme-primary);
}
.blog-meta .category-title a {
  font-weight: var(--tj-fw-medium);
}
.blog-meta .category-title a:hover {
  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) {
  .blog-meta .category-title {
    padding-left: 35px;
  }
  .blog-meta .category-title::before {
    width: 20px;
  }
}

.blog-meta-two ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.blog-meta-two ul li {
  font-weight: var(--tj-fw-medium);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.blog-meta-two ul li i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  color: var(--tj-color-theme-primary);
}
.blog-meta-two ul li a:hover {
  color: var(--tj-color-theme-primary);
}
@media (max-width: 575px) {
  .blog-meta-two ul li {
    font-size: 14px;
  }
}

.blog-meta-three ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  row-gap: 10px;
}
.blog-meta-three ul li {
  font-weight: var(--tj-fw-medium);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.blog-meta-three ul li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(25deg);
      -ms-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
  background: var(--tj-color-border-9);
}
.blog-meta-three ul li:last-child::before {
  display: none;
}
.blog-meta-three ul li span {
  color: var(--tj-color-theme-primary);
}

/* !END: Blog CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.tj-blog-details {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-blog-details {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .tj-blog-details .col-lg-4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-blog-details .col-lg-4 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 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-main-sidebar {
    margin-top: 50px;
    border-top: 1px solid var(--tj-color-border-1);
    padding-top: 51px;
  }
}

.blog-details-item {
  margin-bottom: 40px;
}
.blog-details-item .post-thumb-image {
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .blog-details-item .post-thumb-image {
    margin-bottom: 25px;
  }
}
.blog-details-item .blog-meta-two {
  margin-bottom: 20px;
}
.blog-details-item .blog-meta-two ul {
  gap: 20px;
}
.blog-details-item .details-title {
  margin-bottom: 20px;
}
.blog-details-item .desc {
  line-height: 1.6;
  margin-bottom: 0;
}
.blog-details-item .desc blockquote {
  margin: 30px 0;
}
.blog-details-item .desc .details-check {
  margin-bottom: 30px;
}
.blog-details-item .standard-button {
  margin-top: 25px;
}
.blog-details-item .details-check ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-details-item .details-check ul > li {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  padding-left: 20px;
  padding-top: 0;
}
.blog-details-item .details-check ul > li:last-child {
  margin-bottom: 0;
}
.blog-details-item .details-check ul > li::before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tj-color-grey-13);
}
.blog-details-item .details-check ul > ul {
  margin-top: 10px;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .blog-details-item .blog-meta-two ul {
    gap: 15px;
  }
  .blog-details-item .details-title {
    font-size: 25px;
  }
}

.post-thumb-image {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 5px;
}
.post-thumb-image iframe {
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.post-thumb-image > a {
  display: inline-block;
}
.post-thumb-image .cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  right: 0;
  bottom: 0;
  color: var(--tj-color-common-white);
  font-size: 16px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  padding: 12px 20px;
  background: var(--tj-color-theme-primary);
  z-index: 2;
}
.post-thumb-image .cat:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
}
.post-thumb-image .blog_video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.post-thumb-image .blog_video::before {
  position: absolute;
  content: "";
  background: rgb(5, 20, 36);
  opacity: 0.4;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  z-index: 1;
  border-radius: 50%;
}
.post-thumb-image .blog_video .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: 70px;
  height: 55px;
  line-height: 1;
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  position: relative;
  z-index: 1;
  -webkit-animation: animate-pulse 2.5s linear infinite;
          animation: animate-pulse 2.5s linear infinite;
}
.post-thumb-image .blog_video .popup-videos-button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
  height: 90px;
  border: 1px solid var(--tj-color-border-4);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .post-thumb-image .blog_video::before {
    width: 110px;
    height: 110px;
  }
  .post-thumb-image .blog_video .popup-videos-button {
    width: 50px;
    height: 45px;
  }
  .post-thumb-image .blog_video .popup-videos-button::before {
    width: 75px;
    height: 65px;
  }
}

.tj-post__container {
  padding-right: 20px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-post__container {
    padding-right: 0;
  }
}

.blog-standard-item {
  background-color: var(--tj-color-theme-secondary);
  margin-bottom: 40px;
}
.blog-standard-item .tj-post__content {
  padding: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard-item .tj-post__content {
    padding: 30px 25px;
  }
}
@media (max-width: 575px) {
  .blog-standard-item .tj-post__content {
    padding: 30px 20px;
  }
}
.blog-standard-item.sticky {
  border-top: 3px solid var(--tj-color-theme-primary);
}
.blog-standard-item:last-child {
  margin-bottom: 0;
}
.blog-standard-item .blog-meta-two {
  margin-bottom: 20px;
}
.blog-standard-item .blog-meta-two ul {
  gap: 20px;
}
.blog-standard-item .details-title {
  margin-bottom: 15px;
}
.blog-standard-item .details-title a {
  display: inline;
}
.blog-standard-item .details-title a:hover {
  color: var(--tj-color-theme-primary);
}
.blog-standard-item .desc p {
  line-height: 1.8;
  margin-bottom: 25px;
}
.blog-standard-item .desc p:last-child {
  margin-bottom: 0;
}
.blog-standard-item .standard-button {
  margin-top: 30px;
}
.blog-standard-item .standard-button .tj-blog-btn {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  display: inline-block;
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  line-height: 1;
  text-transform: capitalize;
  padding: 17px 30px;
  letter-spacing: 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog-standard-item .standard-button .tj-blog-btn:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
}
@media (max-width: 575px) {
  .blog-standard-item .blog-meta-two ul {
    gap: 12px;
  }
  .blog-standard-item .details-title {
    font-size: 25px;
  }
}

.blog-standard-slider {
  position: relative;
  z-index: 1;
}
.blog-standard-slider .slider-navigation .slider-next,
.blog-standard-slider .slider-navigation .slider-prev {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(60, 62, 69, 0.9);
  padding: 10px 20px;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.blog-standard-slider .slider-navigation .slider-next img,
.blog-standard-slider .slider-navigation .slider-prev img {
  max-width: 50px;
  width: 100%;
}
.blog-standard-slider .slider-navigation .slider-next:hover,
.blog-standard-slider .slider-navigation .slider-prev:hover {
  background-color: var(--tj-color-theme-primary);
}
.blog-standard-slider .slider-navigation .slider-next {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .blog-standard-slider .slider-navigation .slider-next,
  .blog-standard-slider .slider-navigation .slider-prev {
    padding: 10px 15px;
  }
  .blog-standard-slider .slider-navigation .slider-next img,
  .blog-standard-slider .slider-navigation .slider-prev img {
    max-width: 40px;
  }
}

.tj-tags-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--tj-color-border-1);
  border-bottom: 1px solid var(--tj-color-border-1);
  padding: 30px 0 30px;
  margin: 50px 0 55px;
}
.tj-tags-post .tj-tags {
  width: calc(100% - 310px);
  gap: 10px;
}
.tj-tags-post .tj-tags .tag__title {
  font-size: 22px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
}
.tj-tags-post.no-social-share .tj-tags {
  width: 100%;
}
.tj-tags-post .post-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tj-tags-post .post-share ul li span {
  font-size: 22px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  margin-right: 5px;
}
.tj-tags-post .post-share ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  background: var(--tj-color-theme-secondary);
  color: var(--tj-color-common-white);
}
.tj-tags-post .post-share ul li a:hover {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-tags-post {
    gap: 30px;
  }
  .tj-tags-post .tj-tags {
    width: 100%;
  }
}

.tj-comments__container h3,
.tj-comments__container .comment-reply-title {
  margin-bottom: 35px;
}

.tj-latest-comments > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-latest-comments > ul .tj-comment {
  border-bottom: 1px solid var(--tj-color-border-1);
  padding-bottom: 35px;
  margin-bottom: 35px;
  padding-top: 0;
  padding-top: 0;
}
.tj-latest-comments > ul .tj-comment:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.tj-latest-comments > ul .tj-comment .comment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 30px;
}
.tj-latest-comments > ul .tj-comment .comment-content .comment-avatar {
  max-width: 80px;
  width: 100%;
}
.tj-latest-comments > ul .tj-comment .comment-content .comments-header {
  width: calc(100% - 110px);
}
.tj-latest-comments > ul .tj-comment .comment-content .comments-header .avatar-name .title {
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
}
.tj-latest-comments > ul .tj-comment .comment-content .comments-header .avatar-name .title a {
  text-decoration: none;
  color: inherit;
}
.tj-latest-comments > ul .tj-comment .comment-content .comments-header .avatar-name .title a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-latest-comments > ul .tj-comment .comment-content .comments-header .desc {
  margin-bottom: 15px;
}
.tj-latest-comments > ul .tj-comment .comment-content .comments-header .desc p:last-child {
  margin: 0;
}
.tj-latest-comments > ul .tj-comment .comment-content .comments-header .comment-text {
  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-latest-comments > ul .tj-comment .comment-content .comments-header .comment-text .comment__reply {
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-primary);
}
.tj-latest-comments > ul .tj-comment .comment-content .comments-header .comment-text .comment__reply a {
  color: inherit;
  text-decoration: none;
}
.tj-latest-comments > ul .tj-comment .comment-content .comments-header .comment-text .comment__reply a:hover {
  color: var(--tj-color-common-white);
}
.tj-latest-comments > ul .tj-comment .comment-content .comments-header .comment-text .date {
  font-weight: var(--tj-fw-medium);
}
.tj-latest-comments > ul .children {
  padding-left: 50px;
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid var(--tj-color-border-1);
  margin-bottom: 0;
  list-style: none;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-latest-comments > ul .children {
    padding-left: 30px;
  }
}
@media (max-width: 575px) {
  .tj-latest-comments > ul > .tj-comment .comment-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .tj-latest-comments > ul .children {
    padding-left: 20px;
  }
}
.tj-latest-comments .comment-respond {
  margin-top: 0;
  margin-bottom: 35px;
}

.comment-respond {
  margin-top: 50px;
}
.comment-respond .form-input {
  margin-bottom: 20px;
}
.comment-respond textarea,
.comment-respond input[type=email],
.comment-respond input[type=url],
.comment-respond input[type=text] {
  width: 100%;
  border: 1px solid var(--tj-color-border-1);
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1;
  background: transparent;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
}
.comment-respond textarea::-webkit-input-placeholder, .comment-respond input[type=email]::-webkit-input-placeholder, .comment-respond input[type=url]::-webkit-input-placeholder, .comment-respond input[type=text]::-webkit-input-placeholder {
  color: var(--tj-color-text-body);
  font-size: inherit;
  font-weight: inherit;
}
.comment-respond textarea::-moz-placeholder, .comment-respond input[type=email]::-moz-placeholder, .comment-respond input[type=url]::-moz-placeholder, .comment-respond input[type=text]::-moz-placeholder {
  color: var(--tj-color-text-body);
  font-size: inherit;
  font-weight: inherit;
}
.comment-respond textarea:-ms-input-placeholder, .comment-respond input[type=email]:-ms-input-placeholder, .comment-respond input[type=url]:-ms-input-placeholder, .comment-respond input[type=text]:-ms-input-placeholder {
  color: var(--tj-color-text-body);
  font-size: inherit;
  font-weight: inherit;
}
.comment-respond textarea::-ms-input-placeholder, .comment-respond input[type=email]::-ms-input-placeholder, .comment-respond input[type=url]::-ms-input-placeholder, .comment-respond input[type=text]::-ms-input-placeholder {
  color: var(--tj-color-text-body);
  font-size: inherit;
  font-weight: inherit;
}
.comment-respond textarea::placeholder,
.comment-respond input[type=email]::placeholder,
.comment-respond input[type=url]::placeholder,
.comment-respond input[type=text]::placeholder {
  color: var(--tj-color-text-body);
  font-size: inherit;
  font-weight: inherit;
}
.comment-respond textarea:focus,
.comment-respond input[type=email]:focus,
.comment-respond input[type=url]:focus,
.comment-respond input[type=text]:focus {
  border-color: var(--tj-color-theme-primary);
}
.comment-respond textarea {
  line-height: 1.5;
  min-height: 150px;
  resize: none;
}
.comment-respond .form-submit {
  margin-bottom: 0;
  margin-top: 30px;
}
.comment-respond .form-submit .submit {
  min-height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background: var(--tj-color-theme-primary);
  line-height: 1;
  padding: 17px 30px;
  position: relative;
  z-index: 1;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
}
.comment-respond .form-submit .submit:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
}

.tj-blog-widget {
  background-color: var(--tj-color-theme-secondary);
  padding: 30px;
}
.tj-blog-widget:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-blog-widget {
    padding: 30px 25px;
  }
}
@media (max-width: 575px) {
  .tj-blog-widget {
    padding: 30px 20px;
  }
}
.tj-blog-widget .wp-block-heading,
.tj-blog-widget .wp-block-search__label,
.tj-blog-widget .wp-block-archives__label,
.tj-blog-widget .wp-block-categories__label,
.tj-blog-widget .side-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-common-white);
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding-left: 50px;
}
.tj-blog-widget .wp-block-heading::before,
.tj-blog-widget .wp-block-search__label::before,
.tj-blog-widget .wp-block-archives__label::before,
.tj-blog-widget .wp-block-categories__label::before,
.tj-blog-widget .side-title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  bottom: 8px;
  left: 0;
  background: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-blog-widget .wp-block-heading,
  .tj-blog-widget .wp-block-search__label,
  .tj-blog-widget .wp-block-archives__label,
  .tj-blog-widget .side-title {
    font-size: 22px;
    padding-left: 35px;
  }
  .tj-blog-widget .wp-block-heading::before,
  .tj-blog-widget .wp-block-search__label::before,
  .tj-blog-widget .wp-block-archives__label::before,
  .tj-blog-widget .side-title::before {
    width: 20px;
  }
}
.tj-blog-widget.blog_catagory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tj-blog-widget.blog_catagory ul li {
  display: block;
  width: 100%;
}
.tj-blog-widget.blog_catagory ul li:last-child {
  margin-bottom: 0;
}
.tj-blog-widget.blog_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;
  width: 100%;
  color: var(--tj-color-common-white);
  font-size: 16px;
  line-height: 1;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  border: 1px solid var(--tj-color-border-1);
  margin-bottom: 20px;
  padding: 15px 25px;
  background: transparent;
}
.tj-blog-widget.blog_catagory ul li a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tj-blog-widget.blog_catagory ul li a span i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.tj-blog-widget.blog_catagory ul li a:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.tj-blog-widget.blog_catagory ul li a:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tj-blog-widget.blog_catagory ul li a {
    padding: 15px 15px;
  }
}
.tj-blog-widget.tj_recent_posts .port_item {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid var(--tj-color-border-1);
  padding: 30px 25px 30px 25px;
}
.tj-blog-widget.tj_recent_posts .port_item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 15px;
  margin-bottom: 30px;
}
.tj-blog-widget.tj_recent_posts .port_item li:last-child {
  margin-bottom: 0;
}
.tj-blog-widget.tj_recent_posts .port_item li .post-thumb {
  max-width: 70px;
  width: 100%;
}
.tj-blog-widget.tj_recent_posts .port_item li .post-thumb a {
  display: inline-block;
}
.tj-blog-widget.tj_recent_posts .port_item li .post-thumb a img {
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tj-blog-widget.tj_recent_posts .port_item li .post-content {
  max-width: 275px;
  width: 100%;
}
.tj-blog-widget.tj_recent_posts .port_item li .post-content .post-title {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  line-height: 1.3;
}
.tj-blog-widget.tj_recent_posts .port_item li .post-content .post-title a:hover {
  color: var(--tj-color-theme-primary);
}
.tj-blog-widget.tj_recent_posts .port_item li .post-content span {
  margin-top: 10px;
  display: block;
  line-height: 1;
  font-size: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-blog-widget.tj_recent_posts .port_item li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .tj-blog-widget.tj_recent_posts .port_item {
    padding: 30px 15px 30px 15px;
  }
}
.tj-blog-widget .tagcloud a,
.tj-blog-widget .wp-block-tag-cloud a {
  font-size: 16px !important;
}

.widget_search .search-box form {
  position: relative;
  width: 100%;
}
.widget_search .search-box form input[type=search] {
  width: 100%;
  padding: 16px 40px 16px 25px;
  font-size: 16px;
  font-weight: var(--tj-fw-medium);
  background-color: transparent;
  border: 1px solid var(--tj-color-border-1);
  color: var(--tj-color-common-white);
}
.widget_search .search-box form input[type=search]::-webkit-input-placeholder {
  color: var(--tj-color-text-body);
  font-weight: var(--tj-fw-medium);
  font-size: 16px;
}
.widget_search .search-box form input[type=search]::-moz-placeholder {
  color: var(--tj-color-text-body);
  font-weight: var(--tj-fw-medium);
  font-size: 16px;
}
.widget_search .search-box form input[type=search]:-ms-input-placeholder {
  color: var(--tj-color-text-body);
  font-weight: var(--tj-fw-medium);
  font-size: 16px;
}
.widget_search .search-box form input[type=search]::-ms-input-placeholder {
  color: var(--tj-color-text-body);
  font-weight: var(--tj-fw-medium);
  font-size: 16px;
}
.widget_search .search-box form input[type=search]::placeholder {
  color: var(--tj-color-text-body);
  font-weight: var(--tj-fw-medium);
  font-size: 16px;
}
.widget_search .search-box form input[type=search]::-ms-input-placeholder {
  color: var(--tj-color-text-body);
  font-weight: var(--tj-fw-medium);
  font-size: 16px;
}
.widget_search .search-box form input[type=search]:focus {
  border-color: var(--tj-color-theme-primary);
}
.widget_search .search-box form button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 18px;
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .widget_search .search-box form input[type=search] {
    padding: 15px 30px 16px 15px;
  }
  .widget_search .search-box form button {
    right: 15px;
  }
}

.wp-block-tag-cloud,
.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;
}
.wp-block-tag-cloud a,
.tagcloud 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;
  font-size: 16px;
  line-height: 1;
  color: var(--tj-color-common-white);
  padding: 11px 20px;
  border: 1px solid var(--tj-color-border-1);
  background-color: transparent;
  margin-right: 0;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  text-decoration: none;
}

.wp-block-quote,
blockquote {
  position: relative;
  padding: 30px 30px 25px;
  z-index: 2;
  border: 1px solid var(--tj-color-border-1);
}
.wp-block-quote::before,
blockquote::before {
  content: "\f10e";
  font-family: "Font Awesome 6 Pro";
  background-size: contain;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 35px;
  color: var(--tj-color-common-white);
  width: 68px;
  height: 68px;
  line-height: 1;
  border-radius: 2px;
  background: var(--tj-color-theme-primary);
  text-align: center;
  margin-bottom: 20px;
}
.wp-block-quote p,
blockquote p {
  line-height: 1.6;
  font-weight: var(--tj-fw-medium);
}
.wp-block-quote p:last-child,
blockquote p:last-child {
  margin: 0;
}
.wp-block-quote cite,
blockquote cite {
  display: inline-block;
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-body);
  font-weight: var(--tj-fw-bold);
  position: relative;
  padding-left: 65px;
}
.wp-block-quote cite::before,
blockquote cite::before {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--tj-color-theme-primary);
}
@media (max-width: 575px) {
  .wp-block-quote,
  blockquote {
    padding: 20px 15px;
  }
  .wp-block-quote::before,
  blockquote::before {
    width: 55px;
    height: 55px;
    font-size: 25px;
  }
}

.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: 24px;
}
.blog-pagination ul li .page-numbers {
  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;
  font-size: 18px;
  background: transparent;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  border: 1px solid var(--tj-color-border-1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.blog-pagination ul li .page-numbers i {
  line-height: 1;
  font-size: 18px;
}
.blog-pagination ul li .page-numbers:hover, .blog-pagination ul li .page-numbers.current {
  background-color: var(--tj-color-theme-primary);
  border-color: transparent;
  color: var(--tj-color-common-white);
}
.blog-pagination ul li .page-numbers:hover i, .blog-pagination ul li .page-numbers.current i {
  color: var(--tj-color-common-white);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-pagination ul {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .blog-pagination ul {
    gap: 15px;
  }
}

.tj-entry__content .wp-block-tag-cloud a,
.tj-entry__content .tagcloud a {
  color: var(--tj-color-common-white);
  font-size: 16px !important;
  margin-right: 0;
}
.tj-entry__content .wp-block-tag-cloud a:hover,
.tj-entry__content .tagcloud a:hover {
  text-decoration: none;
}

/* !END: Theme Blog CSS */
/**----------------------------------------
START: Brand CSS
----------------------------------------*/
.brands-carousel .tj-brand-slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brands-carousel .swiper-slide {
  text-align: center;
  width: 224px;
}
@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) {
  .brands-carousel .swiper-slide {
    width: 190px;
  }
}
@media (max-width: 575px) {
  .brands-carousel .swiper-slide {
    width: 150px;
  }
}
.brands-carousel .brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 224px;
  height: 224px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  border: 1px solid var(--tj-color-border-1);
  border-radius: 50%;
  background: transparent;
  overflow: hidden;
}
.brands-carousel .brand-item:hover {
  background-color: var(--tj-color-theme-secondary);
  border-color: var(--tj-color-theme-secondary);
}
.brands-carousel .brand-item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: 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) {
  .brands-carousel .brand-item {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 575px) {
  .brands-carousel .brand-item {
    width: 150px;
    height: 150px;
  }
  .brands-carousel .brand-item img {
    max-width: 95px;
  }
}

/* !END: Brand CSS */
/**----------------------------------------
START: Hero CSS
----------------------------------------*/
.tj-hero-section {
  background: var(--tj-color-theme-bg);
  padding-top: 80px;
  position: relative;
  z-index: 2;
}
.tj-hero-section .hero-content-area {
  max-width: 1700px;
  margin: 0 auto;
}
.tj-hero-section .hero-circle {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
}
.tj-hero-section .hero-shape-1 {
  position: absolute;
  top: 50px;
  right: 0;
  max-width: 160px;
  width: 100%;
  z-index: -1;
}
.tj-hero-section .hero-shape-1 img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-section {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section {
    padding-top: 80px;
  }
}

.tj-hero-section-two {
  background-color: var(--tj-color-theme-bg);
  padding-top: 100px;
  padding-bottom: 0px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.tj-hero-section-two .hero-right-shapes {
  position: absolute;
  right: 0;
  bottom: -50px;
  max-width: 670px;
  width: 100%;
  z-index: -1;
}
.tj-hero-section-two .hero-right-shapes img {
  width: 100%;
}
.tj-hero-section-two .hero-left-shapes {
  position: absolute;
  top: -50px;
  left: 0;
  max-width: 980px;
  z-index: -1;
}
.tj-hero-section-two .hero-shapes-one {
  position: absolute;
  bottom: 75px;
  left: 0;
  max-width: 350px;
  width: 100%;
}
.tj-hero-section-two .hero-shapes-one img {
  width: 100%;
}
.tj-hero-section-two .hero-video-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.tj-hero-section-two .hero-shapes-two {
  position: absolute;
  top: 100px;
  left: 7%;
  max-width: 80px;
  width: 100%;
}
.tj-hero-section-two .hero-shapes-two img {
  width: 100%;
}
.tj-hero-section-two .tj-heading-area {
  background-color: rgba(36, 31, 31, 0.6);
  border-radius: 50%;
  width: 625px;
  height: 625px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.tj-hero-section-two .tj-heading-area span {
  font-size: 20px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  position: relative;
  z-index: 1;
  padding-left: 70px;
  display: inline-block;
  margin-bottom: 20px;
}
.tj-hero-section-two .tj-heading-area span::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: var(--tj-color-border-2);
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.tj-hero-section-two .tj-heading-area .title {
  font-size: 78px;
}
.tj-hero-section-two .tj-heading-area .title .tj-reveal-line {
  overflow: hidden;
}
.tj-hero-section-two .tj-heading-area .hero-button {
  margin-top: 45px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section-two {
    padding-top: 220px;
  }
  .tj-hero-section-two .hero_wrapper .hero-image {
    max-width: 680px;
  }
  .tj-hero-section-two .tj-heading-area {
    width: 500px;
    height: 500px;
  }
  .tj-hero-section-two .tj-heading-area .title {
    font-size: 60px;
  }
  .tj-hero-section-two .hero-video-box {
    width: 300px;
    height: 300px;
  }
  .tj-hero-section-two .hero-video-box .video-images::before {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-section-two {
    padding-top: 200px;
  }
  .tj-hero-section-two .hero-right-shapes {
    bottom: -10px;
    max-width: 500px;
  }
  .tj-hero-section-two .hero-left-shapes {
    max-width: 800px;
  }
  .tj-hero-section-two .hero-shapes-one {
    max-width: 300px;
  }
  .tj-hero-section-two .hero_wrapper .hero-image {
    max-width: 600px;
  }
  .tj-hero-section-two .tj-heading-area {
    width: 450px;
    height: 450px;
  }
  .tj-hero-section-two .tj-heading-area span {
    margin-bottom: 10px;
  }
  .tj-hero-section-two .tj-heading-area .title {
    font-size: 50px;
  }
  .tj-hero-section-two .hero-video-box {
    width: 240px;
    height: 240px;
  }
  .tj-hero-section-two .hero-video-box .video-images::before {
    width: 200px;
    height: 200px;
  }
  .tj-hero-section-two .hero-video-box .popup-videos-button {
    width: 65px;
    height: 60px;
  }
  .tj-hero-section-two .hero-video-box .popup-videos-button::before {
    width: 100px;
    height: 85px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-section-two {
    padding-top: 250px;
  }
  .tj-hero-section-two .hero-right-shapes {
    bottom: -10px;
    max-width: 400px;
  }
  .tj-hero-section-two .hero-left-shapes {
    max-width: 750px;
  }
  .tj-hero-section-two .hero-shapes-one {
    max-width: 280px;
  }
  .tj-hero-section-two .hero_wrapper .hero-image {
    max-width: 550px;
  }
  .tj-hero-section-two .tj-heading-area {
    width: 360px;
    height: 360px;
  }
  .tj-hero-section-two .tj-heading-area span {
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 50px;
  }
  .tj-hero-section-two .tj-heading-area span::before {
    width: 35px;
  }
  .tj-hero-section-two .tj-heading-area .title {
    font-size: 45px;
  }
  .tj-hero-section-two .tj-heading-area .hero-button {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-hero-section-two {
    padding-top: 120px;
    padding-bottom: 85px;
  }
  .tj-hero-section-two .hero-right-shapes {
    bottom: -10px;
    max-width: 400px;
  }
  .tj-hero-section-two .hero-left-shapes {
    max-width: 800px;
  }
  .tj-hero-section-two .hero-shapes-one {
    max-width: 250px;
    bottom: 20px;
  }
  .tj-hero-section-two .hero-shapes-two {
    top: 80px;
  }
  .tj-hero-section-two .hero_wrapper .hero-image {
    max-width: 320px;
    left: auto;
    right: 0;
  }
  .tj-hero-section-two .hero_wrapper .hero-shapes3 {
    top: 42%;
    left: auto;
    max-width: 180px;
    right: 0;
  }
  .tj-hero-section-two .hero_wrapper .hero-content-two {
    -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-hero-section-two .hero_wrapper .hero-content-two .hero_contact {
    position: absolute;
    top: -90px;
    left: 0px;
    margin-top: 0;
  }
  .tj-hero-section-two .hero_wrapper .hero-content-two .hero_contact ul li {
    font-size: 16px;
  }
  .tj-hero-section-two .tj-heading-area {
    width: 285px;
    height: 285px;
    position: relative;
    top: 100px;
  }
  .tj-hero-section-two .tj-heading-area span {
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 30px;
  }
  .tj-hero-section-two .tj-heading-area span::before {
    width: 15px;
    left: 5px;
  }
  .tj-hero-section-two .tj-heading-area .title {
    font-size: 35px;
  }
  .tj-hero-section-two .tj-heading-area .hero-button {
    margin-top: 25px;
  }
  .tj-hero-section-two .hero-video-box {
    width: 150px;
    height: 150px;
    top: 30px;
    right: 30px;
    left: auto;
  }
  .tj-hero-section-two .hero-video-box .video-images::before {
    width: 115px;
    height: 115px;
  }
  .tj-hero-section-two .hero-video-box .popup-videos-button {
    width: 50px;
    height: 45px;
  }
  .tj-hero-section-two .hero-video-box .popup-videos-button::before {
    width: 65px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .tj-hero-section-two {
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .tj-hero-section-two .hero-right-shapes {
    display: none;
  }
  .tj-hero-section-two .hero-shapes-one {
    max-width: 200px;
    bottom: 0;
  }
  .tj-hero-section-two .hero-shapes-two {
    top: 50px;
  }
  .tj-hero-section-two .hero_wrapper .hero-image {
    max-width: 280px;
  }
  .tj-hero-section-two .hero_wrapper .hero-content-two {
    -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-hero-section-two .hero_wrapper .hero-content-two .hero_contact ul li {
    margin-bottom: 5px;
  }
  .tj-hero-section-two .tj-heading-area {
    width: 265px;
    height: 265px;
    position: relative;
    top: 100px;
  }
  .tj-hero-section-two .tj-heading-area span {
    margin-bottom: 5px;
    font-size: 13px;
    padding-left: 25px;
  }
  .tj-hero-section-two .tj-heading-area span::before {
    width: 15px;
    left: 5px;
  }
  .tj-hero-section-two .tj-heading-area .title {
    font-size: 30px;
  }
  .tj-hero-section-two .tj-heading-area .hero-button {
    margin-top: 20px;
  }
  .tj-hero-section-two .tj-heading-area .hero-button .tj-primary-btn {
    padding: 14px 25px;
  }
  .tj-hero-section-two .hero-video-box {
    width: 130px;
    height: 130px;
    top: 30px;
    right: 15px;
    left: auto;
  }
  .tj-hero-section-two .hero-video-box .video-images::before {
    width: 100px;
    height: 100px;
  }
  .tj-hero-section-two .hero-video-box .popup-videos-button {
    width: 50px;
    height: 45px;
  }
  .tj-hero-section-two .hero-video-box .popup-videos-button::before {
    width: 65px;
    height: 60px;
  }
  .tj-hero-section-two .hero-video-box .popup-videos-button span {
    font-size: 18px;
  }
}

.hero-top-content {
  position: relative;
  z-index: 2;
  max-width: 1080px;
  width: 100%;
  margin-bottom: 100px;
}
.hero-top-content .hero-shape-2 {
  position: absolute;
  right: -12%;
  bottom: -50px;
  z-index: -1;
}
.hero-top-content .hero-title {
  margin-bottom: 0;
  font-size: 135px;
}
.hero-top-content .hero-title .tj-reveal-line {
  overflow: hidden;
}
.hero-top-content .hero-title span {
  display: block;
  max-width: 640px;
  width: 100%;
  word-wrap: break-word;
}
.hero-top-content .desc {
  max-width: 440px;
  position: absolute;
  right: 0px;
  top: 35px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-top-content {
    padding-left: 30px;
  }
  .hero-top-content .hero-title {
    font-size: 120px;
  }
  .hero-top-content .hero-title span {
    max-width: 540px;
  }
  .hero-top-content .desc {
    right: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-top-content {
    max-width: 950px;
  }
  .hero-top-content .hero-title {
    font-size: 90px;
  }
  .hero-top-content .hero-title span {
    max-width: 420px;
  }
  .hero-top-content .desc {
    right: 40px;
    top: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-top-content {
    padding-left: 30px;
    max-width: 850px;
  }
  .hero-top-content .hero-title {
    font-size: 70px;
  }
  .hero-top-content .hero-title span {
    max-width: 320px;
  }
  .hero-top-content .desc {
    right: 40px;
    top: -20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-top-content {
    padding-left: 30px;
    max-width: 730px;
    margin-bottom: 80px;
  }
  .hero-top-content .hero-title {
    font-size: 65px;
  }
  .hero-top-content .hero-title span {
    max-width: 280px;
  }
  .hero-top-content .desc {
    max-width: 420px;
    right: -35px;
    top: -20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-top-content {
    padding-left: 30px;
    max-width: 730px;
    margin-bottom: 100px;
  }
  .hero-top-content .hero-title {
    font-size: 45px;
    margin-bottom: 25px;
  }
  .hero-top-content .hero-title span {
    max-width: 280px;
  }
  .hero-top-content .desc {
    position: initial;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .hero-top-content {
    padding-left: 15px;
  }
  .hero-top-content .hero-title {
    font-size: 35px;
  }
}

.hero-bottom-content {
  background: var(--tj-color-theme-secondary);
  position: relative;
  z-index: 1;
}
.hero-bottom-content .hero-wrapper {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
  max-width: 1550px;
  width: 100%;
}
.hero-bottom-content .hero-wrapper .hero-image {
  max-width: 1250px;
  width: calc(100% - 275px);
}
.hero-bottom-content .hero-wrapper .hero-image img {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero-bottom-content .hero-wrapper .hero-image {
    width: calc(100% - 230px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-bottom-content .hero-wrapper .hero-image {
    width: calc(100% - 230px);
  }
  .hero-bottom-content .hero-wrapper .hero-image img {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-bottom-content .hero-wrapper .hero-image {
    width: calc(100% - 180px);
  }
  .hero-bottom-content .hero-wrapper .hero-image img {
    height: 470px;
  }
}
@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-bottom-content .hero-wrapper .hero-image {
    max-width: 100%;
    width: 100%;
  }
  .hero-bottom-content .hero-wrapper .hero-image img {
    height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-bottom-content .hero-wrapper .hero-image img {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .hero-bottom-content .hero-wrapper .hero-image img {
    height: 350px;
  }
}
.hero-bottom-content .hero-wrapper .video-wrapper {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.hero-bottom-content .hero-wrapper .video-wrapper .hero-video {
  display: inline-block;
  right: 150px;
  max-width: 350px;
  width: 100%;
}
.hero-bottom-content .hero-wrapper .video-wrapper .hero-video .watch_video {
  background: var(--tj-color-theme-primary);
  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: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 25px 65px 150px;
  gap: 15px;
  position: relative;
  z-index: 2;
  max-width: 300px;
  width: 100%;
  min-height: 700px;
  height: 100%;
}
.hero-bottom-content .hero-wrapper .video-wrapper .hero-video .watch_video .share-icon {
  max-width: 100px;
  width: 100%;
  position: relative;
  top: -40px;
}
.hero-bottom-content .hero-wrapper .video-wrapper .hero-video .watch_video .share-icon img {
  width: 100%;
}
.hero-bottom-content .hero-wrapper .video-wrapper .hero-video .watch_video span {
  color: var(--tj-color-common-white);
  font-size: 35px;
  font-family: var(--tj-ff-heading);
  -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);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-bottom-content .hero-wrapper .video-wrapper .hero-video .watch_video {
    padding: 25px 45px 110px;
    max-width: 240px;
    min-height: 585px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-bottom-content .hero-wrapper .video-wrapper .hero-video .watch_video {
    min-height: 560px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-bottom-content .hero-wrapper .video-wrapper .hero-video .watch_video {
    min-height: 545px;
    max-width: 220px;
    padding: 25px 45px 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) {
  .hero-bottom-content .hero-wrapper .video-wrapper .hero-video .watch_video {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-bottom-content .hero-wrapper .video-wrapper .hero-video {
    right: 50px;
  }
}
.hero-bottom-content .hero-wrapper .video-wrapper .video-area {
  position: absolute;
  top: -120px;
  left: 60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: 2;
  overflow: hidden;
  border: 8px solid var(--tj-color-common-white);
}
.hero-bottom-content .hero-wrapper .video-wrapper .video-area::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 90%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  z-index: 1;
}
.hero-bottom-content .hero-wrapper .video-wrapper .video-area .circle_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-bottom-content .hero-wrapper .video-wrapper .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: 90px;
  height: 75px;
  line-height: 1;
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  -webkit-animation: animate-pulse 2.5s linear infinite;
          animation: animate-pulse 2.5s linear infinite;
  z-index: 2;
}
.hero-bottom-content .hero-wrapper .video-wrapper .video-area .popup-videos-button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 130px;
  height: 115px;
  border: 1px solid var(--tj-color-border-4);
}
.hero-bottom-content .hero-wrapper .video-wrapper .video-area .popup-videos-button span {
  font-size: 25px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero-bottom-content .hero-wrapper .video-wrapper .video-area {
    width: 260px;
    height: 260px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-bottom-content .hero-wrapper .video-wrapper .video-area {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-bottom-content .hero-wrapper .video-wrapper .video-area {
    width: 220px;
    height: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-bottom-content .hero-wrapper .video-wrapper .video-area {
    top: -70px;
    left: auto;
    right: 20px;
    width: 195px;
    height: 195px;
  }
  .hero-bottom-content .hero-wrapper .video-wrapper .video-area .popup-videos-button {
    width: 60px;
    height: 50px;
  }
  .hero-bottom-content .hero-wrapper .video-wrapper .video-area .popup-videos-button::before {
    width: 90px;
    height: 85px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .hero-bottom-content .hero-wrapper .video-wrapper .video-area {
    top: -70px;
    left: auto;
    right: 15px;
    width: 180px;
    height: 180px;
  }
  .hero-bottom-content .hero-wrapper .video-wrapper .video-area .popup-videos-button {
    width: 50px;
    height: 45px;
  }
  .hero-bottom-content .hero-wrapper .video-wrapper .video-area .popup-videos-button::before {
    width: 70px;
    height: 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) {
  .hero-bottom-content .hero-wrapper .video-wrapper {
    position: initial;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .hero-bottom-content .hero-wrapper {
    max-width: 1280px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-bottom-content .hero-wrapper {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-bottom-content .hero-wrapper {
    max-width: 900px;
  }
}
@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-bottom-content .hero-wrapper {
    margin-bottom: 40px;
  }
}
.hero-bottom-content .tj-brand-slider2 {
  padding-bottom: 60px;
}
.hero-bottom-content .tj-brand-slider2 .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-bottom-content .tj-brand-slider2 .brand-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.hero-bottom-content .tj-brand-slider2 .brand-item a {
  display: inline-block;
}

.hero_wrapper {
  position: relative;
  z-index: 2;
}
.hero_wrapper .hero-image {
  position: absolute;
  bottom: -28%;
  left: 12%;
  z-index: -1;
  max-width: 710px;
  width: 100%;
}
.hero_wrapper .hero-shapes3 {
  position: absolute;
  top: 35%;
  left: 12%;
  max-width: 245px;
  width: 100%;
  z-index: -2;
}

.hero-video-box {
  width: 350px;
  height: 350px;
  background-color: var(--tj-color-common-white);
  border-radius: 100% 100% 100% 0;
  padding: 10px;
  overflow: hidden;
}
.hero-video-box .video-images {
  width: 100%;
  height: 100%;
  position: relative;
}
.hero-video-box .video-images::before {
  position: absolute;
  content: "";
  background: rgb(5, 20, 36);
  opacity: 0.4;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 300px;
  height: 300px;
  z-index: 1;
  border-radius: 50%;
}
.hero-video-box .video-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100% 100% 100% 0;
}
.hero-video-box .popup-videos-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -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;
  width: 90px;
  height: 75px;
  line-height: 1;
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  z-index: 2;
  -webkit-animation: animate-pulse 2.5s linear infinite;
          animation: animate-pulse 2.5s linear infinite;
}
.hero-video-box .popup-videos-button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 130px;
  height: 115px;
  border: 1px solid var(--tj-color-border-4);
}
.hero-video-box .popup-videos-button span {
  font-size: 25px;
}

.hero-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;
  padding-bottom: 40px;
}
.hero-content-two .hero_contact {
  margin-top: -260px;
}
.hero-content-two .hero_contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-content-two .hero_contact ul li {
  font-size: 18px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
  margin-bottom: 10px;
}
.hero-content-two .hero_contact ul li:last-child {
  margin-bottom: 0;
}
.hero-content-two .hero_contact ul li a:hover {
  color: var(--tj-color-theme-primary);
}

.video-area {
  position: absolute;
  z-index: 2;
  max-width: 350px;
  border-radius: 50%;
  width: 100%;
  top: -50%;
  right: 50px;
}
.video-area .circle_image {
  max-width: 350px;
  border-radius: 50%;
  width: 100%;
}
.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;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90px;
  height: 75px;
  line-height: 1;
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.video-area .popup-videos-button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 130px;
  height: 115px;
  border: 1px solid var(--tj-color-border-4);
}
.video-area .popup-videos-button span {
  font-size: 25px;
}

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

@keyframes animate-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  40% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.3), 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  80% {
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0.3);
  }
}
/* !END: Hero CSS */
/**----------------------------------------
START: Apartment CSS
----------------------------------------*/
.tj-apartment-section {
  background: var(--tj-color-theme-bg);
  padding-top: 120px;
  padding-bottom: 165px;
}
.tj-apartment-section .tj-heading-area {
  max-width: 575px;
  width: 100%;
  margin-bottom: 60px;
}
.tj-apartment-section.style-2 {
  padding-top: 0;
  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-apartment-section.style-2 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-apartment-section .tj-heading-area {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-apartment-section {
    padding-top: 80px;
    padding-bottom: 100px;
  }
  .tj-apartment-section .tj-heading-area {
    text-align: center;
    margin: 0 auto 40px;
  }
}

.apartment-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.apartment-content-area .apartment-images {
  max-width: 535px;
  width: 100%;
}
.apartment-content-area .apartment-images img {
  width: 100%;
}
.apartment-content-area .apartment-middle-text {
  position: relative;
  z-index: 1;
  right: 15px;
  top: -30px;
}
.apartment-content-area .apartment-middle-text .title {
  font-size: 100px;
  margin-bottom: 0;
  color: var(--tj-color-text-body-2);
  letter-spacing: 9.5px;
  -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);
  line-height: 1;
}
.apartment-content-area .apartment-right-content {
  max-width: 560px;
  width: 100%;
  margin-top: -85px;
}
.apartment-content-area .apartment-right-content .apartment-text {
  padding-left: 30px;
}
.apartment-content-area .apartment-right-content .apartment-text .desc p {
  line-height: 1.8;
}
.apartment-content-area .apartment-right-content .apartment-text .desc p:last-child {
  margin-bottom: 0;
}
.apartment-content-area .apartment-right-content .apartment-text .apartment-button {
  margin-top: 35px;
}
.apartment-content-area .apartment-right-content .apartment-wrapper {
  margin-top: 60px;
}
.apartment-content-area .apartment-right-content .apartment-wrapper .apartment-media {
  max-width: 325px;
  width: 100%;
  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;
}
.apartment-content-area .apartment-right-content .apartment-wrapper .apartment-media .apartment_text {
  border-right: 1px solid var(--tj-color-border-5);
  padding-right: 30px;
}
.apartment-content-area .apartment-right-content .apartment-wrapper .apartment-media .apartment_text .title {
  margin-bottom: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .apartment-content-area {
    gap: 30px;
  }
  .apartment-content-area .apartment-right-content {
    max-width: 470px;
  }
  .apartment-content-area .apartment-middle-text .title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .apartment-content-area {
    gap: 30px;
  }
  .apartment-content-area .apartment-right-content {
    max-width: 370px;
  }
  .apartment-content-area .apartment-right-content .apartment-text {
    padding-left: 0;
  }
  .apartment-content-area .apartment-middle-text .title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .apartment-content-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .apartment-content-area .apartment-middle-text {
    top: 0;
    right: 0;
  }
  .apartment-content-area .apartment-middle-text .title {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    font-size: 70px;
    letter-spacing: 4px;
  }
  .apartment-content-area .apartment-right-content {
    margin-top: 0px;
  }
  .apartment-content-area .apartment-right-content .apartment-text {
    padding-left: 0;
  }
  .apartment-content-area .apartment-right-content .apartment-text .apartment-button {
    margin-top: 25px;
  }
  .apartment-content-area .apartment-right-content .apartment-wrapper {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .apartment-content-area .apartment-middle-text .title {
    font-size: 45px;
  }
}

.apartment-image {
  position: relative;
  z-index: 1;
}
.apartment-image .apartment-video {
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 2;
}
.apartment-image .apartment-video .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;
  background: var(--tj-color-common-white);
  width: 90px;
  height: 75px;
  line-height: 1;
}
.apartment-image .apartment-video .popup-videos-button span {
  line-height: 1;
  color: var(--tj-color-theme-primary);
  font-size: 25px;
}
.apartment-image .apartment-video .popup-videos-button span i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.apartment-image .apartment-video .popup-videos-button:hover {
  background-color: var(--tj-color-theme-primary);
}
.apartment-image .apartment-video .popup-videos-button:hover > span {
  color: var(--tj-color-common-white);
}

.tj_socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 15px;
}
.tj_socials ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.tj_socials ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  background: var(--tj-color-extra-1);
  color: var(--tj-color-common-white);
}
.tj_socials ul li a i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.tj_socials ul li a:hover {
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}

/* !END: Apartment CSS */
/**----------------------------------------
START: Progress CSS
----------------------------------------*/
.tj-progress-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--tj-color-theme-bg);
}
.tj-progress-section .tj-heading-area .title {
  margin-bottom: 50px;
}
.tj-progress-section .tj-heading-area .desc {
  max-width: 450px;
  width: 100%;
}
.tj-progress-section .tj-heading-area .desc p {
  line-height: 1.8;
}
.tj-progress-section .tj-heading-area .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-progress-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-progress-section .tj-heading-area {
    margin-bottom: 20px;
  }
  .tj-progress-section .tj-heading-area .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .tj-progress-section {
    padding-top: 150px;
  }
}

.progress-left-content .tj-progress-bar {
  padding-top: 80px;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
}
.progress-left-content .tj-progress-bar .skills {
  background-color: var(--tj-color-grey-5);
  height: 1px;
  position: relative;
  margin-bottom: 100px;
}
.progress-left-content .tj-progress-bar .skills:last-child {
  margin-bottom: 0;
}
.progress-left-content .tj-progress-bar .skills span {
  position: absolute;
  top: -55px;
  right: 0px;
  font-weight: var(--tj-fw-medium);
  padding: 7px 12px;
}
.progress-left-content .tj-progress-bar .skills span::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/icons/progress-shape.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.progress-left-content .tj-progress-bar .skills .skillbar {
  background: var(--tj-color-theme-primary);
  width: 0px;
  height: 6px;
  position: relative;
  z-index: 2;
}
.progress-left-content .tj-progress-bar .skills .skillbar::before {
  display: none;
}
@media (max-width: 575px) {
  .progress-left-content .tj-progress-bar {
    padding-top: 80px;
  }
  .progress-left-content .tj-progress-bar .skills {
    margin-bottom: 80px;
  }
}

.progress-wrapper {
  text-align: right;
  position: relative;
  z-index: 2;
}
.progress-wrapper .progress-images {
  max-width: 560px;
  width: 100%;
  margin-left: auto;
}
.progress-wrapper .progress-images img {
  width: 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) {
  .progress-wrapper .progress-fun {
    gap: 20px;
    max-width: 460px;
    padding: 30px 15px 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) {
  .progress-wrapper .progress-images {
    max-width: 100%;
  }
  .progress-wrapper .progress-fun {
    left: -20px;
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .progress-wrapper .progress-fun {
    left: 0px;
    bottom: 20px;
    padding: 25px 15px;
    max-width: 340px;
  }
  .progress-wrapper .progress-fun .fun-item .tj-count {
    font-size: 30px;
  }
}

.progress-fun {
  text-align: start;
  background: var(--tj-color-theme-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 30px 15px 30px 40px;
}
.progress-fun .tj-count {
  font-size: 55px;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
  line-height: 1;
  letter-spacing: 2px;
}
.progress-fun .year {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-medium);
}
.progress-fun .desc {
  width: calc(100% - 100px);
  border-left: 1px solid var(--tj-color-border-7);
  padding: 10px 0 10px 20px;
}
.progress-fun .desc p {
  line-height: 1.8;
}
.progress-fun .desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .progress-fun {
    gap: 20px;
    padding: 30px 15px 30px 15px;
  }
}
@media (max-width: 575px) {
  .progress-fun {
    padding: 25px 15px;
  }
  .progress-fun .fun-item .tj-count {
    font-size: 30px;
  }
}

/* !END: Progress CSS */
/**----------------------------------------
START: Award CSS
----------------------------------------*/
.tj-award-section {
  background: var(--tj-color-theme-secondary);
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tj-award-section .tj-heading-area {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-award-section .tj-heading-area {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-award-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-award-section .tj-heading-area {
    margin-bottom: 40px;
  }
}

.tj-award-section-two {
  padding-top: 120px;
  padding-bottom: 35px;
}
.tj-award-section-two .tj-heading-area {
  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-award-section-two {
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .tj-award-section-two .tj-heading-area {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-award-section-two {
    padding-bottom: 50px;
  }
  .tj-award-section-two .tj-heading-area {
    margin-bottom: 40px;
  }
}

.award-sec-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-right: 100px;
}
.award-sec-title .title-1,
.award-sec-title .title-2 {
  font-size: 180px;
  color: var(--tj-color-theme-secondary);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--tj-color-border-8);
  font-weight: var(--tj-fw-bold);
  line-height: 1;
  margin-bottom: 0;
  -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);
}
.award-sec-title .title-2 {
  color: transparent;
  -webkit-text-stroke: unset;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: text;
  -webkit-background-clip: text;
  background-position: center bottom;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.award-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;
  gap: 35px;
  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) {
  .award-content-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .award-content-area .award-content-box {
    max-width: 100%;
    width: 100%;
  }
}

.award-item {
  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: 35px;
  border: 1px solid var(--tj-color-border-8);
  padding: 24px 60px;
  margin-bottom: 20px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.award-item:last-child {
  margin-bottom: 0;
}
.award-item .award-text .title {
  margin-bottom: 0;
  line-height: 1.4;
}
.award-item .award-text span {
  display: block;
  font-size: 24px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-theme-primary);
  font-family: var(--tj-ff-heading);
  margin-bottom: 5px;
}
.award-item .desc {
  max-width: 420px;
  width: 100%;
  text-align: center;
}
.award-item .desc p {
  line-height: 1.8;
}
.award-item .desc p:last-child {
  margin-bottom: 0;
}
.award-item .award-arrow {
  position: relative;
  z-index: 1;
  width: 65px;
  height: 65px;
}
.award-item .award-arrow::after, .award-item .award-arrow::before {
  content: "";
  background: radial-gradient(circle, #3c3e45 32%, rgb(110, 99, 93) 99%);
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  height: 75%;
  width: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.award-item .award-arrow::after {
  left: auto;
  right: 0;
}
.award-item .award-arrow 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: 100%;
  height: 100%;
  font-size: 40px;
  padding: 5px;
  line-height: 1;
  border: 1px solid var(--tj-color-border-8);
  position: relative;
  z-index: 1;
}
.award-item .award-arrow a::after, .award-item .award-arrow a::before {
  content: "";
  background: radial-gradient(circle, #3c3e45 32%, rgb(110, 99, 93) 99%);
  position: absolute;
  z-index: -1;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 75%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}
.award-item .award-arrow a::before {
  bottom: auto;
  top: -1px;
}
.award-item .award-arrow i {
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transform: rotate(-40deg);
      -ms-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.award-item .award-arrow:hover::after, .award-item .award-arrow:hover::before {
  height: 0;
}
.award-item .award-arrow:hover a::after, .award-item .award-arrow:hover a::before {
  width: 0;
}
.award-item .award-arrow:hover a i {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.award-item:hover {
  background-color: var(--tj-color-theme-bg-2);
  border-color: var(--tj-color-theme-bg-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-item {
    padding: 24px 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) {
  .award-item {
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .award-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}

.award-wrapper {
  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;
  text-align: center;
  row-gap: 30px;
}
.award-wrapper .award-item-two {
  max-width: 33.33%;
  width: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-increment: ol-counter;
  position: relative;
  z-index: 1;
}
.award-wrapper .award-item-two::before {
  content: "0" counter(ol-counter);
  color: var(--tj-color-common-white);
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--tj-color-theme-secondary);
  padding: 12px 22px;
  z-index: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.award-wrapper .award-item-two:first-child::after, .award-wrapper .award-item-two:last-child::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background: var(--tj-color-theme-primary);
  z-index: 2;
}
.award-wrapper .award-item-two:last-child::after {
  left: auto;
  right: 0;
}
.award-wrapper .award-item-two .award-icon {
  min-height: 180px;
  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;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.award-wrapper .award-item-two .award-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -30px;
  left: 0;
  background-color: var(--tj-color-border-11);
  z-index: 1;
}
.award-wrapper .award-item-two .award-content {
  position: relative;
  z-index: 1;
  padding: 20px 40px 0 40px;
  min-height: 180px;
  height: 100%;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.award-wrapper .award-item-two .award-content span {
  display: block;
  color: var(--tj-color-theme-primary);
  font-family: var(--tj-ff-heading);
  font-size: 24px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 10px;
}
.award-wrapper .award-item-two .award-content .title {
  margin-bottom: 20px;
}
.award-wrapper .award-item-two .award-content .desc {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 0;
}
.award-wrapper .award-item-two:not(:first-child) .award-content::after,
.award-wrapper .award-item-two:not(:first-child) .award-icon::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--tj-color-border-11);
  z-index: 1;
}
.award-wrapper .award-item-two:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.award-wrapper .award-item-two:nth-child(even) .award-icon {
  margin-bottom: 0;
  margin-top: 30px;
}
.award-wrapper .award-item-two:nth-child(even) .award-icon::before {
  bottom: auto;
  top: -31px;
}
.award-wrapper .award-item-two:nth-child(even) .award-content {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 40px 20px 40px;
}
.award-wrapper .award-item-two:hover::before {
  background-color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award-wrapper .award-item-two .award-content {
    padding: 20px 20px 0 20px;
  }
  .award-wrapper .award-item-two:nth-child(even) .award-content {
    padding: 0 20px 20px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .award-wrapper .award-item-two .award-icon {
    min-height: 180px;
  }
  .award-wrapper .award-item-two .award-content {
    padding: 20px 15px 0 15px;
  }
  .award-wrapper .award-item-two .award-content .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .award-wrapper .award-item-two .award-content .desc {
    font-size: 14px;
  }
  .award-wrapper .award-item-two:nth-child(even) .award-content {
    padding: 0 15px 20px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award-wrapper {
    -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;
  }
  .award-wrapper .award-item-two {
    max-width: 375px;
    width: 100%;
    margin: 0 auto 0;
  }
  .award-wrapper .award-item-two:first-child::after, .award-wrapper .award-item-two:last-child::after {
    display: none;
  }
  .award-wrapper .award-item-two:not(:first-child) .award-icon::after,
  .award-wrapper .award-item-two:not(:first-child) .award-content::after {
    display: none;
  }
  .award-wrapper .award-item-two .award-icon {
    min-height: 180px;
  }
  .award-wrapper .award-item-two .award-content {
    padding: 20px 15px 0 15px;
  }
  .award-wrapper .award-item-two .award-content .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .award-wrapper .award-item-two .award-content .desc {
    font-size: 15px;
  }
  .award-wrapper .award-item-two:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .award-wrapper .award-item-two:nth-child(even) .award-icon {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .award-wrapper .award-item-two:nth-child(even) .award-icon::before {
    top: auto;
    bottom: -30px;
  }
  .award-wrapper .award-item-two:nth-child(even) .award-content {
    padding: 20px 15px 0 15px;
    margin-bottom: 0;
    margin-top: 30px;
  }
}

/* !END: Award CSS */
/**----------------------------------------
START: Fun CSS
----------------------------------------*/
.fun-fact-item {
  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: 30px;
  position: relative;
  z-index: 1;
  border-radius: 125px;
  padding: 25px 25px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.fun-fact-item::before {
  display: none;
}
.fun-fact-item .tj-count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 180px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid var(--tj-color-theme-primary);
  font-size: 55px;
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
}
.fun-fact-item .about-text {
  width: calc(100% - 210px);
  padding: 25px 0;
}
.fun-fact-item .about-text:nth-child(1) {
  text-align: end;
}
.fun-fact-item .about-text .title {
  margin-bottom: 15px;
  line-height: 1.4;
}
.fun-fact-item .about-text .desc {
  margin-bottom: 0;
}
.fun-fact-item .about-text .desc p {
  margin-bottom: 0;
  line-height: 1.8;
}
.fun-fact-item.align-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.fun-fact-item.align-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fun-fact-item:hover {
  background-color: #4b4d54;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fun-fact-item .tj-count {
    width: 160px;
    height: 160px;
  }
  .fun-fact-item .about-text {
    width: calc(100% - 190px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fun-fact-item {
    gap: 20px;
  }
  .fun-fact-item .about-text {
    width: calc(100% - 200px);
  }
}
@media (max-width: 575px) {
  .fun-fact-item {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #4b4d54;
    border-radius: 25px;
  }
  .fun-fact-item.align-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fun-fact-item .tj-count {
    width: 150px;
    height: 150px;
  }
  .fun-fact-item .about-text {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.fun-fact-item.style-1 {
  padding: 0;
  border-radius: 0;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
.fun-fact-item.style-1 .tj-count {
  width: 200px;
  height: 200px;
}
.fun-fact-item.style-1 .fun-fact-text {
  width: calc(100% - 240px);
}
.fun-fact-item.style-1.align-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.fun-fact-item.style-1.align-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-fact-item.style-1 {
    gap: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fun-fact-item.style-1 {
    gap: 20px;
  }
  .fun-fact-item.style-1 .tj-count {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 575px) {
  .fun-fact-item.style-1 {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fun-fact-item.style-1.align-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fun-fact-item.style-1 .tj-count {
    width: 150px;
    height: 150px;
  }
  .fun-fact-item.style-1 .fun-fact-text {
    width: 100%;
    text-align: center;
  }
}

.fun-fact-two {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 25px;
  padding: 0 70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .fun-fact-two {
    padding: 0 0;
  }
  .fun-fact-two .fun-fact-item .tj-count {
    width: 125px;
    height: 125px;
    font-size: 45px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .fun-fact-two {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .fun-fact-two {
    grid-template-columns: repeat(2, 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) {
  .fun-fact-two {
    grid-template-columns: repeat(1, 1fr);
  }
  .fun-fact-two .fun-fact-item {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .fun-fact-two .fun-fact-item {
    border-radius: 0;
  }
  .fun-fact-two .fun-fact-item .about-text {
    padding: 0;
  }
  .fun-fact-two .fun-fact-item .tj-count {
    width: 115px;
    height: 115px;
    font-size: 40px;
    margin-bottom: 15px;
  }
}

/* !END: Fun CSS */
/**----------------------------------------
START: Contact CSS
----------------------------------------*/
.tj-contact-section {
  background: var(--tj-color-theme-secondary);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
.tj-contact-section .sec-bg {
  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), (max-width: 575px) {
  .tj-contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-contact-section .contact-form-one {
    margin-bottom: 50px;
  }
  .tj-contact-section .contact-form-one .contact-text .title {
    font-size: 30px;
  }
}

.tj-contact-section-two {
  padding-top: 295px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.tj-contact-section-two .sec_text {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.tj-contact-section-two .sec_text .title {
  font-size: 70px;
  color: var(--tj-color-text-body-4);
  letter-spacing: 7px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: mixed;
}
.tj-contact-section-two .contact-form-box {
  padding-left: 0;
}
.tj-contact-section-two .contact-form-box .contact-form-one {
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-contact-section-two {
    padding-top: 220px;
  }
  .tj-contact-section-two .sec_text {
    left: 20px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-contact-section-two .contact_box {
    margin-left: auto;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-contact-section-two {
    padding-top: 170px;
  }
  .tj-contact-section-two .contact-form-box {
    padding-left: 0;
  }
  .tj-contact-section-two .contact-form-box .contact-form-one {
    left: 0;
    max-width: 570px;
  }
  .tj-contact-section-two .contact_box {
    margin-top: 0;
  }
  .tj-contact-section-two .sec_text {
    position: initial;
    text-align: center;
    -webkit-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    margin-bottom: 40px;
  }
  .tj-contact-section-two .sec_text .title {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    color: var(--tj-color-common-white);
    font-size: 50px;
    letter-spacing: 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-contact-section-two {
    padding-top: 170px;
    padding-bottom: 80px;
  }
  .tj-contact-section-two .contact-form-box {
    padding-left: 0;
  }
  .tj-contact-section-two .contact-form-box .contact-form-one {
    left: 0;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  .tj-contact-section-two .contact_box {
    margin: 0px auto 30px;
  }
  .tj-contact-section-two .sec_text {
    position: initial;
    text-align: center;
    -webkit-transform: translateY(0) rotate(0deg);
        -ms-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
    margin-bottom: 35px;
  }
  .tj-contact-section-two .sec_text .title {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    color: var(--tj-color-common-white);
    font-size: 50px;
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-contact-section-two {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-contact-section-two .sec_text .title {
    font-size: 35px;
  }
}

.contact_box {
  width: 100%;
}
.contact_box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_box ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 15px;
}
.contact_box ul li:last-child {
  margin-bottom: 0;
}
.contact_box ul li .icon {
  font-size: 25px;
  line-height: 1;
  color: var(--tj-color-common-white);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 6px;
}
.contact_box ul li .icon i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}
.contact_box ul li .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 40px);
  color: var(--tj-color-common-white);
  font-size: 24px;
  line-height: 1.5;
  font-weight: var(--tj-fw-medium);
  font-family: var(--tj-ff-heading);
}
@media (max-width: 575px) {
  .contact_box ul li .icon {
    font-size: 20px;
    margin-top: 2px;
  }
  .contact_box ul li .text {
    width: calc(100% - 35px);
    font-size: 17px;
  }
}

.contact-top-area {
  padding-bottom: 120px;
}
.contact-top-area .contact-form-box {
  padding-left: 0;
}
.contact-top-area .contact-form-box .contact-form-one {
  max-width: 700px;
}
@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-top-area {
    padding-bottom: 80px;
  }
}

.contact-map {
  padding-bottom: 120px;
}
.contact-map .google-map {
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
}
.contact-map .google-map iframe {
  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) {
  .contact-map {
    padding-bottom: 80px;
  }
}

.contact-page {
  margin-top: -85px;
  position: relative;
}
.contact-page .contact-bottom-area {
  padding-bottom: 90px;
}
.contact-page .contact-form-box .contact-form-one {
  padding: 60px 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact-page .contact-form-box .contact-form-one {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-page {
    margin-top: -35px;
  }
  .contact-page .contact_box {
    max-width: 345px;
  }
}
@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 {
    margin-top: 0;
  }
  .contact-page .contact-bottom-area {
    padding-bottom: 50px;
  }
}

.contact_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--tj-color-border-1);
  padding: 40px 35px;
}
.contact_item .contact-title .title {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.contact_item .contact-title .title::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  bottom: 7px;
  right: -40px;
  background: var(--tj-color-theme-primary);
}
.contact_item .contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.contact_item .contact-link ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact_item .contact-link ul li {
  font-weight: var(--tj-fw-medium);
  line-height: 1.8;
}
.contact_item .contact-link ul li a:hover {
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact_item {
    padding: 40px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact_item {
    padding: 35px 20px;
  }
}
@media (max-width: 575px) {
  .contact_item {
    padding: 30px 15px;
  }
}

.contact_wrapper .contact-image {
  margin-bottom: 35px;
}
.contact_wrapper .contact_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: 45px;
}
.contact_wrapper .contact_infos .contact_box {
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .contact_wrapper {
    text-align: center;
  }
  .contact_wrapper .contact_infos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .contact_wrapper .contact_infos .contact_box {
    padding: 35px 15px 35px 0px;
  }
}
@media (max-width: 575px) {
  .contact_wrapper {
    text-align: center;
  }
  .contact_wrapper .contact_infos {
    margin-bottom: 30px;
    gap: 20px;
  }
  .contact_wrapper .contact_infos .contact_box {
    max-width: 280px;
    padding: 35px 15px 35px 15px;
  }
  .contact_wrapper .contact_infos .contact_box ul li {
    font-size: 20px;
  }
}

.contact-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-socials ul li {
  margin-bottom: 10px;
}
.contact-socials ul li:last-child {
  margin-bottom: 0;
}
.contact-socials 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: 45px;
  height: 45px;
  line-height: 1;
  background: var(--tj-color-theme-secondary);
  border-radius: 50%;
}
.contact-socials ul li a:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}
.contact-socials ul li a:hover i {
  color: var(--tj-color-common-white);
}
@media (max-width: 575px) {
  .contact-socials ul li a {
    width: 35px;
    height: 35px;
  }
}

.google-map iframe {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.contact-form-one {
  position: relative;
  z-index: 1;
}
.contact-form-one .form-input {
  margin-bottom: 20px;
}
.contact-form-one .form-input textarea,
.contact-form-one .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]) {
  width: 100%;
  border: 1px solid var(--tj-color-border-9);
  padding: 16px 20px;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.1;
  color: var(--tj-color-common-white);
}
.contact-form-one .form-input textarea::-ms-input-placeholder,
.contact-form-one .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder {
  color: var(--tj-color-text-body);
  font-size: 14px;
}
.contact-form-one .form-input textarea::-webkit-input-placeholder, .contact-form-one .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-webkit-input-placeholder {
  color: var(--tj-color-text-body);
  font-size: 14px;
}
.contact-form-one .form-input textarea::-moz-placeholder, .contact-form-one .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-moz-placeholder {
  color: var(--tj-color-text-body);
  font-size: 14px;
}
.contact-form-one .form-input textarea:-ms-input-placeholder, .contact-form-one .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):-ms-input-placeholder {
  color: var(--tj-color-text-body);
  font-size: 14px;
}
.contact-form-one .form-input textarea::-ms-input-placeholder, .contact-form-one .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder {
  color: var(--tj-color-text-body);
  font-size: 14px;
}
.contact-form-one .form-input textarea::placeholder,
.contact-form-one .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::placeholder {
  color: var(--tj-color-text-body);
  font-size: 14px;
}
.contact-form-one .form-input textarea:focus,
.contact-form-one .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):focus {
  border-color: var(--tj-color-theme-primary);
}
.contact-form-one .form-input textarea {
  min-height: 120px;
  resize: none;
}
.contact-form-one .submit-button button {
  width: 100%;
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
.contact-form-one .submit-button button::before, .contact-form-one .submit-button button::after {
  display: none;
}
.contact-form-one .submit-button button:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-common-white);
}

.contact-form-box {
  position: relative;
  z-index: 1;
  padding-left: 60px;
}
.contact-form-box .form-text {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-form-box .form-text .title {
  font-size: 90px;
  margin-bottom: 0;
  color: var(--tj-color-text-body-2);
  letter-spacing: 4px;
  -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);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .contact-form-box .form-text .title {
    font-size: 75px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-form-box .form-text {
    left: 25px;
  }
  .contact-form-box .form-text .title {
    font-size: 65px;
  }
  .contact-form-box .contact-form-one {
    max-width: 500px;
  }
  .contact-form-box .contact-form-one .contact-text .title {
    font-size: 48px;
  }
  .contact-form-box .google-map iframe {
    width: 465px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form-box .form-text {
    left: 25px;
  }
  .contact-form-box .form-text .title {
    font-size: 65px;
  }
  .contact-form-box .contact-form-one {
    max-width: 420px;
  }
  .contact-form-box .contact-form-one .contact-text .title {
    font-size: 40px;
  }
  .contact-form-box .google-map iframe {
    width: 465px;
  }
}
@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 {
    padding-left: 0;
  }
  .contact-form-box .contact-form-one {
    max-width: 100%;
    left: 0;
    padding: 35px 15px;
  }
  .contact-form-box .form-text {
    position: initial;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    margin-bottom: 35px;
    text-align: center;
  }
  .contact-form-box .form-text .title {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    font-size: 45px;
    letter-spacing: 2px;
    color: var(--tj-color-common-white);
  }
}
@media (max-width: 575px) {
  .contact-form-box .form-text .title {
    font-size: 30px;
  }
}

.tj-select {
  margin-bottom: 20px;
}
.tj-select .nice-select {
  float: unset;
  height: auto;
  line-height: inherit;
  padding: 14px 20px;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid var(--tj-color-border-9);
  border-radius: 0;
}
.tj-select .nice-select:focus {
  border-color: var(--tj-color-theme-primary);
}
.tj-select .nice-select::before {
  position: absolute;
  content: "\f107";
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  color: var(--tj-color-text-body);
}
.tj-select .nice-select::after {
  display: none;
}
.tj-select .nice-select span {
  color: var(--tj-color-text-body);
  display: block;
  width: 100%;
  right: 0;
}
.tj-select .nice-select .option {
  color: var(--tj-color-text-body);
  margin-bottom: 10px;
  padding: 0 20px;
}
.tj-select .nice-select .option.selected {
  color: var(--tj-color-text-body);
  font-weight: var(--tj-fw-regular);
}
.tj-select .nice-select .list {
  width: 100%;
  left: 0;
  margin-top: 0;
  border-radius: 0;
}

/* !END: Contact CSS */
/**----------------------------------------
START: Newsletter CSS
----------------------------------------*/
.newsletter-content-area {
  background: var(--tj-color-theme-primary);
}

.newsletter-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;
  gap: 35px;
  padding: 50px 85px;
}
.newsletter-content-area .newsletter-content .title {
  margin-bottom: 5px;
}
.newsletter-content-area .newsletter-content .title .tj-reveal-line {
  overflow: hidden;
}
.newsletter-content-area .newsletter-content .desc p {
  color: var(--tj-color-common-white);
}
.newsletter-content-area .newsletter-content .desc p:last-child {
  margin-bottom: 0;
}
.newsletter-content-area .newsletter-input {
  position: relative;
  z-index: 2;
  max-width: 510px;
  width: 100%;
}
.newsletter-content-area .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.newsletter-content-area .newsletter-input input[type=email] {
  width: 100%;
  padding: 18px 200px 18px 25px;
  background-color: var(--tj-color-grey-10);
  color: var(--tj-color-common-white);
  border: none;
}
.newsletter-content-area .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
.newsletter-content-area .newsletter-input input[type=email]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: var(--tj-fw-medium);
}
.newsletter-content-area .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-webkit-input-placeholder, .newsletter-content-area .newsletter-input input[type=email]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: var(--tj-fw-medium);
}
.newsletter-content-area .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-moz-placeholder, .newsletter-content-area .newsletter-input input[type=email]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: var(--tj-fw-medium);
}
.newsletter-content-area .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):-ms-input-placeholder, .newsletter-content-area .newsletter-input input[type=email]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: var(--tj-fw-medium);
}
.newsletter-content-area .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder, .newsletter-content-area .newsletter-input input[type=email]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: var(--tj-fw-medium);
}
.newsletter-content-area .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::placeholder,
.newsletter-content-area .newsletter-input input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: var(--tj-fw-medium);
}
.newsletter-content-area .newsletter-input button {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--tj-color-theme-bg);
  color: var(--tj-color-common-white);
}
.newsletter-content-area .newsletter-input button:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .newsletter-content-area {
    padding: 50px 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) {
  .newsletter-content-area {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 25px;
  }
}
@media (max-width: 575px) {
  .newsletter-content-area {
    padding: 50px 15px;
    gap: 30px;
  }
  .newsletter-content-area .newsletter-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
  .newsletter-content-area .newsletter-input input[type=email] {
    padding: 13px 15px;
  }
  .newsletter-content-area .newsletter-input button {
    width: 100%;
    position: initial;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    margin-top: 20px;
  }
}

/* !END: Newsletter CSS */
/**----------------------------------------
START: Plan CSS
----------------------------------------*/
.tj-plan-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--tj-color-theme-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.tj-plan-section .tj-heading-area {
  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-plan-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .tj-plan-section .tj-heading-area {
    margin-bottom: 40px;
  }
}

.plan-accordion {
  gap: 70px;
}
.plan-accordion .tabs-content-area {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 80px;
  width: 100%;
  border-right: 1px solid var(--tj-color-border-1);
}
.plan-accordion .tabs-content-area .plan-item {
  background-color: transparent;
  -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);
  border-top: 1px solid var(--tj-color-border-1);
  border-radius: 0;
  padding: 40px 25px 40px 15px;
}
.plan-accordion .tabs-content-area .plan-item .plan-title {
  font-size: 24px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-white);
}
.plan-accordion .tabs-content-area .plan-item:last-child {
  border: none;
}
.plan-accordion .tabs-content-area .plan-item.active .plan-title {
  color: var(--tj-color-theme-primary);
}
.plan-accordion .tab-content {
  max-width: 1170px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 42px 0px 42px 40px;
}
.plan-accordion .tab-content .plan-list {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
}
.plan-accordion .tab-content .plan-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.plan-accordion .tab-content .plan-list ul li {
  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;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-grey-2);
  padding: 23px 45px;
}
.plan-accordion .tab-content .plan-list ul li span,
.plan-accordion .tab-content .plan-list ul li strong,
.plan-accordion .tab-content .plan-list ul li b {
  color: var(--tj-color-theme-primary);
}
.plan-accordion .tab-content .plan-list ul li:nth-child(odd) {
  background-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) {
  .plan-accordion {
    gap: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .plan-accordion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plan-accordion .tabs-content-area {
    border: none;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 20px;
  }
  .plan-accordion .tabs-content-area .plan-item {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    border: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 20px;
  }
}

/* !END: Plan CSS */
/**----------------------------------------
START: Success CSS
----------------------------------------*/
.tj-success-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.success-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 4;
}
.success-item .success-wrapper {
  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: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 970px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.success-item .success-wrapper .image_1 {
  max-width: 500px;
  width: 100%;
  z-index: 3;
  position: relative;
  right: 90px;
  top: -88px;
}
.success-item .success-wrapper .image_2 {
  max-width: 970px;
  width: 100%;
  position: absolute;
  bottom: -150px;
  right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .success-item .success-wrapper {
    max-width: 850px;
  }
  .success-item .success-wrapper .image_1 {
    top: -85px;
  }
  .success-item .success-wrapper .image_2 {
    bottom: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .success-item .success-wrapper {
    max-width: 680px;
  }
  .success-item .success-wrapper .image_1 {
    max-width: 440px;
    top: -28px;
  }
  .success-item .success-wrapper .image_2 {
    bottom: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .success-item .success-wrapper {
    max-width: 475px;
  }
  .success-item .success-wrapper .image_1 {
    max-width: 335px;
    top: -10px;
    right: 20px;
  }
  .success-item .success-wrapper .image_2 {
    bottom: -100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .success-item .success-wrapper {
    max-width: 295px;
  }
  .success-item .success-wrapper .image_1 {
    max-width: 245px;
    top: -10px;
    right: 20px;
  }
  .success-item .success-wrapper .image_2 {
    bottom: 0px;
  }
}
@media (max-width: 575px) {
  .success-item .success-wrapper {
    max-width: 295px;
  }
  .success-item .success-wrapper .image_1 {
    max-width: 245px;
    top: -10px;
    right: 20px;
  }
  .success-item .success-wrapper .image_2 {
    bottom: 0px;
  }
}

.success-left-content .tj-count {
  font-size: 180px;
  font-weight: var(--tj-fw-sbold);
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-theme-primary);
  letter-spacing: 3px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.success-left-content .tj-count span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .success-left-content .tj-count {
    font-size: 125px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .success-left-content .tj-count {
    font-size: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .success-left-content .tj-count {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .success-left-content .tj-count {
    font-size: 70px;
  }
}

/* !END: Success CSS */
/**----------------------------------------
START: Video CSS
----------------------------------------*/
.tj-video-section {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tj-video-section {
    padding-top: 0;
  }
}

.video_wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0;
  position: relative;
  z-index: 2;
}
.video_wrapper .shapes-1 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 145px;
  width: 100%;
  z-index: -1;
}

.video-box {
  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;
}
.video-box .video_area::before {
  position: absolute;
  content: "";
  background: rgba(155, 122, 103, 0.6);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  z-index: 1;
  border-radius: 50%;
}
.video-box .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: 130px;
  height: 115px;
  line-height: 1;
  font-size: 25px;
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: animate-pulse 2.5s linear infinite;
          animation: animate-pulse 2.5s linear infinite;
}
.video-box .video_area .popup-videos-button::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 180px;
  height: 160px;
  border: 1px solid var(--tj-color-border-4);
}
.video-box .video-arrow {
  position: relative;
  right: -24%;
  max-width: 310px;
  width: 100%;
  z-index: 2;
}
.video-box .watch-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 250px;
  width: 100%;
  min-height: 520px;
  background: var(--tj-color-theme-primary);
  padding: 25px;
}
.video-box .watch-video span {
  font-size: 35px;
  color: var(--tj-color-common-white);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-medium);
  -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);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .video-box .video-arrow {
    max-width: 260px;
  }
  .video-box .watch-video {
    min-height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .video-box .video-arrow {
    max-width: 200px;
  }
  .video-box .video-arrow::before {
    width: 250px;
    height: 250px;
  }
  .video-box .video-arrow .popup-videos-button {
    width: 100px;
    height: 85px;
  }
  .video-box .video-arrow .popup-videos-button::before {
    width: 130px;
    height: 120px;
  }
  .video-box .watch-video {
    max-width: 200px;
    min-height: 477px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video-box .video-arrow {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-box .video_area::before {
    width: 180px;
    height: 180px;
  }
  .video-box .video_area .popup-videos-button {
    width: 70px;
    height: 55px;
  }
  .video-box .video_area .popup-videos-button::before {
    width: 100px;
    height: 90px;
  }
  .video-box .watch-video {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video-box .video_area::before {
    width: 150px;
    height: 150px;
  }
  .video-box .video_area .popup-videos-button {
    width: 60px;
    height: 45px;
  }
  .video-box .video_area .popup-videos-button::before {
    width: 80px;
    height: 70px;
  }
  .video-box .watch-video {
    display: none;
  }
}

/* !END: Video CSS *//*# sourceMappingURL=archly-core.css.map */