@charset "UTF-8";
.btns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  background-color: #40bad2;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 5px 5px 25px;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  z-index: 2;
  overflow: hidden;
  border: none;
}
.btns .btn-text {
  color: #fff;
  overflow: hidden;
  min-width: 80px;
}
.btns .btn-text span {
  display: flex;
  line-height: 1;
  text-shadow: 0 30px 0;
  backface-visibility: hidden;
  transform: translateY(0);
  transition: 0.4s ease-in-out;
}
.btns .btn-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  width: 35px;
  height: 35px;
  overflow: hidden;
  background-color: var(--bs-dark);
  border-radius: 50%;
  flex: 0 0 35px;
}
.btns .btn-icon i {
  color: #fff;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
.btns:hover .btn-text span {
  transform: translateY(-30px);
}
.btns:hover .btn-icon i {
  transform: rotate(0);
}

body,
html {
  position: relative;
}

.relative {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  transition: 0.3s ease-in-out;
}

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

h1 {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  font-weight: 700;
}

h2 {
  font-size: 2.813rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
}

h3 {
  font-size: 2rem;
  text-transform: capitalize;
  line-height: 1.3;
  font-family: 700;
}

h4 {
  font-size: 1.5rem;
  font-weight: 700;
}

h5 {
  font-size: 1.075rem;
}

h6 {
  font-size: 0.8rem;
}

.pt-100 {
  padding-top: 6.25rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb35 {
  margin-bottom: 2.188rem;
}

.mt35 {
  margin-top: 2.188rem;
}

.pb-100 {
  padding-bottom: 6.25rem;
}

body {
  font-weight: normal;
  line-height: 1.8 !important;
  font-size: 0.875rem;
  background: #ecf0f0;
  font-family: "Mona Sans", sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%;
  color: #333;
}

header {
  position: fixed;
  left: 0;
  top: 4px;
  width: 100%;
  z-index: 999;
  padding: 10px;
}
header .hearWrap {
  background: rgb(255, 255, 255);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 0.2rem 0.5rem;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}
header.fixed {
  position: fixed;
  background: rgb(255, 255, 255);
  top: 0;
  z-index: 999;
  width: 100%;
  box-shadow: 0px 0px 23px -1px rgba(0, 0, 0, 0.35);
}
header .logo {
  width: 13.75rem;
  flex: 0 0 13.75rem;
  display: block;
  padding: 0.938rem 0 0.938rem 0;
  background: #fff;
  position: relative;
  z-index: 1;
}
header .logo a {
  display: block;
}
header .logo.active ul {
  opacity: 1;
  visibility: visible;
}

.stellarnav {
  width: auto;
}
.stellarnav ul {
  display: flex;
}
.stellarnav ul li {
  padding: 0 0.938rem;
}
.stellarnav ul li li a {
  font-size: 14px;
}
.stellarnav ul a {
  color: var(--bs-dark);
  padding: 0.5rem 0 !important;
  border-bottom: #fff 3px solid;
  border-color: transparent !important;
  font-weight: 500;
  font-size: 0.975rem;
}
.stellarnav ul a i {
  font-size: 14px;
  position: relative;
  top: 2px;
}
.stellarnav ul a:hover, .stellarnav ul a.active {
  color: #40bad2 !important;
}

.stellarnav > ul > li:hover ul {
/*   display: block; */
/*   background: #fff;
  padding: 30px 0 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; */
}

header.fixed .stellarnav ul a {
  color: #68dcf3 !important;
}

header.fixed .logo {
  padding: 0.2rem 0 0.2rem 0;
}

.banner {
  color: #fff;
}
.banner .banner-box {
  background-color: #133a42;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  border-radius: 12px;
  padding: 70px 78.4px 30px;
  overflow: hidden;
  height: 100vh;
  position: relative;
  color: #fff;
  z-index: 1;
}
.banner .banner-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #133a42;
  opacity: 0.6;
  content: "";
  z-index: -1;
}
.banner .banner-box .bannerContent p {
  font-size: 16px;
  margin: 20px 0 0;
}
.banner .banner-box .button {
  cursor: pointer;
  border: none;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  display: grid;
  place-content: center;
  transition: background 300ms, transform 200ms;
  font-weight: 600;
  right: 30px;
  bottom: 30px;
}
.banner .banner-box .button__text {
  position: absolute;
  inset: 0;
  animation: text-rotation 8s linear infinite;
  margin: 0;
}
.banner .banner-box .button__text > span {
  position: absolute;
  transform: rotate(calc(19deg * var(--index)));
  inset: 7px;
}
.banner .banner-box .button__circle {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background: #fff;
  color: #7808d0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner-box .button__icon--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}
.banner .banner-box .button:hover {
  background: #000;
  transform: scale(1.05);
}
.banner .banner-box .button:hover .button__icon {
  color: #000;
}
.banner .banner-box .button:hover .button__icon:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}
.banner .banner-box .button:hover .button__icon--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}

.text-primary {
  color: #40bad2 !important;
}

.subhead {
  border: #ccc 2px dashed;
  padding: 0.5rem 2rem;
  text-transform: uppercase;
  font-weight: 600;
}
.subhead i {
  margin-right: 0.4rem;
}

.services a {
  display: block;
  color: var(--bs-dark);
}
.services a.btns {
  display: inline-flex;
}
.services .box {
  background: #fff;
  padding: 3rem 2rem;
  margin: 0 auto;
  transition: 0.3s ease-in-out;
  height: 100%;
  border-radius: 0.938rem;
  -webkit-border-radius: 0.938rem;
  -moz-border-radius: 0.938rem;
  -ms-border-radius: 0.938rem;
  -o-border-radius: 0.938rem;
}
.services .box img {
  width: 5rem;
}
.services .box:hover {
  background: #40bad2;
  color: #fff;
}
.services .box:hover img {
  color: var(--tj-color-common-white);
  animation: gelatine 0.6s;
}
.services .box p {
  margin: 1.875rem 0;
}
.services .box h4 {
  text-transform: capitalize;
}

@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.about .box {
  padding: 2rem;
  border-radius: 0.938rem;
  overflow: hidden;
}
.about .box ul {
  padding-left: 30px;
}
.about .box li {
  list-style-type: circle;
  margin-top: 10px;
}
.about .box2 {
  background: #40bad2;
  padding: 2rem;
  color: #fff;
  border-radius: 0.938rem;
  height: 100%;
}
.about .box2 p {
  margin: 0;
}
.about .box-area {
  background: #ecf0f0;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 40%;
  width: 100%;
  padding: 15px 15px 0 0;
  border-top-right-radius: 12px;
}
.about .box-area::after, .about .box-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: -13px;
  width: 13px;
  height: 13px;
  background: url('data:image/svg+xml,<svg viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-11 h-11"><path d="M11 1.54972e-06L0 0L2.38419e-07 11C1.65973e-07 4.92487 4.92487 1.62217e-06 11 1.54972e-06Z" fill="%23ecf0f0"></path></svg>');
  transform: rotate(-90deg);
}
.about .box-area::after {
  left: auto;
  top: auto;
  right: -13px;
  bottom: 0;
}
.about .mission {
  background: #fff;
  padding: 2rem;
  border-radius: 0.938rem;
  color: var(--bs-dark);
}
.about .mission ul {
  padding-left: 30px;
}
.about .mission li {
  list-style-type: circle;
  margin-top: 10px;
}

.radiusPic {
  border-radius: 0.938rem;
  -webkit-border-radius: 0.938rem;
  -moz-border-radius: 0.938rem;
  -ms-border-radius: 0.938rem;
  -o-border-radius: 0.938rem;
}

.testimonialWrap {
  background: #0c1e21;
  color: #fff;
  position: relative;
  padding-left: 4.9rem;
  padding-right: 4.9rem;
  z-index: 1;
}
.testimonialWrap::before {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/pattern-2.svg) no-repeat;
  content: "";
  width: 50%;
  height: 100%;
  z-index: -1;
}
.testimonialWrap::after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/pattern-3.svg) no-repeat bottom right;
  content: "";
  width: 50%;
  height: 100%;
  z-index: -1;
}
.testimonialWrap .quote {
  width: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonialWrap .users {
  width: 100px;
  flex: 0 0 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 15px;
}
.testimonialWrap h5 {
  margin: 0;
}
.testimonialWrap .box p {
  margin: 1.5rem 0;
  padding-bottom: 1.5rem;
  font-size: 1rem;
  border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
  min-height: 15rem;
}
.testimonialWrap .swiper-button-next,
.testimonialWrap .swiper-button-prev {
  position: absolute;
  top: -88px;
  width: 3rem;
  height: 3rem;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: rgba(255, 255, 255, 0.1) 1px solid;
}
.testimonialWrap .swiper-button-prev,
.testimonialWrap .swiper-rtl .swiper-button-next {
  left: auto;
  right: 4.5rem;
}
.testimonialWrap .swiper-button-next:after,
.testimonialWrap .swiper-button-prev:after {
  font-size: 14px;
}

.form-control,
.form-select {
  height: 3rem;
  padding: 0 1rem;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  border-color: #ddd;
}

textarea {
  resize: none;
  height: 7rem !important;
}

.footerWrap {
  background: #0c1e21;
  color: #999;
  position: relative;
  padding-left: 4.9rem;
  padding-right: 4.9rem;
  border-radius: 0.938rem;
  -webkit-border-radius: 0.938rem;
  -moz-border-radius: 0.938rem;
  -ms-border-radius: 0.938rem;
  -o-border-radius: 0.938rem;
  z-index: 1;
}
.footerWrap::before {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/pattern-2.svg) no-repeat;
  content: "";
  width: 50%;
  height: 100%;
  z-index: -1;
}
.footerWrap::after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/pattern-3.svg) no-repeat bottom right;
  content: "";
  width: 50%;
  height: 100%;
  z-index: -1;
}
.footerWrap .links a {
  color: #999;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.25rem;
  text-transform: capitalize;
}
.footerWrap .links a:before {
  position: absolute;
  left: 0;
  top: -0.375rem;
  content: "›";
  font-weight: "Poppins SemiBold";
  font-size: 1.125rem;
}
.footerWrap h3 {
  color: #fff;
}
.footerWrap p a {
  color: #999;
}
.footerWrap a:hover {
  color: #68dcf3;
}

.socials {
  display: flex;
  justify-content: flex-end;
}
.socials a {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #40bad2;
  text-align: center;
  color: #fff;
  margin-right: 0.4rem;
}
.socials a:hover {
  background: #40bad2;
  color: var(--bs-dark);
}

.ctaPartWrap {
  background: #1e8a8a;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-left: 4.9rem;
  border-radius: 0.938rem;
  -webkit-border-radius: 0.938rem;
  -moz-border-radius: 0.938rem;
  -ms-border-radius: 0.938rem;
  -o-border-radius: 0.938rem;
}

.innerbanner .banner-box {
  background-color: #133a42;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  padding: 12.5rem 4.38rem 5rem;
  overflow: hidden;
  position: relative;
  color: #fff;
  z-index: 1;
}
.innerbanner .banner-box::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #133a42;
  opacity: 0.6;
  content: "";
  z-index: -1;
}

.services {
  font-size: 1rem;
}

.testi .testiBox {
  line-height: 1.1;
}
.testi .testiBox span {
  z-index: 1;
}
.testi .testiBox span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #40bad2;
  opacity: 0;
  border-radius: 0.63rem;
  z-index: -1;
  -webkit-border-radius: 0.63rem;
  -moz-border-radius: 0.63rem;
  -ms-border-radius: 0.63rem;
  -o-border-radius: 0.63rem;
  transition: 0.3s ease-in-out;
}
.testi .testiBox:hover span::after {
  transform: rotate(3deg);
  opacity: 1;
}
.testi .border-wraps {
  border-left: #40bad2 0.19rem solid;
}
.testi .flex-row-reverse .border-wraps {
  text-align: right;
  border-right: #40bad2 0.19rem solid;
  border-left: none;
}
.testi .flex-row-reverse .border-wraps.ps-4 {
  padding-left: 0 !important;
  padding-right: 1.5rem !important;
}

.contactBox {
  text-align: center;
  background: #fff;
  padding: 2rem 1.5rem;
  height: 100%;
  font-weight: 600;
}
.contactBox a {
  color: var(--bs-dark);
}

.contactBox span {
  background: #40bad2;
  width: 60px;
  flex: 0 0 60px;
  margin-bottom: 1rem;
  border-radius: 50%;
  margin-right: 15px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  font-size: 20px;
}

.service2 .box {
  position: relative;
  z-index: 3;
  min-height: 572px;
  padding-right: 37px;
}
.service2 .box::after {
  content: "\f061";
  font-size: 24px;
  line-height: 1;
  color: #40bad2;
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900;
  position: absolute;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: #fff;
  border: 7px solid #0c1e21;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: none;
}
.service2 .box h4 {
  margin-top: 0 !important;
}
.service2 .box:hover span {
  color: #fff;
}
.service2 .col-md-4:nth-child(3) .box::after,
.service2 .col-md-4:nth-child(6) .box::after {
  display: none;
}
.service2 .process-step {
  font-size: 120px;
  color: #40bad2;
  background: linear-gradient(180deg, #40bad2 0%, #fff 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  display: inline-flex;
  line-height: 1;
  margin-bottom: 16px;
}
.service2 .testimonialWrap {
  z-index: 1;
}
.service2 .testimonialWrap::after {
  z-index: -1;
}

.client li span {
  color: #1e8a8a;
  font-weight: 600;
  margin-right: 10px;
}

.tj-service-section .nav-pills .nav-link.active {
  background-color: rgba(75, 75, 75, 0.2509803922);
  color: #40bad2;
}
.tj-service-section .nav-link {
  text-align: left;
  color: #fff;
}
.tj-service-section .style2 {
  background-color: transparent;
  border: 1px dashed #fff;
  transition: all 0.3s ease-in-out;
  padding: 42px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 15px;
}
.tj-service-section .style2:hover {
  background-color: #18292c;
  border-color: #18292c;
}
.tj-service-section .style2 img {
  width: 100%;
  height: 239px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 17px;
}
.tj-service-section .style2 h2 {
  font-size: 30px;
  color: #40bad2;
}
.tj-service-section .style2 ul li {
  color: #40bad2;
  font-weight: 600;
}
.tj-service-section .style2 ul span {
  color: #40bad2;
  margin-right: 10px;
  font-size: 15px;
}
.tj-service-section .sticky-lg-top li {
  margin-bottom: 32px;
}
.tj-service-section .sticky-lg-top .d-flex {
  gap: 10px;
}
.tj-service-section .sticky-lg-top span {
  ffont-size: 17px;
  border: 1px dashed #fff;
  border-radius: 50%;
  width: 39px;
  height: 39px;
  flex: 0 0 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.tj-service-section .nav-pills {
  border-radius: 15px;
  padding: 23px;
  background-color: #18292c;
}
.tj-service-section h4 {
  font-size: 18px;
}

.location .location-box {
  display: flex;
  background-color: #fff;
  padding: 15px 0 15px 15px;
  border-radius: 15px;
  align-items: center;
}
.location .location-box .img {
  width: 47%;
}
.location .location-box .content {
  width: 53%;
  padding: 41px;
}
.location .location-box img {
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.tj-cta-section h2 {
  font-size: 75px;
}
.tj-cta-section h5 {
  font-size: 45px;
}

.carrer-page ul {
  grid-template-columns: repeat(3, 1fr);
}
.carrer-page ul li {
  display: flex;
  margin-bottom: 16px;
  gap: 14px;
  font-weight: 600;
}
.carrer-page ul li span {
  font-size: 13px;
  border: 1px dashed #40bad2;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  flex: 0 0 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #40bad2;
}/*# sourceMappingURL=main.css.map */