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

    Theme Name: Starter - Starter HTML5 Template
    Author: STARTER
    Support: support@starter.com
    Description: Starter - Starter HTML5 Template
    Version: 1.0

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


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

  01. Theme Default CSS
  02. background CSS
	03. buttons css

**********************************************/
/**----------------------------------------
START: Theme Default CSS
----------------------------------------*/
/* font faces */
@font-face {
  font-family: "UniversNextforHSBC";
  src: url("../fonts/UniversNextforHSBC-Thin.woff2") format("woff2"), url("../fonts/UniversNextforHSBC-Thin.woff") format("woff"), url("../fonts/UniversNextforHSBC-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UniversNextforHSBC";
  src: url("../fonts/UniversNextforHSBC-Light.woff2") format("woff2"), url("../fonts/UniversNextforHSBC-Light.woff") format("woff"), url("../fonts/UniversNextforHSBC-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UniversNextforHSBC";
  src: url("../fonts/UniversNextforHSBC-Regular.woff2") format("woff2"), url("../fonts/UniversNextforHSBC-Regular.woff") format("woff"), url("../fonts/UniversNextforHSBC-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UniversNextforHSBC";
  src: url("../fonts/UniversNextforHSBC-Medium.woff2") format("woff2"), url("../fonts/UniversNextforHSBC-Medium.woff") format("woff"), url("../fonts/UniversNextforHSBC-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "UniversNextforHSBC";
  src: url("../fonts/UniversNextforHSBC-Bold.woff2") format("woff2"), url("../fonts/UniversNextforHSBC-Bold.woff") format("woff"), url("../fonts/UniversNextforHSBC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  /**
     @Font-Family Declaration
   */
  --tj-ff-body: 'UniversNextforHSBC';
  --tj-ff-heading: 'UniversNextforHSBC';
  --tj-ff-fontawesome: "Font Awesome 6 Pro";
  /**
     @Font-weight Declaration
   */
  --tj-fw-normal: normal;
  --tj-fw-thin: 100;
  --tj-fw-elight: 200;
  --tj-fw-light: 300;
  --tj-fw-regular: 400;
  --tj-fw-medium: 500;
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;
  --tj-fw-ebold: 800;
  --tj-fw-black: 900;
  /**
     @Font-Size Declaration
   */
  --tj-fs-body: 16px;
  --tj-fs-h1: 80px;
  --tj-fs-h2: 64px;
  --tj-fs-h3: 40px;
  --tj-fs-h4: 30px;
  --tj-fs-h5: 24px;
  --tj-fs-h6: 20px;
  /**
     @Color Declaration
   */
  --tj-color-common-white: #ffffff;
  --tj-color-common-black: #000000;
  --tj-color-heading-primary: #000000;
  --tj-color-text-body: #000000;
  --tj-color-theme-primary: #db0011;
  --tj-color-theme-bg: #fafafa;
  --tj-color-theme-bg-1: #343130;
  --tj-color-grey-1: #d0d0d0;
  --tj-color-grey-2: #d9d9d9;
  --tj-color-grey-3: #f5f7fa;
  --tj-color-grey-4: #d9dbe1;
  --tj-color-grey-5: #717171;
  --tj-color-grey-6: #f4f4f4;
  --tj-color-border-1: #ededed;
  --tj-color-border-2: #e7e7e7;
}

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

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

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tj-ff-heading);
  color: var(--tj-color-heading-primary);
  margin-top: 0px;
  font-weight: var(--tj-fw-bold);
  line-height: 1.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: 576px) and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: var(--tj-fs-h2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 50px;
  }
}
@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: 40px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 35px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

button:hover {
  cursor: pointer;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

select,
.nice-select,
input:not([type=submit]):not([type=radio]):not([type=checkbox]),
textarea {
  outline: none;
  background-color: --tj-color-common-white;
  height: auto;
  width: 100%;
  font-size: var(--tj-fs-body);
  border: 1px solid var(--tj-color-common-white);
  color: var(--tj-color-common-black);
  padding: 10px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

.fix {
  overflow: hidden;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px;
  }
}
.section_title .title {
  margin-bottom: 0;
}
.section_title .desc p:last-child {
  margin-bottom: 0;
}
.section_title.style-2 .title {
  font-size: 48px;
  margin-bottom: 0;
}
.section_title.style-2 .desc {
  margin-top: 24px;
  font-size: 24px;
  font-weight: var(--tj-fw-medium);
}
.section_title.style-2 .desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .section_title.style-2 .title {
    font-size: 35px;
  }
  .section_title.style-2 .desc {
    margin-top: 20px;
    font-size: 16px;
  }
}

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

.owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 20px;
  height: 20px;
  background-color: var(--tj-color-grey-2);
  -webkit-mask-image: url(../images/icons/left-arrow.svg);
          mask-image: url(../images/icons/left-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--tj-color-theme-primary);
}
.owl-carousel .owl-nav button.owl-next {
  -webkit-mask-image: url(../images/icons/right-arrow.svg);
          mask-image: url(../images/icons/right-arrow.svg);
}

/**
  Buttons CSS
*/
.btn {
  font-size: 16px;
  line-height: 1;
  font-weight: var(--tj-fw-medium);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--tj-color-theme-primary);
  border-radius: 0;
  border: none;
  outline: none;
  color: var(--tj-color-common-white);
  padding: 17px 33px;
}
.btn i {
  font-size: 14px;
  margin-left: 8px;
  color: var(--tj-color-common-white);
}
.btn:hover {
  background-color: var(--tj-color-common-black);
  color: var(--tj-color-common-white);
}
.btn.btn-inline {
  padding: 0;
  background-color: transparent;
  color: var(--tj-color-theme-primary);
}
.btn.btn-inline i {
  color: var(--tj-color-theme-primary);
}
.btn.btn-inline:hover {
  color: var(--tj-color-heading-primary);
}
.btn.btn-inline:hover i {
  color: var(--tj-color-heading-primary);
}

/**----------------------------------------
START: Header CSS
----------------------------------------*/
.site-header {
  background-color: var(--tj-color-common-white);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.site-header .site_header_wrap {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 15px 40px;
  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;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .site-header .site_header_wrap {
    padding: 15px 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) {
  .site-header .site_header_wrap {
    padding: 15px 0;
  }
}
.site-header .site_header_wrap .site_log .logo {
  max-width: 200px;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .site-header .site_header_wrap .site_log .logo {
    max-width: 180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header .site_header_wrap .site_log .logo {
    max-width: 77px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .site-header .site_header_wrap .site_log .logo {
    max-width: 150px;
  }
}
.site-header .site_header_wrap .main_menu {
  margin-left: auto;
}
.site-header .site_header_wrap .main_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.site-header .site_header_wrap .main_menu ul li {
  display: inline-block;
  position: relative;
}
.site-header .site_header_wrap .main_menu ul li a {
  display: block;
  font-weight: var(--tj-fw-thin);
  color: var(--tj-color-heading-primary);
  padding: 13px 0;
}
.site-header .site_header_wrap .main_menu ul li.current-menu-item a {
  font-weight: var(--tj-fw-regular);
}
.site-header .site_header_wrap .main_menu ul li:hover > a {
  color: var(--tj-color-theme-primary);
}
.site-header .site_header_wrap .main_menu ul li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 200px;
  background-color: var(--tj-color-common-white);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  gap: 0;
  padding: 10px 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s;
  visibility: hidden;
  opacity: 0;
}
.site-header .site_header_wrap .main_menu ul li > ul > li {
  display: block;
  width: 100%;
}
.site-header .site_header_wrap .main_menu ul li > ul > li > a {
  padding: 5px 15px;
}
.site-header .site_header_wrap .main_menu ul li > ul > li > ul {
  top: 0;
  left: 100%;
  margin-left: 5px;
}
.site-header .site_header_wrap .main_menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.site-header .site_header_wrap .languages {
  width: 70px;
  margin-left: 50px;
}
.site-header .site_header_wrap .languages:before {
  position: absolute;
  content: "";
  background-image: url("../images/icons/lang-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  width: 10px;
  height: 8px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.site-header .site_header_wrap .languages .activated {
  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;
  font-size: 14px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-heading-primary);
  cursor: pointer;
}
.site-header .site_header_wrap .languages.open::before {
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
.site-header .site_header_wrap .languages .lang_lists {
  position: absolute;
  width: 100%;
  top: 100%;
  background-color: var(--tj-color-common-white);
  display: none;
  -webkit-box-shadow: 0 7px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.site-header .site_header_wrap .languages .lang_lists li {
  display: block;
}
.site-header .site_header_wrap .languages .lang_lists 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;
  font-size: 12px;
  padding: 5px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.site-header .site_header_wrap .languages .lang_lists li.active a, .site-header .site_header_wrap .languages .lang_lists li:hover a {
  color: var(--tj-color-heading-primary);
}
.site-header .site_header_wrap .menu_bars {
  margin-left: 30px;
}
.site-header .site_header_wrap .menu_bars .bar {
  display: inline-block;
  font-size: 25px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .site-header .site_header_wrap .main_menu ul {
    gap: 20px;
  }
  .site-header .site_header_wrap .languages {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header .site_header_wrap .main_menu ul {
    gap: 15px;
  }
  .site-header .site_header_wrap .languages {
    margin-left: 15px;
  }
}
@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) {
  .site-header .site_header_wrap .languages {
    width: 60px;
    margin-left: auto;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .site-header .site_header_wrap {
    padding: 15px 0;
  }
}

/* !END: Header 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;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  /* for Firefox */
  overflow-y: scroll;
}
.hamburger-area::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}
.hamburger-area.opened {
  right: 0px;
}
@media (max-width: 575px) {
  .hamburger-area {
    width: 290px;
  }
}
.hamburger_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tj-color-theme-bg-1);
  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_logo {
  max-width: 185px;
}
.hamburger_logo a {
  display: block;
}
@media (max-width: 575px) {
  .hamburger_logo {
    max-width: 150px;
  }
}
.hamburger_close_btn {
  display: inline-block;
  font-size: 35px;
  color: var(--tj-color-common-white);
}
@media (max-width: 575px) {
  .hamburger_close_btn {
    font-size: 25px;
  }
}
.hamburger_close_btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: var(--tj-color-theme-bg-1);
}
.hamburger_menu {
  overflow: hidden;
}
.hamburger_menu .mean-container .mean-bar {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.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: 15px 0 12px 0;
  border-top: none;
  border-bottom: 1px solid var(--tj-border-5);
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-bold);
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
}
.hamburger_menu .mean-nav ul li a:hover {
  color: var(--tj-color-theme-bg-1);
}
.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: 5px;
  -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-bg-1);
}
.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tj-color-theme-bg-1);
}
.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: 15px 0 12px 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-bg-1);
}

.body-overlay {
  background-color: var(--tj-color-theme-bg-1);
  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: Footer Area
----------------------------------------*/
.site-footer {
  background-color: var(--tj-color-theme-bg-1);
  padding-top: 65px;
  padding-bottom: 35px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .site-footer {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

.footer_widget {
  margin-bottom: 30px;
  position: relative;
}
.footer_widget .widget_title {
  margin-bottom: 24px;
  color: var(--tj-color-common-white);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .footer_widget .widget_title {
    margin-bottom: 15px;
  }
}
.footer_widget.site_info .site_logo {
  max-width: 197px;
  margin-bottom: 25px;
}
.footer_widget.site_info .site_logo a {
  display: inline-block;
}
.footer_widget.site_info .copyright_text {
  font-size: 14px;
  color: var(--tj-color-grey-3);
}
.footer_widget.site_info .copyright_text p {
  margin-bottom: 8px;
}
.footer_widget.site_info .copyright_text p:last-child {
  margin-bottom: 0;
}
.footer_widget.site_info .socials {
  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: 16px;
  margin-top: 40px;
}
.footer_widget.site_info .socials a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 16px;
  line-height: 1;
  color: var(--tj-color-common-white);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_widget.site_info .socials a:hover {
  background-color: var(--tj-color-common-white);
  color: var(--tj-color-theme-primary);
}
.footer_widget.site_info .socials a:hover i {
  color: var(--tj-color-theme-primary);
}
.footer_widget .footer_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer_widget .footer_menu ul li {
  display: block;
  width: 100%;
}
.footer_widget .footer_menu ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer_widget .footer_menu ul li a {
  font-size: 14px;
  color: var(--tj-color-grey-3);
}
.footer_widget .footer_menu ul li a:hover {
  color: var(--tj-color-theme-primary);
}
.footer_widget .subscribe_form {
  position: relative;
  z-index: 1;
}
.footer_widget .subscribe_form input[type=email] {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 8px;
  color: var(--tj-color-common-white);
  font-size: 14px;
  padding: 10px 32px 10px 12px;
}
.footer_widget .subscribe_form input[type=email]::-webkit-input-placeholder {
  color: var(--tj-color-grey-4);
}
.footer_widget .subscribe_form input[type=email]::-moz-placeholder {
  color: var(--tj-color-grey-4);
}
.footer_widget .subscribe_form input[type=email]:-ms-input-placeholder {
  color: var(--tj-color-grey-4);
}
.footer_widget .subscribe_form input[type=email]::-ms-input-placeholder {
  color: var(--tj-color-grey-4);
}
.footer_widget .subscribe_form input[type=email]::placeholder {
  color: var(--tj-color-grey-4);
}
.footer_widget .subscribe_form button {
  font-size: 18px;
  line-height: 1;
  color: var(--tj-color-common-white);
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* !END: Footer Area */
/**----------------------------------------
START: Hero CSS
----------------------------------------*/
.hero-section {
  position: relative;
  z-index: 1;
}
.hero-section .hero-slider-pagination {
  position: absolute;
  left: 50%;
  bottom: 45px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9;
  width: auto;
}
.hero-section .hero-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: var(--tj-color-theme-primary);
  border-radius: 0;
  opacity: 0.3;
}
.hero-section .hero-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
}
@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) {
  .hero-section .hero-slider-pagination {
    bottom: 15px;
  }
}

.hero_slider {
  min-height: 630px;
  max-height: 630px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.hero_slider .hero_slider_shape {
  position: absolute;
  width: 620px;
  height: 100%;
  top: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}
.hero_slider .hero_img .slider_btn {
  margin-top: 80px;
}
.hero_slider .hero_content .title {
  font-size: 48px;
  margin-bottom: 15px;
  line-height: 1.58;
}
.hero_slider .hero_content .title span {
  color: var(--tj-color-theme-primary);
  display: block;
  margin-bottom: 10px;
}
.hero_slider .hero_content .desc {
  font-size: 32px;
  line-height: 1.5;
  font-weight: var(--tj-fw-medium);
}
.hero_slider .hero_content .desc p span {
  font-size: 40px;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-theme-primary);
}
.hero_slider .hero_content .desc p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_slider {
    min-height: 550px;
    max-height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_slider {
    min-height: 500px;
    max-height: 500px;
  }
  .hero_slider .hero_content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero_slider {
    min-height: 500px;
    max-height: 500px;
    padding: 30px 0;
  }
  .hero_slider .hero_content .title {
    font-size: 35px;
    margin: 0;
  }
  .hero_slider .hero_content .title span {
    margin: 0;
  }
  .hero_slider .hero_content .desc {
    font-size: 25px;
  }
  .hero_slider .hero_content .desc p span {
    font-size: 30px;
  }
  .hero_slider .hero_img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero_slider {
    min-height: 500px;
    max-height: 500px;
    padding: 30px 0;
  }
  .hero_slider .hero_content {
    margin-top: 20px;
  }
  .hero_slider .hero_content .title {
    font-size: 30px;
    margin: 0;
  }
  .hero_slider .hero_content .title span {
    margin: 0;
  }
  .hero_slider .hero_content .desc {
    font-size: 20px;
  }
  .hero_slider .hero_content .desc p span {
    font-size: 25px;
  }
  .hero_slider .hero_img {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-banner {
  padding-top: 75px;
  padding-bottom: 54px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-banner {
    padding-top: 20px;
  }
}
.hero-banner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 590px;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/angle-shapes.svg);
  background-size: contain;
  background-position: left bottom;
  z-index: -1;
}
.hero-banner .banner_content {
  max-width: 715px;
  width: 100%;
}
.hero-banner .banner_content .title {
  font-size: 48px;
  margin-bottom: 20px;
}
.hero-banner .banner_content .desc {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.hero-banner .banner_content .desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-banner .banner_content .title {
    font-size: 40px;
  }
}
.hero-banner .banner_img {
  text-align: end;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-banner .banner_img {
    text-align: center;
  }
}

/* !END: Hero CSS */
/**----------------------------------------
START: Fun Fact CSS
----------------------------------------*/
.fun-fact-section {
  background-color: var(--tj-color-theme-bg-1);
  padding: 55px 0;
}
.fun-fact-section .col-lg-3:nth-child(1) .single_fun_fact .fact_counter i {
  color: #e5951a;
}
.fun-fact-section .col-lg-3:nth-child(2) .single_fun_fact .fact_counter i {
  color: #ff1850;
}
.fun-fact-section .col-lg-3:nth-child(3) .single_fun_fact .fact_counter i {
  color: #ffdc60;
}
.fun-fact-section .col-lg-3:nth-child(4) .single_fun_fact .fact_counter i {
  color: #7cc0fe;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-fact-section {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.single_fun_fact {
  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;
}
.single_fun_fact .fact_counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.single_fun_fact .fact_counter .counter {
  font-size: 40px;
  font-family: var(--tj-ff-heading);
  line-height: 1;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
}
.single_fun_fact .fact_counter i {
  font-size: 30px;
}
.single_fun_fact .fact_content {
  max-width: 130px;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 2.025px;
  color: var(--tj-color-grey-1);
  font-weight: var(--tj-fw-medium);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .single_fun_fact {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .single_fun_fact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single_fun_fact .fact_content {
    text-align: center;
  }
}

/* !END: Fun Fact CSS */
/**----------------------------------------
START: Who We Area
----------------------------------------*/
.who-we-are {
  padding: 100px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .who-we-are {
    padding: 80px 0;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .who-we-are {
    padding: 60px 0;
  }
}

.who_we_content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.who_we_content .title img {
  margin-right: 8px;
}
.who_we_content .desc {
  max-width: 500px;
  width: 100%;
}
.who_we_content .desc p {
  font-size: 24px;
  font-weight: var(--tj-fw-regular);
}
.who_we_content .desc p:last-child {
  margin-bottom: 0;
}
.who_we_content .btn {
  margin-top: 25px;
}

@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .who_we_image {
    text-align: center;
    margin-bottom: 50px;
  }
}

/* !END: Who We Area */
/**----------------------------------------
START: Department Section
----------------------------------------*/
.department-section {
  padding-top: 90px;
  padding-bottom: 65px;
  position: relative;
  z-index: 1;
}
.department-section .department_shape {
  position: absolute;
  width: 558px;
  height: 553px;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@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) {
  .department-section .department_shape {
    width: 350px;
    height: 370px;
    left: 0;
  }
}
@media (max-width: 575px) {
  .department-section .department_shape {
    width: 300px;
    height: 320px;
    left: 0;
  }
}
.department-section .section_header {
  position: relative;
  z-index: 1;
}
.department-section .section_header .department_navigation {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.department-section .section_title {
  margin-bottom: 60px;
}
.department-section .carouselContainer {
  margin-left: calc((100% - 1240px) / 2);
  width: auto;
  min-width: auto;
  max-width: inherit;
  padding-right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .department-section .carouselContainer {
    margin-left: calc((100% - 1140px) / 2);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .department-section .carouselContainer {
    margin-left: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .department-section .carouselContainer {
    margin-left: calc((100% - 720px) / 2);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .department-section .carouselContainer {
    margin-left: calc((100% - 540px) / 2);
  }
}
@media (max-width: 575px) {
  .department-section .carouselContainer {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .department-section {
    padding-top: 65px;
  }
  .department-section .department_shape {
    width: 335px;
    height: 350px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .department-section .section_title {
    margin-bottom: 40px;
  }
  .department-section .department_navigation {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .department-section {
    padding-top: 60px;
  }
  .department-section .department_shape {
    width: 300px;
    height: 330px;
  }
}

.department_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.department_navigation .department_navigation-prev,
.department_navigation .department_navigation-next {
  width: 20px;
  height: 20px;
  background-color: var(--tj-color-theme-primary);
  -webkit-mask-image: url(../images/icons/left-arrow.svg);
          mask-image: url(../images/icons/left-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.department_navigation .department_navigation-prev.swiper-button-disabled,
.department_navigation .department_navigation-next.swiper-button-disabled {
  background-color: var(--tj-color-grey-2);
}
.department_navigation .department_navigation-next {
  -webkit-mask-image: url(../images/icons/right-arrow.svg);
          mask-image: url(../images/icons/right-arrow.svg);
}

.department_item {
  max-width: 275px;
  width: 100%;
  height: 300px;
}
.department_item_inner {
  border: 2px solid var(--tj-color-border-2);
  background-color: var(--tj-color-common-white);
  padding: 65px 20px 15px 20px;
  text-align: center;
  height: 100%;
}
.department_item_inner .department_icon {
  max-width: 80px;
  width: 100%;
  height: 80px;
  background-color: var(--tj-color-theme-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.department_item_inner .department_content .title {
  margin-bottom: 0;
  text-transform: capitalize;
}
.department_item.active .department_item_inner {
  border-color: #343130;
}

.team-details-section {
  padding: 48px 0;
  overflow: hidden;
}

.team_details_wrapper {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.team_details_wrapper .owner_content_wrap {
  max-width: 780px;
  margin-left: 0;
  padding: 45px;
}
.team_details_wrapper .owner_content_wrap .owner_img {
  width: calc(100% - 350px);
}
.team_details_wrapper .owner_content_wrap .owner_content {
  max-width: 350px;
  padding: 8px 27px 25px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.team_details_wrapper .owner_content_wrap .owner_content .quote {
  max-width: 40px;
  width: 100%;
  margin-bottom: 8px;
}
.team_details_wrapper .owner_content_wrap .owner_content .desc {
  font-size: 20px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-black);
  margin-bottom: 0;
}
.team_details_wrapper .owner_content_wrap .owner_content .desc p span {
  font-size: 24px;
  font-weight: var(--tj-fw-bold);
}
.team_details_wrapper .owner_content_wrap .owner_content .owner_info {
  padding-left: 60px;
  margin-top: auto;
}
.team_details_wrapper .owner_content_wrap .owner_content .owner_info .name {
  font-size: 24px;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-common-black);
  margin-bottom: 8px;
}
.team_details_wrapper .owner_content_wrap .owner_content .owner_info .designation {
  font-size: 14px;
  font-weight: var(--tj-fw-normal);
  color: var(--tj-color-common-black);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team_details_wrapper .owner_content_wrap {
    padding: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .team_details_wrapper .owner_content_wrap {
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team_details_wrapper .owner_content_wrap .owner_img {
    width: 100%;
  }
  .team_details_wrapper .owner_content_wrap .owner_content .desc {
    font-size: 18px;
  }
  .team_details_wrapper .owner_content_wrap .owner_content .owner_info {
    padding-left: 15px;
    margin-top: 30px;
  }
  .team_details_wrapper .owner_content_wrap .owner_content .owner_info .name {
    font-size: 20px;
  }
}
.team_details_wrapper .team_details_content {
  width: calc(100% - 810px);
  padding-top: 45px;
}
.team_details_wrapper .team_details_content .title {
  font-size: 36px;
  margin-bottom: 24px;
  max-width: 550px;
  width: 100%;
}
.team_details_wrapper .team_details_content .desc {
  font-size: 24px;
  max-width: 465px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .team_details_wrapper .team_details_content .title {
    font-size: 30px;
  }
}
@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) {
  .team_details_wrapper .team_details_content {
    width: 100%;
    padding-top: 0;
  }
  .team_details_wrapper .team_details_content .title {
    font-size: 30px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .team_details_wrapper .team_details_content .title {
    font-size: 25px;
    margin-bottom: 16px;
  }
  .team_details_wrapper .team_details_content .desc {
    font-size: 20px;
  }
}

/* !END: Department Section */
/**----------------------------------------
START: Services Section
----------------------------------------*/
.services-section .innovation_center {
  overflow: hidden;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.services-section .innovation_center .section-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 635px;
  height: 635px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .services-section .innovation_center .section-shape {
    width: 555px;
    height: 555px;
    top: auto;
    bottom: 0;
    background-position: bottom left;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .services-section .innovation_center {
    padding: 50px 0;
  }
}
.services-section .venture_studio {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.services-section .venture_studio .section-shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 558px;
  height: 553px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .services-section .venture_studio {
    padding: 50px 0;
  }
}

.services_content .title {
  font-size: 40px;
  margin-bottom: 10px;
}
.services_content .subtitle {
  margin-bottom: 10px;
}
.services_content .desc {
  font-size: 24px;
  max-width: 500px;
  width: 100%;
  font-weight: var(--tj-fw-regular);
}
.services_content .btn {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services_content .title {
    font-size: 35px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .services_content .title {
    font-size: 30px;
  }
  .services_content .desc {
    font-size: 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) {
  .services_image {
    text-align: center;
    margin-bottom: 50px;
  }
}

.services-section.service-page {
  padding: 45px 0;
}
.services-section.service-page .services_content .title {
  font-size: 48px;
  margin-bottom: 24px;
}
.services-section.service-page .services_content .subtitle {
  font-size: 32px;
  margin-bottom: 24px;
}
.services-section.service-page .services_content .desc {
  max-width: 587px;
  width: 100%;
  font-size: 20px;
  text-align: justify;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .services-section.service-page .services_content .title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .services-section.service-page .services_content .subtitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.focus-area {
  padding-top: 55px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.focus-area .right_shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 500px;
  z-index: -1;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
.focus-area .section_title {
  margin-bottom: 50px;
}
.focus-area .section_title .title {
  font-size: 48px;
  margin-bottom: 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .focus-area .section_title {
    margin-bottom: 40px;
  }
  .focus-area .section_title .title {
    font-size: 30px;
  }
}

.focus_item {
  background-color: var(--tj-color-common-white);
  border: 2px solid #e7e7e7;
  padding: 30px 10px;
  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: 30px;
}
.focus_item .text {
  text-align: center;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--tj-color-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .focus_item .text {
    font-size: 22px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .focus_item .text {
    font-size: 18px;
  }
}
.focus_item.style-2 {
  border: none;
  padding: 0;
}

/* !END: Services Section */
/**----------------------------------------
START: Venture Section
----------------------------------------*/
.venture-section {
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.venture-section .right_shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 500px;
  z-index: -1;
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
.venture-section .section_title {
  margin-bottom: 25px;
}
.venture-section .section_title .title {
  font-size: 36px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .venture-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .venture-section .section_title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .venture-section .section_title .title {
    font-size: 30px;
  }
}
.venture-section.style-2 {
  padding-top: 50px;
  padding-bottom: 170px;
}
.venture-section.style-2 .section_title {
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .venture-section.style-2 {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .venture-section.style-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .venture-section.style-2 .section_title {
    margin-bottom: 40px;
  }
}

.venter_filters .filter_tabs {
  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;
  margin-bottom: 80px;
}
.venter_filters .filter_tabs .item {
  min-width: 75px;
  text-align: center;
  color: var(--tj-color-grey-2);
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 1.7;
  padding: 0 3px;
  cursor: pointer;
}
.venter_filters .filter_tabs .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--tj-color-grey-2);
}
.venter_filters .filter_tabs .item.active {
  color: var(--tj-color-heading-primary);
}
.venter_filters .filter_tabs .item.active::after {
  background-color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .venter_filters .filter_tabs {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .venter_filters .filter_tabs {
    margin-bottom: 30px;
    gap: 15px;
  }
}

.icon_box {
  max-width: 160px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.icon_box .content {
  width: 160px;
  height: 160px;
  border: 1px solid #343130;
  background-color: #343130;
  padding: 5px;
  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;
}
.icon_box .content .title {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0;
  color: var(--tj-color-common-white);
  text-align: center;
}
.icon_box.upcoming .upcoming_text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: var(--tj-color-common-white);
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 5px;
}
.icon_box.upcoming .content .title {
  opacity: 0.08;
}

/* !END: Venture Section */
/**----------------------------------------
START: News Section
----------------------------------------*/
.news-details {
  position: relative;
  z-index: 1;
}

.news-section {
  padding-top: 75px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.news-section .section_shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 720px;
  height: 720px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .news-section .section_shape {
    width: 350px;
    height: 350px;
  }
}
.news-section .news_section_wrap {
  position: relative;
  z-index: 1;
  padding: 0 55px 60px 55px;
}
.news-section .news_section_wrap .left_shape,
.news-section .news_section_wrap .right_shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 500px;
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
  z-index: -1;
}
.news-section .news_section_wrap .right_shape {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .news-section .news_section_wrap {
    padding: 0 25px 30px 25px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .news-section .news_section_wrap {
    padding: 0 15px 20px 15px;
  }
}
.news-section .section_title {
  margin-bottom: 60px;
}
.news-section .section_title .title {
  font-size: 36px;
}
.news-section .section_title .desc {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: var(--tj-fw-normal);
}
.news-section .news_more_button {
  margin-top: 50px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .news-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .news-section .section_title {
    margin-bottom: 40px;
  }
  .news-section .section_title .title {
    font-size: 30px;
  }
  .news-section .section_title .desc {
    font-size: 20px;
  }
  .news-section .news_more_button {
    margin-top: 20px;
  }
}
.news-section.news-page {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-section.news-page {
    padding-bottom: 80px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .news-section.news-page {
    padding-bottom: 60px;
  }
}
.news-section.news-page .department_shape {
  top: 20px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.news-section.news-page .section_title {
  margin-bottom: 50px;
}
.news-section.news-page .down-arrow-shape {
  width: 60px;
  height: 155px;
  background-color: var(--tj-color-theme-primary);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  position: absolute;
  right: 50px;
  top: -10px;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .news-section.news-page .down-arrow-shape {
    height: 125px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .news-section.news-page .down-arrow-shape {
    height: 100px;
    right: 15px;
    bottom: -50px;
  }
}

.news_item {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.news_item .news_thumb {
  min-height: 285px;
}
.news_item .news_thumb a {
  display: block;
  height: 100%;
}
.news_item .news_thumb a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_item .news_content {
  background-color: var(--tj-color-grey-3);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(171, 190, 209, 0.4);
          box-shadow: 0px 8px 16px 0px rgba(171, 190, 209, 0.4);
  text-align: center;
  margin: 12.5px;
  padding: 16px;
  margin-top: -96px;
  min-height: 161px;
  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;
  z-index: 2;
}
.news_item .news_content .title {
  max-width: 285px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.news_item .news_content .title a:hover {
  color: var(--tj-color-theme-primary);
}
.news_item .news_content .news_meta {
  padding: 8px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_item .news_content .news_meta .date {
  display: inline-block;
  font-size: 14px;
  color: #7a7a7a;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .news_item .news_content {
    padding: 15px 10px;
  }
  .news_item .news_content .title {
    font-size: 18px;
  }
}

blockquote {
  position: relative;
  font-size: 20px;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-heading-primary);
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 80px;
  max-width: 900px;
  width: 100%;
}
blockquote::before {
  content: "";
  position: absolute;
  left: 48px;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  blockquote {
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 25px;
  }
  blockquote::before {
    left: 20px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  blockquote {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  blockquote::before {
    left: 10px;
  }
}

.news_details_wrap {
  max-width: 1150px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 70px;
}
.news_details_wrap .news_title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: var(--tj-fw-normal);
  color: var(--tj-color-heading-primary);
  margin-bottom: 30px;
}
.news_details_wrap .news_meta {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.news_details_wrap .news_meta span {
  display: inline-block;
  font-size: 18px;
  color: #7a7a7a;
}
.news_details_wrap .feature_img {
  position: relative;
  z-index: 1;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-bottom: 45px;
  padding: 25px 0;
}
.news_details_wrap .feature_img .left_shape,
.news_details_wrap .feature_img .right_shape {
  position: absolute;
  left: -48px;
  bottom: 0;
  max-width: 500px;
  width: 100%;
  height: 500px;
  z-index: -1;
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .news_details_wrap .feature_img .left_shape,
  .news_details_wrap .feature_img .right_shape {
    height: 100%;
  }
}
.news_details_wrap .feature_img .right_shape {
  left: auto;
  bottom: auto;
  top: 0;
  right: -48px;
  background-position: right top;
}
.news_details_wrap .news_details_content {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.news_details_wrap .news_details_content p {
  font-size: 18px;
  margin-bottom: 20px;
}
.news_details_wrap .video_area {
  margin-bottom: 35px;
  margin-top: 35px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .news_details_wrap {
    padding-bottom: 30px;
  }
  .news_details_wrap .feature_img {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .news_details_wrap .news_details_content p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .news_details_wrap .video_area {
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.related_news_header {
  padding: 40px 0;
  margin-bottom: 55px;
}
.related_news_header .section_title .title {
  font-size: 36px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .related_news_header {
    margin-bottom: 40px;
  }
  .related_news_header .section_title .title {
    font-size: 30px;
  }
}

.related_news_area {
  padding-bottom: 65px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .related_news_area {
    padding-bottom: 35px;
  }
}

/* !END: News Section */
/**----------------------------------------
START: CTA Section
----------------------------------------*/
.cta-section {
  padding-top: 35px;
  padding-bottom: 35px;
}
.cta-section .section_title .title {
  font-size: 56px;
  margin-bottom: 24px;
}
.cta-section .section_title .desc {
  font-size: 24px;
  font-weight: var(--tj-fw-normal);
  max-width: 1120px;
  width: 100%;
  margin: auto;
}
.cta-section .section_title .desc p:last-child {
  margin-bottom: 0;
}
.cta-section .section_title .btn {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-section .section_title .title {
    font-size: 45px;
  }
  .cta-section .section_title .desc {
    font-size: 20px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-section .section_title .title {
    font-size: 35px;
    margin-bottom: 15px;
  }
  .cta-section .section_title .desc {
    font-size: 18px;
  }
}
.cta-section.style-2 {
  margin-top: -65px;
  padding: 65px 0;
  position: relative;
  z-index: 1;
}
.cta-section.style-2::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 390px;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/angle-shape-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: -1;
}
.cta-section.style-2 .section_title {
  background-color: var(--tj-color-theme-bg);
  padding: 22px;
}
.cta-section.style-2 .section_title .desc {
  font-weight: 700;
  font-size: 22px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .cta-section.style-2 {
    padding: 60px 0;
    margin-top: 0;
  }
  .cta-section.style-2::after {
    bottom: auto;
    top: 0;
    background-position: right top;
  }
  .cta-section.style-2 .section_title .desc {
    font-size: 16px;
  }
}

/* !END: CTA Section */
/**----------------------------------------
START: About Owner Section
----------------------------------------*/
.about-owner-section {
  padding: 55px 0;
}

.owner_content_wrap {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.owner_content_wrap .left-shape,
.owner_content_wrap .right-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 500px;
  height: 500px;
  background-size: contain;
  background-position: bottom left;
  background-repeat: no-repeat;
  z-index: -1;
}
.owner_content_wrap .right-shape {
  left: auto;
  bottom: auto;
  top: 0;
  right: 0;
  background-position: right top;
}
.owner_content_wrap .owner_content {
  max-width: 445px;
  width: 100%;
  background-color: var(--tj-color-common-white);
  border: 2px solid #e7e7e7;
  padding: 40px 17px;
}
.owner_content_wrap .owner_content .name {
  font-size: 36px;
  color: #4d4d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 45px;
}
.owner_content_wrap .owner_content .name .img {
  opacity: 0.2;
}
.owner_content_wrap .owner_content .designation {
  font-size: 24px;
  font-weight: var(--tj-fw-medium);
  color: #505050;
  margin-bottom: 25px;
}
.owner_content_wrap .owner_content .desc {
  font-size: 24px;
  line-height: 1.6;
  font-weight: var(--tj-fw-medium);
  color: var(--tj-color-common-black);
}
.owner_content_wrap .owner_content .desc p:last-child {
  margin-bottom: 0;
}
.owner_content_wrap .owner_img {
  width: calc(100% - 445px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .owner_content_wrap {
    padding: 45px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .owner_content_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .owner_content_wrap .owner_content {
    max-width: 100%;
  }
  .owner_content_wrap .owner_img {
    width: 100%;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .owner_content_wrap {
    padding: 25px;
  }
  .owner_content_wrap .owner_content {
    padding: 30px 15px;
  }
  .owner_content_wrap .owner_content .name {
    font-size: 30px;
    gap: 15px;
    margin-bottom: 25px;
  }
  .owner_content_wrap .owner_content .designation {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .owner_content_wrap .owner_content .desc {
    font-size: 20px;
  }
}

/* !END: About owner Section */
/**----------------------------------------
START: Mission Vision Section
----------------------------------------*/
.mission-vision {
  padding: 55px 0;
}

.mission_vision_wrap {
  max-width: 810px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.mission_vision_wrap .box_item {
  max-width: calc(50% - 15px);
  text-align: center;
  padding-top: 34px;
}
.mission_vision_wrap .box_item .item_content {
  border: 2px solid #e7e7e7;
  background-color: var(--tj-color-common-white);
  padding: 55px 42px;
  position: relative;
}
.mission_vision_wrap .box_item .item_content .item_icon {
  width: 64px;
  height: 64px;
  background-color: var(--tj-color-theme-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -34px;
}
.mission_vision_wrap .box_item .item_content .title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 16px;
}
.mission_vision_wrap .box_item .item_content p {
  text-align: left;
  font-size: 24px;
  color: var(--tj-color-common-black);
  margin-bottom: 0;
}
.mission_vision_wrap .box_item .item_content ul {
  padding-left: 20px;
  margin: 0;
  text-align: left;
}
.mission_vision_wrap .box_item .item_content ul li {
  width: 100%;
  font-size: 18px;
  color: var(--tj-color-common-black);
}
.mission_vision_wrap .box_item.wide {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .mission_vision_wrap .box_item {
    max-width: 100%;
  }
  .mission_vision_wrap .box_item .item_content {
    padding: 50px 20px 30px 20px;
  }
  .mission_vision_wrap .box_item .item_content .title {
    font-size: 25px;
  }
}

/* !END: Mission Vision Section */
/**----------------------------------------
START: Page Header
----------------------------------------*/
.page-navigation {
  padding-top: 40px;
  padding-bottom: 25px;
}

.page_navigation {
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page_navigation .previous_page,
.page_navigation .next_page {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 24px;
  color: #2d2d2d;
  font-weight: var(--tj-fw-medium);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .page_navigation .previous_page,
  .page_navigation .next_page {
    font-size: 18px;
    gap: 10px;
  }
}
.page_navigation .next_page {
  margin-left: auto;
}

/* !END: Page Header */
/**----------------------------------------
START: Product Details
----------------------------------------*/
.product-details-section {
  margin-top: 15px;
}

.product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
.product_info .product_img {
  width: 180px;
  height: 180px;
  background-color: var(--tj-color-theme-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
}
.product_info .product_info_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 260px);
}
.product_info .product_info_list li {
  max-width: 250px;
  width: 100%;
  text-align: center;
}
.product_info .product_info_list li:not(:last-child) {
  border-right: 1px solid var(--tj-color-theme-primary);
}
.product_info .product_info_list li .label {
  font-size: 20px;
  line-height: 1.5;
  color: var(--tj-color-theme-primary);
  margin-bottom: 10px;
}
.product_info .product_info_list li .value {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--tj-color-common-black);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product_info {
    gap: 15px;
  }
  .product_info .product_img {
    width: 170px;
    height: 170px;
  }
  .product_info .product_info_list {
    width: calc(100% - 185px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product_info {
    gap: 30px;
  }
  .product_info .product_img {
    width: 170px;
    height: 170px;
  }
  .product_info .product_info_list {
    width: 100%;
  }
  .product_info .product_info_list li {
    max-width: 225px;
  }
  .product_info .product_info_list li:first-child {
    text-align: left;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .product_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 25px;
  }
  .product_info .product_img {
    width: 150px;
    height: 150px;
  }
  .product_info .product_info_list {
    width: 100%;
    row-gap: 25px;
  }
  .product_info .product_info_list li {
    max-width: 170px;
  }
  .product_info .product_info_list li:first-child {
    text-align: left;
  }
}

.product_content {
  margin-top: 40px;
  margin-bottom: 90px;
}
.product_content .title {
  font-size: 32px;
  margin-bottom: 30px;
}
.product_content .desc {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.product_content .desc p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .product_content {
    margin-bottom: 50px;
  }
  .product_content .title {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .product_content .desc {
    font-size: 18px;
  }
}
.product_content .product_feature {
  text-align: center;
}
.product_content .product_feature .title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.product_content .product_feature .feature_img {
  margin-bottom: 30px;
}
.product_content .product_feature .feature_img img {
  max-width: 60%;
}
.product_content .product_feature .feature_caption {
  max-width: 620px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  color: var(--tj-color-common-black);
}
.product_content .product_feature .feature_caption p:last-child {
  margin: 0;
}

.product-details-items {
  padding-bottom: 65px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-items {
    padding-bottom: 60px;
  }
}
.product-details-items .carouselContainer {
  margin-left: 0;
  width: auto;
  min-width: auto;
  max-width: inherit;
  padding-right: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .product-details-items .carouselContainer {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-items .carouselContainer {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-items .carouselContainer {
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-items .carouselContainer {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .product-details-items .carouselContainer {
    margin-left: 0;
  }
}
.product-details-items .product_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
}
.product-details-items .product_navigation .product_navigation-prev,
.product-details-items .product_navigation .product_navigation-next {
  width: 20px;
  height: 20px;
  background-color: var(--tj-color-theme-primary);
  -webkit-mask-image: url(../images/icons/left-arrow.svg);
          mask-image: url(../images/icons/left-arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.product-details-items .product_navigation .product_navigation-prev.swiper-button-disabled,
.product-details-items .product_navigation .product_navigation-next.swiper-button-disabled {
  background-color: var(--tj-color-grey-2);
}
.product-details-items .product_navigation .product_navigation-next {
  -webkit-mask-image: url(../images/icons/right-arrow.svg);
          mask-image: url(../images/icons/right-arrow.svg);
}
.product-details-items .product_item {
  max-width: 160px;
  width: 100%;
  cursor: pointer;
}
.product-details-items .product_item.active .icon_box .content {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}

/* !END: Product Details */
/**----------------------------------------
START: Focus CSS
----------------------------------------*/
.focus-section {
  padding-top: 40px;
  padding-bottom: 20px;
}
.focus-section .section_title {
  margin-bottom: 40px;
}

.feature_box {
  margin-bottom: 80px;
}
.feature_box .feature_icon {
  width: 65px;
  height: 65px;
  background-color: var(--tj-color-theme-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.feature_box .feature_icon img {
  max-width: 40px;
}
.feature_box .feature_content .title {
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 400;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .feature_box {
    margin-bottom: 40px;
  }
  .feature_box .feature_icon {
    margin-bottom: 15px;
  }
}

/* !END: Focus CSS */
/**----------------------------------------
START: Collaboration Section
----------------------------------------*/
.collaboration-section {
  padding-top: 80px;
  padding-bottom: 50px;
}
.collaboration-section .section_title {
  margin-bottom: 40px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .collaboration-section {
    padding-top: 0;
    padding-bottom: 30px;
  }
}

.collaboration_item {
  background-color: var(--tj-color-theme-bg);
  padding: 55px 43px;
  text-align: center;
  min-height: 294px;
  margin-bottom: 30px;
}
.collaboration_item .title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 16px;
}
.collaboration_item .desc {
  font-size: 18px;
  line-height: 1.3;
}
.collaboration_item .desc p:last-child {
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .collaboration_item {
    padding: 40px 25px;
  }
  .collaboration_item .title {
    font-size: 20px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .collaboration_item {
    padding: 40px 25px;
  }
  .collaboration_item .title {
    font-size: 20px;
  }
  .collaboration_item .desc {
    font-size: 16px;
  }
}

/* !END: Collaboration Section */
/**----------------------------------------
START: Journey Section
----------------------------------------*/
.journey-section {
  padding-top: 45px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.journey-section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  max-width: 640px;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/angle-shapes.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top left;
}
.journey-section .section_title {
  margin-bottom: 48px;
}

.journey_box {
  background-color: var(--tj-color-common-white);
  border: 2px solid #e7e7e7;
  padding: 58px 43px 40px 43px;
  min-height: 268px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 32px;
  margin-bottom: 32px;
}
.journey_box .box_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: 65px;
  height: 65px;
  background-color: #343130;
  font-size: 40px;
  line-height: 1;
  color: var(--tj-color-common-white);
  font-weight: 700;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -32px;
  z-index: 2;
}

/* !END: Journey Section */
/**----------------------------------------
START: Joy Page
----------------------------------------*/
.joy-profile {
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .joy-profile {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .joy-profile {
    padding-top: 80px;
  }
}
.joy-profile .profile_cover {
  width: 100%;
  background-color: var(--tj-color-theme-bg);
  min-height: 270px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.joy-profile .profile_cover::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  max-width: 590px;
  width: 100%;
  height: 100%;
  background-image: url(../images/icons/joy-profile.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .joy-profile .profile_cover {
    min-height: 230px;
  }
  .joy-profile .profile_cover::after {
    background-size: cover;
    max-width: 250px;
    background-position: center right;
  }
}
.joy-profile .profile_info {
  margin-bottom: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .joy-profile .profile_info {
    margin-bottom: 100px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .joy-profile .profile_info {
    margin-bottom: 30px;
  }
}
.joy-profile .profile_info .profile_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27px;
  margin-top: -90px;
  position: relative;
  z-index: 1;
  margin-left: 33px;
  margin-bottom: 40px;
}
.joy-profile .profile_info .profile_id .profile_img {
  width: 180px;
  height: 180px;
  padding: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--tj-color-common-white);
  border: 1px solid #c0c0c0;
}
.joy-profile .profile_info .profile_id .profile_name {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin: 12px;
  text-transform: uppercase;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .joy-profile .profile_info .profile_id {
    margin-left: 10px;
    margin-top: -60px;
  }
  .joy-profile .profile_info .profile_id .profile_img {
    width: 120px;
    height: 120px;
  }
  .joy-profile .profile_info .profile_id .profile_name {
    font-size: 25px;
  }
}
.joy-profile .profile_info .profile_meta_info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.joy-profile .profile_info .profile_meta_info li {
  max-width: 245px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}
.joy-profile .profile_info .profile_meta_info li:not(:last-child) {
  border-right: 1px solid var(--tj-color-theme-primary);
}
.joy-profile .profile_info .profile_meta_info li .meta_key {
  color: var(--tj-color-theme-primary);
  margin-bottom: 10px;
}
.joy-profile .profile_info .profile_meta_info li .meta_value {
  font-weight: 700;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .joy-profile .profile_info .profile_meta_info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .joy-profile .profile_info .profile_meta_info li {
    max-width: 160px;
    margin-bottom: 30px;
  }
}
.joy-profile .profile_content .title {
  font-size: 30px;
  margin-bottom: 15px;
}
.joy-profile .profile_content .desc {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 40px;
}
.joy-profile .profile_content .desc p:last-child {
  margin: 0;
}
.joy-profile .profile_content .joy_img {
  margin-bottom: 40px;
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .joy-profile .profile_content .title {
    font-size: 25px;
  }
  .joy-profile .profile_content .desc {
    font-size: 15px;
  }
}

.venture-section.joy-page {
  padding-top: 200px;
  padding-bottom: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .venture-section.joy-page {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .venture-section.joy-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.venture-section.joy-page .joy_venture_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 45px;
}
.venture-section.joy-page .joy_venture_wrap .icon_box.active .content {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}
@media (max-width: 575px), only screen and (min-width: 576px) and (max-width: 767px) {
  .venture-section.joy-page .joy_venture_wrap {
    gap: 30px;
  }
}

/* !END: Joy Page *//*# sourceMappingURL=main.css.map */

body {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

html {
  background-color: #8080804f;
}