
h2.tp-hero-title.tp-char-animation {
    position: relative;
	z-index: 1;
    color: black
}


h2.tp-hero-title.tp-char-animation .strong{
    position: absolute;
    color: #C9F31D;
    animation: text-animation 4s ease-in-out infinite;
    left: 0;
    bottom: 0;
    background: #C9F31D;
    -webkit-background-clip: text;
    background-size: cover;
    background-position: bottom left;
    font-weight: 700;
    width:100%;
}
.text-animation .animation {
    clip-path: polygon(0% 49.9519%, 15.6699% 50.9327%, 33.3301% 55.2821%, 53.0096% 60.6603%, 69.0096% 57.3686%, 84% 54.3782%, 100% 50.0192%, 100% 100%, 0% 100%);
}
@keyframes text-animation {
	0%,
	100% {
		clip-path: polygon(
		0% 45%,
		16% 44%,
		33% 50%,
		54% 60%,
		70% 61%,
		84% 59%,
		100% 52%,
		100% 100%,
		0% 100%
	  );
	}

	50% {
		clip-path: polygon(
		0% 60%,
		15% 65%,
		34% 66%,
		51% 62%,
		67% 50%,
		84% 45%,
		100% 46%,
		100% 100%,
		0% 100%
	  );
	}
}

/* ===========================================work process css ============================= */
.process-style-one-items {
  position: relative;
  z-index: 1;
}
.process-style-one-item:nth-child(2n) {
  border-top: none !important;
  border-bottom: 1px solid #cccccc;
}
.bg-dark .process-style-one-item:nth-child(2n) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.process-style-one-item:nth-child(2n):after {
  position: absolute;
  left: -1px;
  top: 65px;
  width: 50px;
  content: "";
  border-left: 1px solid #cccccc;
  bottom: 0;
  border-bottom-left-radius: 30px;
}
.bg-dark .process-style-one-item:nth-child(2n):after {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.process-style-one-item:nth-child(odd):after {
  position: absolute;
  right: 0;
  bottom: auto;
  content: "";
  top: 0;
  height: 64px;
  width: 50px;
  border-right: 1px solid #cccccc;
  border-top-right-radius: 30px;
}
.bg-dark .process-style-one-item:nth-child(odd):after {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.process-style-one-item:nth-child(odd):before {
  position: absolute;
  left: 0;
  bottom: 60px;
  content: "";
  top: 0;
  width: 50px;
  border-left: 1px solid #cccccc;
  border-top-left-radius: 30px;
}
.bg-dark .process-style-one-item:nth-child(odd):before {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.process-style-one-item:nth-child(2n):before {
  position: absolute;
  right: -2px;
  content: "";
  bottom: 0;
  height: 64px;
  width: 50px;
  border-right: 1px solid #cccccc;
  border-bottom-right-radius: 30px;
}
.bg-dark .process-style-one-item:nth-child(2n):before {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.process-style-one-item:last-child {
  border-right: 1px solid #cccccc;
  border-top-right-radius: 0;
}
.bg-dark .process-style-one-item:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.process-style-one-item:first-child {
  border-left: 1px solid #cccccc;
  border-bottom-left-radius: 0;
}
.bg-dark .process-style-one-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.process-style-one-item:first-child:before {
  display: none;
}
.process-style-one-items .row {
  margin: 0;
}
.process-style-one-item .item {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.process-style-one-item .item span {
  position: absolute;
  right: 30px;
  top: 50px;
  font-size: 55px;
  z-index: -1;
  line-height: 1;
  font-weight: 900;
  opacity: 0.2;
}
.bg-dark .process-style-one-item .item span {
  opacity: 0.06;
}
.process-style-one-item:nth-child(2n) .item span {
  top: auto;
  bottom: 50px;
}
.process-style-one-item {
  position: relative;
  z-index: 1;
  border-top: 1px solid #cccccc;
  border-radius: 30px;
}
.bg-dark .process-style-one-item {
  border-top: 1px solid rgb(255, 255, 255, 0.1);
}
.process-style-one-item p {
  margin: 0;
}
.process-style-one-item .item img {
  height: 60px;
  margin: auto auto 30px;
      width: auto;
    max-width: 100%;
}
.process-style-one-item .item .icon {
  position: relative;
  z-index: 1;
}
.process-style-one-item:last-child:before {
  top: 0;
  bottom: 7px;
  display: none;
}

/* ================ clients styles ==================================== */

.clients-card {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.clients-card img {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  margin-left: -25px;
  border: 2px solid var(--white);
}
.bg-dark .clients-card img {
  border: 2px solid var(--dark);
}
.clients-card i {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 51px;
  background: var(--dark);
  text-align: center;
  border-radius: 50%;
  margin-left: -25px;
  border: 2px solid #a3bd12;
  color: var(--white);
}
.brand-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.brand-info .title {
  font-size: 45px !important;
}
.brand-info:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 1px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    var(--color-heading),
    rgba(255, 255, 255, 0)
  );
}
.bg-dark .brand-info:after {
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0),
    var(--color-primary),
    rgba(255, 255, 255, 0)
  );
}
.client-style-one-item .fun-fact .counter {
    font-size: 80px;
    font-weight: 600;
    line-height: 66px;
    margin-bottom: 10px;
    color: var(--color-heading);
    margin-top: -10px;
}
.bg-dark .client-style-one-items {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.client-style-one-item {
  text-align: center;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding: 30px 50px;
  position: relative;
  z-index: 1;
  min-height: 150px;
}
.client-style-one-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.client-style-one-item img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 40px;
        height: auto;
    width: auto;
    max-width: 100%;
}
.client-style-one-item .fun-fact span.medium {
  font-size: 20px;
  font-weight: 600;
}
.client-style-one-item a {
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  color: #a3bd12;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid #a3bd12;
  text-align: left;
}
.client-style-one-item a {
  color: black;
  border-bottom: 2px solid black
}


 .client-style-one-item:last-child:after {
  background: #f2f3ef;
}
 .client-style-one-item:last-child:after {
  background: #f2f3ef;
}
.client-style-one-item:last-child:before {
  position: absolute;
  bottom: 0;
  right: -1px;
  height: 100%;
  width: 1px;
  background: white;
  content: "";
}
.bg-dark .client-style-one-item:last-child:before {
  background: #0e0f11;
}
.bg-dark .bg-gray .client-style-one-item:last-child:before {
  background: #a3bd12;
}
.bg-gray .client-style-one-item:last-child:before {
  background: #f2f3ef;
}
.fun-fact .counter {
  display: flex;
  align-items: center;
}
.client-style-one-item:first-child:before {
  position: absolute;
  top: 0;
  left: -1px;
  height: 100%;
  width: 1px;
  border-left: 1px solid #f2f3ef;
  content: "";
  background-color: #f2f3ef;
}
.client-style-one-item:first-child:before {
  border-left: 1px solid #f2f3ef;
}
.client-style-one-item:first-child:before {
  border-left: 1px solid #f2f3ef;
}
.client-style-one-item:last-child:after {
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 1px;
  width: 100%;
  background: #f2f3ef;
  content: "";
}
 .client-style-one-item:last-child:after {
  background: #f2f3ef;
}
.client-style-one-item:last-child:after {
  background: #f2f3ef;
}
.client-style-one-item:last-child:after {
  background: #f2f3ef;
}
.client-style-one-item:first-child:after {
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  border-top: 1px solid #f2f3ef;
  content: "";
}
.bg-dark .client-style-one-item:first-child:after {
  border-top: 1px solid #f2f3ef;
}
.bg-dark .bg-gray .client-style-one-item:first-child:after {
  border-top: 1px solid #f2f3ef;
}
.bg-gray .client-style-one-item:first-child:after {
  border-top: 1px solid #f2f3ef;
}
/* dixor css=================================================================================================================================== */
