*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.4s ease;
}

:root {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  --green: #27ae60;
  --dark-color: #219150;
  --black: #444;
  --light-color: #666;
  --border: 0.1rem solid rgba(0, 0, 0, 0.1);
  --border-hover: 0.1rem solid var(--black);
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  --swiper-pagination-bottom: 30px;
  --swiper-pagination-bullet-width: 30px;
  --swiper-pagination-bullet-height: 30px;
  --swiper-pagination-color: none;
  --swiper-pagination-bullet-inactive-color: none;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-navigation-color: #ffffff;
  /* --swiper-navigation-sides-offset: -60px; */
  /* --swiper-pagination-bullet-size: 30px; */
  /* --swiper-pagination-bullet-size: ; */
}

*::selection {
  background: #f9580e;
  color: #ffffff;
  text-shadow: none;
}

img,
video {
  user-select: none;
}

img {
  width: 100%;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background-color: #15a14a;
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
}

html::-webkit-scrollbar {
  width: 0.4rem;
}

html::-webkit-scrollbar-track {
  background-color: transparent;
}

html::-webkit-scrollbar-thumb {
  background-color: #15a14a;
}

body {
  background-color: #f3efeeff;
  background-attachment: fixed;
  opacity: 1;
  -webkit-animation: fadein 0.8s !important;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.8s !important;
  /* Firefox < 16 */
  -ms-animation: fadein 0.8s !important;
  /* Internet Explorer */
  -o-animation: fadein 0.8s !important;
  /* Opera < 12.1 */
  animation: fadein 0.8s !important;
}

body {
  color: #555;
  font-family: "Lexend Deca", sans-serif;
  /* font-size: 16px;
  line-height: 1.875; */
  word-break: break-word;
}

body::before {
  content: "";
  display: block;
  background-image: url(../images/noise.webp);
  opacity: 0.5;
  background-repeat: repeat;
  background-size: 257px auto;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 99999998;
}

section {
  padding: 3rem 9%;
}

@media only screen and (max-width: 991px) {
  section {
    padding: 2rem 6.5%;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* body */

.trgz-page {
  width: 100%;
  height: 100%;
}

.trgz-site-header {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.trgz-site-header::before {
  content: "";
  display: table;
  table-layout: fixed;
}

.trgz-site-header::before {
  content: "";
  clear: both;
  display: table;
  table-layout: fixed;
}

.trgz-header-desktop {
  width: 100%;
  height: 100%;
}

.trgz-header-desktop-top-section {
  position: relative;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(255, 255, 255, 0.2);
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
}

.trgz-header-desktop-top-section-row {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.desktop-top-section-logo {
  position: relative;
  display: flex;
  min-height: 1px;
}

@media (min-width: 768px) {
  .desktop-top-section-logo {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .desktop-top-section-logo {
    width: 19.962%;
  }
}

@media (max-width: 767px) {
  .desktop-top-section-logo {
    width: 100%;
  }
}

.desktop-top-section-logo-co {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.desktop-top-section-logo-co > .desktop-top-section-the-logo {
  position: relative;
  height: 100%;
  /* width: 100%; */
}

.trgz-the-logo {
  position: relative;
  width: 100%;
  height: 91px;
}

.trgs-header-desktop-the-logo-link {
  display: block;
  width: 100%;
  height: 100%;
}

.trgz-the-logo img {
  height: 91px;
  max-width: 100%;
}

.desktop-top-section-nav {
  position: relative;
  display: flex;
  min-height: 1px;
}

@media (min-width: 768px) {
  .desktop-top-section-nav {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .desktop-top-section-nav {
    width: 60.013%;
  }
}

.trgz-desktop-top-section-nav {
  position: relative;
  display: flex;
  align-content: flex-start;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}

.trgz-desktop-top-section-nav > .trgz-desktop-top-section-nav-co {
  position: relative;
  display: flex;
  width: auto;
}
.trgz-main-navigation {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}

.trgz-menu {
  position: relative;
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
  font-family: "Titillium Regular", sans-serif;
  font-weight: 600;
  font-size: 14px;
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}

.trgz-main-navigation > .trgz-menu > .trgz-menu-item {
  margin: 0 20px;
  margin-left: 20px;
  padding: 0 0;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.trgz-main-navigation > .trgz-menu > .trgz-menu-item:first-child {
  margin-left: 0;
}

.trgz-menu > .trgz-menu-item > .trgz-menu-item-link {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.trgz-primary-menu
  > .trgz-menu-item.trgz-menu-item-has-children
  > .trgz-menu-item-link {
  padding-right: 17px;
}

.trgz-menu-item > .trgz-menu-item-link::before {
  position: absolute;
  height: 8px;
  width: 8px;
  bottom: -14px;
  left: 50%;
  opacity: 0;
  margin-left: -5px;
  background: #fff;
  content: "";
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transform: rotate(45deg);
}

.trgz-menu-item > .trgz-menu-item-link::before {
  bottom: -4px;
  opacity: 1;
}

.trgz-menu-item > .trgz-menu-item-link::after {
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -4px;
  font-family: remixicon !important;
  font-style: normal;
  content: "\ea50";
  font-size: 8px;
  font-size: 24px;
  line-height: 1;
  color: #c3c7c9;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
}

.trgz-submenu {
  min-width: 290px;
  white-space: nowrap;
  padding: 20px 0;
  position: absolute;
  top: 100%;
  left: -34px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.trgz-menu-item > .trgz-menu-item-link::after,
.trgz-menu-item > .trgz-menu-item-link::before {
  display: none;
}

.trgz-submenu {
  float: none;
  margin: 0 0;
  padding: 0 0;
  background-color: #2a2a2a;
}

.trgz-submenu::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: -10px;
}

.trgz-submenu-list {
  position: relative;
  width: 100%;
}

.trgz-submenu-item {
  display: block;
  position: relative;
  padding: 0 34px;
}

.trgz-submenu-item .trgz-submenu-link {
  font-size: 16px;
  line-height: 30px;
  color: #b6b6b6;
  text-align: left;
  display: block;
  padding: 5px 0 5px 0;
  padding-left: 0px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.trgz-submenu-item > .trgz-submenu-link,
.trgz-submenu-link:hover {
  padding-left: 40px;
  color: #fff;
}

.trgz-submenu-item .trgz-submenu-link {
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.trgz-submenu-item .trgz-submenu-link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}

.trgz-submenu-item .trgz-submenu-link::before {
  left: 0;
  visibility: visible;
  opacity: 1;
  width: 30px;
}

.desktop-top-section-icons-co {
  display: flex;
  min-height: 1px;
  position: relative;
}

@media (min-width: 768px) {
  .desktop-top-section-icons-co {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .desktop-top-section-icons-co {
    width: 20.013%;
  }
}

.desktop-top-section-icons-row {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-content: flex-start;
  width: 100%;
}

.desktop-top-section-icon {
  position: relative;
  display: flex;
  width: auto;
  /* margin-block-end: 20px; */
}

.trgz-primary-nav-cta-icon-co {
  margin: 0px 30px 0px 0px;
}

.trgz-primary-nav-cta-icon {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.trgz-cta-icon {
  display: inline-block;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.trgz-primary-nav-whatsapp-icon {
  margin: 0px 65px 0px 0px;
  display: flex;
}

.trgz-primary-nav-whatsapp-icon-co {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.trgz-whatsapp-icon i {
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 22px;
  height: 100%;
  font-size: 24px;
}

.trgz-primary-nav-bar-icon {
  padding: 0px 34px 0px 33px;
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: rgba(255, 255, 255, 0.2);
}

.trgz-primary-nav-bar-icon-co {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.trgz-site-overlay {
  cursor:
    url(../images/close.png) 16 16,
    default;
  background: transparent;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  z-index: -1;
}

.trgz-panel-btn {
  position: relative;
  color: #fff;
  cursor: pointer;
}

.trgz-panel-btn-icon {
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  font-size: 24px;
}

@media only screen and (max-width: 1024px) {
  .trgz-header-desktop {
    display: none;
  }
}

/* mobile */

.trgz-header-mobile {
  position: relative;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .trgz-header-mobile {
    display: block;
  }
}

.trgz-header-mobile-co {
  display: block;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 1px 0px 10px 0px rgba(255, 255, 255, 0.1);
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  height: 100%;
}

.trgz-header-mobile-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

@media (max-width: 1024px) {
  .trgz-header-mobile-wrap {
    flex-wrap: wrap;
  }
}

.trgz-header-mobile-logo-co {
  position: relative;
  display: flex;
  min-height: 1px;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .trgz-header-mobile-logo-co {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .trgz-header-mobile-logo-co {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .trgz-header-mobile-logo-co {
    width: 52%;
  }
}

.trgz-header-mobile-logo {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.trgz-header-mobile-the-logo {
  display: flex;
  height: 100%;
}

.trgz-header-mobile-the-logo-link {
  display: flex;
  height: 75px;
  width: 100%;
}

.trgz-header-mobile-the-logo img {
  height: 75px;
  max-width: 100%;
}

.trgz-header-mobile-icons-co {
  display: flex;
  min-height: 1px;
  position: relative;
}

.trgz-header-mobile-icons-co {
  position: relative;
  display: flex;
  align-content: flex-start;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 767px) {
  .trgz-header-mobile-icons-co {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .trgz-header-mobile-icons-co {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .trgz-header-mobile-icons-co {
    width: 48%;
  }
}

.trgz-header-mobile-icons-co > .trgz-header-mobile-icon-co {
  position: relative;
  display: flex;
  width: auto;
  /* margin-block-end: 20px; */
}

.trgz-header-mobile-icon-whatsapp {
  cursor: pointer;
  padding: 0px 30px 0px 0px;
}

.trgz-header-mobile-icon-sidepanel {
  cursor: pointer;
  margin: 0px 65px 0px 0px;
}

.mobile-icon-sidepanel {
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  font-size: 24px;
}

.trgz-header-mobile-icon-bar {
  cursor: pointer;
  padding: 0px 15px 0px 0px;
}

/* content */

.trgz-site-content::before {
  content: "";
  display: table;
  table-layout: fixed;
}

.trgz-site-content::after {
  content: "";
  clear: both;
  display: table;
  table-layout: fixed;
}

.hero-home {
  position: relative;
  padding: 0 !important;
  width: 100%;
  height: 100%;
}

.trgz-grid-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.trgz-grid-lines .trgz-grid-lines-horizontal {
  z-index: 2;
}

.trgz-grid-lines .trgz-g-line-horizontal {
  height: 1px;
  display: block;
  width: 100%;
  background-color: #fff;
  top: 90px;
  left: 0;
  position: absolute;
}

.trgz-grid-lines-horizontal {
  z-index: 2;
}

.has-lines-horizontal-bottom .trgz-grid-lines .trgz-line-top {
  display: none;
}

.trgz-grid-lines .trgz-line-bottom {
  bottom: 90px;
  top: auto;
}

.hero-home .trgz-line-bottom {
  background-color: rgba(255, 255, 255, 0.3);
}

.hero-home .trgz-grid-lines-vertical {
  z-index: 2;
}

.hero-home .trgz-grid-lines-vertical .line-left {
  background-color: rgba(255, 255, 255, 0.3);
}

.trgz-grid-lines .trgz-g-line-vertical {
  height: 100%;
  display: block;
  width: 1px;
  background-color: #fff;
  left: 90px;
  top: 0;
  position: absolute;
}

.hero-home .trgz-line-left {
  background-color: rgba(255, 255, 255, 0.3);
}

/* .no-lines-vertical-center .trgz-grid-lines .trgz-line-center {
  display: none;
} */

.trgz-grid-lines .trgz-line-center {
  left: 50%;
  background-color: rgba(255, 255, 255, 0.3);
}

.trgz-grid-lines .trgz-line-right {
  left: auto;
  right: 90px;
}

.hero-home .trgz-line-right {
  background-color: rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 1024px) {
  .trgz-grid-lines .trgz-line-right,
  .trgz-grid-lines .trgz-line-left {
    left: 0;
  }
}

.trgz-home-hore-co {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 1024px) {
  .trgz-home-hore-co {
    flex-wrap: wrap;
  }
}

.trgz-home-hore-wrap {
  display: flex;
  min-height: 1px;
  position: relative;
}

@media (max-width: 767px) {
  .trgz-home-hore-wrap {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .trgz-home-hore-wrap {
    width: 100%;
  }
}

.trgz-home-hore-widget-wrap {
  position: relative;
  /* margin-block-end: 20px; */
  width: 100%;
}

/* home */

.trgs-home {
  position: relative;
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.9) 100%
    ),
    url(https://ngenda.group.africa.sandc.co.tz/assets/images/package-card-slider-bg.png)
      no-repeat center / cover;
  overflow: hidden;
  padding: 0% !important;
}

.trgs-home-hero {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 1024px) {
  .trgs-home-hero {
    flex-wrap: wrap;
  }
}

.trgs-home-hero-co {
  position: relative;
  display: flex;
  min-height: 1px;
  width: 100%;
}

.trgs-home-hero-co-wrap {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.trgs-home-hero-co-widget {
  position: relative;
  margin-bottom: 0;
  width: 100%;
}

.trgs-home-hero-co-inner {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  max-width: none !important;
}

.trgs-home-hero-co-inner .home-slide-item {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.home-slide-item .home-slide-item-co {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-direction: column;
  height: 100%;
}

.home-slide-item-co::before {
  content: "";
  display: table;
  box-sizing: border-box;
  width: 0;
}

@media (min-width: 768px) {
  .home-slide-item-co::before {
    min-height: 650px;
  }
}

@media (min-width: 1024px) {
  .home-slide-item-co::before {
    min-height: 800px;
  }
}

@media only screen and (max-width: 767px) {
  .home-slide-item-co::before {
    min-height: 520px;
  }
}

.trgs-overlay-background {
  position: relative;
  display: flex;
  flex-direction: column;
}

.trgs-overlay-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.trgs-overlay-background::after {
  background: rgba(41, 22, 1);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.25s;
  opacity: 0.56;
}

.trgs-overlay-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trgs-home-hero-contents-co {
  position: absolute;
  left: 0%;
  top: 30%;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.trgs-home-hero-contents {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.trgs-home-hero-contents-co > .trgs-home-hero-contents {
  max-width: 950px;
}

@media (min-width: 768px) {
  .trgs-home-hero-contents-co > .trgs-home-hero-contents {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .trgs-home-hero-contents-co > .trgs-home-hero-contents {
    max-width: 970px;
  }
}

@media (min-width: 1230px) {
  .trgs-home-hero-contents-co > .trgs-home-hero-contents {
    max-width: 850px;
  }
}

@media (max-width: 761px) {
  .trgs-home-hero-contents {
    padding: 0 5.5%;
  }
}

.trgs-home-hero-contents-highlights h4 {
  font-size: 2rem;
  font-family: "Nunito";
  color: #fff;
  margin-bottom: 0.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

.trgs-home-hero-contents-title {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 1px;
  width: 100%;
}

.trgs-home-hero-contents-title h1 {
  font-size: calc(1.25rem + 1.6vw);
  position: relative;
  display: inline-block;
  font-family: "Nunito";
  margin: 0 0 1rem auto;
  margin-top: 0px;
  margin-bottom: 1rem;
  font-weight: bolder;
  margin-top: 0.6em;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  color: transparent;
  white-space: wrap;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.8);
  font-weight: 900;
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50% 0px;
  opacity: 1;
  transform: translate(0px);
  color: transparent;
}

@media only screen and (max-width: 767px) {
  .trgs-home-hero-contents-title h1 {
    font-size: calc(1.25rem + 3.6vw);
  }
}

.trgs-home-hero-content-paragraph {
  margin-bottom: 10px;
  width: 100%;
}

.trgs-home-hero-content-paragraph p {
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #fff;
  display: inline-block;
  font-size: 1.65rem;
  text-align: justify;
  line-height: 1.5;
  margin: 0 0 1.5em 0;
}

@media only screen and (max-width: 768px) {
  .trgs-home-hero-content-paragraph p {
    font-size: 1.45rem;
  }
}

.trgs-home-hero-content-paragraph p,
.trgs-home-hero-contents-highlights h4,
.trgs-home-hero-contents-title h1 {
  filter: drop-shadow(-3px -3px 2px rgba(255, 255, 255, 0.3))
    drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.3))
    drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.3));
}

/* swiper */

.autoplay-progress {
  position: absolute;
  right: 25px;
  bottom: 20px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff !important;
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: #fff !important;
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
  transition: stroke-dashoffset 0.25s linear;
}

.swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  outline: none;
  border-radius: 50%;
  transition: all 0.3s linear;
}

.swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.swiper-pagination-bullet-active {
  border: 1px solid;
  border-color: #fff;
  opacity: 1;
}

/* intro */
.trgz-ceo-intro {
  background-image: url(../images/bg/bg1-team.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
  padding: 90px 0px 90px 0px;
}

.trgz-ceo-intro-co {
  padding: 0;
}

.trgz-ceo-intro-co {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .trgz-ceo-intro-co {
    flex-wrap: wrap;
  }
}

.trgz-ceo-intro-co {
  max-width: 1140px;
}

@media (min-width: 768px) {
  .trgz-ceo-intro > .trgz-ceo-intro-co {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .trgz-ceo-intro > .trgz-ceo-intro-co {
    max-width: 970px;
  }
}

@media (min-width: 1230px) {
  .trgz-ceo-intro > .trgz-ceo-intro-co {
    max-width: 1200px;
  }
}

.elementor-column {
  display: flex;
  min-height: 1px;
  position: relative;
}

.trgz-ceo-intro-left-side {
  display: flex;
  min-height: 1px;
  position: relative;
}

@media (max-width: 767px) {
  .trgz-ceo-intro-left-side {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .trgz-ceo-intro-left-side {
    width: 50%;
  }
}

.trgz-ceo-intro-left-side > .trgz-ceo-intro-left-side-content {
  align-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding: 15px;
}

@media (max-width: 1024px) {
  .trgz-ceo-intro-left-side > .trgz-ceo-intro-left-side-content {
    margin: 0px 0px 30px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }
}

.trgz-ceo-intro-left-side-content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.trgz-ceo-intro-left-side-content-co {
  text-align: right;
  font-family: "Titillium Regular", Sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 48px;
  color: #010056;
  width: 100%;
}

.trgz-ceo-intro-left-side-content-widget {
  padding: 0px 20px 0px 0px;
}

.trgz-ceo-intro-right-side {
  display: flex;
  min-height: 1px;
  position: relative;
}

@media (min-width: 768px) {
  .trgz-ceo-intro-right-side {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .trgz-ceo-intro-right-side {
    width: 100%;
  }
}

.trgz-ceo-intro-right-side > .trgz-ceo-intro-right-side-content {
  padding-top: 0;
  padding-bottom: 0;
  padding: 15px;
  align-content: center;
  align-items: center;
}

.trgz-ceo-intro-right-side-content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 1024px) {
  .trgz-ceo-intro-left-side-content-widget {
    text-align: left;
  }
  .trgz-ceo-intro {
    padding: 0px !important;
  }
}

.trgz-ceo-intro-right-side-content-co {
  position: relative;
  width: 100%;
}

.trgz-ceo-intro-right-side-content-widget {
  background-image: url("../images/signature.png");
  padding: 0px 0px 0px 20px;
  background-position: 87% 92%;
  background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .trgz-ceo-intro-right-side-content-co
    > .trgz-ceo-intro-right-side-content-widget {
    padding: 0px 0px 0px 0px;
    background-position: 60% 100%;
  }
}

@media (max-width: 767px) {
  .trgz-ceo-intro-right-side-content-co
    > .trgz-ceo-intro-right-side-content-widget {
    background-image: url("../images/signature.png");
    padding: 0px 0px 50px 0px;
    background-position: 0px 0px;
  }
}

@media (min-width: 768px) {
  .trgz-image-box-wrapper {
    display: flex;
  }
}

@media (min-width: 768px) {
  .trgz-image-box-wrapper {
    flex-direction: row;
    text-align: start;
  }
}

@media (min-width: 768px) {
  .trgz-image-box-wrapper {
    align-items: center;
  }
}

@media (max-width: 767px) {
  .trgz-image-box-wrapper {
    text-align: center;
  }
}

.trgz-image-box-img {
  display: inline-block;
  margin-right: 30px;
  width: 37%;
}

@media (max-width: 1024px) {
  .trgz-image-box-img {
    margin-right: 30px;
    width: 26%;
  }
}

@media (max-width: 767px) {
  .trgz-image-box-img {
    width: 45%;
  }
}

.trgz-image-box-img img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}

.trgz-image-box-content {
  width: 100%;
}

.trgz-image-box-title {
  margin-bottom: 6px;
  color: #010056;
  font-family: "Titillium Regular", Sans-serif;
  font-weight: 400;
  font-size: 24px;
}

.trgz-image-box-description {
  color: #010056;
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

/* about */

.trgz-about {
  position: relative;
  width: 100%;
  padding: 0;
}

.trgz-about-row {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .trgz-about-row {
    flex-wrap: wrap;
  }
}

.trgz-about-right-side {
 background-image: url("../images/bg-square.png");
  background-position: center center;
}

.trgz-about-left-side,
.trgz-about-right-side {
  position: relative;
  display: flex;
  min-height: 1px;
}

@media (min-width: 768px) {
  .trgz-about-left-side,
  .trgz-about-right-side {
    width: 50%;
  }

  .trgz-about-right-side {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .trgz-about-left-side,
  .trgz-about-right-side {
    width: 100%;
  }

  .trgz-about-right-side-co {
    padding: 0px 6.5% !important;
  }
  .trgz-about-right-side {
    padding-right: 0px;
    padding-top: 50px;
  }
}

.trgz-about-right-side-co .trgs-button-a {
  border: 1px solid #bf5700;
  background: transparent !important;
  color: #bf5700;
}

.trgz-about-right-side-co .trgs-butto-icon i {
  border: 1px solid #bf5700;
  background: transparent !important;
  color: #bf5700;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .trgz-about-left-side,
  .trgz-about-right-side {
    width: 100%;
  }
  .trgz-about-right-side-co {
    padding: 0px 6.5% !important;
  }

  .trgz-about-right-side {
    padding-right: 0px;
    padding-top: 50px;
  }
}

.trgz-about-right-side > .trgz-about-left-side-co {
  align-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.trgz-about-left-side-co {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.trgz-about-left-side-co > .trgz-about-left-side-content {
  width: 100%;
}

.trgz-about-left-side-content {
  position: relative;
  text-align: center;
}

.trgz-about-left-side-widget {
  width: 100%;
}

.trgz-about-left-side-widget-image {
  display: inline-block;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}

.trgz-about-right-side > .trgz-about-right-side-co {
  align-content: center;
  align-items: center;
  padding: 0px 0px 0px 85px;
  padding: 0px 0px 0px 50px;
}

.trgz-about-right-side-co {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.trgz-heading-co {
  position: relative;
  width: 100%;
}

.top-heading {
  text-align: center;
  margin-bottom: 0.5rem;
}

.top-heading .heading-title {
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 2rem;
  color: #444;
  letter-spacing: 0.1rem;
  font-family: "Sofia Pro";
}

.top-heading .heading-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  top: 50%;
  left: -48px;
  background: #3c4043;
}

.top-heading .heading-title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  top: 50%;
  right: -48px;
  background: #3c4043;
}

.trgz-about-heading {
  position: relative;
  width: 100%;
}

.trgz-about-heading-widget {
  padding: 0px 0px 30px 0px;
  padding: 0px 0px 10px 0px;
}

.trgz-top-heading {
  position: relative;
  padding-bottom: 30px;
  padding-bottom: 15px;
}

.trgz-top-heading::before {
  position: absolute;
  content: "";
  left: 1px;
  bottom: 1px;
  border-color: #ffffff;
  width: 66px;
  height: 2px;
  border-bottom: 2px dotted #dc6200;
}

.trgz-top-heading > span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #9f9e9e;
  color: rgba(20, 35, 90, 1);
  display: inline-block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.trgz-main-heading {
  position: relative;
  line-height: 40px;
  font-size: calc(1.25rem + 1vw);
  font-family: "Nunito";
  font-family: "Work Sans Regular";
  margin: 0 0 1rem auto;
  margin-top: 0px;
  margin-bottom: 1rem;
  font-weight: bolder;
  text-transform: uppercase;
  color: transparent;
  white-space: wrap;
  -webkit-text-stroke: 2px rgba(191, 86, 0, 0.8);
  font-weight: 900;
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50% 0px;
  opacity: 1;
  transform: translate(0px);
  color: transparent;
}

.trgz-about-us-intro-description {
  position: relative;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 1024px) {
  .trgz-about-us-intro-description {
    /* margin-top: 0.625rem; */
  }
}

@media (min-width: 1024px) {
  .trgz-about-us-intro-description {
    /* text-wrap: balance; */
    opacity: 0.7;
    display: block;
    max-width: calc(100% - 1.25rem);
    margin-bottom: var(--kit-widget-spacing, 20px);
  }
}

.trgz-about-us-intro-description p {
  font-family: "DM Sans Medium";
  font-weight: 500;
  color: #010056;
  font-size: 1.55rem;
  line-height: 1.5;
  text-align: justify;
  width: 100%;
  padding: 1.5rem 0px;
  word-wrap: break-word;
}

.trgz-about-heading-widget > .trgz-about-tabs-co {
  position: relative;
  max-width: 100%;
  width: var(--container-widget-width, 100%);
}

.trgz-about-tabs {
  height: 100%;
  margin: 0px 0px 0px 0px;
}

.trgz-about-tabs-widget {
  width: 100%;
}

.trgz-tab-menu-wrapper-co {
  width: 100%;
  border-radius: 3px 3px 3px 3px !important;
}

.trgz-tab-menu-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border-bottom: 1px solid #e6e8ebff;
}

.trgz-tab-button {
  position: relative;
  border-bottom: 2px solid #555;
  /* border-width: 0px 0px 2px 0px; */
  padding: 0px 17px 3px 17px;
  margin: 0px 40px 0px 0px;
  cursor: pointer;
}

.trgz-tab-button span {
  font-size: 11px;
  line-height: 25px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.trgz-tab-content {
  margin-top: 0px;
  padding: 0px 0px 0px 0px;
}

.trgz-tab-panel {
  position: relative;
  width: 100%;
}

.trgz-about-tabs-widget > .trgz-tab-panel {
  display: none;
}

.trgz-tab-content-area-co {
  display: block;
}

.trgz-tab-content-area {
  padding: 30px 0px 0px 0px;
  padding: 15px 0px 0px 0px !important;
}

.trgz-tab-content-area-description {
  margin: 0px 20px 0px 0px;
}

@media screen and (max-width: 1024px) {
  .trgz-about-tabs-co {
    display: none;
  }
}

.trgz-tab-content-area-description p {
  font-family: "Work Sans Regular";
  font-family: "DM Sans Medium";
  font-weight: 500;
  color: #010056;
  font-size: 1.55rem;
  line-height: 1.5;
  text-align: justify;
  width: 100%;
  padding: 0.4rem 0px;
  word-wrap: break-word;
}

.trgz-features-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 60px;
  margin: 8px 0px 0px 0px;
}

.trgz-features-list-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 30px;
  color: #656567;
  margin-top: 14px;
}

.trgz-features-list-item-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 10px 0px 0px;
  font-size: 13px;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #bf5700;
  border-radius: 50%;
  color: #bf5700;
}

.trgz-features-list-item-icon {
  padding: 0.9rem;
}

.trgz-list-feature-content {
  position: relative;
}

.trgz-feature-text {
  line-height: 1.2em;
  color: #6d1d09ff;
  color: #010056;
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  filter: drop-shadow(0 0 1px rgba(10, 58, 57, 0.4));
}

.trgs-button-co {
  position: relative;
  text-align: start;
  padding-inline-end: 48px;
  -webkit-padding-end: 48px;
  max-width: 100%;
  margin-block-end: 0;
  min-width: 0;
  margin-top: 2.5rem;
}

.trgs-button-a {
  position: relative;
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.1rem;
  color: #fff;
  background-color: #bf5700;
  font-weight: 800;
  border-radius: 100px;
  padding: 10px 15px;
}

.trgz-about-tabs .trgs-button-a {
  color: #bf5700 !important;
}

.trgs-butto-icon {
  position: absolute;
  right: -48px;
  top: 9px;
  flex-shrink: 0;
}

.trgs-butto-icon i {
  background-color: #bf5700;
  border-radius: 100px;
  padding: 12px 15px;
  font-size: 12px;
  color: #ffffff;
}

.trgz-about-accordion-co {
  border-radius: 3px 3px 3px 3px !important;
}

@media only screen and (max-width: 991px) {
  .trgz-about-accordion-co {
    width: 100% !important;
  }
}

.trgz-about-accordion-co .itinerary-accordion-content {
  padding: 0 14px !important;
}

.trgz-about-accordion-co .itinerary-accordion-content p {
  font-size: 1.5rem !important;
}

.itinerary-accordion-con {
  position: relative;
  width: 100%;
}

.itinerary-accordion-body-wrap {
  position: relative;
  display: inline-block;
  height: 100%;
  font-size: 1.2rem;
  background-color: #f8f3ef;
  border: 1px solid #d3c6c03b;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
  font-weight: 800;
  margin: 1rem 0;
}

.itinerary-accordion-title-co {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  cursor: pointer;
  padding: 6px !important;
  border-bottom: 1px solid #d6cdc813;
}

.acc-open--it .itinerary-accordion-title-co {
  border-bottom: 1px solid #d6cdc89f;
}

.itinerary-accordion-icon-title {
  position: relative;
  display: flex;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 2rem;
  padding: 0.4rem;
}

.accordion-icon-title-bar-one {
  position: absolute;
  background-color: #060657;
  height: 3px;
  width: 15px;
  z-index: 6;
}

.accordion-icon-title-bar-two {
  position: absolute;
  transform: rotate(90deg);
  background: #060657;
  transition: all 0.3s ease;
  opacity: 1;
  height: 3px;
  width: 15px;
  z-index: 6;
}

.acc-open--it .accordion-icon-title-bar-two {
  visibility: hidden;
  opacity: 0;
}

.itinerary-accordion-title h5 {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0.4rem 0;
  color: #060657;
  font-size: 1.65rem;
  letter-spacing: 1px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: justify !important;
}

.itinerary-accordion-title strong {
  color: #060657 !important;
  filter: drop-shadow(0 0 1px rgba(69, 62, 56, 0.4));
}

.itinerary-accordion-title p a,
.itinerary-accordion-title strong {
  font-weight: 600;
  color: #060657;
}

.itinerary-accordion-title strong {
  font-size: 1.5rem !important;
  text-indent: 0rem !important;
}

.itinerary-accordion-title span {
  text-transform: capitalize;
  color: #060657 !important;
  filter: drop-shadow(0 0 1px rgba(146, 32, 3, 0.4)) !important;
}

.itinerary-accordion-content-co {
  position: relative;
}

.itinerary-accordion-content-co {
  overflow: hidden;
  transition: max-height 0.3s ease;
  max-height: 0;
  opacity: 0;
}

.itinerary-accordion-content {
  padding: 14px;
}

.itinerary-accordion-content-sub-title {
  font-family: "Dosis", sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.45rem;
  margin: 0;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: start;
  color: #060657;
  line-height: 1.8;
}

.itinerary-accordion-content-sub-title strong {
  color: #a64c0f;
}

.itinerary-accordion-content-sub-title a {
  color: #a64c0f;
  text-decoration: underline !important;
}

.itinerary-accordion-content p {
  font-family: "Work Sans Regular";
  font-weight: 800;
  color: #593817;
  display: inline-block;
  font-size: 1.65rem;
  text-align: justify;
  line-height: 1.5;
  padding-top: 1rem !important;
  margin-bottom: 0.5rem;
}

/* service */

.trgz-service {
  background:
    linear-gradient(
      180deg,
      rgba(245, 246, 246, 0.1) 0%,
      rgba(245, 246, 246, 0.1) 100%
    ),
    url(../images/bg/bg1-process.png)
      no-repeat center / cover;
  background-attachment: scroll, scroll;
  background-attachment: fixed;
}

.trgz-service-co {
  display: flex;
  max-width: min(100%, var(--width));
  flex-direction: column;
  padding-block-end: 110px;
  padding-block-start: 110px;
  height: auto;
  flex-gap: 20px;
}

.trgz-service-co > .trgz-service-row {
  display: flex;
  align-self: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  /* flex-wrap: wrap; */
  height: 100%;
  margin: 0 auto;
  gap: 20px;
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%;
}

.trgz-service-content-right-side {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  gap: 20px;
  flex-wrap: initial;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .trgz-service-content-right-side {
    display: flex;
    width: 25%;
  }
}

@media (max-width: 767px) {
  .trgz-service-content-right-side {
    width: 100%;
    flex-wrap: wrap;
  }
}

.trgz-service-content-right-side-co {
  width: 1000%;
  max-width: 100%;
  height: 100%;
}

/* sub texxt  */
.trgz-service-sub-text {
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #9f9e9e;
  color: rgba(20, 35, 90, 1);
  display: inline-block;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.trgz-service-description p {
  font-family: "DM Sans Medium";
  font-weight: 500;
  color: #010056;
  font-size: 1.55rem;
  line-height: 1.5;
  text-align: justify;
  width: 100%;
  padding: 0.4rem 0px;
  word-wrap: break-word;
}

/*  */

.trgz-head-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  /* align-items: center; */
  flex-wrap: wrap;
  justify-content: center;
}

.trgz-service-main-title {
  height: 100%;
  text-align: left;
}

.trgz-service-main-title h2 {
  position: relative;
  line-height: 1.1;
  font-size: 35px;
  font-family: "Josefin Sans", sans-serif;
  padding-top: 1rem !important;
  margin: 0 0 1rem auto;
  font-weight: bolder;
  text-transform: uppercase;
  color: transparent;
  white-space: wrap;
  -webkit-text-stroke: 2px rgba(191, 86, 0, 0.8);
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50% 0px;
  opacity: 1;
  transform: translate(0px);
  color: transparent;
}

.trgz-service-main-title h2 span {
  -webkit-text-stroke: 2px rgba(1, 0, 86, 0.8);
}

.trgz-service-content-right-side-bottom-co {
  max-width: 100%;
}

.trgz-service-content-right-side-bottom {
  height: 100%;
  margin: 0px 0px 100px 0px;
}

.trgz-service-content-left-side {
  display: flex;
  gap: 20px;
  height: 100%;
}

@media (min-width: 768px) {
  .trgz-service-content-left-side {
    width: 75%;
  }
}

.trgz-service-content-left-side-co {
  position: relative;
  height: 100%;
}

.trgz-service-content-swiper-co {
  display: flex;
}

.trgz-service-content-swiper-co {
  width: 100%;
}

.trgz-service-content-slider-card {
  width: 100%;
  height: 100%;
}

.trgz-service-content-slider-card-image {
  position: relative;
  height: 25rem;
  overflow: hidden;
  display: block;
}

.trgz-service-content-slider-card-imaage img {
  display: block;
  object-fit: cover;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.trgz-service-content-slider-card-content {
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 30px;
  padding: 15px;
  text-align: left;
}

.trgz-service-content-area {
  position: relative;
  z-index: 3;
}

.trgz-service-content-area::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}

.trgz-service-card-title {
  margin-bottom: 15px;
  margin: 0 0 26px;
}

.trgz-service-card-a-title {
  font-weight: 700;
  line-height: 32px;
  font-size: 1.4rem;
  filter: drop-shadow(0 0 1px rgba(10, 58, 57, 0.4));
}

.trgz-service-card-a-title a {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #01004dff;
}

.trgz-service-desc p {
  font-size: 17px;
  font-family: "DM Sans Medium";
  font-weight: 500;
  color: #010056;
  font-size: 1.55rem;
  line-height: 1.5;
  text-align: justify;
  width: 100%;
  padding: 0.4rem 0px;
  word-wrap: break-word;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 20px;
}

.trgz-numbering {
  position: relative;
}

.trgz-numbering span {
  position: relative;
  z-index: 2;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
  color: #7b7a99ff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: block;
}

.trgz-number-line::after {
  content: "";
  position: absolute;
  width: 185px;
  height: 1px;
  background-color: #7b7a99ff;
  right: 0px;
  bottom: 27%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.trgz-service-read-more {
  margin-top: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
}

/* counter */
.trgz-counter {
  position: relative;
  padding: 0px 0px 30px 0px;
  transition:
    background 0.3s,
    border 0.3s,
    border-radius 0.3s,
    box-shadow 0.3s;
}

.trgz-counter-co {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.trgz-counter > .trgz-counter-co {
  padding: 0;
  max-width: 1140px;
}

@media (min-width: 768px) {
  .trgz-counter > .trgz-counter-co {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .trgz-counter > .trgz-counter-co {
    max-width: 970px;
  }
}

@media (min-width: 1230px) {
  .trgz-counter > .trgz-counter-co {
    max-width: 1200px;
  }
}

.trgz-counter > .trgz-counter-co {
  max-width: 1540px;
}

.trgz-counter-widget {
  position: relative;
  display: flex;
  min-height: 1px;
}

@media (min-width: 768px) {
  .trgz-counter-widget {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .trgz-counter-widget {
    width: 100%;
  }
}

.trgz-counter-wrapper {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  display: flex;
}

.trgz-counter-content {
  width: 100%;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 66px 0px 57px 0px;
  background-image: url("https://wpdemo.archiwp.com/theratio/wp-content/uploads/sites/5/2020/05/bg2-aboutus.jpg");
  background-position: center center;
}

.trgz-counter-content-co {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.trgz-counter-content > .trgz-counter-content-co {
  padding: 0;
  max-width: 1140px;
}

@media (min-width: 768px) {
  .trgz-counter-content > .trgz-counter-content-co {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .trgz-counter-content > .trgz-counter-content-co {
    max-width: 970px;
  }
}

@media (min-width: 1230px) {
  .trgz-counter-content > .trgz-counter-content-co {
    max-width: 1200px;
  }
}

.trgz-counter-content-article {
  position: relative;
  display: flex;
  min-height: 1px;
}

@media (min-width: 768px) {
  .trgz-counter-content-article {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .trgz-counter-content-article {
    width: 100%;
  }
}

.trgz-counter-content-article-co {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  padding: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.trgz-ot-counter {
  font-family: "Titillium Regular", sans-serif;
  display: block;
  text-align: center;
}

.trgz-counter-number span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 300;
  color: #c2c2c2;
  font-size: 42px;
  line-height: 1;
}

.trgz-counter-title h6 {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #232323;
  margin-top: 8px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 1px;
}

@media (max-width: 1024px) {
  .trgz-counter-content-co {
    flex-wrap: wrap;
  }
}

.trgs-service-co {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(30rem, 1fr)) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
  gap: 1.5rem;
}

@media (max-width: 767px) {
  .trgz-counter-content-article > .trgz-counter-content-article-co {
    padding: 0px 0px 30px 0px;
  }
}

/* project */

.project {
  background-image: url("../images/pricing-bg-01.png");
  background-position: center center;
  position: relative;
}

.trgz-service-top-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  height: 100%;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 100%;
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%;
  margin-top: 1vh;
  margin-bottom: 1vh;
}

.trgz-service-top-title {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media (min-width: 1351px) {
  .trgz-service-top-title {
    flex: 1 0 60%;
    max-width: 80%;
    max-width: 100%;
  }
}

@media (max-width: 1350px) {
  .trgz-service-top-title {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
  }
}

.project .trgz-head-content {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.trgz-service-main-title {
  height: 100%;
  text-align: left;
}

.trgz-service-main-title h2 {
  position: relative;
  line-height: 1.1;
  font-size: 35px;
  font-family: "Josefin Sans", sans-serif;
  padding-top: 1rem !important;
  margin: 0 0 1rem auto;
  font-weight: bolder;
  text-transform: uppercase;
  color: transparent;
  white-space: wrap;
  -webkit-text-stroke: 2px rgba(191, 86, 0, 0.8);
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50% 0px;
  opacity: 1;
  transform: translate(0px);
  color: transparent;
}

.trgz-service-main-title h2 span {
  -webkit-text-stroke: 2px rgba(1, 0, 86, 0.8);
}

.trgz-service-btn-side {
  display: flex;
  align-self: flex-end;
  flex-direction: row;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (min-width: 1351px) {
  .trgz-service-btn-side {
    flex: 1 0 40%;
    width: 40%;
  }
}

@media (max-width: 1350px) {
  .trgz-service-btn-side {
    margin-top: 1rem;
    justify-content: flex-start;
    flex: 1 0 100%;
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .project {
    position: relative;
    padding: 10px 0px 0px 0px;
  }
  .trgz-service-top-heading {
    padding: 0 3%;
    padding-bottom: 2rem;
  }
  .trgz-service-main-title h2 {
    font-size: 25px;
  }
}

.project-co {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .project-co {
    flex-wrap: wrap;
  }
}

.project-article {
  display: flex;
  min-height: 1px;
  position: relative;
  border: 1px solid #fff0;
}

@media (min-width: 768px) {
  .project-article {
    width: 33.333%;
  }
}

@media (max-width: 767px) {
  .project-article {
    width: 100%;
  }
}

.project-article-widget-wrap {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.project-article > .project-article-widget-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.project-article-widget-container::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0000006e;
  z-index: 1;
}

.project-article-widget-container {
  width: 100%;
}

.trgz-cate-lines {
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.trgz-cate-lines::before,
.trgz-cate-lines::after {
  content: "";
  position: absolute;
  background: #fff3;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.trgz-cate-lines:before {
  width: calc(100% - 30px);
  height: 1px;
  bottom: 20px;
  left: 20px;
}

.trgz-cate-lines::after {
  width: 1px;
  height: calc(100% - 30px);
  top: 20px;
  right: 20px;
}

.trgz-cate-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.trgz-cate-item-link {
  position: relative;
}

.trgz-cate-item-content {
  position: absolute;
  bottom: 67px;
  bottom: 58px;
  left: 20px;
  z-index: 30;
}

.trgz-cate-item-content h2 {
  position: relative;
  color: #fff;
  font-family: "Nunito";
  font-size: 25px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.trgz-number-stroke {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  opacity: 0.5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.trgz-number-stroke {
  font-size: 150px;
  position: absolute;
  left: calc(100% - 23px);
  left: calc(100% - 200px);
  bottom: -30px;
  bottom: -50px;
}

/* process */
.process {
  /* background-image: url("https://factgo.nextwpcook.com/wp-content/uploads/2025/03/l-shape.png"); */
  background-image: url("../images/bg-square.png");
  background-position: center center;
}

.process-co {
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 1340px;
  width: 100%;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {
  .process-co {
    max-width: min(100%, 767px);
    flex-wrap: wrap;
  }
}

.process-co-left-side {
  position: sticky;
  top: 120px;
  height: 100%;
  z-index: 99;
}

@media (min-width: 991px) {
  .process-co-left-side {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  .process-co-left-side {
    position: relative;
    top: 0px;
  }
}

@media (max-width: 991px) {
  .process-co-left-side {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 1024px) and (min-width: 991x) {
  .process-co-left-side {
    width: 100%;
  }
}

.trgz-process-left-side-heading {
  margin: 0px 0px 10px 0px;
  height: 100%;
}

.trgz-section-heading-title {
  color: #de5722;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 26px;

  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #9f9e9e;
  color: rgba(20, 35, 90, 1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #005EB8;
}

.trgz-process-left-side-a-heading {
  display: flex;
  max-width: 930px;
  width: 100%;
}

.section-a-heading-title {
  font-size: 56px;
  font-size: 40px;
  line-height: 64px;
  padding: 0;
  color: #010056;
  font-family: "DM Sans Medium";
}

/* .section-a-heading-title span {
  font-family: "Prata";
} */

.section-a-heading-title {
  position: relative;
  line-height: 1.1;
  font-size: 35px;
  font-family: "Josefin Sans", sans-serif;
  padding-top: 1rem !important;
  margin: 0 0 1rem auto;
  font-weight: bolder;
  text-transform: uppercase;
  color: transparent;
  white-space: wrap;
  -webkit-text-stroke: 2px rgba(191, 86, 0, 0.8);
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50% 0px;
  opacity: 1;
  transform: translate(0px);
  color: transparent;
}

.process-co-right-side {
  position: relative;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 1;
  height: auto;
  overflow: hidden !important;
}

.process-co-right-side {
  border-style: solid;
  border-width: 0px 0px 0px 1px;
  border-color: #e5e2df;
}

@media (min-width: 991px) {
  .process-co-right-side {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .process-co-right-side {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .process-co-right-side {
    margin-top: 4rem;
  }
}

.process-co-right-side > .process-co-right-side-co {
  max-width: 100%;
  height: 100%;
}

.trgz-right-side-badge-default {
  position: relative;
  z-index: 8;
  top: 0;
  display: flex;
  flex-direction: flex;
  align-items: start;
  justify-content: start;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #e5e2df;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  padding: 0px 0px 50px 55px;
  padding: 0px 0px 15px 20px;
  transition: 0.4s;
}

.trgz-right-side-badge-default:not(:last-child) {
  margin-bottom: var(--kit-widget-spacing, 20px);
}

.trgz-right-side-badge-default:last-child {
  border-width: 0px 0px 0px 0px;
}

.trgz-right-side-badge-default::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.trgz-right-side-badge-default-number {
  position: relative;
  flex: 0 0 100px;
}

.trgz-right-side-badge-default-number span {
  display: inline-block;
  color: #8c8c8c;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  word-break: normal;
  opacity: 1;
  color: #0f0f0f;
  font-family: "Josefin Sans", sans-serif;
  margin: 0px 15px 0px 0px;
}

.trgz-badge-default-item-content {
  display: flex;
  flex-grow: 2;
  width: 100%;
  flex-direction: column-reverse;
}

.trgz-badge-default-item-content-title {
  position: relative;
  display: flex;
  margin: -5px 0px 0px 0px;
  transition: 0.4s;
  flex-direction: column;
  z-index: 9;
}

.trgz-badge-default-item-content-title h5 {
  font-size: 25px;
  line-height: 36px;
  padding: 0;
  margin: 0;
}

.trgz-badge-default-item-content-title h5 a {
  color: #bf5700;
  font-family: "Prata";
}

.trgz-badge-default-item-content-desc {
  max-width: 470px;
}

.trgz-badge-default-item-content-desc p {
  font-family: "DM Sans Medium";
  font-weight: 500;
  color: #010056;
  font-size: 1.55rem;
  line-height: 1.5;
  text-align: justify;
  width: 100%;
  padding: 0.4rem 0px;
  word-wrap: break-word;
}

.trgz-badge-default-item-button {
  position: relative;
}

.trgz-badge-default-item-button a {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  z-index: 9;
  justify-content: center;
  padding: 12px 32px;
  transition: 0.4s;
  background: #eceff1;
  border-radius: 5px;
}

.trgz-badge-default-item-button a {
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #de572200;
  top: -11px;
  left: 82%;
  padding: 0px 0px 0px 0px;
  transition: 0.4s;
}

/* Counter */
.counter {
    border-top: 1px solid #e0e0e077;
    background-image: linear-gradient(135deg, #f0f0f0 0%, #e0e0e0 100%);
    background-image: url("../images/pattern-33.png");
    background-position: center center;
    padding: 50px 20px;
}

.trgz-counter-co {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    margin-top: 5.5rem;
}

.trgz-counter-co > .trgz-counter-inner-co {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    max-width: 1290px;
    align-items: center;
    align-self: auto;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
}

.trgz-counter-box {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
}

.trgz-counter-box-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    flex-grow: 0;
    flex-shrink: 1;
    width: 300px;
}

.trgz-counter-box-label {
    position: absolute;
    right: 10px;
    top: 30px;
    width: 180px;
    max-width: 100%;
    z-index: 1;
}

.trgz-counter-box-label-widget {
    background-color: #f0eceb;
    margin: 0px 0px 0px 0px;
    padding: 8px 20px;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.trgz-counter-box-label-widget h5 {
    color: #01004d;
    color: #bf5600ff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
}

.trgz-counter-box-number {
    position: relative;
    max-width: 100%;
}

.trgz-counter-box-number-widget {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.trgz-wcf--counter {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
}

.trgz-count {
    line-height: 0.7;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}

.trgz-count span {
    font-family: "Prata", serif;
    font-size: 120px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 0.7em;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #0f0f0f;
    color: transparent;
}

/* Responsive Design */

/* Large screens */
@media (min-width: 1200px) {
    .trgz-counter-box {
        width: 32%;
    }
    .trgz-counter-box-wrapper {
        width: 350px;
    }
    .trgz-count span {
        font-size: 130px;
    }
}

/* Medium screens */
@media (max-width: 1199px) and (min-width: 768px) {
    .trgz-counter-box {
        width: 32%;
    }
    .trgz-counter-box-wrapper {
        width: 280px;
    }
    .trgz-counter-box-label {
        width: 150px;
        top: 20px;
        right: 5px;
    }
    .trgz-counter-box-label-widget h5 {
        font-size: 14px;
        font-size: 10px;
    }
    .trgz-count span {
        font-size: 100px;
    }
}

/* Small tablets */
@media (max-width: 880px) and (min-width: 768px) {
    .trgz-counter-box-wrapper {
        width: 220px;
    }
    .trgz-count span {
        font-size: 90px;
    }
}

/* Mobile devices */
@media (max-width: 767px) {
    .counter {
        margin-top: 3rem;
        padding: 40px 15px;
    }
    
    .trgz-counter-inner-co {
        flex-direction: column;
        gap: 50px;
    }
    
    .trgz-counter-box {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .trgz-counter-box-wrapper {
        width: 100%;
        text-align: center;
    }
    
    .trgz-counter-box + .trgz-counter-box {
      margin-top: 3rem;
    }
    
    .trgz-counter-box-label {
        position: absolute;
        width: auto;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    
    .trgz-counter-box-label-widget {
        display: inline-block;
        padding: 8px 16px;
    }
    
    .trgz-counter-box-label-widget h5 {
        font-size: 10px;
    }
    
    .trgz-count span {
        font-size: 80px;
    }
}

/* Very small screens */
@media (max-width: 480px) {
    .counter {
        padding: 30px 10px;
        margin-top: 2rem;
    }
    
    .trgz-counter-inner-co {
        gap: 40px;
    }
    
    .trgz-count span {
        font-size: 70px;
    }
    
    .trgz-counter-box-label-widget h5 {
        font-size: 10px;
    }
}

/* Hover effects */
@media (min-width: 768px) {
    .trgz-counter-box:hover .trgz-count span {
        color: #01004d;
        -webkit-text-stroke-color: transparent;
        transition: all 0.3s ease;
    }

    .trgz-counter-box:hover .trgz-counter-box-label-widget {
        background-color: #01004d;
        transition: all 0.3s ease;
    }

    .trgz-counter-box:hover .trgz-counter-box-label-widget h5 {
        color: white;
        transition: all 0.3s ease;
    }
}

/* home blog */

.trgz-home-blog {
  padding: 0;
}

.trgz-home-blog {
 background: linear-gradient( 180deg, rgba(245, 246, 246, 0.1) 0%, rgba(245, 246, 246, 0.1) 100% ), url(../../images/bg1-process.png) no-repeat center / cover;
  background-attachment: scroll, scroll;
  background-attachment: scroll, scroll;
  padding: 90px 0px 120px 0px;
}

.trgz-blog-con {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.trgz-home-blog > .trgz-blog-con {
  max-width: 1140px;
}

@media (min-width: 768px) {
  .trgz-home-blog > .trgz-blog-con {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .trgz-home-blog > .trgz-blog-con {
    max-width: 970px;
  }
}

@media (min-width: 1230px) {
  .trgz-home-blog > .trgz-blog-con {
    max-width: 1200px;
  }
}

.trgz-blog-co {
  position: relative;
  display: flex;
  min-height: 1px;
}

@media (min-width: 768px) {
  .trgz-blog-co {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .trgz-blog-co {
    width: 100%;
  }
}

.trgz-blog-widget-wrap {
  position: relative;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.trgz-blog-co > .trgz-blog-widget-wrap {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.trgz-blog-widget-wrap > .trgz-blog-top-heading-co {
  position: relative;
  display: block;
  width: 100%;
}

.trgz-blog-top-heading-con {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 1024px) {
  .trgz-blog-top-heading-con {
    flex-wrap: wrap;
  }
}

.trgz-blog-top-heading-left-side {
  position: relative;
  display: flex;
  min-height: 1px;
}

@media (min-width: 768px) {
  .trgz-blog-top-heading-left-side {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .trgz-blog-top-heading-left-side {
    width: 100%;
  }
}

.trgz-blog-top-heading-left-widget-wrap {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.trgz-blog-top-heading-left-side > .trgz-blog-top-heading-left-widget-wrap {
  padding: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.trgz-blog-top-heading-left-widget-wrap-co {
  position: relative;
  width: 100%;
}

.trgz-ot-heading {
  position: relative;
  padding-bottom: 30px;
}

.trgz-ot-heading::before {
  content: "";
  position: absolute;
  left: 1px;
  bottom: 1px;
  width: 66px;
  height: 2px;
  border-bottom: 2px dotted #dc6200;
}

.trgz-blog .trgs-button-co {
  position: relative;
  text-align: end; }

.trgz-ot-heading > span {
  display: inline-block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #010056;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.trgz-main-heading {
  position: relative;
  line-height: 1.1;
  font-size: 35px;
  font-family: "Josefin Sans", sans-serif;
  padding-top: 1rem !important;
  margin: 0 0 1rem auto;
  font-weight: bolder;
  text-transform: uppercase;
  color: transparent;
  white-space: wrap;
  -webkit-text-stroke: 2px rgba(191, 86, 0, 0.8);
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50% 0px;
  opacity: 1;
  transform: translate(0px);
  color: transparent;
}

.trgz-blog-top-heading-right-side {
  display: flex;
  min-height: 1px;
  position: relative;
}

@media (min-width: 768px) {
  .trgz-blog-top-heading-right-side {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .trgz-blog-top-heading-right-side {
    width: 100%;
  }
}

.trgz-blog-top-heading-right-widget-wrap {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.trgz-blog-top-heading-right-side > .trgz-blog-top-heading-right-widget-wrap {
  padding: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.trgz-blog-top-heading-right-widget-wrap-co {
  position: relative;
  width: 100%;
}

.trgz-blog-top-heading-right-widget-wrap-co .trgs-button-co {
  text-align: right;
}

@media (max-width: 767px) {
  .trgz-blog-top-heading-right-widget-wrap-co .trgs-button-co {
    text-align: left;
  }
}

.trgz-blog-content-co {
  position: relative;
  display: block;
  width: 100%;
}

.trgz-blog-content-con {
  position: relative;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1024px) {
  .trgz-blog-content-con {
    flex-wrap: wrap;
  }
}

.trgz-blog-content-widget {
  position: relative;
  display: flex;
  min-height: 1px;
}

@media (min-width: 768px) {
  .trgz-blog-content-widget {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .trgz-blog-content-widget {
    width: 100%;
  }
  .trgz-ceo-intro-left-side-content-co {
  font-size: 22px;
  line-height: 35px;
}
}

.trgz-blog-content-widget-wrapper {
  position: relative;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  padding: 10px;
}

.trgz-blog-content-widget > .trgz-blog-content-widget-wrapper {
  padding: 10px;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.trgz-blog-content-widget-wrapper > .trgz-blog-content-widget-co {
  margin-block-end: 20px;
  margin-bottom: 0;
  width: 100%;
}

.trgz-blog-content-widget-con {
  padding: 50px 0px 0px 0px;
}

.trgz-blog-slider .trgz-post-inner {
  padding: 19px;
  margin-bottom: 1px;
}

.trgz-post-box .post-inner {
  padding: 40px 40px 38px;
  border: 1px solid #e0e0e0;
  background: #fff;
  margin-bottom: 60px;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.trgz-post-box .entry-media {
  position: relative;
  margin-bottom: 34px;
  margin-bottom: 24px;
  overflow: hidden;
}

.related-posts .post-box .post-inner .entry-media,
.blog-grid .post-box .post-inner .entry-media,
.blog-slider .post-box .post-inner .entry-media {
  margin-bottom: 24px;
}

.entry-media .post-cat {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.entry-media .post-cat {
  margin-bottom: -10px;
}

.entry-media .post-cat a {
  font-family: "Titillium Regular", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.1;
  display: inline-block;
  color: #fff;
  background: #dc6200;
  background-color: #dc6200;
  padding: 8px 10px;
  margin-right: 7px;
  margin-bottom: 10px;
}

.entry-media img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}

.inner-post {
  position: related;
}

.inner-post .entry-meta {
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
  color: #dc6200;
}

.inner-post .entry-meta > span:first-child {
  padding-left: 0;
}

.inner-post .entry-meta > span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-left: 25px;
}

.trgz-post-box .entry-meta > span::before {
  position: absolute;
  content: "••";
  font-size: 18px;
  line-height: 1;
  left: -2px;
  top: 0px;
}

.trgz-post-box .entry-meta > span:first-child::before {
  content: "";
}

.trgz-post-box .entry-meta > span a {
  color: #9f9e9e;
}

.entry-title h5 {
  margin-bottom: 15px;
  line-height: 36px;
  font-size: 24px;
}

/*  */
@media only screen and (min-width: 1025px) {
  .blog-slider .octf-swiper-pagination {
    display: none;
  }
}

/* services */

.section-space {
  padding-top: 110px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.rs-services-three {
  position: relative;
  z-index: 1;
}

.trgz-services-row{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.trgz-services-row-co{
  --bs-gutter-y: 3rem;
  --bs-gutter-x: 3rem;
}

.trgz-services-row-co{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
}

.trgz-services-row  > * {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 992px) {
  .trgz-services-row-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .ctrgz-services-row-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
}

.rs-services-content-wrapper {
  width1; 100%;
}

.rs-section-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.rs-section-subtitle.has-theme-blue {
  font-family: "Josefin Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #9f9e9e;
  color: rgba(20, 35, 90, 1);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #005EB8;
}

.rs-section-title {
  color: #0C3C61;
  perspective: 400px;
  font-weight: 700;
}

.rs-section-title.rs-split-text-enable{
  position: relative;
  line-height: 1.1;
  font-size: 35px;
  font-family: "Josefin Sans", sans-serif;
  padding-top: 1rem !important;
  margin: 0 0 1rem auto;
  font-weight: bolder;
  text-transform: uppercase;
  color: transparent;
  white-space: wrap;
  -webkit-text-stroke: 2px rgba(191, 86, 0, 0.8);
  backdrop-filter: none;
  filter: none;
  transform-origin: 50% 50% 0px;
  opacity: 1;
  transform: translate(0px);
  color: transparent;
}

.rs-section-title.rs-split-text-enable span {
    -webkit-text-stroke: 2px rgba(1, 0, 86, 0.8);
}

.trgz-descrip {
  padding: 0px 0 5px;
  line-height: 30px;
  font-size: 17px;
  font-family: "DM Sans Medium";
  font-weight: 500;
  color: #010056;
  font-size: 1.55rem;
  line-height: 1.5;
  text-align: justify;
  width: 100%;
  word-wrap: break-word;
}

.rs-services-navigation {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 60px;
}

.rs-section-title-wrapper {
  position: relative;
}

.trgz-services-row-right{
  --bs-gutter-y: 3rem;
  --bs-gutter-x: 3rem;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.rs-services-thumb-link{
  display: block;
   max-height: 20rem;
   height: 100%;
}

@media (min-width: 992px) {
  .trgz-services-row-right{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .trgz-services-row-right{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
}

.rs-services-slide-wrapper {
  margin-inline-start: 10px;
}

.process-coun{}


.rs-services-item {
  border: 1px solid #e4e4e4;
  border-radius: 6px;
}

.rs-services-thumb {
  position: relative;
  overflow: hidden;
}

.rs-services-thumb-link{
  display: block;
   max-height: 20rem;
   height: 100%;
}

.rs-services-thumb img{
    max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  transition: all 0.5s ease;
}

.rs-services-content {
  position: relative;
  transition: all 0.5s ease;
  padding: 15px 15px;
}

.rs-services-content {
  padding-bottom: 25px;
}

.rs-services-title{
  font-weight: 700;
  color: #0C3C61;
  margin-bottom: 12px;
  word-break: break-word;
  font-size: 24px;
  font-family: "Josefin Sans", sans-serif;
  text-transform: uppercase;
  color: #01004dff;
}

.rs-services-title-link{
  font-weight: 700;
  line-height: 25px;
  font-size: 1.3rem;
  filter: drop-shadow(0 0 1px rgba(10, 58, 57, 0.4));
}

.rs-services-title-link {
  color: #070000;
}

.rs-services-number {
  position: relative;
  margin-bottom: 10px;
  height: 60px;
}

.rs-services-number::before {
  position: absolute;
    font-family: "DM Sans Medium";
  width: calc(100% - 70px);
  height: 1px;
  z-index: 2;
  inset-inline-end: 0px;
  background: #d6d6d6;
    background: #e4e4e4;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.rs-services-number::after {
  position: absolute;
    font-family: "DM Sans Medium";
  color: #f5f5f6;
    color: #cfcfcf;
  counter-increment: count;
  content: "0" counter(count);
  z-index: 2;
  inset-inline-start: 0;
  font-size: 52px;
  font-size: 45px;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.rs-swiper-btn.has-bg-white.has-small{
  width: 40px;
  height: 40px;
}

.rs-swiper-btn.has-bg-white {
  background: #FFF;
  color: #616161;
  font-size: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}
.rs-swiper .swiper-button-prev, .rs-swiper .swiper-button-next {
  position: unset;
  margin-top: 0;
}

.rs-services-item .trgs-button-a {
    font-size: 1rem;
      padding: 9px 10px;
}

.rs-services-item .trgs-butto-icon i {
    padding: 8px 12px;
    font-size: 14px;
}

@media only screen and (max-width: 991px){
  .section-space {
    padding-top: 0px;
    /* padding-bottom: 110px; */
  }
  .trgz-services-row {
  padding-right: 0px;
  padding-left: 0px;
}
.trgz-services-row-right{
  padding-right: 0px;
  padding-left: 0px;
}
}

/* Buttons */
.trgz-tab-button.active {
  color: #007bff;
  font-weight: bold;
}

/* Panels (hidden by default) */
.trgz-tab-panel {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}

/* Active panel (visible) */
.trgz-tab-panel.active {
  opacity: 1;
  max-height: 500px; /* adjust if your content is taller */
}

.trgz-blog {
  border: 1px solid #e0e0e077;
  background: linear-gradient( 180deg, rgba(245, 246, 246, 0.1) 0%, rgba(245, 246, 246, 0.1) 100% ), url("../images/bg/bg1-process.png") no-repeat center / cover;
  background-attachment: fixed;
  padding: 90px 0px 120px 0px;
  padding: 90px 0px 10px 0px;
}