/*----------------------------------------------------------

Theme Name: Solvior - Business Consulting HTML Template
Theme URI: https://themejunction.net/html/Solvior/demo/
Author: Theme-Junction
Author URI: https://themeforest.net/user/theme-junction
Description: Solvior - Business Consulting HTML Template

-----------------------------------------------------------*/
/*--------------- TABLE OF CONTENTS -------------

  01. Default CSS
  02. Background CSS
  03. Buttons CSS
  04. Mouse Cursor CSS
  05. Preloader CSS
  06. Header CSS
  07. Search CSS
  08. Hamburger CSS
  09. Footer CSS
  10. Swiper CSS
  11. Backtotop CSS
  12. Socials CSS
  13. Progress-bar CSS
  14. Page Header CSS
  15. Hero CSS
  16. Feature CSS
  17. About CSS
  18. Brand CSS
  19. Blog CSS
  20. Blog Details CSS
  21. Project CSS
  22. Counter CSS
  23. Evolute CSS
  24. Service CSS
  25. Service details CSS
  26. Skill CSS
  27. Pricing CSS
  28. Testimonial CSS
  29. Slider CSS
  30. Team CSS
  31. Team details CSS
  32. Faq CSS
  33. History CSS
  34. Careers CSS
  35. Contact CSS
  36. CTA CSS
  37. Progress CSS
  38. Marquee CSS
  39. Section Title CSS

-------------------------------------------------*/
/* START: Default CSS */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  /**
    @Font-Family Declaration
  */
  --tj-ff-body: 'Lato', sans-serif;
  --tj-ff-heading: 'Libre Franklin', serif;
  --tj-ff-fontawesome: "Font Awesome 6 Pro";
  /**
    @Font-weight Declaration
  */
  --tj-fw-normal: normal;
  --tj-fw-thin: 100;
  --tj-fw-elight: 200;
  --tj-fw-light: 300;
  --tj-fw-regular: 400;
  --tj-fw-medium: 500;
  --tj-fw-sbold: 600;
  --tj-fw-bold: 700;
  --tj-fw-ebold: 800;
  --tj-fw-black: 900;
  /**
    @Font-Size Declaration
  */
  --tj-fs-body: 16px;
  --tj-fs-p: 16px;
  --tj-fs-h1: 72px;
  --tj-fs-h2: 48px;
  --tj-fs-h3: 32px;
  --tj-fs-h4: 24px;
  --tj-fs-h5: 20px;
  --tj-fs-h6: 18px;
  /**
    @Color Declaration
  */
  --tj-color-common-white: #f7f7f7;
  --tj-color-common-white-2: white;
  --tj-color-common-black: #000000;
  --tj-color-common-black-2: #676e7a;
  --tj-color-common-black-3: #969ca5;
  --tj-color-heading-primary: #051229;
  --tj-color-text-body: #364052;
  --tj-color-text-body-2: #7e8590;
  --tj-color-theme-primary: #0075ff;
  --tj-color-theme-dark: #051229;
  --tj-color-theme-bg: #e1e8f0;
  --tj-color-theme-bg-2: #dfecfd;
  --tj-color-border-1: #27354d;
  --tj-color-border-2: #ced7e0;
  --tj-color-border-3: #d7d8db;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  position: relative;
  overflow-x: hidden;
}

body {
  font-family: var(--tj-ff-body)  !important;
  font-size: var(--tj-fs-body);
  font-weight: normal;
  color: var(--tj-color-text-body);
  background-color: var(--tj-color-common-white);
  line-height: 1.6;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}



a {
  text-decoration: none;
}




/**
 	Common Classes CSS
*/
.section-space {
  padding: 120px 0;
  padding-top: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-space {
    padding: 80px 0;
  }
}

.section-bottom-space {
  padding-bottom: 87px;
  background: white;
  padding-top: 50px;
  margin-top: -50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-bottom-space {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .section-bottom-space {
    padding-bottom: 80px;
  }
}

img {
  max-width: 100%;
}

.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.rg-30 {
  row-gap: 30px;
}

.rg-40 {
  row-gap: 40px;
}

.rg-50 {
  row-gap: 50px;
}

.rg-60 {
  row-gap: 60px;
}

.rg-70 {
  row-gap: 70px;
}

.rg-80 {
  row-gap: 80px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.hover\:shine {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.hover\:shine::before {
  position: absolute;
  content: "";
  top: 0;
  left: -140%;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  transition: 0.5s ease;
  z-index: 1;
}

.hover\:shine:is(:hover, :focus-within)::before {
  animation: shine 1s ease forwards;
}

.move-anim {
  animation: move 5s linear infinite;
}

.move-anim-2 {
  animation: move-two 5s linear infinite;
}

.zoominout {
  animation: zoom-effect 3s linear infinite;
}

/* START: Button CSS */
.tj-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-dark);
  padding: 5.5px;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}

.tj-primary-btn .btn_inner {
  position: relative;
  z-index: 1;
  padding: 15px 20px 15px 55px;
  width: 100%;
  text-align: center;
}

.tj-primary-btn .btn_inner::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  background-color: var(--tj-color-theme-primary);
  border-radius: 50px;
  transition: all 0.3s ease-in-out 0s;
}

.tj-primary-btn .btn_inner .btn_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 45px;
  height: 100%;
  z-index: 2;
  font-size: 1.6em;
  line-height: 1;
  color: var(--tj-color-common-white);
}

.tj-primary-btn .btn_inner .btn_icon>span {
  overflow: hidden;
  position: relative;
  display: inline-flex;
}

.tj-primary-btn .btn_inner .btn_icon>span i:first-child,
.tj-primary-btn .btn_inner .btn_icon>span i:last-child {
  transition: transform 0.4s ease-in-out 0s;
}

.tj-primary-btn .btn_inner .btn_icon>span i:last-child {
  position: absolute;
  transform: translateX(-150%);
}

.tj-primary-btn .btn_inner .btn_text {
  display: inline-flex;
  overflow: hidden;
  color: var(--tj-color-common-white);
  text-shadow: 0 23px 0 currentColor;
}

.tj-primary-btn .btn_inner .btn_text>span {
  display: flex;
  align-items: center;
  backface-visibility: hidden;
  transform: translateY(0);
  transition: 0.5s;
}

.tj-primary-btn.white-btn {
  background-color: var(--tj-color-common-white);
}

.tj-primary-btn.white-btn .btn_inner .btn_text {
  color: var(--tj-color-heading-primary);
}

.tj-primary-btn.white-btn:hover .btn_inner .btn_text {
  color: var(--tj-color-common-white);
}

.tj-primary-btn.header_btn {
  background-color: var(--tj-color-common-white);
  padding: 4.5px;
}

.tj-primary-btn.header_btn .btn_inner {
  padding: 12px 18px 12px 50px;
}

.tj-primary-btn.header_btn .btn_inner::before {
  width: 40px;
}

.tj-primary-btn.header_btn .btn_inner .btn_icon {
  min-width: 40px;
  font-size: 1.4em;
}

.tj-primary-btn.header_btn .btn_inner .btn_text {
  color: var(--tj-color-heading-primary);
}

.tj-primary-btn:hover .btn_inner::before {
  width: 100%;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}

.tj-primary-btn:hover .btn_inner .btn_icon i:first-child {
  transform: translateX(150%);
}

.tj-primary-btn:hover .btn_inner .btn_icon i:last-child {
  transform: translateX(0);
}

.tj-primary-btn:hover .btn_inner .btn_text {
  color: var(--tj-color-common-white);
}

.tj-primary-btn:hover .btn_inner .btn_text>span {
  transform: translateY(-24px);
}

@media (max-width: 575px) {
  .tj-primary-btn {
    padding: 4.5px;
  }

  .tj-primary-btn .btn_inner {
    padding: 12px 18px 12px 50px;
  }

  .tj-primary-btn .btn_inner::before {
    width: 40px;
  }

  .tj-primary-btn .btn_inner .btn_icon {
    min-width: 40px;
    font-size: 1.4em;
  }
}

.text-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  line-height: 1;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-heading-primary);
  position: relative;
  z-index: 1;
}

.text-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  background-color: var(--tj-color-heading-primary);
  transition: transform 0.3s ease-in-out;
}

.text-btn i {
  position: relative;
  font-size: 1.3em;
  top: 1px;
}

.text-btn:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}



/* !END: Mouse CSS */

/* START: Header CSS */
.tj-header-area {
  position: relative;
  background-color: var(--tj-color-theme-dark);
  width: 100%;
  left: 0;
  top: 0;
  z-index: 97;
}

.tj-header-area.header-absolute {
  background-color: transparent;
  border-bottom: 1px solid var(--tj-color-border-1);
  z-index: 98;
}

.tj-header-area.header-duplicate {
  background-color: var(--tj-color-theme-dark);
  box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.06);
  position: fixed;
  z-index: 99;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
}

.tj-header-area.sticky {
  transform: translateY(0);
  visibility: visible;
  z-index: 100;
}

.tj-header-area.header-1 .menu_btn {
  color: var(--tj-color-common-white);
  margin-left: 10px;
}

.tj-header-area.header-2 {
  border: none;
}

.tj-header-area.header-2 .header-bottom {
  padding: 23px 45px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-header-area.header-2 .header-bottom {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-header-area.header-2 .header-bottom {
    padding: 15px 0;
  }
}

.tj-header-area.header-2.header-absolute .header-wrapper {
  background: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(35px);
  padding: 0px 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-header-area.header-2.header-absolute .header-wrapper {
    padding: 10px 15px;
  }
}

.tj-header-area.header-2.header-duplicate .header-bottom {
  padding: 0px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-header-area.header-2.header-duplicate .header-bottom {
    padding: 17px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-header-area.header-2.header-duplicate .header-bottom {
    padding: 15px 0;
  }
}

.tj-header-area.header-2 .header_right_info {
  column-gap: 0;
}

.tj-header-area.header-2 .header_right_info>* {
  position: relative;
  z-index: 1;
}

.tj-header-area.header-2 .header_right_info>*:not(:last-child) {
  padding-right: 13px;
  margin-right: 12px;
}

.tj-header-area.header-2 .header_right_info>*:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background-color: var(--tj-color-common-white);
  opacity: 0.2;
}

.tj-header-area.header-2 .header_search {
  color: var(--tj-color-common-white);
}

.tj-header-area.header-2 .header_search i {
  color: var(--tj-color-common-white);
}

.tj-header-area.header-2 .menu_btn {
  color: var(--tj-color-common-white);
}

.tj-header-area.header-3 {
  border: none;
}

.tj-header-area.header-3 .header-bottom {
  padding: 23px 45px;
}

.top-header-social-cover ul {
  margin-bottom: 0px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-header-area.header-3 .header-bottom {
    padding: 0px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-header-area.header-3 .header-bottom {
    padding: 15px 0;
  }
}

.tj-header-area.header-3.header-absolute .header-wrapper {
  padding: 0 15px;
  box-shadow: 0px 3px 6px #00000029;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area.header-3.header-absolute .header-wrapper {
    padding: 0 15px;
    background: white;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-header-area.header-3.header-absolute .header-wrapper {
    padding: 10px 15px;
    background: white;
  }
}

.tj-header-area.header-3.header-duplicate .header-bottom {
  padding: 0px 45px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-header-area.header-3.header-duplicate .header-bottom {
    padding: 0px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-header-area.header-3.header-duplicate .header-bottom {
    padding: 15px 0;
  }
}

.tj-header-area.header-3.header-duplicate .header_right_info .header_search {
  color: var(--tj-color-common-white);
}

.tj-header-area.header-3.header-duplicate .header_right_info .header_search i {
  color: var(--tj-color-common-white);
}

.tj-header-area.header-3.header-duplicate .header_right_info .menu_btn {
  color: var(--tj-color-common-white);
}

.tj-header-area.header-3.header-duplicate .menu_btn {
  color: var(--tj-color-common-white);
}

.tj-header-area.header-3 .header_right_info {
  column-gap: 0;
}

.tj-header-area.header-3 .header_right_info>* {
  position: relative;
  z-index: 1;
}

.tj-header-area.header-3 .header_right_info>*:not(:last-child) {
  padding-right: 13px;
  margin-right: 12px;
}

.tj-header-area.header-3 .header_right_info>*:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background-color: var(--tj-color-common-white);
  opacity: 0.2;
}

.tj-header-area.header-3 .header_right_info .header_search {
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-bold);
}

.tj-header-area.header-3 .header_right_info .header_search i {
  color: var(--tj-color-heading-primary);
}

.tj-header-area.header-3 .header_right_info .header_search:hover i {
  color: var(--tj-color-theme-primary);
}

.header-topbar {
  position: relative;
  padding: 9px 45px;
  background-color: var(--tj-color-theme-primary);
  z-index: 2;
}

.header-topbar_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px),
only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-topbar {
    padding: 9px 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-topbar {
    padding: 12px 0;
  }

  .header-topbar .header-topbar_wrap {
    justify-content: center;
    text-align: center;
    row-gap: 10px;
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-topbar {
    display: none;
  }
}

.topbar_note {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6px;
  align-items: center;
  font-size: 14px;
  color: var(--tj-color-common-white);
}

.topbar_note>i {
  display: inline-flex;
  line-height: 1;
  font-size: 1.4em;
}

.topbar_note a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
}

.topbar_note a>span {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.topbar_note a i {
  font-size: 1.1em;
  display: inline-flex;
  line-height: 1;
  margin-top: 1px;
}

@media (max-width: 575px) {
  .topbar_note {
    text-align: center;
    justify-content: center;
  }
}

.topbar_infos {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}

.topbar_infos .info_item {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  color: var(--tj-color-common-white);
}

.topbar_infos .info_item:not(:last-child) {
  border-right: 1px solid var(--tj-color-common-white);
  padding-right: 13px;
  margin-right: 12px;
}

.topbar_infos .info_item i,
.topbar_infos .info_item span {
  display: inline-flex;
  line-height: 1;
}

.topbar_infos .info_item a {
  color: inherit;
  font-size: inherit;
}

.topbar_infos .info_item select,
.topbar_infos .info_item .nice-select {
  display: inline-flex;
  align-items: center;
  column-gap: 6px;
  height: auto;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  border-radius: 0;
  border: none;
  color: var(--tj-color-common-white);
  padding-right: 17px;
}

.topbar_infos .info_item select::before,
.topbar_infos .info_item .nice-select::before {
  content: "\e927";
  font-family: "solvior-icons";
}

.topbar_infos .info_item select::after,
.topbar_infos .info_item .nice-select::after {
  right: 0;
  height: auto;
  width: auto;
  border: none;

  transform: translateY(-50%) rotate(0);
  margin-top: 0;
  transform-origin: center;
}

.topbar_infos .info_item select.open::after,
.topbar_infos .info_item .nice-select.open::after {
  transform: translateY(-50%) rotate(-180deg);
}

.topbar_infos .info_item select .list,
.topbar_infos .info_item .nice-select .list {
  color: var(--tj-color-heading-primary);
  width: 100%;
  border-radius: 0;
}

.topbar_infos .info_item select .list .option,
.topbar_infos .info_item .nice-select .list .option {
  display: flex;
  align-items: center;
  line-height: 1;
  min-height: 30px;
  padding: 10px;
  background-color: transparent;
}

.topbar_infos .info_item select .list .option.selected,
.topbar_infos .info_item .nice-select .list .option.selected {
  background-color: transparent;
}

@media (max-width: 575px) {
  .topbar_infos {
    text-align: center;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
  }

  .topbar_infos .info_item:not(:last-child) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}

.site-logo .logo {
  display: inline-block;
  max-width: 150px;
  width: 100%;
  padding: 9px;
}

.header-bottom {
  padding: 0px 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-bottom {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom {
    padding: 17px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header-bottom {
    padding: 15px 0;
  }
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 50px;
}

.mainmenu ul>li {
  position: relative;
  z-index: 1;
}

.mainmenu ul>li>a {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: var(--tj-color-common-white-2);
  padding: 12px 0;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
  column-gap: 5px;
}


.mainmenu ul>li.current-menu-ancestor>a,
.mainmenu ul>li.current-menu-item>a,
.mainmenu ul>li:hover>a {
  color: var(--tj-color-theme-primary);
}

.mainmenu ul>li:hover>a::after {
  transform: rotate(-180deg);
}

.mainmenu ul>li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
  pointer-events: inherit;
}

.mainmenu ul>li:hover>.sub-menu::before {
  width: 100%;
}

.mainmenu ul>li>.sub-menu {
  width: 230px;
  background: var(--tj-color-common-white);
  flex-direction: column;
  align-items: start;
  text-align: left;
  gap: 0;
  position: absolute;
  padding: 10px 0;
  z-index: 9;
  top: 85%;
  transition: 0.4s;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.mainmenu ul>li>.sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 3px;
  background: var(--tj-color-theme-primary);
  transition: 0.6s;
}

.mainmenu ul>li>.sub-menu>li {
  width: 100%;
}

.mainmenu ul>li>.sub-menu>li>a {
  width: 100%;
  padding: 12px 15px;
  color: var(--tj-color-text-body);
  line-height: 1.3;
}

.mainmenu ul>li>.sub-menu>li>a::before {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background: var(--tj-color-theme-primary);
  top: 21px;
  left: 15px;
  transition: 0.4s;
}

.mainmenu ul>li>.sub-menu>li>a::after {
  position: absolute;
  right: 12px;
}

.mainmenu ul>li>.sub-menu>li.menu-item-has-children>a,
.mainmenu ul>li>.sub-menu>li.has-dropdown>a {
  padding: 12px 28px 12px 15px;
}

.mainmenu ul>li>.sub-menu>li.menu-item-has-children>a::after,
.mainmenu ul>li>.sub-menu>li.has-dropdown>a::after {
  content: "\e91c";
  transition: none;
}

.mainmenu ul>li>.sub-menu>li.current-menu-ancestor>a,
.mainmenu ul>li>.sub-menu>li.current-menu-item>a,
.mainmenu ul>li>.sub-menu>li:hover>a {
  color: var(--tj-color-theme-primary);
  padding-left: 36px;
  padding-right: 5px;
}

.mainmenu ul>li>.sub-menu>li.current-menu-ancestor>a::before,
.mainmenu ul>li>.sub-menu>li.current-menu-item>a::before,
.mainmenu ul>li>.sub-menu>li:hover>a::before {
  width: 12px;
}

.mainmenu ul>li>.sub-menu>li.current-menu-ancestor>a::after,
.mainmenu ul>li>.sub-menu>li.current-menu-item>a::after,
.mainmenu ul>li>.sub-menu>li:hover>a::after {
  transform: rotate(0);
}

.mainmenu ul>li>.sub-menu>li>.sub-menu {
  top: -15%;
  left: 100%;
}

.mainmenu ul>li>.sub-menu>li:hover>.sub-menu {
  top: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mainmenu ul {
    gap: 18px;
  }

  .mainmenu ul>li>a {
    column-gap: 3px;
  }
}

.mainmenu.menu-3 ul>li>a {
  color: #676e7a;
  text-transform: capitalize;
}

.mainmenu.menu-3 ul>li.current-menu-ancestor>a,
.mainmenu.menu-3 ul>li.current-menu-item>a,
.mainmenu.menu-3 ul>li:hover>a {
  color: var(--tj-color-theme-primary);
}

.header_right_info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  column-gap: 30px;
  row-gap: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_right_info {
    column-gap: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .header_right_info {
    margin-left: auto;
  }
}

.header_contact {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.header_contact .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(50px);
  font-size: 16px;
  line-height: 1;
  color: var(--tj-color-common-white);
  transition: all 0.4s ease-in-out 0s;
}

.header_contact .text {
  display: inline-flex;
  line-height: 1;
  color: var(--tj-color-common-white);
}

.header_contact:hover .icon {
  background-color: var(--tj-color-theme-primary);
}

.header_search {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tj-color-common-white-2);
  font-size: 16px;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: 0 0 0;
}

.header_search i {
  display: inline-flex;
  color: var(--tj-color-common-white-2);
  line-height: 1;
  font-size: 18px;
}

.header_search:hover {
  color: var(--tj-color-theme-primary);
}

.header_search:hover i {
  color: var(--tj-color-theme-primary);
}

.menu_btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
  color: var(--tj-color-heading-primary);
}

.menu_btn i {
  display: inline-flex;
  line-height: 1;
  font-size: 22px;
}

.sidebar-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sidebar-menu .menu-btn {
  font-size: 16px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
}

.sidebar-menu .menu-btn span {
  font-size: 20px;
}

/* !END: Header CSS */
/* START: Search CSS */
.search_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--tj-color-theme-dark);
  z-index: 100;
  padding-top: 60px;
  padding-bottom: 90px;
  opacity: 0;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition-delay: 0.5s;
  z-index: 9999;
}

.search_popup .search_close {
  position: absolute;
  top: 36px;
  right: 36px;
}

.search_popup .search_close .search_close_btn {
  font-size: 24px;
  line-height: 1;
  color: var(--tj-color-common-white);
}

.search_popup .search_close .search_close_btn svg {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.search_popup .search_close .search_close_btn svg path {
  fill: var(--tj-color-common-white);
}

.search_popup .search_close .search_close_btn svg:hover {
  transform: rotate(90deg);
}

.search_popup .search_close .search_close_btn svg:hover path {
  fill: var(--tj-color-theme-primary);
}

.search_popup.search-opened {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
}

.search_popup.search-opened .search_form .search_input {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}

.search_popup.search-opened .search_form .search_input::after {
  width: 100%;
  transition-delay: 0.5s;
}

.tj_search_wrapper .search_form form .search_input {
  position: relative;
  z-index: 1;
}

.tj_search_wrapper .search_form form .search_input .title {
  color: var(--tj-color-common-white);
  margin-bottom: 30px;
}

.tj_search_wrapper .search_form form .search_input .search-box {
  position: relative;
  z-index: 1;
}

.tj_search_wrapper .search_form form .search_input .search-box input[type=search] {
  width: 100%;
  font-family: var(--tj-ff-body);
  color: var(--tj-color-common-white);
  border: 1px solid var(--tj-color-border-1);
  background: transparent;
  padding: 20px 75px 20px 24px;
}

.tj_search_wrapper .search_form form .search_input .search-box input[type=search]::placeholder {
  color: var(--tj-color-common-white-2);
}

.tj_search_wrapper .search_form form .search_input .search-box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 62px;
  font-size: 22px;
  line-height: 1;
  color: var(--tj-color-common-white);
  border-left: 1px solid var(--tj-color-border-1);
  width: 100%;
  height: 100%;
}

.tj_search_wrapper .search_form form .search_input .search-box button i {
  display: inline-flex;
  line-height: 1;
}

.search-popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  z-index: 99;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.3s;
}

.search-popup-overlay.opened {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* !END: Search CSS */
/* START: Hamburger CSS */
.hamburger-area {
  position: fixed;
  right: -490px;
  top: 0;
  width: 450px;
  height: 100%;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-duration: 1s;
  z-index: 9999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}

.hamburger-area::-webkit-scrollbar {
  display: none;
}

.hamburger-area.opened {
  right: 0px;
}

@media (max-width: 575px) {
  .hamburger-area {
    width: 320px;
  }
}

.hamburger_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--tj-color-theme-dark);
  z-index: -1;
  backdrop-filter: blur(37px);
}

.hamburger_wrapper {
  position: relative;
  padding: 45px 45px 90px 45px;
  overflow: auto;
  height: 100%;
}

@media (max-width: 575px) {
  .hamburger_wrapper {
    padding: 40px 20px 60px 20px;
  }
}

.hamburger_top {
  margin-bottom: 40px;
}

.hamburger_close_btn {
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  color: var(--tj-color-common-white);
}

@media (max-width: 575px) {
  .hamburger_close_btn {
    font-size: 30px;
  }
}

.hamburger_close_btn:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: var(--tj-color-theme-primary);
}

.hamburger_search {
  position: relative;
  margin-bottom: 30px;
}

.hamburger_search select,
.hamburger_search .nice-select,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.hamburger_search input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  background: rgba(247, 247, 247, 0.1);
  border: none;
  outline: none;
  font-size: 18px;
  color: var(--tj-color-common-white);
}

.hamburger_search select::-ms-input-placeholder,
.hamburger_search .nice-select::-ms-input-placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder,
.hamburger_search input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.hamburger_search select::placeholder,
.hamburger_search .nice-select::placeholder,
.hamburger_search input:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder,
.hamburger_search input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.hamburger_search button {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--tj-color-common-white);
}

.hamburger_menu {
  display: block;
  width: 100%;
}

.hamburger_menu .mean-container .mean-bar {
  background: transparent;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.hamburger_menu .mean-container .mean-bar * {
  box-sizing: border-box;
}

.hamburger_menu .mean-nav {
  background: transparent;
  margin-top: 0;
  overflow: hidden;
}

.hamburger_menu .mean-nav>ul {
  display: block !important;
}

.hamburger_menu .mean-nav>ul>li:first-child>a {
  border-top: none;
}

.hamburger_menu .mean-nav ul li {
  position: relative;
}

.hamburger_menu .mean-nav ul li a {
  color: var(--tj-color-common-white);
  width: 100%;
  padding: 18px 0;
  border-top: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: var(--tj-fw-bold);
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out 0s;
}

.hamburger_menu .mean-nav ul li a:hover {
  color: var(--tj-color-theme-secondary);
}

.hamburger_menu .mean-nav ul li a.mean-expand {
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  position: absolute;
  right: 0;
  top: 10px;
  transition: all 0.4s ease-in-out 0s;
}

.hamburger_menu .mean-nav ul li a.mean-expand:hover {
  color: var(--tj-color-common-white);
}

.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tj-color-theme-primary);
  transform: rotate(-180deg);
}

.hamburger_menu .mean-nav ul li .sub-menu li {
  padding-left: 25px;
  position: relative;
}

.hamburger_menu .mean-nav ul li .sub-menu li a {
  width: 100%;
  padding: 18px 0;
  text-transform: capitalize;
}

.hamburger_menu .mean-nav ul li .sub-menu li a.mean-expand {
  padding: 0;
  width: 30px;
}

.hamburger_menu .mean-nav ul li.dropdown-opened>a {
  color: var(--tj-color-theme-primary);
}

.hamburger-title {
  color: var(--tj-color-common-white);
  font-size: 25px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.contact-info {
  margin-bottom: 50px;
}

.contact-info .contact_item {
  padding-top: 20px;
}

.contact-info .contact_item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info .contact_item .subtitle {
  display: block;
  color: var(--tj-color-common-black-3);
  font-size: 15px;
  line-height: 1;
  margin-bottom: 8px;
}

.contact-info .contact_item .text {
  color: var(--tj-color-common-white);
  font-size: 18px;
  line-height: 1;
}

.contact-info .contact_item .text a {
  display: inline-flex;
  color: inherit;
}

.contact-info .contact_item .text a:hover {
  color: var(--tj-color-theme-primary);
}

.hamburger-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hamburger-socials ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: var(--tj-color-heading-primary);
  background: rgba(247, 247, 247, 0.3);
  font-size: 16px;
  line-height: 1;
}

.hamburger-socials ul li a i {
  color: var(--tj-color-heading-primary);
}

.hamburger-socials ul li a:hover {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}

.hamburger-socials ul li a:hover i {
  color: var(--tj-color-common-white);
}

.hamburger_logo .mobile_logo {
  display: inline-block;
  max-width: 120px;
  width: 100%;
}

.menu-bar button {
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transform-origin: center center;
  transform: rotate(0deg);
  cursor: pointer;
  transition: transform 300ms ease;
}

.menu-bar button span {
  height: 3px;
  width: 35px;
  display: block;
  background: var(--tj-color-common-white);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-left: auto;
}

.menu-bar button span:nth-child(2) {
  width: 40px;
  transition-delay: 200ms;
}

.menu-bar button span:nth-child(3) {
  width: 30px;
}

.menu-bar button span:nth-child(4) {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 3px;
  height: 0;
  transition: height 400ms;
}

.menu-bar.style-2 button span {
  background: var(--tj-color-heading-primary);
}

.menu-bar.menu-bar-toggeled button {
  transform: rotate(45deg);
  transition-delay: 400ms;
}

.menu-bar.menu-bar-toggeled button span:nth-child(1) {
  width: 0;
}

.menu-bar.menu-bar-toggeled button span:nth-child(3) {
  width: 0;
}

.menu-bar.menu-bar-toggeled button span:nth-child(4) {
  height: 40px;
  transition: height 200ms ease;
  transition-delay: 200ms;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .menu-bar {
    margin-left: 0;
  }
}

.body-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  backdrop-filter: blur(10px);
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/* !END: Hamburger CSS */
/* START: Footer CSS */
.tj-footer-area {
  position: relative;
  background: var(--tj-color-theme-dark);
  border-top: 1px solid var(--tj-color-border-1);
  z-index: 1;
}

.tj-footer-area.footer-2 {
  border-top: 0;
}

.tj-footer-area.footer-2 .footer-top-area .line::before {
  right: unset;
  left: 30%;
}

.footer-top-area {
  position: relative;
  padding-top: 80px;
  padding-bottom: 100px;
  z-index: 1;
  background: transparent linear-gradient(102deg, #0867B1 0%, #242679 100%) 0% 0% no-repeat padding-box;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-top-area {
    padding: 80px 0;
  }
}

.footer-top-area .line {
  position: relative;
  z-index: 1;
}

.footer-top-area .line::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 200%;
  top: -100px;
  right: 32%;
  background: var(--tj-color-border-1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-top-area::before {
    left: 68%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-top-area .line::before {
    display: none;
  }
}

.footer-widget.footer1-col-4 {
  padding-left: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget.footer1-col-4 {
    padding-inline-start: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-widget.footer1-col-4 {
    padding-left: 0px;
  }
}

.footer-widget.footer2-col-1 {
  padding-inline-end: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-widget.footer2-col-1 {
    padding-inline-end: 0;
  }
}

.footer-widget.footer2-col-2 {
  padding-inline-start: 38px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-widget.footer2-col-2 {
    padding-inline-start: 0;
  }
}

.footer-widget.footer2-col-4 {
  padding-inline-start: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-widget.footer2-col-4 {
    padding-inline-start: 0;
  }
}

.footer-widget .footer-title .title {
  color: var(--tj-color-common-white);
  margin-bottom: 40px;
  font-size: 20px;
  letter-spacing: -0.025em;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-widget .footer-title .title {
    margin-bottom: 25px;
  }
}

.footer-widget.footer-contact-infos {
  max-width: 230px;
  width: 100%;
}

.footer-widget.footer-contact-infos .infos-item {
  margin-bottom: 40px;
}

.footer-widget.footer-contact-infos .infos-item:last-child {
  margin-bottom: 0;
}

.footer-widget.footer-contact-infos .infos-item span {
  display: inline-block;
  font-size: 14px;
  color: var(--tj-color-common-black-2);
  font-weight: var(--tj-fw-regular);
  margin-bottom: 6px;
}

.footer-widget.footer-contact-infos .infos-item p {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white-2);
  margin-bottom: 6px;
}

.footer-widget.footer-contact-infos .infos-item a {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white);
  position: relative;
  z-index: 1;
}

.footer-widget.footer-contact-infos .infos-item a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  background: var(--tj-color-common-white);
  transition: transform 0.3s ease-in-out;
}

.footer-widget.footer-contact-infos .infos-item a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

@media (max-width: 575px) {
  .footer-widget.footer-contact-infos .infos-item {
    margin-bottom: 25px;
  }
}

.footer-widget.widget_nav_menu .widget-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget.widget_nav_menu .widget-menu ul li {
  margin-bottom: 15px;
}

.footer-widget.widget_nav_menu .widget-menu ul li:last-child {
  margin-bottom: 0;
}

.footer-widget.widget_nav_menu .widget-menu ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white-2);
}

.footer-widget.widget_nav_menu .widget-menu ul li a span {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-bold);
  background-color: var(--tj-color-theme-primary);
  padding: 4px 6px;
  border-radius: 40px;
  line-height: 1;
}

.footer-widget.widget_nav_menu .widget-menu ul li a:hover {
  color: var(--tj-color-common-white);
}

.footer-widget .newsletter-title {
  max-width: 240px;
  width: 100%;
  margin-bottom: 30px;
}

.footer-widget .newsletter-title .title {
  font-size: 32px;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-common-white);
  letter-spacing: -0.025em;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-widget .newsletter-title .title {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .newsletter-title .title {
    font-size: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-widget .newsletter-title .title {
    font-size: 20px;
  }
}

.footer-widget .newsletter-form {
  position: relative;
  z-index: 2;
}

.footer-widget .newsletter-form .form-input {
  position: relative;
  z-index: 2;
}

.footer-widget .newsletter-form .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.footer-widget .newsletter-form .form-input input[type=email] {
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-regular);
  font-size: 16px;
  padding: 20px 80px 20px 25px;
  background: rgba(247, 247, 247, 0.1);
  border: 0;
}

.footer-widget .newsletter-form .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder,
.footer-widget .newsletter-form .form-input input[type=email]::-ms-input-placeholder {
  color: var(--tj-color-common-white-2);
  font-weight: var(--tj-fw-regular);
  font-size: 16px;
}

.footer-widget .newsletter-form .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox])::placeholder,
.footer-widget .newsletter-form .form-input input[type=email]::placeholder {
  color: var(--tj-color-common-white-2);
  font-weight: var(--tj-fw-regular);
  font-size: 16px;
}

.footer-widget .newsletter-form .form-input button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  font-size: 24px;
  color: var(--tj-color-theme-primary);
}

.footer-widget .newsletter-form .form-input button::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  top: 50%;
  left: -16px;
  background: var(--tj-color-border-1);
  transform: translate(0, -50%);
}

.footer-widget .newsletter-form .form-input button i {
  transition: transform 0.3s ease-in-out;
}

.footer-widget .newsletter-form .form-input button:hover i {
  transform: rotate(40deg);
}

.footer-widget .footer-logo {
  max-width: 150px;
}

.footer-widget .desc {
  max-width: 310px;
  margin-top: 40px;
  margin-bottom: 0;
  color: var(--tj-color-common-white-2);
}

.footer-widget .footer-social {
  margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-widget .footer-social {
    margin-top: 60px;
  }
}

.footer-widget .footer-social .title {
  font-size: 20px;
  font-weight: 600;
  color: var(--tj-color-common-white);
  margin-bottom: 24px;
}

.footer-widget .footer-social ul {
  list-style: none;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.footer-widget .footer-social ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 1;
  color: var(--tj-color-heading-primary);
  background: rgba(247, 247, 247, 0.3);
  border-radius: 50%;
}

.footer-widget .footer-social ul li a i {
  color: var(--tj-color-heading-primary);
}

.footer-widget .footer-social ul li a:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}

.footer-widget .footer-social ul li a:hover i {
  color: var(--tj-color-common-white);
}

@media (max-width: 575px) {
  .footer-newsletter-form {
    padding-top: 50px;
    border-top: 1px solid var(--tj-color-border-1);
  }
}

.footer-copyright-area {
  background-color: rgb(19 32 70);
  padding: 12px 0;
}

.copyright-content-area {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  justify-content: space-between;
}

.copyright-content-area .copyright-text p {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white-2);
  margin-bottom: 0;
}

.copyright-content-area .copyright-text p a {
  color: var(--tj-color-common-white);
}

.copyright-content-area .copyright-text p a:hover {
  color: var(--tj-color-theme-primary);
}

.copyright-content-area .copyright-text p i {
  color: var(--tj-color-common-white);
  margin-inline-end: 5px;
}

.copyright-content-area .copyright-socails ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
}

.copyright-content-area .copyright-socails ul li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  line-height: 1;
  color: var(--tj-color-heading-primary);
  background: rgba(247, 247, 247, 0.3);
  border-radius: 50%;
}

.copyright-content-area .copyright-socails ul li a i {
  color: var(--tj-color-heading-primary);
}

.copyright-content-area .copyright-socails ul li a:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}

.copyright-content-area .copyright-socails ul li a:hover i {
  color: var(--tj-color-common-white);
}

.copyright-content-area .copyright-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.copyright-content-area .copyright-menu ul li {
  position: relative;
  margin-right: 8px;
  padding-right: 12px;
  z-index: 1;
}

.copyright-content-area .copyright-menu ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  right: 0;
  background: var(--tj-color-common-white-2);
  border-radius: 50%;
}

.copyright-content-area .copyright-menu ul li:hover a {
  color: var(--tj-color-common-white);
}

.copyright-content-area .copyright-menu ul li:hover::before {
  background: var(--tj-color-common-white);
}

.copyright-content-area .copyright-menu ul li a {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-white-2);
}

.copyright-content-area .copyright-menu ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.copyright-content-area .copyright-menu ul li:last-child::before {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .copyright-content-area {
    justify-content: center;
    align-items: center;
  }
}

.copyright-2 {
  padding-inline-start: 11%;
  padding-top: 28px;
  padding-bottom: 28px;
  overflow: hidden;
}

.copyright-2 .copyright-content-area {
  max-width: 820px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .copyright-2 .copyright-content-area {
    max-width: 720px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .copyright-2 .copyright-content-area {
    margin: 0 auto;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .copyright-2 .copyright-content-area {
    max-width: 960px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright-2 .copyright-content-area {
    max-width: 720px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .copyright-2 .copyright-content-area {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .copyright-2 .copyright-content-area {
    max-width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .copyright-2 {
    padding-inline-start: 9%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .copyright-2 {
    padding-inline-start: 6%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .copyright-2 {
    padding-inline-start: 5%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .copyright-2 {
    padding-inline-start: 0;
  }
}

.footer-copyright-area-2 {
  position: relative;
}

.footer-copyright-area-2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 63.8%;
  height: 1px;
  background: var(--tj-color-border-1);
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
  .footer-copyright-area-2::before {
    width: 66.5%;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .footer-copyright-area-2::before {
    width: 68.8%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .footer-copyright-area-2::before {
    width: 100%;
  }
}

/* !END: Footer CSS */
/* START: Back to Top CSS */
.back-to-top-wrapper {
  position: fixed;
  right: 20px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 25px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.back-to-top-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 120px;
}

@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) {
  .back-to-top-wrapper {
    right: 15px;
  }

  .back-to-top-wrapper.back-to-top-btn-show {
    bottom: 115px;
  }
}

.back-to-top-btn {
  display: inline-flex;
  width: 40px;
  height: 140px;
  text-align: center;
  background: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  border-radius: 25px;
  transition: all, 0.3s;
  line-height: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.back-to-top-btn i {
  margin-top: 10px;
  margin-bottom: 10px;
}

.back-to-top-btn span {
  rotate: 90deg;
  margin-bottom: 30px;
  display: inline-block;
  font-weight: var(--tj-fw-bold);
  text-transform: uppercase;
  margin-top: 25px;
  letter-spacing: -0.03em;
}

.back-to-top-btn:hover {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* !END: back to top CSS */

/* START: Progress Bar CSS */
.tj-progress {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 8px;
  background: var(--tj-color-theme-bg-2);
  position: relative;
  border-radius: 0;
  z-index: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-progress {
    height: 6px;
  }
}

.tj-progress__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
  list-style: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-progress__list {
    margin-top: 20px;
    gap: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-progress__list {
    margin-top: 20px;
    gap: 16px;
  }
}

.tj-progress__list.style-2 .tj-progress__title {
  color: var(--tj-color-common-white);
}

.tj-progress__list.style-2 .tj-progress {
  background: rgba(247, 247, 247, 0.2);
}

.tj-progress__title {
  font-size: 16px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-progress__title {
    font-size: 15px;
  }
}

.tj-progress__bar {
  width: 0;
  height: 100%;
  background: var(--tj-color-theme-primary);
  position: relative;
  z-index: 1;
  border-radius: 0;
}

.tj-progress__bar::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 4px solid var(--tj-color-theme-primary);
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(3px, -50%);
  background: var(--tj-color-common-white);
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-progress__bar::after {
    width: 16px;
    height: 16px;
    border-width: 4px;
  }
}

.tj-progress__perchant {
  font-size: 12px;
  padding: 5px 7px 4px;
  line-height: 1;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 100%;
  transform: translate(11px, -13px);
  color: var(--tj-color-common-white) !important;
  background: var(--tj-color-theme-primary);
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-progress__perchant {
    font-size: 10px;
    padding: 4px 3px 4px 5px;
    transform: translate(9px, -11px);
  }
}

.tj-progress__perchant::after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: var(--tj-color-theme-primary);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-progress__perchant::after {
    border-width: 4px;
  }
}

/* !END: Progress Bar CSS */
/* START: Page Header CSS */
.tj-page-header {
  padding-top: 287px;
  padding-bottom: 170px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--tj-color-theme-dark);
  position: relative;
  overflow: hidden;
  z-index: 2;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-page-header {
    padding-top: 230px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-page-header {
    padding-top: 210px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-page-header {
    padding-top: 210px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-page-header {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}

.tj-page-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(5, 18, 41, 0.8);
}

.tj-page-title {
  color: var(--tj-color-common-white);
  font-size: 48px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-page-title {
    font-size: 42px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-page-title {
    font-size: 36px;
  }
}

.tj-page-link {
  margin-top: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  border-radius: 50px;
  background: rgba(247, 247, 247, 0.1);
  padding: 8px 15px;
  z-index: 2;
}

.tj-page-link span {
  color: var(--tj-color-common-white);
  font-size: 16px;
  position: relative;
  display: inline-block;
  line-height: 1;
}

.tj-page-link span a:hover span {
  color: var(--tj-color-theme-primary);
}

/* !END: Page Header CSS */
/* START: Hero CSS */
.tj-hero-section {
  position: relative;
  padding-top: 170px;
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
}

.tj-hero-section::before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 40px;
  mask-image: url(../images/shapes/h1-hero-shapes.svg);
  background: var(--tj-color-common-white);
  mask-repeat: no-repeat;
  mask-position: center bottom;
  mask-size: contain;
  z-index: 2;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-section {
    padding-top: 235px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-hero-section {
    padding-top: 190px;
  }
}

.tj-hero-section-two {
  padding-top: 80px;
  background: var(--tj-color-common-white);
  position: relative;
  z-index: 2;
}
.tj-hero-section-two::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}

.tj-hero-section-two::after {
  position: absolute;
  content: "";
  top: -15%;
  right: -10%;
  width: 520px;
  height: 520px;
  /* background: var(--tj-color-theme-primary); */
  border-radius: 50%;
  filter: blur(180px);
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-section-two::after {
    width: 375px;
    height: 375px;
    filter: blur(130px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-hero-section-two::after {
    right: -20%;
    width: 310px;
    height: 310px;
    filter: blur(100px);
  }
}

.tj-hero-section-two .hero_shapes {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 300px;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section-two .hero_shapes {
    max-width: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-section-two .hero_shapes {
    max-width: 200px;
    right: -75px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-hero-section-two .hero_shapes {
    max-width: 200px;
    right: -80px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-hero-section-two {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-hero-section-two {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-hero-section-two {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}

.hero-wrapper-two {
  position: relative;
  z-index: 1;
}

.hero-wrapper-two .shape-1 {
  position: absolute;
  bottom: -50px;
  left: -45px;
  max-width: 30px;
  width: 100%;
  z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-wrapper-two .shape-1 {
    left: -20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-wrapper-two .shape-1 {
    left: -15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-wrapper-two {
    margin-bottom: 100px;
  }
}

.hero-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-wrapper {
    gap: 50px;
  }
}

.hero-content-two {
  position: relative;
  max-width: 100vw;
  width: 100%;
  z-index: 2;
}

.hero-content-two .hero-title {
  letter-spacing: -0.025em;
  margin-bottom: 0;
  line-height: 1;
}

.hero-content-two .hero-title span {
  color: var(--tj-color-theme-primary);
}

.hero-content-two .desc {
  position: absolute;
  bottom: -55px;
  left: 52%;
  padding-left: 15px;
  max-width: 325px;
  width: 100%;
  font-size: 18px;
  margin-left: auto;
}

.hero-content-two .desc p:last-child {
  margin-bottom: 0;
}

.hero-content-two .desc span {
  display: inline-block;
  max-width: 12px;
  width: 100%;
  position: absolute;
  top: -14px;
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-content-two .desc span {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content-two .desc {
    left: 67%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-content-two .desc {
    margin-top: 30px;
    padding-left: 0;
    position: unset;
    max-width: 100%;
  }
}

.hero-content {
  max-width: 665px;
  width: 100%;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

.hero-content .hero-title {
  color: var(--tj-color-common-white);
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-content .hero-title .active-color {
  color: var(--tj-color-theme-primary);
}

.hero-content .desc {
  font-size: 18px;
  color: var(--tj-color-common-white-2);
  font-weight: var(--tj-fw-regular);
  max-width: 530px;
  width: 100%;
  line-height: 1.5;
}

.hero-content .desc p:last-child {
  margin-bottom: 0;
}

.hero-content .hero-button {
  margin-top: 40px;
  background-color: var(--tj-color-common-white);
}

.hero-content .hero-button .btn_text {
  color: var(--tj-color-heading-primary);
}

.hero-content .hero-shapes-1 {
  position: absolute;
  top: -30px;
  left: -25%;
  z-index: -1;
  max-width: 265px;
  width: 100%;
  opacity: 0.4;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-content .hero-shapes-1 {
    top: -135px;
    right: -10%;
    left: auto;
    max-width: 230px;
  }
}

.hero-content .hero-shapes-1 img {
  width: 100%;
  mix-blend-mode: luminosity;
}

.hero-content .hero-shapes-2 {
  position: absolute;
  position: absolute;
  right: 75px;
  bottom: 30%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-content .hero-shapes-2 {
    right: 35px;
    bottom: 10%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-content {
    padding-left: 65px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-content {
    max-width: 460px;
    padding-left: 40px;
    padding-top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-content {
    max-width: 100%;
    padding-left: 0px;
    padding-top: 0px;
  }

  .hero-content .hero-buuton {
    margin-top: 25px;
  }
}

.hero-images-box {
  position: relative;
  max-width: 610px;
  width: 100%;
  margin-left: auto;
  z-index: 1;
}

.hero-images-box img {
  width: 100%;
}

.hero-images-box .images-shapes {
  position: absolute;
  top: -30px;
  right: -78px;
  z-index: -1;
  opacity: 0.3;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-images-box {
    max-width: 430px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-images-box {
    max-width: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-images-box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-images-box-two {
  position: relative;
  max-width: 1800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -150px;
}


.hero-images-box-two img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-images-box-two .hero-button {
  position: absolute;
  top: -35px;
  right: 22%;
  z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-images-box-two .hero-button {
    right: 15%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-images-box-two .hero-button {
    right: 10%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-images-box-two .hero-button {
    right: 15%;
  }
}

.hero-images-box-two .hero-button::before {
  position: absolute;
  content: "";
  width: 196px;
  height: 196px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--tj-color-theme-bg);
  border-radius: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-images-box-two .hero-button::before {
    width: 130px;
    height: 130px;
  }
}

.hero-images-box-two .hero-button .hero-btn {
  position: relative;
  z-index: 1;
}

.hero-images-box-two .hero-button .hero-btn::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47%);
  background: var(--tj-color-theme-dark);
  border-radius: 50%;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-images-box-two .hero-button .hero-btn::before {
    width: 110px;
    height: 110px;
  }
}

.hero-images-box-two .hero-button .hero-btn::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/shapes/h3-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  animation: rotateImg-two 10s infinite linear;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-images-box-two .hero-button .hero-btn::after {
    width: 90px;
    height: 90px;
  }
}

.hero-images-box-two .hero-button .hero-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 20px;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  border-radius: 50%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .hero-images-box-two .hero-button .hero-btn span {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}

.hero-circle {
  position: absolute;
  max-width: 150px;
  width: 100%;
  height: 130px;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  mask-image: url(../images/shapes/h1-hero-video.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: var(--tj-color-theme-dark);
  mask-position: center;
  z-index: 1;
}

.hero-circle .circle-wrap {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-circle .circle-wrap .rotate-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  animation: rotateImg 10s infinite linear;
}

.hero-circle .circle-wrap .rotate-image textPath {
  fill: var(--tj-color-common-white);
}

.hero-circle .circle-wrap .circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  border-radius: 50%;
  text-decoration: none;
  line-height: 1;
  z-index: 5;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-circle {
    height: 115px;
    max-width: 132px;
  }

  .hero-circle .circle-wrap {
    width: 90px;
    height: 90px;
    right: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-circle {
    height: 115px;
    max-width: 132px;
  }

  .hero-circle .circle-wrap {
    width: 90px;
    height: 90px;
    right: 12px;
  }
}

@media (max-width: 575px) {
  .hero-circle {
    height: 100px;
    max-width: 115px;
  }

  .hero-circle .circle-wrap {
    width: 80px;
    height: 80px;
    right: 10px;
  }

  .hero-circle .circle-wrap .circle {
    width: 45px;
    height: 45px;
  }
}

.hero_scroll {
  position: absolute;
  left: 15px;
  bottom: 100px;
  border: 1px solid var(--tj-color-border-1);
  transform: rotate(-90deg);
  border-radius: 70px;
  padding: 6px 20px;
  z-index: 2;
}

.hero_scroll .down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 18px;
  color: var(--tj-color-border-2);
  text-decoration: none;
  font-weight: var(--tj-fw-bold);
  text-transform: uppercase;
}

.hero_scroll .down span {
  transform: rotate(90deg);
}

.hero_scroll .down span i {
  display: inline-flex;
  line-height: 1;
  animation: jump-arrow 2.5s infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero_scroll {
    left: -6px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero_scroll {
    left: -35px;
  }
}

/* !END: Hero CSS */
/* START: Feature CSS */
.tj-feature-section .sec-heading {
  max-width: 585px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.tj-feature-section .sec-heading .desc p:last-child {
  margin-bottom: 0;
}

.tj-feature-section-two {
  position: relative;
  z-index: 2;
}

.tj-feature-section-two .sec-heading {
  max-width: 500px;
  width: 100%;
  margin-left: 0;
  margin-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-feature-section-two .sec-heading .sec-title {
    color: var(--tj-color-common-white);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-feature-section-two .sec-heading {
    margin-bottom: 40px;
  }
}

.tj-feature-section-two .feature-bg-images {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 1050px;
  width: 100%;
  height: calc(100% - 120px);
  z-index: -1;
}

.tj-feature-section-two .feature-bg-images img {
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tj-feature-section-two .feature-bg-images {
    max-width: 850px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-feature-section-two .feature-bg-images {
    max-width: 790px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-feature-section-two .feature-bg-images {
    max-width: 100%;
    height: 100%;
  }
}

.feature-item {
  border: 1px solid var(--tj-color-border-2);
  padding: 40px 30px;
  background-color: var(--tj-color-common-white);
  background: white;
  border-radius: 15px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  padding-bottom: 15px;
}

.home-about-count-box h4 {
  font-weight: 700;
  font-size: 30px;
}

.feature-item .feature-icon {
  max-width: 80px;
  width: 100%;
  margin-bottom: 35px;
}

.feature-item .feature-content .title {
  margin-bottom: 20px;
  letter-spacing: -0.025em;
}

.feature-item .feature-content .desc {
  line-height: 1.5;
}

.feature-item .feature-content .desc p:last-child {
  margin-bottom: 0;
}

.feature-item:hover .feature-icon {
  animation: wobble-horizontal-hover 1s ease-in-out 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .feature-item {
    padding: 35px 15px;
  }
}

/* !END: Feature CSS */
/* START: About CSS */
.tj-about-section {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  z-index: 1;
}

.tj-about-section::before {
  position: absolute;
  content: "";
  width: 97%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0 0 410px 0;
  background: var(--tj-color-theme-bg);
  z-index: -1;
}

.tj-about-section .sec-heading {
  margin-bottom: 0px;
}

.tj-about-section .about-bg-images .about-shape-1 {
  position: absolute;
  max-width: 745px;
  width: 100%;
  height: 676px;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  mask-image: url(../images/shapes/about-mark-1.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background: var(--tj-color-common-white);
  mask-position: center;
}

.tj-about-section .about-bg-images .about-shape-1 img {
  height: 100%;
  object-fit: contain;
  max-width: 97%;
}

.tj-about-section .about-bg-images .about-shape-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 187px;
  width: 100%;
  height: 185px;
  position: absolute;
  top: -1px;
  left: 35%;
  mask-image: url(../images/shapes/about-mark-2.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  background: var(--tj-color-common-white);
  mask-position: center;
}

.tj-about-section .about-bg-images .about-shape-2 img {
  max-width: 74%;
  margin-top: 20px;
}

.tj-about-section .about-bg-images .about-shape-3 {
  position: absolute;
  left: 42%;
  bottom: 135px;
  max-width: 42px;
  width: 100%;
  z-index: -1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .tj-about-section .about-bg-images .about-shape-1 {
    max-width: 660px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-about-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tj-about-section .about-bg-images .about-shape-1 {
    max-width: 565px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-about-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tj-about-section::before {
    width: 100%;
    border-radius: 0 0 300px 0;
  }

  .tj-about-section .about-bg-images .about-shape-1 {
    max-width: 475px;
  }

  .tj-about-section .about-bg-images .about-shape-2 {
    left: 28%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tj-about-section::before {
    width: 100%;
    border-radius: 0px;
  }

  .tj-about-section .sec-heading .sec-title {
    margin-bottom: 15px;
  }

  .tj-about-section .about-bg-images .about-shape-2,
  .tj-about-section .about-bg-images .about-shape-1 {
    display: none;
  }
}

.tj-about-section-two {
  background-color: var(--tj-color-theme-bg);
}

.about-wrapper-two {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .about-wrapper-two {
    column-gap: 80px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper-two {
    column-gap: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper-two {
    column-gap: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-wrapper-two {
    flex-direction: column-reverse;
    row-gap: 50px;
  }
}

.about-wrapper-two .about_images {
  position: absolute;
  bottom: 0;
  right: -75px;
  max-width: 200px;
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 12%, 12% 0);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-wrapper-two .about_images {
    right: -20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
  .about-wrapper-two .about_images {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about-wrapper-two .about_images {
    right: 0;
    bottom: unset;
    top: 25%;
    max-width: 130px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-wrapper-two .about_images {
    top: 22%;
  }
}

.about-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .about-wrapper {
    justify-content: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-wrapper {
    gap: 40px;
  }
}

.about-left-content .desc {
  max-width: 540px;
  width: 100%;
  margin-bottom: 30px;
}

.about-left-content .desc p:last-child {
  margin-bottom: 0;
}

.about-feature-item {
  display: flex;
  max-width: 570px;
  width: 100%;
  border-top: 1px solid var(--tj-color-border-2);
}

.about-feature-item .feature-box {
  padding-top: 30px;
  padding-right: 56px;
  margin-right: 44px;
  border-right: 1px solid var(--tj-color-border-2);
}

.about-feature-item .feature-box:last-child {
  border-right: none;
}

.about-feature-item .about-button {
  margin-top: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .about-feature-item .feature-box {
    padding-right: 35px;
    margin-right: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-feature-item .feature-box {
    padding-right: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  .about-feature-item {
    max-width: 415px;
  }

  .about-feature-item .feature-box {
    padding-right: 10px;
    margin-right: 10px;
  }

  .about-feature-item .feature-box .client-experience .funfact-item-one .number {
    font-size: 40px;
  }

  .about-feature-item .feature-box .client-experience .funfact-item-one .sub-title {
    font-size: 14px;
  }
}

.check-list-one ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list-one ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  font-family: var(--tj-ff-heading);
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}

.check-list-one ul li:last-child {
  margin-bottom: 0;
}

.check-list-one ul li i {
  font-size: 22px;
  margin-top: 2px;
  color: var(--tj-color-theme-primary);
}

.client-experience .images-thumb {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}

.client-experience .images-thumb li {
  position: relative;
  max-width: 50px;
  width: 100%;
  background-color: var(--tj-color-common-white);
  border-radius: 50%;
  margin-left: -18px;
  z-index: 2;
}

.client-experience .images-thumb li:first-child {
  margin-left: 0;
}

.client-experience .images-thumb li img {
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  padding: 3px;
  filter: grayscale(1);
}

.client-experience .images-thumb li.plus {
  background-color: var(--tj-color-common-white);
  padding: 3px;
  max-width: 50px;
  width: 100%;
}

.client-experience .images-thumb li.plus i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  font-size: 13px;
  line-height: 1;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-dark);
  border-radius: 50%;
}

.funfact-item-one .number {
  display: flex;
  align-items: center;
  font-size: 48px;
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  line-height: 1;
  font-family: var(--tj-ff-heading);
}

.funfact-item-one .number .odometer {
  font-family: var(--tj-ff-heading);
  line-height: 1;
}

.funfact-item-one .sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
}

.about-images-group-one {
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.about-images-group-one .about-author {
  display: flex;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  backdrop-filter: blur(35px);
  background: rgba(247, 247, 247, 0.1);
  max-width: 360px;
  width: 100%;
  padding: 20px 25px;
}

.about-images-group-one .about-author .signature {
  border-right: 1px solid rgba(247, 247, 247, 0.2);
  padding-right: 20px;
  margin-right: 20px;
}

.about-images-group-one .about-author .author-name .title {
  color: var(--tj-color-common-white);
  margin-bottom: 0;
  letter-spacing: -0.04em;
}

.about-images-group-one .about-author .author-name .sub-title {
  display: inline-block;
  font-size: 14px;
  color: var(--tj-color-common-white-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-images-group-one {
    max-width: 370px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-images-group-one {
    max-width: 330px;
  }

  .about-images-group-one .about-author {
    max-width: 318px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-images-group-one {
    order: 1;
    max-width: 100%;
  }

  .about-images-group-one img {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .about-images-group-one {
    order: 1;
    max-width: 100%;
  }

  .about-images-group-one img {
    width: 100%;
  }

  .about-images-group-one .about-author {
    max-width: 310px;
  }
}

.about-images-group-two {
  max-width: 467px;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-images-group-two {
    max-width: 440px;
  }
}

.about-images-group-two img {
  clip-path: polygon(0 0, 94% 0%, 100% 6%, 100% 100%, 0 100%);
}

.about-video-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(17.5px);
  max-width: 240px;
  padding: 45px 30px 35px;
  width: 100%;
}

@media (max-width: 575px) {
  .about-video-box {
    padding: 30px;
  }
}

.about-video-box .sub-title {
  display: inline-block;
  color: var(--tj-color-common-black-3);
  margin-bottom: 6px;
}

.about-video-box .title {
  color: var(--tj-color-common-white);
  letter-spacing: -0.04em;
  margin-bottom: 0;
}

.about-video-box .video-box .video-popup {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  line-height: 1;
  color: var(--tj-color-common-white);
  background: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(17.5px);
  border-radius: 50%;
  margin-bottom: 30px;
  animation: pulse-two 2s ease infinite;
}

.about-video-box .video-box .video-popup::before {
  position: absolute;
  content: "";
  width: 90px;
  height: 90px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(17.5px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: none;
}

.about-content-two {
  max-width: 435px;
  width: 100%;
  padding-left: 40px;
}

.about-content-two .sec-heading {
  margin-bottom: 0;
}

.about-content-two .sec-heading .sec-title {
  letter-spacing: -0.025em;
  margin-bottom: 0;
}

.about-content-two .sec-heading .desc {
  margin-top: 15px;
}

.about-content-two .sec-heading .desc p:last-child {
  margin-bottom: 0;
}

.about-content-two .sec-heading .about-feature-item {
  padding-top: 35px;
  border-top: none;
}

.about-content-two .sec-heading .about-feature-item .feature-box {
  padding-top: 0px;
  padding-right: 0px;
  margin-right: 0px;
}

.about-content-two .sec-heading .about-button {
  margin-top: 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .about-content-two {
    max-width: 390px;
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-two {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-two {
    max-width: 325px;
    padding-left: 0;
  }

  .about-content-two .sec-heading .about-feature-item {
    padding-top: 20px;
  }

  .about-content-two .sec-heading .about-button {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .about-content-two {
    max-width: 100%;
    padding-left: 0;
  }

  .about-content-two .sec-heading .about-feature-item {
    padding-top: 20px;
  }

  .about-content-two .sec-heading .about-button {
    margin-top: 25px;
  }
}

.about-content-three {
  position: relative;
  max-width: 510px;
  width: 100%;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-three {
    max-width: 465px;
  }
}

.about-content-three .sec-heading {
  margin-bottom: 0;
}

.about-content-three .sec-heading .sec-title {
  letter-spacing: -0.025em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-three .sec-heading .sec-title {
    font-size: 40px;
  }
}

.about-content-three .sec-heading .desc p:last-child {
  margin-bottom: 0;
}

.about-content-three .sec-heading .check-list-one {
  margin-top: 30px;
}

.about-content-three .sec-heading .about-button {
  margin-top: 35px;
}

.about-content-three .about-shapes {
  position: absolute;
  bottom: -15px;
  right: 25%;
  max-width: 28px;
  width: 100%;
  z-index: -1;
}

.funfact-item-two {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 435px;
  mask-image: url(../images/shapes/h2-counter-shapes.svg);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  background-color: var(--tj-color-common-white);
}

.funfact-item-two .funfact-box {
  max-width: 250px;
  width: 100%;
}

.funfact-item-two .number {
  display: flex;
  font-size: 60px;
  color: var(--tj-color-theme-primary);
  font-weight: var(--tj-fw-medium);
  line-height: 1;
}

.funfact-item-two .number span {
  font-family: var(--tj-ff-heading);
  font-size: 156px;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
  color: var(--tj-color-theme-primary);
}

.funfact-item-two .sub-title {
  margin-top: -30px;
  display: inline-block;
  line-height: 1.5;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .funfact-item-two {
    max-width: 295px;
    height: 295px;
  }

  .funfact-item-two .funfact-box {
    max-width: 224px;
    text-align: center;
  }

  .funfact-item-two .number {
    font-size: 50px;
    justify-content: center;
  }

  .funfact-item-two .number span {
    font-size: 95px;
  }

  .funfact-item-two .sub-title {
    margin-top: -10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-item-two {
    max-width: 340px;
    height: 350px;
  }

  .funfact-item-two .funfact-box {
    text-align: center;
  }

  .funfact-item-two .number {
    justify-content: center;
  }

  .funfact-item-two .number span {
    font-size: 110px;
  }

  .funfact-item-two .sub-title {
    margin-top: -10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .funfact-item-two {
    order: 2;
    max-width: 350px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .funfact-item-two .funfact-box {
    text-align: center;
  }

  .funfact-item-two .number {
    justify-content: center;
  }

  .funfact-item-two .number span {
    font-size: 110px;
  }

  .funfact-item-two .sub-title {
    margin-top: -10px;
  }
}

@media (max-width: 575px) {
  .funfact-item-two {
    order: 2;
    max-width: 325px;
    height: 325px;
    margin-left: auto;
    margin-right: auto;
  }

  .funfact-item-two .funfact-box {
    text-align: center;
  }

  .funfact-item-two .number {
    justify-content: center;
  }

  .funfact-item-two .number span {
    font-size: 85px;
  }

  .funfact-item-two .sub-title {
    margin-top: -10px;
  }
}

/* !END: About CSS */

/* START: Blog CSS */
.under-line a:hover {
  color: var(--tj-color-theme-primary);
}


.tj-blog-section-three .sec-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.tj-blog-section-three .sec-heading .sec-text .sec-title {
  margin-bottom: 0;
}

.blog-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(50% - 15px), 1fr));
  grid-gap: 30px;
  justify-content: center;
}

.blog-wrapper .blog-item:first-child {
  grid-row: 1/4;
  flex-direction: column;
  align-items: start;
  gap: 0;
}

.blog-wrapper .blog-item:first-child .blog-images {
  max-width: 100%;
  height: auto;
}

.blog-wrapper .blog-item:first-child .blog-content {
  width: 100%;
  padding: 20px 15px;
}

.blog-wrapper .blog-item:first-child .blog-content .blog-title {
  font-size: 32px;
}

.blog-wrapper .blog-item:first-child .blog-content .desc {
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-wrapper {
    grid-template-columns: 696px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrapper {
    grid-template-columns: 516px;
  }

  .blog-wrapper .blog-item:first-child .blog-content {
    padding: 20px 0;
  }
}

@media (max-width: 575px) {
  .blog-wrapper {
    grid-template-columns: 100%;
  }

  .blog-wrapper .blog-item:first-child .blog-content {
    padding: 20px 0 10px 0;
  }

  .blog-wrapper .blog-item:first-child .blog-content .blog-title {
    font-size: 24px;
  }
}

.blog-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--tj-color-theme-bg);
  padding: 15px;
  gap: 15px;
}

.blog-item .blog-images {
  display: inline-flex;
  max-width: 185px;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.blog-item .blog-images a {
  height: 100%;
  display: inline-flex;
  width: 100%;
}

.blog-item .blog-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-item .blog-content {
  width: calc(100% - 200px);
}

.blog-item .blog-content .blog-meta {
  margin-bottom: 15px;
}

.blog-item .blog-content .blog-title {
  margin: 0;
  font-size: 24px;
  letter-spacing: -2.5%;
}

.blog-item .blog-content .blog-title a:hover {
  color: var(--tj-color-theme-primary);
  background-size: 100% 1px;
}

.blog-item .blog-content .desc {
  margin-top: 15px;
  display: none;
}

.blog-item .blog-content .blog-button {
  margin-top: 20px;
}

.blog-item:is(:hover, :focus) .blog-images img {
  transform: scale(1.12);
}

.blog-item:not(:first-child) .blog-content .blog-meta ul li:not(:first-child) {
  display: none;
}

.blog-item:not(:first-child) .blog-content .blog-meta ul li:not(:first-child)::after {
  display: none;
}

.blog-item:not(:first-child) .blog-content .blog-meta.meta-2 {
  margin-top: 30px;
}

.blog-item:not(:first-child) .blog-content .blog-meta.meta-2 ul li {
  display: inline-flex;
}

.blog-item:not(:first-child) .blog-content .blog-meta.meta-2 ul li::after {
  display: inline-block;
}

.blog-item:not(:first-child) .blog-content .blog-button {
  display: none;
}

.blog-item:first-child .blog-content .blog-meta.meta-2 {
  display: none;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .blog-item {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }

  .blog-item .blog-images {
    max-width: 100%;
    height: auto;
  }

  .blog-item .blog-content {
    width: 100%;
    padding: 20px 0;
  }

  .blog-item .blog-content .blog-title {
    font-size: 32px;
  }

  .blog-item:not(:first-child) .blog-content .blog-meta ul li:last-child,
  .blog-item:not(:first-child) .blog-content .blog-meta ul li::after {
    display: inline-flex;
  }
}

@media (max-width: 575px) {
  .blog-item .blog-content {
    width: 100%;
    padding: 20px 0 10px 0;
  }

  .blog-item .blog-content .blog-meta {
    margin-bottom: 15px;
  }

  .blog-item .blog-content .blog-title {
    font-size: 24px;
  }

  .blog-item .blog-content .desc {
    margin-top: 20px;
  }

  .blog-item .blog-content .blog-button {
    margin-top: 25px;
  }
}

.blog-style-2 .blog-images {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-style-2 .blog-images .blog-date {
  position: absolute;
  right: 15px;
  bottom: 15px;
  background: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(35px);
  padding: 20px;
  text-align: center;
}

.blog-style-2 .blog-images .blog-date .date {
  display: block;
  font-family: var(--tj-ff-heading);
  font-size: 32px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.03em;
  margin-bottom: 8px;
  line-height: 1;
}

.blog-style-2 .blog-images .blog-date .month {
  display: block;
  font-size: 14px;
  color: var(--tj-color-common-white-2);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  line-height: 1;
}

.blog-style-2 .blog-content {
  border: 1px solid var(--tj-color-border-2);
  margin-top: -1px;
  padding: 20px 30px 30px;
}

.blog-style-2 .blog-content .blog-two-meta {
  margin-bottom: 15px;
}

.blog-style-2 .blog-content .title {
  letter-spacing: -0.025em;
  margin-bottom: 15px;
  line-height: 1.3;
}

.blog-style-2 .blog-content .desc p:last-child {
  margin-bottom: 0;
}

.blog-style-2 .blog-content .blog-button {
  margin-top: 20px;
}

.blog-style-2:is(:hover, :focus) .blog-images img {
  transform: scale(1.12);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 575px) {
  .blog-style-2 .blog-content {
    padding: 20px 15px 25px;
  }
}

.blog-style-3 .blog-images {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.blog-style-3 .blog-images a {
  display: inline-block;
}

.blog-style-3 .blog-images .blog_category {
  position: absolute;
  top: 15px;
  left: 15px;
}

.blog-style-3 .blog-content {
  background: var(--tj-color-theme-bg);
  padding: 25px 30px 30px;
}

.blog-style-3 .blog-content .blog-three-meta {
  margin-bottom: 15px;
}

.blog-style-3 .blog-content .title {
  letter-spacing: -0.025em;
  margin-bottom: 15px;
}

.blog-style-3 .blog-content .desc p:last-child {
  margin-bottom: 0;
}

.blog-style-3 .blog-content .blog-button {
  margin-top: 20px;
}

.blog-style-3:is(:hover, :focus) .blog-images img {
  transform: scale(1.12);
}

.blog_category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}

.blog_category ul li a {
  display: inline-block;
  font-size: 14px;
  color: var(--tj-color-common-white-2);
  background: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(35px);
  border-radius: 40px;
  padding: 6px 10px;
  line-height: 1;
}

.blog_category ul li a:hover {
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
}

.blog-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.blog-meta ul li {
  display: inline-flex;
  position: relative;
  font-size: 14px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-black-2);
  z-index: 1;
}

.blog-meta ul li a {
  color: inherit;
  font-size: inherit;
}

.blog-meta ul li a:hover {
  color: var(--tj-color-theme-primary);
}

.blog-meta ul li:not(:last-child, .category) {
  padding-right: 12px;
}

.blog-meta ul li:not(:last-child, .category)::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--tj-color-common-white-2);
}

.blog-meta ul li.category a {
  display: inline-flex;
  font-size: 14px;
  line-height: 1;
  font-weight: var(--tj-fw-regular);
  background-color: transparent;
  border: 1px solid var(--tj-color-border-2);
  color: var(--tj-color-common-black-2);
  padding: 5px 10px;
  border-radius: 40px;
}

.blog-meta ul li.category a:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}

.blog-two-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.blog-two-meta ul li {
  font-size: 14px;
  color: var(--tj-color-common-black-2);
}

.blog-two-meta ul li .meta-link {
  display: inline-block;
  font-size: 14px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-black-2);
  border: 1px solid var(--tj-color-border-2);
  border-radius: 40px;
  padding: 5px 10px;
  line-height: 1;
}

.blog-two-meta ul li .meta-link:is(:hover, :focus) {
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}

.blog-three-meta {
  position: relative;
  padding-left: 52px;
  z-index: 1;
}

.blog-three-meta::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 40px;
  height: 1px;
  transform: translateY(-50%);
  background: var(--tj-color-common-white-2);
}

.blog-three-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-three-meta ul li {
  position: relative;
  font-size: 14px;
  color: var(--tj-color-common-black-2);
  padding-right: 12px;
  margin-right: 8px;
  z-index: 1;
}

.blog-three-meta ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: var(--tj-color-common-black-2);
  border-radius: 50%;
}

.blog-three-meta ul li:last-child::before {
  display: none;
}

.tj-post-wrapper {
  padding-inline-end: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-post-wrapper {
    padding-inline-end: 0;
  }
}

.tj-post-item {
  border: 1px solid var(--tj-color-border-2);
  background-color: var(--tj-color-common-white);
}

.tj-post-item:not(:last-child) {
  margin-bottom: 30px;
}

.tj-post-item:hover .tj-post-thumb img {
  transform: scale(1.12);
}

.tj-post-thumb {
  position: relative;
  overflow: hidden;
}

.tj-post-thumb a.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  font-size: 20px;
  color: var(--tj-color-theme-dark);
  background-color: var(--tj-color-common-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  animation: pulse 2s ease infinite;
}

.tj-post-date {
  position: absolute;
  top: 30px;
  left: 30px;
  background: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(35px);
  padding: 20px;
  text-align: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-post-date {
    top: 15px;
    left: 15px;
  }
}

.tj-post-date .date {
  display: block;
  font-family: var(--tj-ff-heading);
  font-size: 32px;
  color: var(--tj-color-common-white);
  font-weight: var(--tj-fw-sbold);
  letter-spacing: -0.03em;
  margin-bottom: 8px;
  line-height: 1;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-post-date .date {
    font-size: 18px;
  }
}

.tj-post-date .month {
  display: block;
  font-size: 14px;
  color: var(--tj-color-common-white-2);
  letter-spacing: 0.24em;
  text-transform: uppercase;
  line-height: 1;
}

.tj-post-content {
  padding: 30px;
}

.tj-post-title {
  margin-bottom: 0;
}

.tj-post-title:hover a {
  color: var(--tj-color-theme-primary);
}

.tj-post-meta {
  margin-bottom: 15px;
}

.tj-post-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.tj-post-meta ul li span,
.tj-post-meta ul li a {
  font-size: 14px;
}

.tj-post-meta ul li a {
  display: inline-block;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-black-2);
  border: 1px solid var(--tj-color-border-2);
  border-radius: 40px;
  padding: 5px 10px;
  line-height: 1;
}

.tj-post-meta ul li a.active,
.tj-post-meta ul li a:is(:hover, :focus) {
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
}

.tj-post-excerpt {
  margin-top: 15px;
}

.tj-post-btn {
  margin-top: 35px;
}

.blog-standard-slider .blog-navigation .slider-next,
.blog-standard-slider .blog-navigation .slider-prev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: var(--tj-color-common-white);
  background: var(--tj-color-theme-primary);
  border-radius: 50%;
  position: absolute;
  top: 44%;
  left: 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
}

.blog-standard-slider .blog-navigation .slider-next .anim-icon,
.blog-standard-slider .blog-navigation .slider-prev .anim-icon {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  transform: rotate(0deg);
}

.blog-standard-slider .blog-navigation .slider-next .anim-icon i,
.blog-standard-slider .blog-navigation .slider-prev .anim-icon i {
  color: var(--tj-color-common-white);
}

.blog-standard-slider .blog-navigation .slider-next .anim-icon i:first-child,
.blog-standard-slider .blog-navigation .slider-next .anim-icon i:last-child,
.blog-standard-slider .blog-navigation .slider-prev .anim-icon i:first-child,
.blog-standard-slider .blog-navigation .slider-prev .anim-icon i:last-child {
  position: relative;
  top: -1px;
  color: var(--tj-color-common-white);
  transition: all 0.4s ease-in-out 0s;
}

.blog-standard-slider .blog-navigation .slider-next .anim-icon i:last-child,
.blog-standard-slider .blog-navigation .slider-prev .anim-icon i:last-child {
  position: absolute;
  transform: translateX(150%);
}

.blog-standard-slider .blog-navigation .slider-next:hover,
.blog-standard-slider .blog-navigation .slider-prev:hover {
  color: var(--tj-color-heading-primary);
  background-color: var(--tj-color-theme-primary);
}

.blog-standard-slider .blog-navigation .slider-next:hover .anim-icon i:first-child,
.blog-standard-slider .blog-navigation .slider-prev:hover .anim-icon i:first-child {
  transform: translateX(-150%);
}

.blog-standard-slider .blog-navigation .slider-next:hover .anim-icon i:last-child,
.blog-standard-slider .blog-navigation .slider-prev:hover .anim-icon i:last-child {
  transform: translateX(0);
}

.blog-standard-slider .blog-navigation .slider-next {
  left: auto;
  right: 20px;
}

.blog-standard-slider .blog-navigation .slider-next .anim-icon i:last-child {
  transform: translateX(-150%);
}

.blog-standard-slider .blog-navigation .slider-next:hover .anim-icon i:first-child {
  transform: translateX(150%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {

  .blog-standard-slider .blog-navigation .slider-next,
  .blog-standard-slider .blog-navigation .slider-prev {
    top: 42%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

  .blog-standard-slider .blog-navigation .slider-next,
  .blog-standard-slider .blog-navigation .slider-prev {
    top: 40%;
  }
}

@media (max-width: 575px) {

  .blog-standard-slider .blog-navigation .slider-next,
  .blog-standard-slider .blog-navigation .slider-prev {
    width: 45px;
    height: 45px;
    top: 38%;
  }
}

.tj-pagination {
  margin-top: 50px;
}

.tj-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.tj-pagination ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid var(--tj-color-border-2);
  border-radius: 50%;
  font-weight: var(--tj-fw-sbold);
  color: var(--tj-color-heading-primary);
  font-size: 18px;
}

.tj-pagination ul li .page-numbers i {
  line-height: 1;
  color: var(--tj-color-heading-primary);
}

.tj-pagination ul li .page-numbers:hover,
.tj-pagination ul li .page-numbers.current {
  background-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
  border-color: var(--tj-color-theme-primary);
}

.tj-pagination ul li .page-numbers:hover i,
.tj-pagination ul li .page-numbers.current i {
  color: var(--tj-color-common-white);
}

/* !END: Blog CSS */
/* START: Blog Details CSS */
.tj-post-single-post {
  margin-bottom: 50px;
}

.tj-post-single-post .tj-post-thumb {
  margin-bottom: 25px;
}

.tj-post-single-post .tj-entry-content img {
  margin: 30px 0;
}

.tj-post-single-post .tj-post-title {
  margin-bottom: 25px;
}

.tj-post-single-post .tj-post-meta {
  margin-bottom: 30px;
}

.tj-check-list {
  margin-top: 35px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-check-list {
    margin-top: 25px;
  }
}

.tj-check-list h4 {
  margin-bottom: 20px;
}

.tj-check-list ul {
  list-style: none;
  padding-inline-start: 30px;
}

@media (max-width: 575px) {
  .tj-check-list ul {
    padding-inline-start: 0;
  }
}

.tj-check-list ul li {
  font-family: var(--tj-ff-heading);
  font-weight: 600;
  color: var(--tj-color-text-body);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.tj-check-list ul li i {
  font-size: 24px;
  color: var(--tj-color-theme-primary);
  margin-inline-end: 8px;
}

.blog-category-two {
  display: flex;
  align-items: center;
  border: 1px solid var(--tj-color-border-2);
  margin-bottom: 25px;
  margin-top: 25px;
  padding: 22px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-category-two {
    padding: 20px;
  }
}

.blog-category-two .category-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  border-right: 1px solid var(--tj-color-border-2);
  padding: 0 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-category-two .category-item {
    padding: 0 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-category-two .category-item {
    padding: 0 24px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-category-two .category-item {
    padding: 0 20px;
  }
}

.blog-category-two .category-item:first-child {
  padding-left: 0;
}

.blog-category-two .category-item:last-child {
  border-right: none;
  padding-right: 0;
}

.blog-category-two .category-item .cate-images {
  width: 52px;
  height: 52px;
}

.blog-category-two .category-item .cate-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.blog-category-two .category-item .cate-text .degination {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: var(--tj-color-text-body);
  margin-bottom: 10px;
}

.blog-category-two .category-item .cate-text .title:hover a {
  color: var(--tj-color-theme-primary);
}

.blog-category-two .category-item .cate-text h6 {
  margin-bottom: 0;
}

.blog-category-two .category-item .cate-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 52px;
  height: 52px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
  background-color: var(--tj-color-theme-bg-2);
  border-radius: 50%;
}

.blog-category-two .category-item .text {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .blog-category-two {
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .blog-category-two .category-item {
    padding: 0;
    padding-bottom: 15px;
    border-right: 0;
    border-bottom: 1px solid var(--tj-color-border-2);
    width: 100%;
  }

  .blog-category-two .category-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .blog-category-two .category-item .cate-text .degination {
    margin-bottom: 6px;
  }
}

blockquote {
  margin: 30px 0px !important;
  padding: 30px;
  padding-inline-start: 110px;
  color: var(--tj-color-theme-dark);
  position: relative;
  background: var(--tj-color-theme-bg);
  font-style: normal;
  text-align: left;
  clear: both;
  font-weight: 400;
  border: 1px solid var(--tj-color-theme-bg);
  font-size: 26px;
  line-height: 38px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  blockquote {
    font-size: 18px;
    line-height: 28px;
  }
}

blockquote::before {
  content: "\e90e";
  position: absolute;
  left: 30px;
  top: 30px;
  font-family: "solvior-icons" !important;
  font-size: 64px;
  color: var(--tj-color-theme-primary);
  line-height: 1;
  display: inline-block;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote cite {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  color: var(--tj-color-common-black-2);
  font-style: inherit;
  font-weight: 400;
  text-align: end;
}

blockquote cite::before {
  content: "";
  display: inline-block;
  background: var(--tj-color-common-black-3);
  height: 1px;
  width: 40px;
  top: -4px;
  margin-right: 10px;
  position: relative;
}

.tj-post-details_tags_share {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: start;
  justify-content: space-between;
  border-top: 1px solid var(--tj-color-border-2);
  border-bottom: 1px solid var(--tj-color-border-2);
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.tj-post-details_tags_share .tag__title {
  display: inline-block;
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-bold);
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
}

.tj-post-details_tags_share .tagcloud {
  width: calc(100% - 238px);
}

.tj-post-details_tags_share .tagcloud a {
  font-size: 16px !important;
}

.tj-post-details_tags_share .tj-socials_share {
  max-width: 208px;
  width: 100%;
  margin-top: 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.tj-post-details_tags_share .tj-socials_share a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  color: var(--tj-color-common-white);
  background-color: #aeb2b9;
  font-size: 16px;
  line-height: 1;
  border-radius: 50%;
}

.tj-post-details_tags_share .tj-socials_share a:hover {
  background-color: var(--tj-color-theme-primary);
}

.tj-post-details_tags_share.no-social-share .tagcloud {
  width: 100%;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-post-details_tags_share .tagcloud {
    width: 100%;
  }
}

.tj-post__navigation {
  padding: 20px 30px;
  border: 1px solid var(--tj-color-border-2);
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.tj-post__navigation .tj-nav-post__nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-bold);
}

.tj-post__navigation .tj-nav-post__nav a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--tj-color-theme-bg);
  font-size: 24px;
  line-height: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.tj-post__navigation .tj-nav-post__nav a span i {
  color: var(--tj-color-theme-primary);
}

.tj-post__navigation .tj-nav-post__nav a:hover span {
  background-color: var(--tj-color-theme-primary);
}

.tj-post__navigation .tj-nav-post__nav a:hover span i {
  color: var(--tj-color-common-white);
}

.tj-post__navigation .tj-nav-post__grid {
  font-size: 40px;
  line-height: 1;
  color: var(--tj-color-theme-primary);
}

.tj-comments-wrap .comments-title .title {
  font-size: 28px;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .tj-comments-wrap .comments-title .title {
    margin-bottom: 15px;
  }
}

.tj-latest-comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tj-latest-comments ul .tj-comment {
  margin-bottom: 20px;
}

.tj-latest-comments ul .tj-comment:last-child {
  margin-bottom: 0;
}

.tj-latest-comments ul .tj-comment .comment-content {
  display: flex;
  gap: 30px;
  padding: 30px;
  border: 1px solid var(--tj-color-border-2);
  position: relative;
}

.tj-latest-comments ul .tj-comment .comment-content .comment-avatar {
  max-width: 64px;
  width: 100%;
}

.tj-latest-comments ul .tj-comment .comment-content .comment-avatar img {
  width: 100%;
}

.tj-latest-comments ul .tj-comment .comment-content .comments-header .avatar-name .title {
  font-size: 18px;
  margin-bottom: 8px;
}

.tj-latest-comments ul .tj-comment .comment-content .comments-header .avatar-name .title a:hover {
  color: var(--tj-color-theme-primary);
}

.tj-latest-comments ul .tj-comment .comment-content .comments-header .comment-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.tj-latest-comments ul .tj-comment .comment-content .comments-header .comment-text .reply {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 14px;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-theme-secondary);
}

.tj-latest-comments ul .tj-comment .comment-content .comments-header .comment-text .reply i {
  margin-inline-end: 5px;
}

.tj-latest-comments ul .tj-comment .comment-content .comments-header .comment-text .reply:hover {
  color: var(--tj-color-theme-primary);
}

.tj-latest-comments ul .tj-comment .comment-content .comments-header .comment-text span {
  font-size: 14px;
  color: var(--tj-color-common-black-3);
  font-weight: var(--tj-fw-regular);
}

@media (max-width: 575px) {
  .tj-latest-comments ul .tj-comment .comment-content {
    flex-direction: column;
    gap: 20px;
  }

  .tj-latest-comments ul .tj-comment .comment-content .comment-avatar {
    margin-right: auto;
  }
}

.tj-latest-comments ul .tj-comment .desc {
  margin-top: 20px;
}

.tj-latest-comments ul .tj-comment .desc p:last-child {
  margin-bottom: 0;
}

.tj-latest-comments ul .tj-comment>.children {
  padding-left: 75px;
}

.tj-latest-comments ul .tj-comment:last-child .comment-content .comments-header {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

@media (max-width: 575px) {
  .tj-latest-comments ul li .children {
    padding-left: 35px;
  }
}

.tj-comments__container {
  margin-top: 50px;
}

.comment-respond .comment-reply-title {
  font-size: 28px;
  margin-bottom: 25px;
}

.comment-respond .form-input {
  margin-bottom: 25px;
}

.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]),
.comment-respond .form-input textarea,
.comment-respond .form-input input[type=email],
.comment-respond .form-input input[type=text] {
  font-weight: var(--tj-fw-medium);
  background: var(--tj-color-theme-bg);
  height: 60px;
  padding: 18px 25px;
  border: 0;
}

.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::placeholder,
.comment-respond .form-input textarea::placeholder,
.comment-respond .form-input input[type=email]::placeholder,
.comment-respond .form-input input[type=text]::placeholder {
  color: var(--tj-color-text-body-2);
  font-weight: var(--tj-fw-medium);
}

.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search])::-ms-input-placeholder,
.comment-respond .form-input textarea::-ms-input-placeholder,
.comment-respond .form-input input[type=email]::-ms-input-placeholder,
.comment-respond .form-input input[type=text]::-ms-input-placeholder {
  color: var(--tj-color-text-body-2);
  font-weight: var(--tj-fw-medium);
}

.comment-respond .form-input input:not([type=submit]):not([type=radio]):not([type=checkbox]):not([type=search]):focus,
.comment-respond .form-input textarea:focus,
.comment-respond .form-input input[type=email]:focus,
.comment-respond .form-input input[type=text]:focus {
  border-color: var(--tj-color-theme-primary);
}

.comment-respond .form-input textarea {
  min-height: 150px;
  resize: none;
}

.tj-sidebar-widget {
  padding: 35px 30px;
  border: 1px solid var(--tj-color-border-2);
}

.tj-sidebar-widget:not(:last-child) {
  margin-bottom: 30px;
}

.tj-sidebar-widget-title {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 14px;
}

.tj-sidebar-widget-title::before,
.tj-sidebar-widget-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 3px;
  background: var(--tj-color-theme-primary);
}

.tj-sidebar-widget-title::before {
  left: 0;
  width: 40px;
}

.tj-sidebar-widget-title::after {
  left: 45px;
  width: 10px;
}

.tj-sidebar-widget .sidebar-search form {
  position: relative;
}

.tj-sidebar-widget .sidebar-search form input[type=search] {
  border-radius: 0;
  width: 100%;
  height: 60px;
  padding: 16px 20px 16px 50px;
  border: 0;
  line-height: 1;
  color: var(--tj-color-body-text);
  background-color: var(--tj-color-theme-bg);
  appearance: none;
}

.tj-sidebar-widget .sidebar-search form input[type=search]::placeholder {
  color: var(--tj-color-common-black-2);
}

.tj-sidebar-widget .sidebar-search form button {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  line-height: 1;
  color: var(--tj-color-common-black-2);
}

.tj-sidebar-widget .sidebar-search form button:hover {
  color: var(--tj-color-theme-primary);
}

.tj-sidebar-widget.widget_categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tj-sidebar-widget.widget_categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 16px;
  font-family: var(--tj-ff-heading);
  font-weight: var(--tj-fw-sbold);
  padding: 15px 25px;
  margin-bottom: 20px;
  color: var(--tj-color-heading-primary);
  background: var(--tj-color-theme-bg);
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.tj-sidebar-widget.widget_categories ul li:last-child {
  margin-bottom: 0;
}

.tj-sidebar-widget.widget_categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--tj-color-heading-primary);
}

.tj-sidebar-widget.widget_categories ul li:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}

.tj-sidebar-widget.widget_categories ul li:hover a {
  color: var(--tj-color-common-white);
}

.tj-sidebar-widget.widget_categories ul li:hover a span {
  color: var(--tj-color-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-sidebar-widget.widget_categories ul li {
    padding: 15px;
  }
}

.sidebar-recent-post .single-post {
  column-gap: 15px;
  row-gap: 10px;
}

.sidebar-recent-post .single-post:not(:last-child) {
  margin-bottom: 25px;
}

.sidebar-recent-post .single-post .post-image {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.sidebar-recent-post .single-post .post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.sidebar-recent-post .single-post .post-image a {
  display: inline-block;
  height: 100%;
}

.sidebar-recent-post .single-post:hover .post-image img {
  transform: scale(1.12);
}

.sidebar-recent-post .single-post .post-header {
  width: calc(100% - 100px);
}

.sidebar-recent-post .single-post .post-header .title-link {
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-recent-post .single-post .post-header .title-link {
    font-size: 16px;
  }
}

.sidebar-recent-post .single-post .post-header .title-link a:hover {
  color: var(--tj-color-theme-primary);
}

.sidebar-recent-post .single-post .post-header .date {
  display: block;
  line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-recent-post .single-post .post-header {
    width: calc(100% - 85px);
  }
}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.tagcloud a {
  position: relative;
  padding: 8px 10px;
  font-size: 16px;
  border: 1px solid var(--tj-color-border-2);
  background: transparent;
  line-height: 1;
  border-radius: 30px;
  z-index: 1;
}

.tagcloud a:hover {
  background-color: var(--tj-color-theme-primary);
  border-color: var(--tj-color-theme-primary);
  color: var(--tj-color-common-white);
}

.tj-sidebar-cta {
  height: 450px;
  padding: 40px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.tj-sidebar-cta::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(153.92deg, #051229 43.48%, #0075ff 124.42%);
  z-index: -1;
  opacity: 0.85;
}

.tj-sidebar-cta .icon {
  margin-bottom: 30px;
}

.tj-sidebar-cta h3 {
  color: var(--tj-color-common-white);
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-sidebar-cta h3 {
    font-size: 22px;
  }
}

.tj-sidebar-cta p {
  color: var(--tj-color-common-white-2);
}

.tj-sidebar-cta .cta-btn {
  position: relative;
  display: inline-block;
  max-width: 295px;
}

.tj-sidebar-cta .cta-btn .shapes {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

/* !END: Blog Details CSS */
/* START: Project CSS */
.tj-project-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: var(--tj-color-theme-bg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-project-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-project-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.tj-project-section-two {
  position: relative;
  overflow: hidden;
  background-color: var(--tj-color-theme-dark);
  z-index: 1;
}

.tj-project-section-two .marquee-slider-wrapper-two {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-project-section-two .marquee-slider-wrapper-two {
    top: 120px;
  }
}

@media (max-width: 575px) {
  .tj-project-section-two .marquee-slider-wrapper-two {
    display: none;
  }
}

.tj-project-section-two .projects_button {
  margin-top: 50px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px) {
  .tj-project-section-two .projects_button {
    margin-top: 40px;
  }
}

.project-section-three {
  background: var(--tj-color-theme-dark);
}

.project-section-three .sec-heading {
  max-width: 550px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.project-section-three .sec-heading .sec-title {
  color: rgb(225, 232, 240);
  letter-spacing: -0.025em;
}

.project-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  column-gap: 90px;
  align-items: start;
  z-index: 2;
  justify-content: space-between;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .project-wrapper {
    column-gap: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project-wrapper {
    align-items: center;
    justify-content: center;
    gap: 30px;
  }
}

.project-wrapper .project-style-2:nth-child(even) {
  margin-top: 300px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .project-wrapper .project-style-2:nth-child(even) {
    margin-top: 150px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project-wrapper .project-style-2:nth-child(even) {
    margin-top: 0px;
  }
}

.project-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.project-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(5, 18, 41, 0) 0%, var(--tj-color-theme-dark) 84%);
  z-index: 3;
}

.project-item .project-image a {
  display: inline-block;
  width: 100%;
}

.project-item .project-image a img {
  width: 100%;
}

.project-item .project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px 40px 30px;
  z-index: 5;
}

.project-item .project-content .project-title .title {
  color: var(--tj-color-common-white);
  letter-spacing: -0.025em;
  margin-bottom: 0;
}

.project-item .project-content .project-title .title a {
  display: inline-flex;
  align-items: start;
  position: relative;
  z-index: 1;
  padding-right: 30px;
}

.project-item .project-content .project-title .title a i {
  display: inline-flex;
  line-height: 1;
  transform: translateX(-20px);
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  position: absolute;
  right: 0;
  top: 5px;
  opacity: 0;
  visibility: hidden;
}

.project-item .project-content .tag-list {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 15px;
}

.project-item .project-content .tag-list a {
  display: inline-flex;
  color: var(--tj-color-common-white-2);
  background: rgba(247, 247, 247, 0.1);
  font-size: 14px;
  line-height: 1;
  font-weight: var(--tj-fw-regular);
  padding: 6px 10px;
  border-radius: 40px;
}

.project-item .project-content .tag-list a:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}

.project-item:hover .project-image img {
  transform: scale(1.12);
}

.project-item:hover .project-content .project-title .title a i {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .project-item .project-content {
    padding: 15px 15px 35px 20px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-item .project-content {
    padding: 15px 15px 35px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-item .project-content {
    padding: 15px 15px 35px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project-item .project-content {
    padding: 15px 15px 30px 15px;
  }
}

.project-style-2 {
  max-width: 603px;
  width: 100%;
  background: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(35px);
  padding: 15px 15px;
  margin-bottom: 300px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-style-2 {
    max-width: 543px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-style-2 {
    max-width: 450px;
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .project-style-2 {
    max-width: 332px;
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project-style-2 {
    margin-bottom: 0;
  }
}

.project-style-2 .project-images {
  overflow: hidden;
  position: relative;
}

.project-style-2 .project-images img {
  mix-blend-mode: luminosity;
  transition: transform 0.4s ease-in-out;
}

.project-style-2 .project-images a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
  width: 120px;
  height: 120px;
  padding: 3%;
  text-align: center;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease-in-out;
}

.project-style-2 .project-content {
  padding: 30px 15px 15px;
}

.project-style-2 .project-content .title {
  margin-bottom: 10px;
}

.project-style-2 .project-content .title a {
  color: var(--tj-color-common-white);
}

.project-style-2:hover .project-images img {
  transform: scale(1.12);
}

.project-style-2:hover .project-images a {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.project-wrapper-two {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project-wrapper-two {
    gap: 30px;
  }
}

.project-style-3 {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.project-style-3 .project-thumb {
  position: relative;
  width: 120px;
  height: 620px;
  object-fit: cover;
  border-left: 1px solid rgb(39, 53, 77);
  border-right: 1px solid rgb(39, 53, 77);
  background-color: var(--tj-color-heading-primary);
  transition: 0.6s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-style-3 .project-thumb {
    width: 90px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-style-3 .project-thumb {
    width: 80px;
  }
}

.project-style-3 .project-thumb .image {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 0;
}

.project-style-3 .project-thumb .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.project-style-3 .project-thumb .project-default-content .title {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(180deg);
  letter-spacing: -0.025em;
  color: var(--tj-color-common-white);
  writing-mode: vertical-lr;
  text-orientation: mixed;
  margin-bottom: 0;
}

.project-style-3 .project-thumb .project-default-content span {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 28px;
  color: var(--tj-color-common-white);
  background: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(35px);
  border-radius: 50%;
}

.project-style-3 .project-content-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  max-width: 380px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 30px 30px;
  transform: translateY(150%);
  transition: all 0.9s;
  background: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(35px);
}

@media (max-width: 575px) {
  .project-style-3 .project-content-box {
    left: 0;
    bottom: 0;
  }
}

.project-style-3 .project-content-box .project-tags {
  margin-bottom: 25px;
}

.project-style-3 .project-content-box .project-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 11px;
  row-gap: 11px;
}

.project-style-3 .project-content-box .project-tags ul li a {
  font-size: 14px;
  background: var(--tj-color-common-white);
  backdrop-filter: blur(35px);
  color: var(--tj-color-text-body);
  padding: 3px 10px 6px;
  line-height: 1;
  border-radius: 50px;
}

.project-style-3 .project-content-box .project-tags ul li a:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}

.project-style-3 .project-content-box .project-text .title {
  color: var(--tj-color-common-white);
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}

.project-style-3 .project-content-box .project-text .desc {
  color: var(--tj-color-common-white);
}

.project-style-3 .project-content-box .project-text .desc p:last-child {
  margin-bottom: 0;
}

.project-style-3 .project-content-box .project-text .project-button {
  margin-top: 20px;
}

.project-style-3 .project-content-box .project-text .project-button .project-btn {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  color: var(--tj-color-common-white);
  font-size: 15px;
  font-weight: var(--tj-fw-bold);
}

.project-style-3 .project-content-box .project-text .project-button .project-btn i {
  position: relative;
  top: 1px;
}

.project-style-3 .project-content-box .project-text .project-button .project-btn::before {
  background: var(--tj-color-common-white);
}

.project-style-3.active .project-thumb {
  width: 735px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .project-style-3.active .project-thumb {
    width: 680px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project-style-3.active .project-thumb {
    width: 535px;
  }
}

.project-style-3.active .project-thumb .image {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.project-style-3.active .project-thumb .project-default-content {
  opacity: 0;
  visibility: hidden;
}

.project-style-3.active .project-content-box {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.project-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 12px;
  align-items: center;
}

.project-category ul li a {
  display: inline-block;
  color: var(--tj-color-common-white-2);
  background: rgba(247, 247, 247, 0.1);
  backdrop-filter: blur(35px);
  font-size: 14px;
  border-radius: 40px;
  padding: 6px 10px;
  line-height: 1;
}

.project-category ul li a:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project-wrapper-two {
    flex-direction: column;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project-wrapper-two .project-style-3 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project-wrapper-two .project-style-3 .project-thumb {
    width: 100%;
    height: 90px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgb(39, 53, 77);
    border-bottom: 1px solid rgb(39, 53, 77);
    padding-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project-wrapper-two .project-style-3 .project-thumb .project-default-content {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project-wrapper-two .project-style-3 .project-thumb .project-default-content span {
    position: unset;
    transform: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .project-wrapper-two .project-style-3 .project-thumb .project-default-content .title {
    position: unset;
    transform: unset;
    writing-mode: unset;
    text-orientation: unset;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
  .project-wrapper-two .project-style-3.active .project-thumb {
    padding-top: 0;
    height: 565px;
  }
}

@media (max-width: 575px) {
  .project-wrapper-two .project-style-3.active .project-thumb {
    padding-top: 0;
    height: 495px;
  }
}

.project_catagory ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project_catagory ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-weight: var(--tj-fw-sbold);
  padding: 19px 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--tj-color-border-3);
}

.project_catagory ul li:first-child {
  padding-top: 0;
}

.project_catagory ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.project_catagory ul li span {
  color: var(--tj-color-body-text);
}

.project_catagory ul li span.first-child {
  min-width: 100px;
  position: relative;
  z-index: 1;
}

.project_catagory ul li span.first-child::before {
  position: absolute;
  content: ":";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.project_catagory ul li .share-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}

.project_catagory ul li .share-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 0;
  color: var(--tj-color-common-white);
  background-color: #aeb2b9;
  font-size: 16px;
  line-height: 1;
  border-radius: 50%;
}

.project_catagory ul li .share-socials a:hover {
  background-color: var(--tj-color-theme-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .project_catagory ul li span.first-child {
    min-width: 80px;
  }
}

/* !END: Project CSS */

/* START: Service CSS */
.tj-service-section {
  padding-top: 120px;
  padding-bottom: 90px;
  overflow: hidden;
}

.tj-service-section .sec-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: end;
  justify-content: space-between;
}

.tj-service-section .sec-heading .sec-title {
  margin-bottom: 0;
  line-height: 1;
}

.tj-service-section .sec-heading .service-rating {
  text-align: end;
}

.tj-service-section .sec-heading .service-rating .star-fill {
  display: inline-block;
  background-color: var(--tj-color-theme-primary);
  border-radius: 32px;
  padding: 2px 7px 3px 12px;
  margin-bottom: 16px;
}

.tj-service-section .sec-heading .service-rating .review {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-black-2);
  line-height: 1;
}

.tj-service-section .sec-heading .service-rating .review strong {
  color: var(--tj-color-heading-primary);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-service-section {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-section {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .tj-service-section .sec-heading {
    margin-bottom: 40px;
  }

  .tj-service-section .sec-heading .service-rating {
    text-align: start;
  }
}

.tj-service-section-two .sec-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.tj-service-section-two .sec-heading .sec-text {
  max-width: 550px;
  width: 100%;
}

.tj-service-section-two .sec-heading .sec-text .sec-title {
  margin-bottom: 0;
}

.tj-service-section-three {
  background: #e1e8f017;
  margin-top: 15px;
}

.tj-service-section-three .sec-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .tj-service-section-three .sec-heading {
    row-gap: 30px;
  }
}

.tj-service-section-three .sec-heading .sec-text {
  max-width: 520px;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-service-section-three .sec-heading .sec-text {
    max-width: 490px;
  }
}

.tj-service-section-three .sec-heading .sec-text .sec-title {
  margin-bottom: 0;
  letter-spacing: -0.025em;
}

.tj-service-section-three .sec-heading .service-rating {
  text-align: end;
}

.tj-service-section-three .sec-heading .service-rating .star-fill {
  display: inline-block;
  background-color: var(--tj-color-theme-primary);
  border-radius: 32px;
  padding: 2px 7px 3px 12px;
  margin-bottom: 16px;
}

.tj-service-section-three .sec-heading .service-rating .review {
  font-size: 16px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-black-2);
  line-height: 1;
}

.tj-service-section-three .sec-heading .service-rating .review strong {
  color: var(--tj-color-heading-primary);
}

.service-wrapper-two .service-style-3:last-child {
  border-bottom: none;
}

.service-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: var(--tj-color-theme-dark);
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}

.service-item .service-images {
  max-width: 645px;
  width: 100%;
  height: 100%;
}

.service-item .service-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-item .service-images {
    max-width: 550px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item .service-images {
    max-width: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-item .service-images {
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-item .service-images {
    height: 610px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-item .service-images {
    height: 450px;
  }
}

@media (max-width: 575px) {
  .service-item .service-images {
    height: 350px;
  }
}

.service-item .service-content {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: column;
  padding: 60px 15px 60px 65px;
}

.service-item .service-content .service-number {
  display: flex;
  align-items: end;
}

.service-item .service-content .service-number span {
  display: inline-block;
  font-size: 14px;
  font-weight: var(--tj-fw-regular);
  color: var(--tj-color-common-black-2);
}

.service-item .service-content .service-number span.active {
  font-size: 18px;
  color: var(--tj-color-common-white);
}

.service-item .service-content .service-text {
  max-width: 365px;
  width: 100%;
  margin-top: auto;
}

.service-item .service-content .service-text .service-icons {
  max-width: 56px;
  width: 100%;
  margin-bottom: 35px;
}

.service-item .service-content .service-text .service-icons img {
  width: 100%;
}

.service-item .service-content .service-text .title {
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}

.service-item .service-content .service-text .title a {
  color: var(--tj-color-common-white);
}

.service-item .service-content .service-text .desc {
  font-size: 16px;
  color: var(--tj-color-common-white-2);
  font-weight: var(--tj-fw-regular);
}

.service-item .service-content .service-text .desc p:last-child {
  margin-bottom: 0;
}

.service-item .service-content .service-btn {
  margin-top: 40px;
  background-color: var(--tj-color-common-white);
}

.service-item .service-content .service-btn .btn_inner .btn_text {
  color: var(--tj-color-heading-primary);
}

.service-item .service-content .service-btn:hover .btn_inner .btn_text {
  color: var(--tj-color-common-white);
}

.service-item:hover .service-icons {
  animation: wobble-horizontal-hover 1s ease-in-out 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-item .service-content {
    padding: 40px 15px 40px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-item .service-content {
    padding: 35px 15px 50px;
  }

  .service-item .service-content .service-text {
    max-width: 100%;
  }

  .service-item .service-content .service-text .service-icons {
    margin-bottom: 25px;
  }

  .service-item .service-content .service-btn {
    margin-top: 25px;
  }
}

.service-style-2 {
  border: 1px solid var(--tj-color-border-2);
  padding: 40px 30px 45px;
  position: relative;
  z-index: 2;
}

.service-style-2 .thumb {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.service-style-2 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-style-2 .thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(5, 18, 41, 0.65);
  z-index: 1;
}

.service-style-2 .service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  line-height: 1;
  font-size: 70px;
  color: var(--tj-color-theme-primary);
  background: var(--tj-color-theme-bg);
  border-radius: 50%;
  margin-bottom: 55px;
  position: relative;
  z-index: 2;
}

.service-style-2 .service-content {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
}

.service-style-2 .service-content .number {
  display: block;
  font-size: 16px;
  font-weight: var(--tj-fw-bold);
  color: var(--tj-color-common-white-2);
  margin-bottom: 15px;
  line-height: 1;
}

.service-style-2 .service-content .title {
  margin-bottom: 15px;
}

.service-style-2 .service-content .desc p:last-child {
  margin-bottom: 0;
}

.service-style-2 .service-button {
  margin-top: 25px;
  color: var(--tj-color-heading-primary);
}

.service-style-2 .service-button i {
  color: var(--tj-color-heading-primary);
}

.service-style-2:hover .thumb {
  opacity: 1;
  visibility: visible;
}

.service-style-2:hover .service-icon {
  background-color: var(--tj-color-common-white);
}

.service-style-2:hover .service-icon i {
  animation: wobble-horizontal-hover 1s ease-in-out 1;
}

.service-style-2:hover .service-content .title a {
  color: var(--tj-color-common-white);
}

.service-style-2:hover .service-content .desc {
  color: var(--tj-color-common-white-2);
}

.service-style-2:hover .service-button {
  color: var(--tj-color-common-white);
}

.service-style-2:hover .service-button i {
  color: var(--tj-color-common-white);
}

.service-style-2:hover .service-button::before {
  background-color: var(--tj-color-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .service-style-2 {
    padding: 30px 15px 35px;
  }

  .service-style-2 .service-icon {
    width: 85px;
    height: 85px;
    font-size: 60px;
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .service-style-2 {
    padding: 30px 15px 35px;
  }

  .service-style-2 .service-icon {
    width: 80px;
    height: 80px;
    font-size: 50px;
    margin-bottom: 30px;
  }

  .service-style-2 .service-button {
    margin-top: 20px;
  }
}

.service-style-3 {
  /* display: flex; */
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: 19px 20px;
  border-bottom: 1px solid var(--tj-color-border-2);
  position: relative;
  max-height: 140px;
  border-radius: 15px;
  margin: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 2;
  flex-wrap: nowrap;
  flex-direction: column;
  /* justify-content: right; */
  text-align: start;
  width: 100%;
}

p.desc-points {
  margin-top: 6px;
  font-size: 18px;
}




@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-style-3 {
    row-gap: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-style-3 {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    row-gap: 20px;
    padding: 35px 30px;
  }
}

.service-style-3 .service-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.service-style-3 .service-image::before {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: rgba(5, 18, 41, 0.2);
  z-index: -1;
}

.service-style-3:hover {
  min-height: 335px;
  padding: 28px 28px;
}
h4.title span {
  margin-top: 0px;
  font-size: 22px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-style-3:hover {
    min-height: auto;
  }
}

.service-style-3:hover .service-image {
  opacity: 1;
  visibility: visible;
}

.service-style-3:hover .service-card-content {
  opacity: 1;
}

.service-style-3:hover .service-button a i,
.service-style-3:hover .service-button a,
.service-style-3:hover p,
.service-style-3:hover .title a {
  color: var(--tj-color-common-white);
}

.service-style-3 .service-title {
  max-width: 100%;
  width: 100%;
}
h4.title span {
  margin-top: 6px;
}

.service-style-3 .service-title .title {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: start;
  margin-bottom: 0;
  letter-spacing: -0.025em;
}

.service-style-3 .service-title .title span {
  color: var(--tj-color-common-white-2);
  position: relative;
  top: 0px;
  font-size: 16px;
  font-weight: var(--tj-fw-bold);
  line-height: 1;
}

.service-style-3:hover .service-title1{
  color: black !important;
} 

.service-style-3 .desc {
  max-width: 340px;
  width: 100%;
}

.service-style-3 .desc p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-style-3 .desc {
    margin-inline-start: 30px;
  }
}

.service-style-3 .service-button a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-bold);
  line-height: 1;
}

.service-style-3 .service-button a i {
  color: var(--tj-color-heading-primary);
}

.service-style-3 .service-button a.text-btn::before {
  background-color: var(--tj-color-common-white);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-style-3 .service-button {
    margin-top: 10px;
    margin-inline-start: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-btn {
    margin-top: 40px;
  }
}

.star-ratings {
  unicode-bidi: bidi-override;
  color: var(--tj-color-common-white);
  font-size: 16px;
  letter-spacing: 5px;
  line-height: 1;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-text-stroke: 1px var(--tj-color-common-white);
}

.star-ratings .fill-ratings {
  color: var(--tj-color-common-white);
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
}

.star-ratings .fill-ratings span {
  display: inline-block;
}

.star-ratings .empty-ratings {
  position: relative;
  padding: 0;
  display: block;
  z-index: 1;
  color: var(--tj-color-common-white);
}

/* !END: Service CSS */
/* START: Service details CSS */
.service-check-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid var(--tj-color-border-2);
  border-bottom: 0;
}

@media (max-width: 575px) {
  .service-check-list ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-check-list ul li {
  display: flex;
  gap: 6px;
  padding: 30px;
  border-bottom: 1px solid var(--tj-color-border-2);
}

.service-check-list ul li:not(:nth-child(even)) {
  border-right: 1px solid var(--tj-color-border-2);
}

@media (max-width: 575px) {
  .service-check-list ul li:not(:nth-child(even)) {
    border-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-check-list ul li {
    padding: 15px;
  }
}

.service-check-list ul li span {
  font-family: var(--tj-ff-heading);
  font-weight: 600;
  color: var(--tj-color-heading-primary);
}

.service-check-list ul li i {
  font-size: 18px;
  color: var(--tj-color-theme-primary);
  margin-top: 3px;
}

.tj-feature {
  padding: 35px 30px;
  background: var(--tj-color-theme-bg);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-feature {
    padding: 25px 22px;
  }
}

.tj-feature-icon {
  font-size: 52px;
  color: var(--tj-color-theme-primary);
  line-height: 1;
  margin-bottom: 20px;
}

.tj-feature-title {
  margin-bottom: 20px;
}

.tj-feature p {
  margin-bottom: 0;
}

.tj-feature:hover .tj-feature-icon {
  animation: wobble-horizontal-hover 1s ease-in-out 1;
}

.service-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-category ul li {
  margin-bottom: 20px;
}

.service-category ul li:last-child {
  margin-bottom: 0;
}

.service-category ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--tj-color-heading-primary);
  font-weight: var(--tj-fw-bold);
  padding: 17.5px 30px;
  background: var(--tj-color-theme-bg);
}

.service-category ul li a i {
  font-weight: 700;
  color: var(--tj-color-heading-primary);
}

.service-category ul li a.active,
.service-category ul li a:hover {
  color: var(--tj-color-common-white);
  background-color: var(--tj-color-theme-primary);
}

.service-category ul li a.active i,
.service-category ul li a:hover i {
  color: var(--tj-color-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .service-category ul li a {
    padding: 17px 15px;
  }
}

/* !END: Service details CSS */
/* START: Skill CSS */
.tj-skill-section {
  padding-top: 325px;
  padding-bottom: 120px;
  background-color: var(--tj-color-theme-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .tj-skill-section {
    padding-top: 250px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tj-skill-section {
    padding-top: 220px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tj-skill-section {
    padding-top: 150px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tj-skill-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .tj-skill-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.skill-wrapper {
  backdrop-filter: blur(17.5px);
  background: rgba(247, 247, 247, 0.1);
  max-width: 525px;
  width: 100%;
  margin-inline-start: auto;
  padding: 40px;
  margin-inline-end: 30px;
}

.skill-wrapper .title {
  color: var(--tj-color-common-white);
  letter-spacing: -0.025em;
  margin-bottom: 15px;
}

.skill-wrapper .desc {
  color: var(--tj-color-common-white-2);
  margin-bottom: 35px;
}

.skill-wrapper .desc p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .skill-wrapper {
    max-width: 475px;
    padding: 30px 15px 35px;
    margin-inline-end: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .skill-wrapper {
    max-width: 465px;
    padding: 30px 15px 35px;
    margin-inline-end: auto;
  }
}

@media (max-width: 575px) {
  .skill-wrapper {
    max-width: 465px;
    padding: 30px 15px 35px;
    margin-inline-end: auto;
  }

  .skill-wrapper .desc {
    margin-bottom: 25px;
  }
}


/* !END: Skill CSS */


/* START: Animate CSS */
@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes rotateImg {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotateImg-2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes rotateImg-two {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 var(--tj-color-common-white);
  }

  100% {
    box-shadow: 0 0 0 25px transparent;
  }
}

@keyframes pulse-two {
  0% {
    box-shadow: 0 0 0 0 rgba(247, 247, 247, 0.3);
  }

  100% {
    box-shadow: 0 0 0 25px transparent;
  }
}

@keyframes move {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }
}

@keyframes move-two {

  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(30px);
  }
}

@keyframes zoom-effect {

  0%,
  100% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.3, 1.3);
  }
}

@keyframes shine {
  0% {
    transform: skewX(-25deg) translateX(0);
  }

  100% {
    transform: skewX(-25deg) translateX(250%);
  }
}

@keyframes wobble-horizontal-hover {
  16.65% {
    transform: translateX(5px);
  }

  33.3% {
    transform: translateX(-3px);
  }

  49.95% {
    transform: translateX(4px);
  }

  66.6% {
    transform: translateX(-2px);
  }

  83.25% {
    transform: translateX(1px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 40px));
  }
}

@keyframes rotateMarquee {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

/* !END: Animate CSS */
/* START: Section Title CSS */
.sec-heading {
  display: block;
  margin-bottom: 50px;
}

.sec-heading .sub-title {
  display: inline-block;
  font-size: 14px;
  font-weight: var(--tj-fw-bold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tj-color-theme-primary);
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.sec-heading .sub-title::before,
.sec-heading .sub-title::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--tj-color-theme-primary);
}

.sec-heading .sub-title::after {
  left: auto;
  right: 0;
}

.sec-heading .sec-title {
  margin: 0;
}

.sec-heading .sec-title span {
  color: var(--tj-color-theme-primary);
}

.sec-heading .desc {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-heading .desc {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sec-heading .desc {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sec-heading {
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
  .sec-heading {
    margin-bottom: 40px;
  }

  .sec-heading .sub-title {
    margin-bottom: 10px;
  }
}

.sec-heading.style-2 .sub-title {
  padding-left: 0;
  padding-right: 0;
}

.sec-heading.style-2 .sub-title::before,
.sec-heading.style-2 .sub-title::after {
  display: none;
}

/* !END: Section Title CSS */

/*# sourceMappingURL=main.css.map */


.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #008080;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h2::before {
  background: #008080 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading h2 span {
  color: #0867b1;
  font-weight: 800;
}

.site-heading {
  margin-bottom: 8px;
  overflow: hidden;
  margin-top: 26px;
}

.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(1deg, #e2f9ff, #c8e1ff);
  border-radius: 10px 10px 00px 0px;
  border: 1px solid #69696914;
}

.team-area .item .thumb::after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
}

.team-area .team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.team-area .item .thumb .overlay {
  top: -100%;
  left: 0;
  padding: 20px;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: 1;
}

.team-area .item:hover .thumb .overlay {
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.team-area .item .thumb .overlay p {
  color: #ffffff;
}

.team-area .info h4 {
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 13px;
}

.team-area .item .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.team-area .item:hover .thumb img {
  opacity: .6;
}

.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #1d2c80;
  box-shadow: 0 3px 7px -2px #cccccc;
  padding: 10px 10px 10px;
  position: relative;
  text-align: center;
  z-index: 9;
  /* border-radius: 7px; */
  color: white;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.team-area .info .message {
  height: 50px;
  line-height: 40px;
  margin-left: -25px;
  margin-top: -25px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.team-area .info .message a {
  background: #fff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  box-sizing: border-box;
  color: #008080;
  display: inline-block;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}

.team-area .info .message a i {
  font-weight: 500;
}

.team-area .info h4 {
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: capitalize;
  font-size: 13px;
}

.team-area .info span {
  color: #008080;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffffcc;
}

.thumb {
  display: flex;
  justify-content: center;
}

.hero-title-box h2 {
  color: black;
  z-index: 99999;
  margin-bottom: 45px;
  font-weight: 700;
  position: relative;
  margin-top: -20px;
}










@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap");



:root {
  /**
    @Font-Family Declaration
  */
  --tj-ff-body: 'Lato', sans-serif;
  --tj-ff-heading: 'Libre Franklin', serif;
  --tj-ff-fontawesome: "Font Awesome 6 Pro";
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));

}



body {
  font-family: var(--tj-ff-body) !important;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #1d2c80;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Customize the icon inside */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}

/* Positioning tweaks */
.swiper-button-next {
  right: 10px;
}

.swiper-button-prev {
  left: 10px;
}

.hero-swiper-card.hero-swiper-card-bg1 {
  background-image: url("./image/download\ \(5\).webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 22px;
}

.hero-swiper-content {
  padding: 45px;
}

.hero-swiper-content h5 {
  font-weight: 800;
  font-size: 35px;
  color: white;
  margin-bottom: 10px;
}


.hero-swiper-content p {
  color: white;
  width: 90%;
}

.carousel-know-more {
  border: 1px solid white;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 32px;
  background: #1D2C80;
  color: white;
  margin-top: 25px;
}

.carousel-know-more a {
  color: white;
  font-size: 13px;
}


.service-title a {
  font-weight: 700;
  color: #1d2c80;
}

h2.insurance-section-title {
  font-weight: 700;
  color: #1D2C80;
  margin-bottom: 80px;
}

span.highlight-text {
  font-weight: 800;
  color: #ffffff;
  background: #1d2c80;
  padding: 5px 25px;
  border-radius: 30px;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 20px;
}

.service-wrapper-two {
  display: flex;
}

.service-card-content {
  opacity: 0;
}

.service-button {
  margin-top: 25px;
}

.hero-gifs {
  width: 120%;
  margin: 0 auto;
  margin-left: -20px;
}

.mainmenu ul>li {
  margin: 0px 12px;
}

.item {
  width: 230px;
  margin: 15px;
  position: relative;
}

.home-about-count-box i {
  color: #1d2c80;
  font-size: 53px;
  margin-bottom: 13px;
}

a.member-login-btn {
  background: transparent linear-gradient(102deg, #0867B1 0%, #242679 100%) 0% 0% no-repeat padding-box;
  color: white !important;
  padding: 11px 20px !important;
  border-radius: 32px;
  font-size: 14px !important;
  margin-right: -60px;
}

.hero-content-card-box {
  border-radius: 20px;
  padding: 14px 20px;
  padding-bottom: 0px;
  background: white;
  z-index: 999999999;
  box-shadow: 0px 3px 25px #9ddaf46b;
  margin: 0 auto;
  width: 110%;
  margin-left: -10px;
  position: relative;
}



.hero-content-card h5 {
  font-weight: 600;
  font-size: 18px;
  color: #0e388f;
}

.hero-content-card {
  margin: 0px 10px;
}

.hero-content-card p {
  font-size: 15px;
  width: 95%;
  line-height: 19px;
}

.hero-content-card-box img {
  width: 40px;
}

.hero-content-card-box.hero-card-2 {
  margin-left: -60px;
  margin-top: 50px;
  margin-right: 60px;
}

.hero-content-card-box.hero-card-4 {
  margin-right: -60px;
  margin-left: 60px;
  margin-top: 50px;
}

.infinte-strips-swipper .marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  mask-image: linear-gradient(var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0));
  padding: 15px;
}

.infinte-strips-swipper .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .infinte-strips-swipper .marquee__group {
    animation-play-state: paused;
  }
}

.infinte-strips-swipper .marquee--vertical {
  --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}

.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }

  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(var(--scroll-start));
  }

  to {
    transform: translateY(var(--scroll-end));
  }
}


.about-section-main-cover-wrapper {
  padding: 85px 0px;
  color: white;
  background: transparent linear-gradient(114deg, #A0D3FF 0%, #3685EF 100%) 0% 0% no-repeat padding-box;
}

/* Parent wrapper */
.infinte-strips-swipper {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  padding: 10px;
  max-width: 100vw;
  background: transparent linear-gradient(180deg, #9edbf4 0%, #c4cdff 100%) 0% 0% no-repeat padding-box;
  margin-bottom: 85px;
  margin-top: 40px;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.news-card-box {
  display: flex;
  border: 1px solid #6969692b;
  border-radius: 15px;
  padding: 15px 20px;
  background: white;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  position: relative;
}

.news-card-box h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

.news-card-box h4 {
  margin-bottom: 0px;
  color: #0e318a;
}

.news-card-box p {
  width: 200px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

.news-card-box::before,
.news-card-box::after {
  content: "";
  position: absolute;
  inset: -0.2rem;
  z-index: -1;
  background: linear-gradient(var(--angle), #3c608d, #C3F2FF, #ffffff);
  animation: rotate 6s linear infinite;
  border-radius: 15px;
}

.news-card-box::after {
  filter: blur(10px);
}

@keyframes rotate {
  0% {
    --angle: 0deg;
  }

  100% {
    --angle: 360deg;
  }
}

button.know-more-btn {
  padding: 3px 17px;
  background: darkslateblue;
  color: white;
  font-size: 14px;
  border: none;
  border-radius: 5px;
}

.member-btn button {
  border-radius: 36px;
  padding: 6px 18px;
  font-size: 13px;
  background: white;
  border: none;
}

.member-btn button a {
  color: #213587;
  font-weight: 700;
}

.already-btn-txt a {
  margin-top: 10px;
  position: absolute;
  color: white;
  text-decoration: underline;
  font-size: 14px;
}

.member-btn {
  margin-top: 40px;
}

.about-ibai-content-cover h6 {
  font-weight: 800;
  font-size: 30px;
}

.team-content-info {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;

}

.item:hover .team-content-info {
  height: 110px;
}

.team-content-info p {
  font-size: 14px;
  margin-bottom: 8px;
}

.our-team-cover {
  margin-bottom: 50px;
}

.hide-txt {
  background: #ffffff;
  width: 600px;
  position: absolute;
  bottom: 0px;
  right: 0;
  height: 28px;
  z-index: 99999999999;
}


/* General styles for the table container */
.broker-table-container {
  margin-top: 20px;
  max-width: 100%;
  overflow-x: auto;
  /* For handling responsiveness */
  background-color: #fff;
  padding: 10px;

}

/* Table styles */
.broker-table-container table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Arial', sans-serif;
  font-size: 14px;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

.broker-table-container thead {
  background-color: #f5f5f5;
}

.broker-table-container th,
td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.broker-table-container th {
  font-weight: bold;
  color: #444;
}

.broker-table-container td {
  color: #666;
  background-color: #f9f9f9;
}

/* Table row hover effect */
.broker-table-container tbody tr:hover {
  background-color: #f1f1f1;
  transition: background-color 0.3s ease-in-out;
}

.loader {
  width: 100px;
  margin: 0 auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #3230a1 94%, #0000) top / 8px 8px no-repeat, conic-gradient(#0000 30%, #311d71);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s infinite linear;
  display: flex;
  margin-top: 35vh;
}

.loader-main-cover-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  background: white;
  z-index: 999999;
}

.publications-card-box {
  box-shadow: 0px 3px 6px #00000029;
  padding: 15px 20px;
  border-radius: 15px;
  margin-top: 15px;
}

.publications-card-box button {
  background: transparent linear-gradient(102deg, #0867B1 0%, #242679 100%) 0% 0% no-repeat padding-box;
  color: white !important;
  padding: 5px 20px !important;
  border-radius: 8px;
  font-size: 14px !important;
  border: none;
  margin: 0 auto;
  margin-top: 13px;
  display: flex;
  text-transform: uppercase;
}

.publications-card-box button a {
  color: white;
  font-weight: 700;
  font-size: 12px;
}

.pubcliation-hero-title h4 {
  font-weight: 800;
  font-size: 30px;
  margin: 45px;
  color: #1154a1;
}

.publication-inner-header h6 {
  font-size: 25px;
  color: #1154a1;
  margin-top: 30px;
  font-weight: 700;
}

.publication-inner-cover-wrapper {
  margin-bottom: 90px;
}

.webinars-card-box {
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
}

.webinars-card-content-cover p {
  color: #1154a1;
  font-size: 16px;
  font-weight: 700;
}

.webinars-button {
  background: transparent linear-gradient(102deg, #0867B1 0%, #242679 100%) 0% 0% no-repeat padding-box;
  color: white !important;
  padding: 5px 33px !important;
  border-radius: 32px;
  font-size: 14px !important;
  width: fit-content;
}

.webinars-img-box-cover img {
  overflow: hidden;
  border-radius: 15px;
}

.gallery-card-box-cover h5 {
  background: #194190;
  padding: 10px 15px;
  font-size: 16px;
  padding-top: 30px;
  margin-top: -20px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  color: white;
  text-align: center;
}


@keyframes l13 {
  100% {
    transform: rotate(1turn)
  }
}

/* Make the table responsive for smaller screens */
@media (max-width: 768px) {
  .broker-table-container table {
    font-size: 12px;
  }

  .broker-table-container th,
  td {
    padding: 8px;
  }
}

.broker-address {
  max-width: 280px !important;
  white-space: nowrap;
  /* Prevents text from wrapping to next line */
  overflow: hidden;
  /* Hides overflow content */
  text-overflow: ellipsis;
  /* Shows '...' when text overflows */
}


.nav-left-link {
  color: white;
  margin-right: 10px;
  cursor: pointer;
  font-size: 13px;
}

.left-side-bar li {
  border-right: 2px solid white;
}

.top-header {
  background: #174594;
  color: white;
  padding: 6px;
}

.top-header-text a {
  color: white;
  font-size: 13px;
}

.top-header-social-cover li {
  float: left;
  margin-left: 18px;
  list-style: none;
}

.top-header-social-cover li a i {
  color: white;
}

/* Animation keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
  }
}

/* Animation classes */
.fade-in {
  animation: fadeInUp 0.6s ease-out forwards;
}

.fade-out {
  animation: fadeOutDown 0.5s ease-in forwards;
}



/* CUSTOM MASKOT----- */

/* button css */
.botIcon {
  bottom: 15px;
  right: 84px;
  position: fixed;
  z-index: 9999;
}

.iconInner img {
  width: 100%;
  box-shadow: 0px 0px 12px 3px lightgray;
  border-radius: 50%;
  border: 2px solid #483d8b52;
  height: 53px !IMPORTANT;
}

.iconInner {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;

  background-position: 50%;
  background-size: 300%;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.7em;
  height: 2em;
  justify-content: center;
  width: 2em;
}

.botSubject,
.messages,
.showBotSubject .botIconContainer,
.showMessenger .botIconContainer {
  display: none;
}

.botIcon .Messages,
.botIcon .Messages_list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.chat_close_icon {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 12px;
  z-index: 9;
}

.chat_on {
  background-color: #8a57cf;
  bottom: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 45px;
  padding: 9px;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 45px;
  z-index: 10;
}

.chat_on_icon {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.botIcon .Layout {
  -webkit-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -ms-animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  animation: appear 0.15s cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background-color: rgb(63, 81, 181);
  bottom: 20px;
  border-radius: 10px;
  box-shadow: 5px 0 20px 5px rgba(0, 0, 0, 0.1);
  box-sizing: content-box !important;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-height: 30px;
  max-width: 300px;
  min-width: 50px;
  opacity: 0;
  pointer-events: auto;
  position: fixed;
  -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1),
    border-radius 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    background-color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s,
    color 50ms cubic-bezier(0.25, 0.25, 0.5, 1) 0.15s;
  z-index: 999999999;
}

.botIcon .Layout-open {
  border-radius: 10px;
  color: #fff;
  height: 500px;
  max-height: 500px;
  max-width: 300px;
  overflow: hidden;
  -webkit-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  -ms-transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  transition: right 0.1s cubic-bezier(0.25, 0.25, 0.5, 1),
    bottom 0.1s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-width 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    max-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    min-height 0.2s cubic-bezier(0.25, 0.25, 0.5, 1.1),
    border-radius 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    background-color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1),
    color 0ms cubic-bezier(0.25, 0.25, 0.5, 1.1);
  width: 100%;
}

.botIcon .Layout-expand {
  display: none;
  height: 400px;
  max-height: 100vh;
  min-height: 300px;
  right: 68px;
  top: 106px;
}

.showBotSubject.botIcon .Layout-expand {
  display: block;
}

.botIcon .Layout-mobile {
  bottom: 10px;
}

.botIcon .Layout-mobile.Layout-open {
  min-width: calc(100% - 20px);
  width: calc(100% - 20px);
}

.botIcon .Layout-mobile.Layout-expand {
  border-radius: 0 !important;
  bottom: 0;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  width: 100%;
}

.botIcon .Messenger_messenger {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.botIcon .Messenger_header,
.botIcon .Messenger_messenger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.botIcon .Messenger_header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(72 61 139);
  color: rgb(255, 255, 255);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 40px;
  padding-left: 13px;
  padding-right: 40px;
}

.botIcon .Messenger_header h4 {
  -webkit-animation: slidein 0.15s 0.3s;
  -ms-animation: slidein 0.15s 0.3s;
  animation: slidein 0.15s 0.3s;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  font-size: 16px;
  opacity: 0;
}

.botIcon .Messenger_prompt {
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.botIcon .Messenger_content {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 80px;
}

.botIcon .Messages {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.botIcon .Input {
  background-color: #fff;
  border-top: 1px solid #e6ebea;
  color: #96aab4;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 15px;
  padding-top: 17px;
  position: relative;
  width: 100%;
}

.botIcon .Input-blank .Input_field {
  max-height: 20px;
}

.botIcon .Input_field {
  background-color: transparent;
  border: none;
  outline: none;
  padding-left: 20px;
  padding-right: 45px;
  resize: none;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px !important;
}

.botIcon .Input_button-emoji {
  right: 45px;
}

.botIcon .Input_button {
  background-color: transparent;
  border: none;
  bottom: 15px;
  cursor: pointer;
  height: 25px;
  outline: none;
  padding: 0;
  position: absolute;
  width: 25px;
}

.botIcon .Input_button-send {
  right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon,
.botIcon .Input_button:hover .Icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.botIcon .Input-emoji .Input_button-emoji .Icon path,
.botIcon .Input_button:hover .Icon path {
  fill: #2c2c46;
}

.Icon svg {
  height: auto;
  width: 100%;
}

.msg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.msg.user {
  -webkit-box-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.msg+.msg {
  margin-top: 15px;
}

span.responsText {
  color: #000;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
  max-width: calc(100% - 50px);
}

.msg.user span.responsText {
  margin-left: 0;
  margin-right: 10px;
}

span.avtr {
  display: inline-block;
  width: 30px;
}

span.avtr figure {
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  display: block;
  margin: 0;
  padding-bottom: 100%;
}

.sare-btn i {
  color: white;
  font-size: 25px;
}

@-webkit-keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes appear {
  0% {
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes appear {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes slidein {
  0% {
    opacity: 0;
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slidein {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media only screen and (max-width: 412px) {
  .botIcon .Layout-open {
    width: 250px;
  }
}

.chat_close_icon {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 12px;
  top: 10px;
  /* Ensure it's positioned correctly */
  z-index: 9;
}

.blog-main-banner img {
  width: 100%;
}

/* ABout us section ------------------------ */

.about-hero-section-main-cover-wrapper {
  background-image: url("./image/building-bg-image.jpg");
  background-position: center;
  background-size: cover;
  padding: 125px 0px;
}

.about-hero-title h4 {
  font-size: 35px;
  color: white;
}

.member-profile-details {
  text-align: center;
  padding: 15px 0;
  background: #1d2c80;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 22px;
  padding-bottom: 0px;
}

.member-profile-box {
  margin-bottom: 20px;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.member-profile-details p {
  color: #77C3EC;
  /* margin: 14px 0; */
  margin-bottom: 0px;
  padding: 6px;
  background: #1d2c80;
  color: white;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 800;
}

.member-profile-details {
  text-align: center;
  padding: 5px 0;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 22px;
  padding-bottom: 4px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  margin-bottom: 2px;
}

.member-profile-name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 9px;
}

.breadcrumbs-wrapper h3 {
  margin: 25px 0px;
  font-weight: bold;
  text-align: center;
  color: #1d2c80;
}

.about-history-main-cover-wrapper {
  padding: 50px 0px;
  background: white;
}

.about-history-cover-wrapper h6 {
  color: darkslateblue;
  font-weight: 700;
  font-size: 25px;
}

.moa-card-cover-wrapper {
  padding: 15px 5px;
  border-radius: 15px;
  box-shadow: 0px 3px 6px #00000029;
  margin-bottom: 15px;
}

.pdf-icon-box img {
  width: 80%;
  margin: 0 auto;
  display: flex;
  margin-top: 10px;
}

.top-header-social-cover {
  display: flex;
}

.left-side-bar {
  display: flex;
}

.search-input-box input {
  padding: 1px 11px;
  border-radius: 15px;
  border: none;
  font-size: 14px;
  margin-top: 1px;
}

.moa-card-cover-box button {
  background: transparent linear-gradient(102deg, #0867B1 0%, #242679 100%) 0% 0% no-repeat padding-box;
  color: white !important;
  padding: 6px 16px !important;
  border-radius: 5px;
  font-size: 12px;
  border: none;
}

.moa-card-cover-box button a {
  color: white;
  font-weight: 700;
}

.moa-card-cover-box h5 a {
  font-weight: 700;
  color: #212e80;
}

.moa-card-cover-wrapper.recent-activity-box-cover-wrapper {
  padding: 20px 25px;
}

.moa-card-cover-wrapper.recent-activity-box-cover-wrapper button {

  background: transparent linear-gradient(102deg, #0867B1 0%, #242679 100%) 0% 0% no-repeat padding-box;
  color: white !important;
  padding: 6px 16px !important;
  border-radius: 5px;
  font-size: 12px;
  border: none;
}


.moa-card-cover-wrapper.recent-activity-box-cover-wrapper button a {
  color: white;
}

.moa-card-cover-wrapper.recent-activity-box-cover-wrapper h5 {
  font-weight: bold;
  margin-top: 13px;
}

.moa-card-cover-wrapper.recent-activity-box-cover-wrapper p {
  line-height: 24px;
}

.member-profile-wrapper {
  padding: 35px 0px;
}

.about-gif-wrapper-cover-wrapper img {
  width: 90%;
  display: flex;
  margin-left: auto;
}

.blink {
  animation: blinkAnimation 1s infinite;
  color: white;
  margin-right: 12px;
  font-size: 14px;
}

/* contact style csss*/

.contact-left-set {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.contact-detail-box {
  margin-bottom: 0px;
}
.contact-detail-box h4 {
  font-weight: 700;
  color: #284f60;
  margin: 10px 0px;
}
.form-group.frm-cover input {
  /* padding: 24px 12px; */
  border-radius: 10px;
  border: 1px solid #5E8DF7;
  box-shadow: 0px 1px 6px -1px #afafafab;
  color: lightgray !important;
  height: 48px;
  font-size: 13px;
}
.form-group.frm-cover label {
  font-size: 15px;
  padding-bottom: 2px;
  font-weight: 700;
  color: black;
  margin-bottom: 5px;
  margin-left: 8px;
}
.form-group.frm-cover textarea {
  padding: 16px 15px;
  height: 104px;
  border-radius: 10px;
  border: 1px solid #5E8DF7;
  box-shadow: 0px 1px 6px -1px #afafafab;
  font-size: 13px;
}
button.sub-btn {
  padding: 9px 37px;
  border: none;
  border-radius: 7px;
  background-color: black;
  color: white;
  font-weight: 500;
  background: transparent linear-gradient(105deg, #2A3557 0%, #0867B1 100%) 0% 0% no-repeat padding-box;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  margin: revert-layer;
}
.contact-form-wrapper h3 {
  color: white;
  padding: 15px 0px;
  font-weight: 600;
}

.contact-form-btn-wrap {
  margin: 0 auto;
}
.frm-cover {
  margin-bottom: 19px !important;
}
.contact-left-set {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  /* background: var(--color); */
  padding: 0px 25px;
  /* border: 2px solid var(--color); */
  border-radius: 12px;
}
.contact-details-box-icon img {
  width: 60px;
  box-shadow: 0px 0px 10px 0px lightblue;
  padding: 15px;
  border-radius: 50%;
}

.contact-left-set h4 {
  color: #174594;
  font-weight: 600;
  margin-bottom: 24px;
  text-decoration: underline;
}
.contact-form-wrapper-cover {
  padding: 36px 26px;
  background: #ffffff;
  border-radius: 12px;
  margin-top: 0px;
  box-shadow: 0px 3px 30px #50B2FF70;
}
.form-header {
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #174594;
  margin: 53px 0px;
  margin-bottom: 30px;
}
.form-header p {
  width: 100%;
  margin: 2px auto;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}
.form-header h3 {
  font-weight: 800;
}
/* .contact-detail-box {
  margin-bottom: 30px;
  margin-left: 32px;
}
.contact-details-box-cover {
  display: flex;
} */
.contact-detail-box p a {
  color: black;
  font-weight: 700;
  font-size: 18px;
}
.contact-page-map-header h5 {
  font-weight: 600;
  color: #174594;
}
.contact-page-map-wrapper {
  margin-top: 25px;
}
.contact-main-wrapper {
  height: 100%;
  width: 100%;
  margin: 48px 0px;
}

.form-wrapper {
  margin: 0px 0px;
  background-image: url('image/contact-image.png');
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  padding: 30px 0px;
  background-repeat: no-repeat;
  width: 100%;
  height: 339px;
}


.contact-detail-wraper {
  padding: 38px 0px;
  border-radius: 10px;
  margin: 10px 0px;
}
.form-header h1 {
  font-weight: 800;
}
.contact-form-main-wrapper {
  margin-top: -145px;
}
h3.contact-form-title {
  text-align: center;
  font-weight: 800;
  font-size: 25px;
  margin-bottom: 30px;
}
.contact-details-box-cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
p.contact-links-cov {
  margin-bottom: 0px;
}
a.view-map {
  font-size: 19px;
  font-weight: 800;
  color: #0867B1;
  text-decoration: underline;
}

.contact-details-mian-cov {
  background-image: url('image/contact-bg-img.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 431px;
  margin: 0px 0px;
  padding: 30px 0px;
  margin-bottom: 88px;
}

p.com-para {
  font-weight: 700;
  color: #828282;
}
.contact-detail-box.add-detail-box p {
  font-weight: 700;
}
@media only screen and (min-width: 320px) and (max-width: 479px){

  .form-wrapper {
    margin: 0px 0px;
    background-image: url('image/contact-image.png');
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    padding: 30px 0px;
    background-repeat: no-repeat;
    width: 100%;
    height: 163px;
    background-position: center;
}
.contact-form-main-wrapper {
  margin-top: 22px;
}
.form-header h1 {
  font-weight: 800;
  font-size: 21px;
}
.form-header p {
  width: 100%;
  margin: 2px auto;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}
h3.contact-form-title {
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 30px;
}
.contact-form-wrapper-cover {
  padding: 36px 20px;
  background: #ffffff;
  border-radius: 12px;
  margin-top: 0px;
  box-shadow: 0px 3px 30px #50B2FF70;
}
.form-group.frm-cover label {
  font-size: 13px;
  padding-bottom: 2px;
  font-weight: 700;
  color: black;
  margin-bottom: 5px;
  margin-left: 8px;
}
.form-group.frm-cover input {
  /* padding: 24px 12px; */
  border-radius: 10px;
  border: 1px solid #5E8DF7;
  box-shadow: 0px 1px 6px -1px #afafafab;
  color: lightgray !important;
  height: 39px;
  font-size: 12px;
}
button.sub-btn {
  padding: 9px 27px;
  border: none;
  border-radius: 7px;
  background-color: black;
  color: white;
  font-weight: 500;
  background: transparent linear-gradient(105deg, #2A3557 0%, #0867B1 100%) 0% 0% no-repeat padding-box;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  margin: revert-layer;
  font-size: 11px;
}
.contact-details-mian-cov {
  background-image: url('image/contact-bg-img.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 715px;
  margin: 0px 0px;
  padding: 30px 0px;
  margin-bottom: 76px;
  background-image: none;
}
.contact-details-box-icon img {
  width: 45px;
  box-shadow: 0px 0px 10px 0px lightblue;
  padding: 12px;
  border-radius: 50%;
}
.contact-detail-box h4 {
  font-weight: 700;
  color: #284f60;
  margin: 8px 0px;
  font-size: 16px;
}
.contact-detail-box p a {
  color: black;
  font-weight: 700;
  font-size: 12px;
}
.contact-detail-box.add-detail-box p {
  font-weight: 700;
  font-size: 12px;
}
p.com-para {
  font-weight: 700;
  font-size: 12px;
  color: #828282;
}
.contact-details-box-cover {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}
a.view-map {
  font-size: 12px;
  font-weight: 800;
  color: #0867B1;
  text-decoration: underline;
}

}

@keyframes blinkAnimation {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}





/* about ibai css */

.about-ibai-wraper {
  height: 100%;
  width: 100%;
  margin: 30px 0px;
  margin-top: 95px;
  margin-bottom: 100px;
}
.about-ibai-top-cov h6 {
  background: #e4e1e1;
  padding: 7px 15px;
  width: fit-content;
  border-radius: 20px;
  font-weight: 700;
  color: #0951a2;
  font-size: 13px;
}
.about-ibai-top-cov h1 {
  font-size: 34px;
  margin: 15px 0px;
  font-weight: 800;
  color: #0963ad;
}
.about-ibai-top-cov h4 {
  width: 75%;
  font-size: 18px;
}

.our-mission-content-cov {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 20px;
  padding: 28px 33px;
  position: relative;
  overflow: hidden;
}
.our-mision-points-box {
  display: flex;
}
.our-mission-content-cov h4 {
  font-weight: 800;
  color: #0b5ea9;
}
.our-mision-points-icon i {
  background: #e5e5e5;
  padding: 11px 11px;
  border-radius: 30px;
  height: 36px;
  width: 34px;
  color: #2a7fcc;
  font-size: 17px;
}
.our-mision-points {
  margin-left: 16px;
}
.our-mision-points h6 {
  color: #0b5ea9;
  font-weight: 600;
  margin-bottom: 0px;
}
.our-mision-points-cov {
  margin-top: 30px;
}

.our-mission-wraper-image img {
  height: 531px;
  width: auto;
  border-radius: 20px;
}

.mission-wraper-image-title {
  position: absolute;
  bottom: 0;
  background: linear-gradient(4deg, #000000a3, transparent);
  height: 169px;
  padding: 33px 28px;
  border-radius: 22px;
  width: 99%;
}
.our-mission-wraper-image-cov {
  position: relative;
}
.mission-wraper-image-title h6 {
  color: white;
  font-size: 23px;
  font-weight: 700;
  text-transform: capitalize;
}
.mission-wraper-image-title p {
  color: white;
}
.our-mision-points p {
  font-size: 15px;
}
.sm1-circle {
  position: absolute;
  height: 185px;
  width: 188px;
  background: #eaeaea;
  bottom: -50px;
  right: -53px;
  border-radius: 50%;
}

.sm-circle {
  position: absolute;
  height: 108px;
  width: 101px;
  background: #0b5ea97a;
  bottom: -24px;
  right: -17px;
  border-radius: 50%;
  z-index: 9999;
}

.diffrence-insurance-broker-main-wraper {
  height: 100%;
  width: 100%;
  margin-top: 109px;
}

table.table.Category-table thead {
  background: #eaeaea !important;
  color: black;
}

table.table.Category-table tr td {
  padding: 18px 3px;
}
table.table.Category-table tr:hover {
  padding: 18px 3px;
  background: #eaeaea !important;
}

.our-mision-points-icon img {
  background: #eaeaea;
  border-radius: 20px;
  padding: 6px;
  height: 34px;
  width: 33px;
}

@media only screen and (min-width: 320px) and (max-width: 479px){

  .left-side-bar {
    display: flex;
    display: none;
}

.hero-content-card-box.hero-card-2 {
  margin-left: -10px;
  margin-top: 50px;
  margin-right: 60px;
}
.hero-content-card-box.hero-card-4 {
  margin-right: 0px;
  margin-left: -10px;
  margin-top: 38px;
}
img {
  max-width: 100%;
  margin-top: 49px;
}

.about-ibai-wraper {
  height: 100%;
  width: 100%;
  margin: 30px 0px;
  margin-top: 31px;
  margin-bottom: 100px;
}
.about-ibai-top-cov h1 {
  font-size: 19px;
  margin: 15px 0px;
  font-weight: 800;
  color: #0963ad;
}
.about-ibai-top-cov h4 {
  width: 100%;
  font-size: 14px;
  margin-bottom: 23px;
}
.our-mission-content-cov {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 20px;
  padding: 28px 23px;
  position: relative;
  overflow: hidden;
}
.sm1-circle {
  position: absolute;
  height: 185px;
  width: 188px;
  background: #eaeaea;
  bottom: -50px;
  right: -53px;
  border-radius: 50%;
  display: none;
}
.sm-circle {
  position: absolute;
  height: 108px;
  width: 101px;
  background: #0b5ea97a;
  bottom: -24px;
  right: -17px;
  border-radius: 50%;
  z-index: 9999;
  display: none;
}
.our-mission-content-cov h4 {
  font-weight: 800;
  color: #0b5ea9;
  font-size: 20px;
}
.our-mission-content-cov p {
  font-size: 13px;
}
.our-mision-points-icon img {
  background: #eaeaea;
  border-radius: 20px;
  padding: 3px;
  height: 22px;
  width: 27px;
  margin-top: 0px;
}
.our-mision-points h6 {
  color: #0b5ea9;
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 14px;
}

.tj-service-section-three {
  background: #e1e8f017;
  margin-top: 697px;
}
.mission-wraper-image-title {
  position: absolute;
  bottom: 0;
  background: linear-gradient(4deg, #000000a3, transparent);
  height: 169px;
  padding: 33px 21px;
  border-radius: 22px;
  width: 100%;
}
.mission-wraper-image-title h6 {
  color: white;
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
}
.mission-wraper-image-title p {
  color: white;
  font-size: 13px;
}
h2.insurance-section-title.text-center.aos-init.aos-animate {
  font-size: 20px;
}
span.highlight-text {
  font-weight: 800;
  color: #ffffff;
  background: #1d2c80;
  padding: 5px 25px;
  border-radius: 27px;
  display: flex;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 13px;
}
.service-wrapper-two {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.service-style-3 {
  flex-direction: column;
  align-items: start;
  justify-content: start;
  row-gap: 20px;
  padding: 0px 30px;
}
.service-title a {
  font-weight: 700;
  color: #1d2c80;
  font-size: 18px;
}

.diffrence-insurance-broker-main-wraper {
  height: 100%;
  width: 100%;
  margin-top: 36px;
}
}

.why-us-content-box h4 {
  font-weight: 800;
  font-size: 25px;
  color: #444d81;
}
ul.point-box-list {
  margin-left: 0px;
  list-style: circle;
  margin-top: 19px;
}
ul.point-box-list li {
  margin-bottom: 17px;
}

.why-us-points-icon i {
  background: #e5e5e5;
  padding: 6px 7px;
  border-radius: 30px;
  height: 21px;
  width: 21px;
  color: darkblue;
  font-size: 9px;
  margin-top: 5px;
}
.why-us-points-icon {
  margin-right: 11px;
}
.why-us-ibai-main-wraper {
  height: 100%;
  width: 100%;
  margin: 50px 0px;
  margin-bottom: 150px;
}

.why-us-content-wraper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 116%;
  background-size: cover;
  background-position: center;
}
.why-us-content-wraper img {
  width: 78%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
  background-position: center center !important;
}

.our-team-wraper {
  margin-top: 401px;
}

.why-us-content-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}
ul.point-box-list li {
  font-size: 17px;
}

.why-us-content-box {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.fade-out {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}

.fade-in {
  opacity: 1;
  transition: opacity 0.6s ease-in;
}