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

ul, li {
  list-style: none;
}

ul.bullet {
  padding-left: 18px;
}
ul.bullet li {
  list-style-image: url(https://stg.tftus.com/wp-content/uploads/2025/04/bullet.svg);
  min-height: 24px;
}
ul.bullet li::marker {
  font-size: 3rem;
}
.searchpage{
	padding-top:12rem;
}
a {
  color: #1B8DCE;
}

p.lead {
/* 	font-family: "Georgia Bold Italic";  */
	font-size: 1.6rem;
	color: #1B8DCE;
	margin: 10px 0 30px;
	font-size: 1.8rem;
	font-weight: 500;
}
body,p{line-height:1.4;}

input, textarea {
  font-family: "Montserrat", sans-serif;
}

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

.form-field {
  margin-bottom: 20px;
}
.form-field label {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.form-field label span {
  color: red;
}
.form-field .form-input {
  height: 40px;
  border-radius: 10px;
  font-size: 1.4rem;
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px;
  outline: 0;
}
.form-field textarea.form-input {
  min-height: 150px;
  resize: unset;
}

.flex {
  display: flex;
}
.flex.valign-center {
  align-items: center;
}
.flex.halign-center {
  justify-content: center;
}
.flex.space-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.col-12 {
  width: 99.996%;
}

.col-11 {
  width: 91.663%;
}

.col-8 {
  width: 66.664%;
}

.col-7 {
  width: 58.331%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.665%;
}

.col-4 {
  width: 33.332%;
}

.col-3 {
  width: 24.999%;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #f2f2f2;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
  width: 100%;
}

button, .btn {
  cursor: pointer;
/*   font-family: "Georgia Bold Italic"; */
  font-size: 1.6rem;
  color: #fff;
  background: #1B8DCE;
/*   background: linear-gradient(145deg, rgb(0, 168, 6) 0%, rgb(27, 141, 206) 100%); */
  transition: 0.4s all ease;
  border: none;
  outline: 0;
  min-width: 120px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
button:hover, .btn:hover {
  background-size: 100% 200%;
  gap: 8px;
  /*background-position: 146px;*/
}
button.small-btn, .btn.small-btn {
  min-width: 120px;
  height: 36px;
  border-radius: 6px;
  font-size: 1.4rem;
}
button.outline, .btn.outline {
  background: #fff;
  font-family: "Georgia Italic";
  color: #000;
  border: 1px solid #cccccc;
}
button.big-btn, .btn.big-btn {
  min-width: 200px;
  height: 60px;
  border-radius: 6px;
  font-size: 1.6rem;
}
button.full-width, .btn.full-width {
  width: 100%;
}

h6 {
  font-size: 1.8rem;
  color: #707070;
  font-weight: 600;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
  font-weight: 600;
}

h4 {
  font-size: 2.4rem;
  font-weight: 600;
}

h5 {
  font-size: 2rem;
  font-weight: 600;
}

.typing-text {
  animation: typing 20s steps(23) infinite, blink 0.5s step-end infinite alternate; display:none;
  white-space: nowrap;
  overflow: hidden;
  border-right: 3px solid;
  width: 200px;
  margin: auto;
}

@keyframes typing {
  0% {
    width: 0;
  }
  20% {
    width: 0;
  }
  50% {
    width: 200px;
  }
  100% {
    width: 200px;
  }
}
@keyframes blink {
  50% {
    border-color: transparent;
  }
}
nav {
  height: 90px;
  position: fixed;
	top:0;
	left:0;
	right:0;
  width: 100%;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  z-index: 2;
  display: flex;
background:#ffffff60;
}
nav .logo {
  width: 82px;
}
nav .nav-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}
nav .nav-menu li a {
  color: #707070;
  text-decoration: none;
}
nav .nav-menu li a:hover {
  color: #000;
}

.header-lottie {
  position: absolute;
  opacity: 0.15;
  margin-left: -11px;
}

.headerbox{
  min-height: 100vh;
  position: relative;
  display: flex;
}
.headerbox .tft-text {
  font-family: "Georgia Bold Italic";
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.headerbox .view-video {
  font-size: 1.4rem;
  font-family: "Georgia Bold Italic";
  text-align: center;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  max-width: 82px;
  margin: 40px auto 0;
  cursor: pointer;
}
.headerbox .view-video .play-icon {
  margin: auto;
}
.headerbox .certified {
  display: flex;
  margin: 20px 0;
  gap: 10px;
  justify-content: center;
}
.headerbox .slider {
  position: relative;
  z-index: 1;
  margin: 80px auto 60px;
  animation: appear 6s linear;
}
.headerbox .slider h1 {
  font-size: 5rem;
  text-align: center;
  max-width: 68rem;
  margin: auto;
  text-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1607843137);
}
.headerbox .slider h1 span {
  color: #1B8DCE;
}
.headerbox .slider .lightSlider.lsGrab > * {
  cursor: default !important;
}
.quote{
	max-width: 500px;
    margin: auto;
    background: #000000c7;
    padding: 14px 10px 10px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
	position:relative;
	z-index:1;
}
.quote h6 {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
.quote .quote-form {
  max-width: 434px;
  width: 100%;
  height: 52px;
  position: relative;
  margin: 15px auto;
  z-index: 1;
  border: 1px solid #cccccc;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1607843137);
}
.quote .quote-form input {
  height: 100%;
  width: 100%;
  padding: 18px;
  font-size: 16px;
  border: none;
  outline: 0;
  padding-right: 150px;
  height:50px;
}
.quote .quote-form button {
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  width: 145px;
}

.quote .quote-form .wpcf7-response-output{bottom:-21px; color:#fff;}


    .header1 {
  z-index: 1;
}
.header1 .container {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin: -80px auto 0;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
  perspective: 240px;
}
.header1 .container .slider {
  width: 100%;
  background: #f2f2f2;
  margin: 30px auto;
  animation: appear 1s linear;
}
.header1 .container .slider h1 {
  text-shadow: none;
  font-size: 7rem;
  max-width: 946px;
	padding-top:20px;
}
.header1 .container .slider p.lead {
  font-size: 2rem;
  text-align: center;
  max-width: 920px;
  margin: 30px auto 20px;
	background:#f2f2f2;
}
.header1 .container a.header-arrow {
  margin: 0 auto;
  animation: appear 3s linear;
}
.header1 .container a.header-arrow .about-icon {
  position: relative;
  top: 80px;
  transform: rotate(180deg);
  transition: 0.4s all ease;
  visibility: visible;
  opacity: 1;
  animation: about-icon 4s linear infinite;
}
.header1 .container a.header-arrow .about-icon.ended {
  animation: none;
}
.header1 .container .quote {
  width: 100%;
  max-width: 470px;
  background: rgba(0, 0, 0, 0.7098039216);
  margin: 0 auto;
  border-radius: 10px;
  padding: 14px 10px 6px;
  transition: 0.4s all ease;
  box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.568627451);
  transform: rotateX(0deg) scaleY(1);
  border-bottom: 10px solid transparent;
  animation: appear 2s linear;
}
.header1 .container .quote h6 {
  color: #fff;
}
.header1 #particles-js {
  opacity: 0.7;
  animation: appear 1s linear;
}
.header1 .header-img {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  width: 100%;
  animation: appear 4s linear;
}
.header1 .header-img .img1 {
  width: 400px;
  left: 10px;
  position: absolute;
  bottom: 30px;
}
.header1 .header-img .img2 {
  width: 400px;
  right: 10px;
  position: absolute;
  bottom: 30px;
}
.header1.ended .container a.header-arrow .about-icon {
  top: 700px;
  opacity: 0;
  visibility: hidden;
  animation: none;
}
.header1.ended .container .quote {
  transform: rotateX(27deg) scaleY(0.6);
  transition: 0.4s all ease;
  box-shadow: 0 150px 70px 0px rgba(0, 0, 0, 0.368627451);
  border-bottom: 10px solid #000;
}


.industries .industry-blocks{
  perspective: 500px;
}
.industries .industry-blocks .block{
  transform: rotateX(27deg) scaleY(0.6);
  transition: .4s all ease;
}
.industries .industry-blocks .block.started{
  transform: rotateX(0deg) scaleY(1);
  transition: .4s all ease;
}




/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
}

/* Pertner section */
.partner-section {
  background: #fff;
  padding: 28px 0 10px;
}
.partner-section h6 {
  text-align: center;
  margin-bottom: 10px;
}

/* about section*/
.about-section {
  padding: 110px 0;
  text-align: center;
  min-height: 80vh;
  display: flex;
  transition: 0.4s all ease;
  background: #fff;
}
.about-section h3 {
  font-weight: 300;
  max-width: 75rem;
  text-align: center;
  margin: 30px auto;
  line-height: 5rem;
}
.about-section .about-icon {
  position: relative;
  top: 0;
  transform: scaleY(1);
  transition: 0.4s all ease;
}
.about-section .about-icon.started {
  transform: scaleY(-1);
}
.about-section.started {
  background: #f2f2f2;
}
.about-section.ended .about-icon {
  top: 400px;
}

/* metrics section*/
.metrics-section {
  padding: 0px 0 80px;
}
.metrics-section .metrics-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.metrics-section .metrics-blocks .block {
  width: calc(25% - 15px);
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  opacity: 0;
  transition: 0.4s all ease;
}
.metrics-section .metrics-blocks .block img {
  margin-bottom: 20px;
}
.metrics-section .metrics-blocks.started .block {
  background: #f2f2f2;
  border: 1px solid #cccccc;
  opacity: 1;
}
.metrics-section .metrics-blocks.ended .block {
  border: none;
  background: #fff;
}

/* What we do section */
.whatwedo-section {
  padding: 80px 0;
  background: #fff;
overflow-x:hidden;
}
.whatwedo-section h2, .whatwedo-section p.lead {
  text-align: center;
}
.whatwedo-section .tab-container {
  display: flex;
  margin-top: 30px;
}
.whatwedo-section .tab-container .tab {
  width: 290px;
  position: relative;
}
.whatwedo-section .tab-container .tab .tablinks {
  height: 68px;
  background: #fff;
  border-left: 4px solid #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  cursor: pointer;
}
.whatwedo-section .tab-container .tab .tablinks.active, .whatwedo-section .tab-container .tab .tablinks:hover {
  background: #f2f2f2;
  border-left: 4px solid #1B8DCE;
}
.whatwedo-section .tab-container .tabcontent {
  display: none;
  flex: 1;
  background: #f2f2f2;
  padding: 30px;
  padding-left: 60px;
  min-height: 510px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.whatwedo-section .tab-container .tabcontent h3 {
  color: #1B8DCE;
}
.whatwedo-section .tab-container .tabcontent .tabHead {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
.whatwedo-section .tab-container .tabcontent .tabHead .btn-set {
  gap: 10px;
}
.whatwedo-section .tab-container .tabcontent .tabBody {
  display: flex;
  gap: 20px;
}
.whatwedo-section .tab-container .tabcontent .tabBody p {
  margin: 10px 0;
}
.whatwedo-section .tab-container .tabcontent .tabBody h6 {
  color: #000;
}
.whatwedo-section .service-we-do {
  margin-bottom: 120px;
}
.whatwedo-section .service-we-do .tab-container {
  position: relative;
}
.whatwedo-section .service-we-do .tab-container::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: url(../img/icon.svg) center center no-repeat;
  background-size: 100%;
  background-size: 100%;
  z-index: 0;
  transform: rotate(-45deg);
  top: -58px;
  left: -60px;
  opacity: 0.2;
}
.whatwedo-section .service-we-do .tab-container::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #1B8DCE;
/*   background: linear-gradient(145deg, rgb(0, 168, 6) 0%, rgb(27, 141, 206) 100%); */
  opacity: 0;
  right: -70px;
  bottom: 470px;
  z-index: 0;
  transition: 0.4s all ease;
  animation: rotate 2s infinite linear;
  border-top: 2px solid;
}
.whatwedo-section .service-we-do .tab-container.ended::after {
  content: "";
  opacity: 0.4;
  right: -70px;
  bottom: -70px;
  z-index: 0;
}
.whatwedo-section .solution-we-do {
  position: relative;
  z-index: 1;
}
.whatwedo-section .solution-we-do .tab-container {
  flex-direction: column;
}
.whatwedo-section .solution-we-do .tab-container .tab {
  display: flex;
  width: auto;
  gap: 10px;
  margin-bottom: 30px;
}
.whatwedo-section .solution-we-do .tab-container .tab .tablinks1 {
  min-width: 120px;
  height: 36px;
  border: 1px solid #1B8DCE;
  border-radius: 30px;
  font-size: 1.4rem;
  padding: 0 14px;
  text-align: center;
  line-height: 3.6rem;
  color: #1B8DCE;
  font-weight: 500;
  cursor: pointer;
}
.whatwedo-section .solution-we-do .tab-container .tab .tablinks1:hover, .whatwedo-section .solution-we-do .tab-container .tab .tablinks1.active {
  color: #fff;
  background: #1B8DCE;
/*   background: linear-gradient(145deg, rgb(0, 168, 6) 0%, rgb(27, 141, 206) 100%); */
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1 {
  display: none;
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1 .solution-img .img-thumb {
  background: #363636;
  border-radius: 6px;
  margin-bottom: 14px;
  width: 160px;
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1 .solution-img .img-thumb img {
  width: 100%;
  display: block;
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1 .solution-img a {
  text-decoration: none;
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1 .solution-img button.outline {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1 .solution-detail {
  margin: 0 20px;
  background: #f2f2f2;
  flex: 1;
  padding: 20px;
  min-height: 352px;
  border-radius: 10px;
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1 .solution-detail h3 {
  color: #1B8DCE;
  margin-bottom: 10px;
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1 .solution-detail h4 {
  margin-bottom: 20px;
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1 .solution-keypoints {
  background: #363636;
  width: 390px;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1#productivity .lSSlideOuter .lSPager.lSpg {
  margin-top: 20px !important;
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1#productivity .lSSlideOuter .lSPager.lSpg > li {
  position: relative;
  color: #f2f2f2;
  opacity: 0.2;
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1#productivity .lSSlideOuter .lSPager.lSpg > li a {
  width: 100px;
  height: 30px;
  display: block;
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1#productivity .lSSlideOuter .lSPager.lSpg > li:nth-of-type(1):before {
  content: "SimplifyPath";
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  justify-content: center;
  font-size: 1.2rem;
  align-items: center;
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1#productivity .lSSlideOuter .lSPager.lSpg > li:nth-of-type(2):before {
  content: "SelfBest";
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  justify-content: center;
  font-size: 1.2rem;
  align-items: center;
}
.whatwedo-section .solution-we-do .tab-container .tabcontent1#productivity .lSSlideOuter .lSPager.lSpg > li.active {
  color: #fff;
  opacity: 1;
}

.served-section {
  padding: 80px 0;
  background: url(https://stg.tftus.com/wp-content/uploads/2025/05/served-pattern.png) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.served-section h2, .served-section p.lead {
  text-align: center;
}
.served-section h3 {
  color: #1B8DCE;
  margin-bottom: 18px;
}
.served-section .industries {
  padding-top: 60px;
}
.served-section .industries .text-detail {
  position: sticky;
  top: 40%;
  height: 200px;
}
.served-section .industry-blocks {
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.served-section .industry-blocks .block {
  width: 236px;
  height: 258px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1607843137);
  padding: 60px 0px 30px;
  font-size: 1.8rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.4s all ease;
  position: relative;
}
.served-section .industry-blocks .block:nth-child(even) {
  top: 80px;
}
.served-section .industry-blocks .block .icon-circle {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}
.served-section .industry-blocks .block .icon-circle i{font-size:4rem; color:#1B8DCE;}

.served-section .industry-blocks .block:hover {
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.0588235294);
  transition: 0.6s all ease;
}
.served-section .business {
  padding: 260px 0 80px;
}
.served-section .business .business-blocks {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  border: 1px solid #cccccc;
  background: #fff;
}
.served-section .business .business-blocks .block {
  height: 400px;
  border: 1px solid #cccccc;
  position: relative;
  width: 25%;
  min-width: 25%;
  transition: 0.4s all ease;
  background: #fff;
}
.served-section .business .business-blocks .block.enterprises.active {
  margin-left: -40px !important;
}
.served-section .business .business-blocks .block h6 {
  color: #000;
  padding: 10px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.served-section .business .business-blocks .block figure figcaption {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  transition: 0.4s all ease;
  z-index: 1;
  height: 90px;
}
.served-section .business .business-blocks .block figure img {
  position: relative;
  transition: 0.4s all ease;
  left: 0;
  top: 0;
}
.served-section .business .business-blocks .block:hover {
  min-width: 338px !important;
}
.served-section .business .business-blocks .block:hover figure figcaption {
  display: block;
  transition: 0.4s all ease;
}
.served-section .business .business-blocks .block:hover figure img {
  top: -130px;
  left: 130px;
  transition: 0.4s all ease;
}
.served-section .business .text-detail {
  padding: 0 0 0 20px;
}

.testimonials-section {
  background: #fff;
  padding: 100px 0 0;
}
.testimonials-section .container {
  background: #fff url(https://stg.tftus.com/wp-content/uploads/2025/04/testimonial.svg) bottom left no-repeat;
}
.testimonials-section h2 {
  top: 200px;
  margin-top: 200px;
}
.testimonials-section .marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-height: 80vh;
	margin-left:20px;
  overflow: auto;
}




.testimonials-section .marquee::-webkit-scrollbar-track
{
	border-radius: 10px;
}


.testimonials-section .marquee::-webkit-scrollbar
{
	width: 2px;
}

.testimonials-section .marquee li {
  width: 300px;
  border-radius: 10px;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #cccccc;
  padding: 20px;
  -webkit-backdrop-filter: blur(50px) contrast(0.9);
          backdrop-filter: blur(50px) contrast(0.9);
  position: relative;
}
.page-template-tpl_about-us .lSAction > .lSPrev{
	left:0px;
}
.page-template-tpl_about-us .lSAction > .lSNext{
	right:0px;
}
.page-template-tpl_about-us .innerpageslider .servicesslider ul li span {
    font-size: 12px;
}


.testimonials-section .marquee li h6 {
  color: #000;
  margin-bottom: 20px;
}
.testimonials-section .marquee li h6 img {
  width: 56px;
  margin-right: 10px;
}
.testimonials-section .marquee li:nth-of-type(even) {
  top: 80px;
}


.clients-section {
  padding: 100px 0;
  background: #fff;
}
.clients-section .container > .row {
  margin-top: 40px;
}
.clients-section h2 {
  text-align: center;
}
.clients-section .leftbox, .clients-section .rightbox {
  width: 34%;
}
.clients-section .centerbox {
  width: 32%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients-section .centerbox .activecard {
  border: 1px solid #cccccc;
  padding: 20px;
  min-height: 220px;
  border-radius: 10px;
}
.clients-section .centerbox .activecard img {
  max-height: 40px;
  margin-bottom: 10px;
}
.clients-section .centerbox .activecard p {
  font-size: 1.4rem;
}
.clients-section .client-logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.clients-section .client-logo-grid li {
  border: 0.5px solid #cccccc;
  border-radius: 10px;
  height: 94px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  padding: 20px;
  width: calc(50% - 5px);
}
.clients-section .client-logo-grid li img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(1);
  opacity: 0.5;
}
.clients-section .client-logo-grid li:hover img {
  filter: grayscale(0);
  opacity: 1;
}


.clients-section .client-logo-grid li.activeclient img {
  filter: grayscale(0);
  opacity: 1;
}



.blog-section {
  padding: 80px 0;
}
.blog-section h2, .blog-section p.lead {
  text-align: center;
}
.blog-section .blog-blocks {
  display: flex;
  gap: 20px;
  margin: 40px 0 40px;
}

.blog-section .blog-blocks > a{text-decoration:none; flex:1;}

.blog-section .blog-blocks .block {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
  background-color: #fff;
  position: relative;
  transition: 0.4s all ease;
  top: 0px;
	flex:1;
}
.blog-section .blog-blocks .block img {
  width: 100%;
  height: 166px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .blog-blocks .block .blog-title {
  padding: 20px 20px 0;
  display: inline;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
	font-size:1.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word; /* Important for long words! */
}
.blog-section .blog-blocks .block .date-stamp {
  font-size: 1.2rem;
  color: #707070;
  margin-top: 14px;
  padding: 0 20px 20px;
}
.blog-section .blog-blocks .block:hover {
  top: -20px;
  box-shadow: 0 40px 40px rgba(0, 0, 0, 0.0705882353);
}

.contact-section {
  padding: 80px 0;
}
.contact-section h2, .contact-section p.lead {
  text-align: center;
}
.contact-section .contact-row {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}
.contact-section .contact-row .contact-form {
  background: #fff;
  border-radius: 10px 10px 0 0;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
.contact-section .contact-row .contact-form .form-field {
  padding: 0 10px;
}

.contact-section .contact-row form{position:relative;}
.contact-section .contact-row .contact-details {
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 100%;
  padding: 0 70px 0 60px;
}
.contact-section .contact-row .contact-details p {
  margin-bottom: 40px;
}
.contact-section .contact-row .contact-details .global-presence h6 {
  color: #000;
}
.contact-section .contact-row .contact-details .global-presence .country-list {
  display: flex;
  flex-wrap: wrap;
}
.contact-section .contact-row .contact-details .global-presence .country-list .country {
  text-align: center;
  font-size: 1.2rem;
  min-width: 75px;
  margin-top: 12px;
}

footer {
  background: #363636;
  color: #fff;
}
footer .upper-footer {
  border-bottom: 2px solid #f2f2f2;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer .upper-footer .social-media {
  display: flex;
  gap: 60px;
  margin-top: 50px;
}
footer .upper-footer .social-media i {
  font-size: 3rem;
  color: #fff;
}
footer .main-footer {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
footer .main-footer .footer-links {
  width: 230px;
}
footer .main-footer .footer-links h5 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
footer .main-footer .footer-links ul li {
  margin-bottom: 12px;
}
footer .main-footer .footer-links ul li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
}
footer .main-footer .footer-links ul li a::after {
  content: "";
  width: 0px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.4s all ease;
}
footer .main-footer .footer-links ul li a:hover::after {
  content: "";
  width: 100%;
}
footer .main-footer .footer-links.big {
  width: auto;
  min-width: 230px;
}
footer .main-footer .footer-links.big .row {
  display: flex;
  gap: 14px;
}
footer .bottom-footer {
  border-top: 1px solid #cccccc;
  padding: 24px 0;
  font-size: 1.2rem;
  text-align: center;
	display:flex;
	justify-content:space-between;
}
.mobile-rotate {
    display:none;
    position: fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:9999999999;
    justify-content: center;
    align-items: center;
    background: #fdfdfd;
  }
  .mobile-rotate img{
    max-width:100%;
  }

/*solution circle */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* header slider appear*/
@keyframes appear {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */

.header1 .container .slider h1 .cubeslider{
  position: relative;
  display: inline-block;
  z-index:-1;
}

@keyframes spincube{
  0%{
      transform: rotateX(0deg);
  }

  33.3333%{
      transform: rotateX(120deg);
  }
  66.6667% {
      transform: rotateX(240deg);
  }
  100% {
      transform: rotateX(1turn);
  }
}

.header1 .container .slider h1 .cubeslider span.invisible{
  opacity:0;
  position: relative;
	border:1px solid #000;
}
.header1 .container .slider h1 .cubeslider .spincube span{
    background: linear-gradient(50deg, #1b8dce, #208cca 31.28%, #63b9e9 77.97%, #1b8dce 95.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    right:0;
    top:0;
    -webkit-backface-visibility: hidden;
    transform: rotateX(0deg) translateZ(45px);
    padding: 0 10px 0 0;
}
.header1 .container .slider h1 .cubeslider .spincube span:nth-of-type(2){
  transform: rotateX(120deg) translateZ(45px); top:-7px;
}

.header1 .container .slider h1 .cubeslider .spincube span:nth-of-type(3){
  transform: rotateX(240deg) translateZ(45px); top:-7px;
}
.header1 .container .slider h1 .cubeslider .spincube{
    position: absolute;
    animation-name: spincube;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 8s;
    transform-style: preserve-3d;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.lSAction > a{z-index:0 !important;}


.casestudies {
  padding: 80px 0;
  background: url(https://stg.tftus.com/wp-content/uploads/2025/05/served-pattern.png) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
	display:none;
}

.casestudies .container{display:flex; justify-content:center; align-items:center; flex-direction:column;}
.casestudies .container input[type="email"]{padding-right:150px; border:none; width:100%; height:100%; padding: 18px; font-size: 16px; border-radius:10px;}

.casestudies .container input[type="submit"]{width: 145px; position:absolute; height:58px; right:0; top:0; border-radius:0px 10px 10px 0px; background:#1B8DCE; color:#fff; border:none; cursor:pointer;}

.casestudies .container .wpcf7-form{max-width: 434px;
    width: 100%;
    height: 60px;
    position: relative;
    margin: 15px auto;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid #cccccc;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1607843137);}

.casestudies .container .wpcf7 form .wpcf7-response-output{bottom:-25px;}
.lifeattft .timelinecareer .lefthead h2{font-size: 42px; font-weight: bold; color: #0B1215;}
.lifeattft .timelinecareer .lefthead h2 span{display: block;color: #1B8DCE;}


.lSAction > a { top: 46% !important;}