.tj-header-topbar-area {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 25px;
  color: var(--tj-color-common-white);
}
.hidden {
  display: none !important;
}
.visible {
  display: block !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-header-topbar-area {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .tj-header-topbar-area {
    margin-bottom: 0;
  }
}

.tj-header-area {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgb(136 213 172);
}
.tj-header-area .tj-top-content-area {
  padding: 30px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-header-area .tj-top-content-area {
    padding: 15px 0;
  }
}
.tj-header-area.header-absolute {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.tj-header-area.sticky {
  position: fixed;
  padding: 15px 0;
  background: rgba(173 233 201);
  -webkit-animation: sticky 0.9s;
  animation: sticky 0.9s;
}
.tj-header-area.sticky .tj-bottom-content-area {
  padding-bottom: 0;
  border: none;
}
.tj-header-area.sticky .tj-top-content-area {
  padding: 0;
  border: none;
}
.tj-header-area.header-1.header-sticky {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.tj-header-area.header-1.sticky {
  position: fixed;
  opacity: 1;
  visibility: visible;
}
.tj-header-area .tj-top-content-area {
  padding: 30px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-header-area .tj-top-content-area {
    padding: 15px 0;
  }
}
.tj-header-area.header-absolute {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.tj-header-area.sticky {
  position: fixed;
  padding: 15px 0;
  background: #daffeb;
  -webkit-animation: sticky 0.9s;
  animation: sticky 0.9s;
}
.tj-header-area.sticky .tj-bottom-content-area {
  padding-bottom: 0;
  border: none;
}
.tj-header-area.sticky .tj-top-content-area {
  padding: 0;
  border: none;
}
.tj-header-area.header-1.header-sticky {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.tj-header-area.header-1.sticky {
  position: fixed;
  opacity: 1;
  visibility: visible;
}
.tj-header-area.header-2.sticky .tj-top-content-area {
  background: #daffeb;
}

.logo-area {
  max-width: 140px;
  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) {
  .logo-area {
    max-width: 100px;
  }
}
.logo-area a {
  display: inline-block;
}
.logo-area a img {
  max-width: 180px !important;
  height: 70px;
}

.header-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-content-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}

.info-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: 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) {
  .info-right-item {
    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) {
  .info-right-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
@media (max-width: 575px) {
  .info-right-item {
    gap: 10px;
  }
}
.info-right-item .info-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: 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) {
  .info-right-item .info-navbar ul {
    gap: 10px;
  }
}
.info-right-item .info-navbar ul li a {
  width: 50px;
  height: 50px;
  line-height: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  color: var(--tj-color-common-white);
  background: rgba(236, 255, 243, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 3;
  font-size: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-right-item .info-navbar ul li a {
    width: 40px;
    height: 40px;
  }
}
.info-right-item .info-navbar ul li a:hover {
  background-color: var(--tj-color-theme-primary);
}
.info-right-item .info-navbar ul li button {
  width: 50px;
  height: 50px;
  line-height: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  color: var(--tj-color-common-white);
  background: rgba(236, 255, 243, 0.1);
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  position: relative;
  z-index: 3;
  font-size: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.info-right-item .info-navbar ul li button i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-right-item .info-navbar ul li button {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.info-right-item .info-navbar ul li button:hover {
  background: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-right-item .tj-header-btn {
    padding: 9px 10px 9px 10px;
  }
}

.header-info 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;
}
@media (max-width: 575px) {
  .header-info ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.header-info ul li {
  position: relative;
  color: var(--tj-color-light-1);
  padding-left: 35px;
  padding: 15px 30px 15px 65px;
  border-right: 2px solid rgba(255, 255, 255, 0.15);
}
.header-info ul li:first-child {
  border-left: 2px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-info ul li:first-child {
    border-left: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-info ul li {
    border-right: none;
    border-left: none;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .header-info ul li {
    padding: 8px 0 8px 25px;
  }
}
.header-info ul li a {
  color: var(--tj-color-light-1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-info ul li i {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
}
@media (max-width: 575px) {
  .header-info ul li i {
    font-size: 18px;
    left: 0;
  }
}

.header-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.header-share ul li {
  border-right: 2px solid rgba(255, 255, 255, 0.15);
  border-left: 2px solid rgba(255, 255, 255, 0.15);
  padding: 15px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-share ul li {
    padding: 15px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-share ul li {
    padding: 0;
    border-right: none;
    border-left: none;
  }
}
.header-share ul li a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  color: var(--tj-color-common-black);
  background: var(--tj-color-common-white);
  position: relative;
  z-index: 3;
  font-size: 14px;
  margin-left: 10px;
}
.header-share ul li a i {
  color: var(--tj-color-common-black);
}
.header-share ul li a:first-child {
  margin-left: 0;
}
.header-share ul li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.header-share ul li a:hover i {
  color: var(--tj-color-common-white);
}

.header-2 {
  padding: 30px 0;
  position: absolute;
  background: transparent;
}
.header-2 .tj-menu-area ul {
  gap: 50px;
}
.header-2 .tj-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;
  gap: 82px;
  border-radius: 10px;
  background: rgb(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  max-width: 1415px;
  margin: 0 auto;
  padding: 25px 50px;
  border-bottom: none;
}
.header-2 .tj-top-content-area-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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 82px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  max-width: 1415px;
  margin: 0 auto;
  padding: 25px 50px;
  border-bottom: none;
}
.header-2 .tj-top-content-area .info-right-item,
.header-2 .tj-top-content-area-2 .info-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background: var(--tj-color-common-white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 7px 18px;
}
.header-2 .tj-top-content-area .info-right-item .info-icon,
.header-2 .tj-top-content-area-2 .info-right-item .info-icon {
  background: var(--tj-color-theme-secondary);
  border: 1px solid var(--tj-color-theme-primary);
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  text-align: center;
}
.header-2 .tj-top-content-area .info-right-item .info-text .sub-title,
.header-2 .tj-top-content-area-2 .info-right-item .info-text .sub-title {
  color: var(--tj-color-theme-secondary);
  font-weight: var(--tj-fw-light);
  display: block;
  margin-bottom: 3px;
}
.header-2 .tj-top-content-area .info-right-item .info-text a,
.header-2 .tj-top-content-area-2 .info-right-item .info-text a {
  font-family: var(--tj-ff-heading);
  font-size: 18px;
  font-weight: var(--tj-fw-sbold);
  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) {
  .header-2 .tj-top-content-area .info-right-item,
  .header-2 .tj-top-content-area-2 .info-right-item {
    display: none;
  }
}
/* @media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-2 .tj-top-content-area,
  .header-2 .tj-top-content-area-2 {
    max-width: 1340px;
  }
} */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .header-2 .tj-top-content-area,
  .header-2 .tj-top-content-area-2 {
    max-width: 1150px;
    padding: 20px 25px;
    gap: 30px;
  }
  .header-2 .tj-menu-area ul {
    gap: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-2 .tj-top-content-area,
  .header-2 .tj-top-content-area-2 {
    /* max-width: 960px; */
    padding: 20px 20px;
    gap: 20px;
  }
  .header-2 .tj-top-content-area .info-right-item,
  .header-2 .tj-top-content-area-2 .info-right-item {
    gap: 10px;
    padding: 7px 10px;
  }
  .header-2 .tj-menu-area ul {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-2 .tj-top-content-area,
  .header-2 .tj-top-content-area-2 {
    max-width: 750px;
    padding: 15px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-2 .tj-top-content-area,
  .header-2 .tj-top-content-area-2 {
    max-width: 540px;
    padding: 15px 15px;
  }
}
@media (max-width: 575px) {
  .header-2 .tj-top-content-area,
  .header-2 .tj-top-content-area-2 {
    max-width: calc(100% - 30px);
    padding: 15px 15px;
    gap: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
  only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-2 {
    padding: 20px 0;
  }
}

.logo-area {
  max-width: 140px;
  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) {
  .logo-area {
    max-width: 110px;
  }
}
.logo-area a {
  display: inline-block;
}

.hamburger_menu a {
  width: 50px;
  height: 50px;
  line-height: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  color: var(--tj-color-common-white);
  background: whitesmoke;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 3;
  font-size: 25px;
}
.hamburger_menu a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}

.header-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-content-area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}

.info-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: 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) {
  .info-right-item {
    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) {
  .info-right-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
}
@media (max-width: 575px) {
  .info-right-item {
    gap: 10px;
  }
}
.info-right-item .info-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: 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) {
  .info-right-item .info-navbar ul {
    gap: 10px;
  }
}
.info-right-item .info-navbar ul li a {
  width: 50px;
  height: 50px;
  line-height: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  color: var(--tj-color-common-white);
  background: rgba(236, 255, 243, 0.1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 3;
  font-size: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-right-item .info-navbar ul li a {
    width: 40px;
    height: 40px;
  }
}
.info-right-item .info-navbar ul li a:hover {
  background-color: var(--tj-color-theme-primary);
}
.info-right-item .info-navbar ul li button {
  width: 50px;
  height: 50px;
  line-height: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  color: var(--tj-color-common-white);
  background: rgba(236, 255, 243, 0.1);
  -webkit-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
  position: relative;
  z-index: 3;
  font-size: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.info-right-item .info-navbar ul li button i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-right-item .info-navbar ul li button {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.info-right-item .info-navbar ul li button:hover {
  background: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .info-right-item .tj-header-btn {
    padding: 9px 10px 9px 10px;
  }
}

.header-info 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;
}
@media (max-width: 575px) {
  .header-info ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
  }
}
.header-info ul li {
  position: relative;
  color: var(--tj-color-light-1);
  padding-left: 35px;
  padding: 15px 30px 15px 65px;
  border-right: 2px solid rgba(255, 255, 255, 0.15);
}
.header-info ul li:first-child {
  border-left: 2px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-info ul li:first-child {
    border-left: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-info ul li {
    border-right: none;
    border-left: none;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .header-info ul li {
    padding: 8px 0 8px 25px;
  }
}
.header-info ul li a {
  color: var(--tj-color-light-1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-info ul li i {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
}
@media (max-width: 575px) {
  .header-info ul li i {
    font-size: 18px;
    left: 0;
  }
}

.header-share ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.header-share ul li {
  border-right: 2px solid rgba(255, 255, 255, 0.15);
  border-left: 2px solid rgba(255, 255, 255, 0.15);
  padding: 15px 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-share ul li {
    padding: 15px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .header-share ul li {
    padding: 0;
    border-right: none;
    border-left: none;
  }
}
.header-share ul li a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  color: var(--tj-color-common-black);
  background: var(--tj-color-common-white);
  position: relative;
  z-index: 3;
  font-size: 14px;
  margin-left: 10px;
}
.header-share ul li a i {
  color: var(--tj-color-common-black);
}
.header-share ul li a:first-child {
  margin-left: 0;
}
.header-share ul li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}
.header-share ul li a:hover i {
  color: var(--tj-color-common-white);
}

@-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%);
  }
}

.tj-sec-heading {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.tj-sec-heading .sub-title {
  color: var(--tj-color-theme-secondary);
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-sec-heading .sub-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.tj-sec-heading .sec-title {
  color: var(--tj-color-theme-primary);
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-sec-heading .sec-title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .tj-sec-heading .sec-title {
    font-size: 26px;
    line-height: 1.5;
  }
}
.tj-sec-heading .sec-title span {
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-elight);
  position: relative;
  z-index: 1;
  padding-left: 110px;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-sec-heading .sec-title span {
    padding-left: 70px;
  }
}
.tj-sec-heading .sec-title span::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 88px;
  height: 2px;
  background: var(--tj-color-theme-primary);
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-sec-heading .sec-title span::before {
    width: 50px;
  }
}

.tj-sec-heading-two {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.tj-sec-heading-two .sub-title {
  color: var(--tj-color-theme-secondary);
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 20px;
  display: block;
  position: relative;
  border-radius: 20px;
}
.tj-sec-heading-two .sub-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 95px;
  height: 2px;
  border-radius: 50px;
  background: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-sec-heading-two .sub-title::before {
    width: 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-sec-heading-two .sub-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.tj-sec-heading-two .title {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-sec-heading-two .title {
    font-size: 38px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .tj-sec-heading-two .title {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.tj-sec-heading-two .title span {
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-light);
}

.tj-sec-heading-two.text-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.tj-sec-heading-two.text-center .sub-title {
  color: var(--tj-color-theme-secondary);
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 20px;
  display: block;
  position: relative;
  border-radius: 20px;
}
.tj-sec-heading-two.text-center .sub-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 95px;
  height: 2px;
  border-radius: 50px;
  background: var(--tj-color-theme-primary);
}
@media only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-sec-heading-two.text-center .sub-title::before {
    width: 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-sec-heading-two.text-center .sub-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.tj-sec-heading-two.text-center .title {
  margin-bottom: 30px;
}
.tj-sec-heading-two.text-center .title .primary-color {
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-light);
}

.tj-sec-heading-three {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.tj-sec-heading-three .sub-title {
  color: var(--tj-color-theme-primary);
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 20px;
  display: block;
  position: relative;
  border-radius: 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-sec-heading-three .sub-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.tj-sec-heading-three .title {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-sec-heading-three .title {
    font-size: 38px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
@media (max-width: 575px) {
  .tj-sec-heading-three .title {
    font-size: 26px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
.tj-sec-heading-three .title span {
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-light);
}

.tj-sec-heading-four {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
}
.tj-sec-heading-four .sub-title {
  color: var(--tj-color-theme-secondary);
  font-size: 25px;
  letter-spacing: 5px;
  font-weight: var(--tj-fw-medium);
  margin-bottom: 20px;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px),
  (max-width: 575px) {
  .tj-sec-heading-four .sub-title {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.tj-sec-heading-four .sec-title {
  color: var(--tj-color-theme-primary);
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-sec-heading-four .sec-title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .tj-sec-heading-four .sec-title {
    font-size: 26px;
    line-height: 1.5;
  }
}
.tj-sec-heading-four .sec-title span {
  color: var(--tj-color-theme-secondary);
  font-weight: var(--tj-fw-elight);
}
