/*
Theme Name: Growth Vaders
Description: Custom theme for Growth Vaders
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: growth-vaders
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/satoshi");

/* GLOBAL */
body,
html {
  overflow-x: clip;
  overflow-y: visible;
  scroll-behavior: smooth;
  scroll-padding-top: 210px;
}

.scrollToTopBtn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  background: #ff6d00;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  font-size: 34px;
  cursor: pointer;
  border-radius: 10px;
}

.showBtn {
  opacity: 1;
  transform: translateY(-40px);
  pointer-events: all;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

span {
  display: inline-block;
}

.top-heading h6 {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #ff6d00;
}

.top-heading h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: 800;
  font-size: 42px;
  line-height: 52px;
  color: #1c1c1c;
}

.top-heading p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1c1c1c;
}

.btnn {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background: #ff6d00;
  /*   border: 2px solid #ff6d00; */
  padding: 14px 40px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btnn::before {
  content: '' !important;
  top: 50% !important;
  left: 50% !important;
  border-radius: 200% !important;
  position: absolute !important;
  width: 140px !important;
  height: 140px !important;
  /* background: linear-gradient(to right, #6294C4, #214F82); */
  background: #101010 !important;
  overflow: hidden !important;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1) !important;
  transition: transform 0.3s cubic-bezier(0.1, 0, 0.3, 1) !important;
  z-index: -1 !important;
}

/* .btnn:hover {
  background: transparent;
  color: #ff6d00;
} */
.btnn:hover {
  /* 	border-color: #101010; */
  color: #fff;
}

.btnn:hover::before {
  transition: transform 0.9s cubic-bezier(0.1, 0, 0.5, 1) !important;
  transform: translate3d(-50%, -50%, 0) scale3d(3, 3, 3) !important;
}

.times,
.bars {
  display: none;
}

header .btnn::before {
  background: #fff !important;
}

header .btnn:hover {
  color: #101010;
}

.who-we-are-right a.btnn::before {
  background: #fff !important;
}

a.btnn-dark::before {
  background: #ff6d00 !important;
}

.who-we-are-right a.btnn:hover::before,
a.btnn-dark:hover::before {
  transition: transform 0.9s cubic-bezier(0.1, 0, 0.5, 1) !important;
  transform: translate3d(-50%, -50%, 0) scale3d(3, 3, 3) !important;
}

.who-we-are-right a.btnn:hover {
  color: #101010;
}

a.btnn-dark:hover {
  color: #fff !important;
}

.container {
  max-width: 1140px !important;
}

/* GLOBAL */

/* HEADER SECTION */
header {
  margin-top: 23px;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 9999;
}

header.fixed .shadow-img {
  display: none;
}

header .shadow-img {
  position: absolute;
  bottom: -2em;
  left: 50%;
  transform: translateX(-50%);
}

header nav {
  background: #000;
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav .menu>ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 45px;
}

header nav .menu ul li {
  position: relative;
}

header nav .menu>ul>li>a {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  position: relative;
}

header nav .menu>ul>li>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #ff6d00;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-in-out;
}

header nav .menu>ul>li>a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

header nav .menu>ul>li.active>a {
  font-weight: 700;
  color: #ff6d00;
}

header .times {
  position: absolute;
  top: 0.81em;
  left: 0.1em;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  cursor: pointer;
  display: none;
}

header nav .menu ul li .arw-nav {
  width: 40px;
  height: 45px;
  position: absolute;
  right: -32px;
  top: -7px;
  z-index: 999;
  cursor: pointer;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23ffffff" d="M9.176 10.376a.6.6 0 0 1 .848 0L12 12.352l1.976-1.976a.6.6 0 0 1 .848.848l-2.4 2.4a.6.6 0 0 1-.848 0l-2.4-2.4a.6.6 0 0 1 0-.848"/></svg>') no-repeat right center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

header nav .menu ul li ul.sub-menu {
    position: absolute;
    background: #fff;
    width: 200px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-radius: 10px;
    display: none;
}

header nav .menu ul li:hover ul.sub-menu {
    display: block;
} 

header nav .menu ul li ul.sub-menu li a {
   color: #000;
   padding: 10px 10px;
}

header nav .menu ul li ul.sub-menu li a:hover {
  color: #ff6d00;
}

/* HEADER SECTION */

/* HERO SECTION */
.hero {
  padding-top: 120px;
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}

.hero-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}

.hero-img img {
  width: 100%;
  height: 750px;
}

.hero-circle {
  position: absolute;
  top: 42%;
	left: -100%;
  opacity: 0;
}

.hero-top {
  margin-top: 57px;
  text-align: center;
}

.hero-top h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  line-height: 74px;
  text-align: center;
  color: #1c1c1c;
  max-width: 869px;
  margin: auto;
}

.hero-top p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;

  color: #1c1c1c;
  max-width: 830px;
  margin: 18px auto 0;
}

.hero-btm {
  /*   background: #fff;
  border-radius: 20px;
  box-shadow: 6px 10px 60px rgba(0, 0, 0, 0.3); */
  max-width: 700px;
  margin: 45px auto 40px;
  /*   padding: 8px; */
  position: relative;
  max-width: 720px;
  height: 428px;
}

.arrow-dark {
  position: absolute;
  left: 15%;
  top: 3em;
  display: none;
}

.arrow-or {
  position: absolute;
  top: 2.5em;
  left: 7%;
  display: none;
}

.hero-btm .lines img {
  width: 100%;
}

.hero-btm-chart {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 0px 10px 24px;
  position: relative;
  width: 100%;
  height: 100%;
  box-shadow: -12px 48px 60px 0px #00000026;
	background: #fff;
	z-index: 1;
}

.hero-btm-chart .lines {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 643px;
}

.hero-btm-chart-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}

.hero-btm-chart .btm-line {
  width: 100%;
  height: 4px;
  background: #3d3e42;
}

.hero-btm-chart-item {
  padding: 0 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.hero-btm-chart-item .hero-btm-chart-item-el .chart-box {
  transform: scaleY(0);
  transform-origin: bottom;
}

.hero-btm-chart-item .hero-btm-chart-item-el span {
  display: block;
  text-align: right;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #7c8088;
  margin-bottom: 6px;
  font-size: 20px;
  opacity: 0;
}

.hero-btm-chart-item .hero-btm-chart-item-el2 span {
  color: #58595b;
}

.hero-btm-chart-item .hero-btm-chart-item-el3 span {
  color: #7c8088;
}

.hero-btm-chart-item .hero-btm-chart-item-el5 span {
  color: #1c1c1c;
}

.hero-btm-chart-item .hero-btm-chart-item-el1 .chart-box {
  width: 104px;
  height: 61px;
  background: #d2d6db;
}

.hero-btm-chart-item .hero-btm-chart-item-el2 .chart-box {
  width: 104px;
  height: 71px;
  background: #58595b;
}

.hero-btm-chart-item .hero-btm-chart-item-el3 .chart-box {
  width: 104px;
  height: 112px;
  background: #d2d6db;
}

.hero-btm-chart-item .hero-btm-chart-item-el4 .chart-box {
  width: 104px;
  height: 143px;
  background: #d2d6db;
}

.hero-btm-chart-item .hero-btm-chart-item-el5 .chart-box {
  width: 104px;
  height: 239px;
  background: #ff9d00;
}

.hero-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 25px;
}

.hero-btns a.btnn-dark {
  background: #1c1c1c;
  border-color: #1c1c1c;
}

.hero-btns a.btnn-dark:hover {
  background: transparent;
  color: #1c1c1c;
}

.hero-counter-left,
.hero-counter-right1,
.hero-counter-right2 {
  display: flex;
  align-items: center;
  gap: 0 23px;
}

.hero-counter-left h5,
.hero-counter-right1 h5,
.hero-counter-right2 h5 {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  text-align: left;
  color: #1c1c1c;
}

.hero-counter-left p,
.hero-counter-right1 p,
.hero-counter-right2 p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #000000;
  margin-bottom: 0;
}

.hero-counter-left {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  box-shadow: -12px 12px 30px rgba(28, 28, 28, 0.1);
  position: absolute;
  left: -12.5rem;
  top: 6em;
  padding: 20px;
  z-index: 99;
}

.hero-counter-right1 {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  box-shadow: -12px 12px 30px rgba(28, 28, 28, 0.1);
  position: absolute;
  right: -10rem;
  top: 1em;
  padding: 20px;
  z-index: 99;
}

.hero-counter-right2 {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  box-shadow: -12px 12px 30px rgba(28, 28, 28, 0.1);
  position: absolute;
  right: -13rem;
  bottom: 4em;
  padding: 20px;
  z-index: 99;
}

.hero-float-box {
  min-width: 233px;
}

.arrow-point {
  position: absolute;
  bottom: -5.2em;
  left: 2em;
}

.arrow-point-top {
  position: absolute;
  left: -3em;
  top: -2em;
}

/* HERO SECTION */

/* CLIENT SECTION */
.client-sec .top-heading h2 {
  margin: 20px 0 12px;
}

.client-swiper {
  margin-top: 40px;
}

.client-swiper-content {
  text-align: center;
}

.client-swiper-content img {
  margin-bottom: 15px;
}

.client-swiper-content h5 {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;

  color: #1c1c1c;
}

.client-sec {
  padding-bottom: 144px;
}

/* .client-sec .swiper-wrapper {
  transition-timing-function: linear;
} */
/* .client-sec .swiper-wrapper { 
	transition-timing-function: linear; 
} */
.client-sec .swiper-wrapper:hover {
  transition-timing-function: initial!important;
}

/* CLIENT SECTION */

/* WHAT WE DO SECTION */
.what-we-do {
  position: relative;
}

.what-we-do-circle {
  position: absolute;
  right: -100%;
  bottom: 5em;
	opacity: 0;
}

.what-we-do .top-heading h2 {
  margin: 20px 0 12px;
}

.what-we-do-cards {
  margin-top: 40px;
  position: relative;
  z-index: 10;
}

.what-we-do-content {
  background: #ffffff;

  border: 1px solid rgba(224, 224, 224, 0.5);
  border-radius: 30px;

  box-shadow: -12px 12px 60px rgba(28, 28, 28, 0.08);
  width: 100%;
  height: 100%;
  text-align: center;
}

.what-we-do-icon {
  padding: 60px 0px 30px;
  position: relative;
  width: 147px;
  margin: auto;
}

.what-we-do-icon-inner {
  width: 147px;
  height: 147px;
  border: 1px solid #ff6d00;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.what-we-do-icon .dot {
  position: absolute;
  animation: blinkk 1.5s linear forwards alternate infinite;
}

@keyframes blinkk {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.what-we-do-icon .dot1 {
  left: -1em;
  top: 6.6em;
}

.what-we-do-icon .dot2 {
  left: 1em;
  top: 12em;
  animation-delay: 1000ms;
}

.what-we-do-icon .dot3 {
  left: -3em;
  top: 10em;
  animation-delay: 2000ms;
}

.what-we-do-icon .dot4 {
  right: 0em;
  top: 4em;
  animation-delay: 3000ms;
}

.what-we-do-icon .dot5 {
  right: -2em;
  top: 10em;
  animation-delay: 4000ms;
}

.what-we-do-info h4 {
  padding: 20px 20px 30px;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  color: #1c1c1c;
  max-width: 298px;
  margin: auto;
  position: relative;
}

.what-we-do-info p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1c1c1c;
  max-width: 350px;
  margin: auto;
  padding: 30px 20px 65px 20px;
}

.what-we-do-info .line {
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  position: relative;
}

.what-we-do-info .line::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 114px;
  height: 3px;
  background: #ffcca7;
}

/* WHAT WE DO SECTION */

/* WHO WE ARE */
.who-we-are {
  background: url(images/who-bg.webp) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 500px 0 160px;
  margin-top: -350px;
  position: relative;
  z-index: 1;
}

.who-we-are-img-btm {
  position: absolute;
  bottom: 0;
  right: 0;
}

.who-we-are-right .top-heading h6 {
  color: #1c1c1c;
}

.who-we-are-right .top-heading h2 {
  color: #fff;
  margin-top: 20px;
}

.who-we-are-right-el {
  display: flex;
  align-items: flex-start;
  gap: 0 13px;
  margin-bottom: 20px;
}

.who-we-are-right-el h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #ffffff;
}

.who-we-are-right-el p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
}

.who-we-are-right-item {
  margin-top: 22px;
}

.who-we-are-right {
  position: relative;
}

.who-we-are-left {
  transform: translateX(-50px);
}

.who-we-are-left .img1 {
  position: relative;
  height: 471px;
  opacity: 0;
  transform: translateX(-50px);
}

.who-we-are-left .img2 {
  position: absolute;
  right: -2.3em;
  top: -3.5em;
  opacity: 0;
}

.who-we-are-left .img3 {
  position: absolute;
  left: 12em;
  bottom: -4em;
  opacity: 0;
}

.who-we-are-right a.btnn {
  background: #1c1c1c;
  border-color: #1c1c1c;
}

.who-we-are-right a.btnn:hover {
  background: transparent;
  color: #1c1c1c;
}

/* WHO WE ARE */

/* PERFORMACE */
.performance {
  padding: 150px 0;
}

.performance .top-heading h2 {
  margin: 20px 0 12px;
}

.performance-row {
  margin-top: 40px;
}

.performance-content {
  width: 263px;
  height: 263px;

  background: #ffffff;

  border: 1px solid rgba(224, 224, 224, 0.3);

  box-shadow: -6px 12px 60px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.performance-content .info h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;

  color: #1c1c1c;
  margin-top: 12px;
  margin-bottom: 5px;
}

.performance-content .info h5 {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  text-align: center;

  color: #222324;
}

.performance-content .info p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;

  color: #1c1c1c;
  max-width: 150px;
  margin: auto;
}

.performance-content .info h3 em {
  font-style: normal;
}

.perform-dot {
  position: absolute;
  animation: blinkk 1.5s linear forwards alternate infinite;
}

.perform-dot1 {
  left: 1.8em;
  top: 48%;
}

.perform-dot2 {
  right: 2em;
  top: 45%;
  animation-delay: 1000ms;
}

.perform-dot3 {
  right: 4.2em;
  top: 30%;
  animation-delay: 2000ms;
}

.perform-btn-row {
  margin-top: 50px;
}

.perform-btn-row p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1c1c1c;
  margin-bottom: 30px;
}

/* PERFORMACE */

/* TESTIMONIALS */
.testimonials {
  padding-top: 93px;
  background: url(images/noise-bg.webp);
  background-position: default;
  background-size: cover;
  position: relative;
  z-index: 2;
}

.testimonials .top-heading h6 {
  color: #fff;
}

.testimonials .top-heading h2 {
  margin-top: 22px;
  color: #fff;
}

.testi-slider {
  padding-bottom: 90px;
  margin-top: 30px;
}

.testi-content {
  background: rgba(28, 28, 28, 0.4000000059604645);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: -12px 12px 30px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testi-content p {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  text-align: left;

  color: #e0e0e0;
  margin-top: 12px;
}

.testi-content .info-flex {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-top: 30px;
}

.testi-content .info-flex h6 {
  margin-bottom: 0 !important;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: left;

  color: #ffffff;
}

.testi-content .info-flex p {
  margin-top: 10px;
}

.testimonials .swiper-slide {
  padding-bottom: 55px;
}

.container-btm {
  position: relative;
}

.testi-slider-pagination {
  position: relative;
  margin-top: -80px;
}

.testi-slider-pagination .swiper-pagination-bullet {
  width: 17px;
  height: 11px;
  background: #ff6d00;
  border-radius: 200px;
  opacity: 1;
}

.testi-slider-pagination .swiper-pagination-bullet-active {
  width: 42px;
}

.container-btm {
  position: relative;
  padding-bottom: 81px;
}

.container-btm::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #d9d9d900, #d9d9d9, #d9d9d900);
}

/* TESTIMONIALS */

/* FOOTER */
.footer {
  background: url(images/noise-bg.webp);
  background-position: default;
  background-size: cover;
  padding-top: 118px;
  position: relative;
  z-index: 2;
}

.ftr-grdnt-img {
  position: absolute;
  top: -40em;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}

.ftr-top {
  padding-bottom: 80px;
  position: relative;
  z-index: 9;
}

.footer .ftr-btm {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ftr-content p {
  margin-top: 32px;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;

  color: #ffffff;
  max-width: 217px;
}

.ftr-content .social {
  margin-top: 52px;
}

.ftr-content .social h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: left;

  color: #ff6d00;
  margin-bottom: 15px;
}

.ftr-content .social a {
  width: 35px;
  height: 35px;
  background: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 22px;
}

.ftr-content .social a:hover {
  background: #ff6d00;
}

.ftr-content .social-links {
  display: flex;
  align-items: center;
  gap: 0 30px;
}

.ftr-content h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: left;

  color: #ff6d00;
  margin-bottom: 15px;
}

.ftr-content ul li a {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;

  color: #ffffff;
  padding-bottom: 20px;
}

.ftr-content ul li a:hover {
  color: #ff6d00;
}

.ftr-mail {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 14px;
}

.ftr-mail a {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;

  color: #ffffff;
  word-break: break-all;
}

.ftr-mail a:hover {
  color: #ff6d00;
}

.ftr-content-col {
  padding-left: 40px;
}

.ftr-content-col2 {
  padding-left: 60px;
}

.ftr-content-col3 {
  padding-left: 50px;
}

.ftr-btm-content {
  padding-bottom: 24px;
  position: relative;
  z-index: 9;
}

.ftr-btm-content p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.ftr-btm-content p a {
  color: #fff;
}

.ftr-btm-content p a:hover {
  color: #ff6d00;
}

/* FOOTER */

.who-we-are-left-img-sm {
  display: none;
}

.hero-slider-sm {
  display: none;
}

/* INNER PAGES HEADER */
.inner-header {
  background: #f9f9f9;
  padding: 190px 0 80px;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 89%);
  position: relative;
  z-index: 100;
}

.inner-header-circle {
  position: relative;
  z-index: 100;
}

.inner-header-circle .img {
  position: absolute;
  left: 0;
  top: -15em;
}

.inner-header h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.3;
  text-align: center;

  color: #1c1c1c;
  margin-bottom: 8px;
}

.inner-header ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-header ul li {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-transform: capitalize;
}

.inner-header ul li a {
  color: #1c1c1c;
}

.inner-header ul li a:hover {
  color: #ff6d00;
}

.inner-header ul li>span {
  color: #ff6d00;
}

.inner-header ul li iconify-icon {
  position: relative;
  top: 4px;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.inner-header ul li svg {}

.inner-footer {
  overflow: hidden;
  z-index: initial !important;
}

.hide-testimonial {
  overflow: hidden;
  z-index: 2 !important;
}

/* INNER PAGES HEADER */

/* ABOUT PAGES */
.about-vision {
  padding: 70px 0 106px;
}

.about-vision .top-heading h2 {
  margin-top: 20px;
}

.vision-btm {
  margin-top: 38px;
}

.vision-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 37px;
}

.vision-box h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  text-align: left;

  color: #1c1c1c;
}

.vision-box p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;

  color: #1c1c1c;
  margin-bottom: 0;
}

.vision-box:not(:last-child) {
  margin-bottom: 20px;
}

.core-values {
  padding-bottom: 83px;
  position: relative;
}

.core-values-circle {
  position: absolute;
  bottom: -20em;
  right: 0;
}

.core-values .what-we-do-cards {
  margin-top: 30px;
}

.core-values .what-we-do-icon-inner {
  border: none;
}

.core-values .what-we-do-icon {
  padding-bottom: 15px;
}

.core-values .what-we-do-info h4 {
  padding-bottom: 50px;
}

.core-values-btns {
  margin-top: 40px;
}

.core-values-btns .top-heading {
  margin-bottom: 40px;
}

.case-studies-info {
    color: #000000;
    font-family: Satoshi;
}

.core-values-btns .btnn-dark {
  margin-left: 25px;
  background: #1c1c1c;
  border-color: #1c1c1c;
}

.core-values-btns .btnn-dark:hover {
  background: transparent;
  color: #1c1c1c;
}

/* ABOUT PAGES */

/* SERVICE PAGE */
.what-we-do-sec {
  padding: 60px 0 35px;
}

.what-we-do-sec h6 {
  margin-bottom: 15px;
}

.srv-pg-item .right-content h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 50px;
  text-align: left;

  color: #1c1c1c;
  margin-bottom: 13px;
}

.srv-pg-item .right-content p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;

  color: #1c1c1c;
}

.srv-pg-item:nth-child(even) .srv-col-left {
  order: 2;
}

.srv-pg-item:nth-child(even) .srv-col-right {
  order: 1;
}

.srv-page-sec {
  padding-bottom: 120px;
  position: relative;
}

.srv-page-sec .core-values-circle {
  bottom: -17em;
}

/* SERVICE PAGE */

/* CONTACT PAGE */
.con-pg-sec {
  padding: 100px 0 200px;
  position: relative;
}

.con-pg-container {
  background: #ffffff;
  border-radius: 23px;
  box-shadow: -12px 12px 60px rgba(28, 28, 28, 0.13);
  padding: 20px 13px;
  position: relative;
  z-index: 100;
}

.con-info-inner {
  width: 100%;
  height: 100%;
}

.con-info-left {
  background: #fadfcb;
  border-radius: 8px;
  padding: 100px 45px 100px 42px;
  display: flex;
  flex-direction: column;
}

.con-info-left {
  position: relative;
}

.con-info-left .img {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.con-info-left h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 26px;

  color: #000000;
}

.con-info-left p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 29px;
  text-align: left;

  color: #000000;
  margin-top: 8px;
  margin-bottom: 0;
}

.con-info-flex {
  margin-top: 50px;
}

.con-info-flex-item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 20px;
}

.con-info-flex-item a .icon {
  min-width: 38px;
  height: 38px;

  background: #ff6d00;

  box-shadow: 0px 2px 15px rgba(255, 109, 0, 0.38);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

.con-info-flex-item a .info span {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;

  color: #1c1c1c;
  transition: all 0.3s ease-in-out;
}

.con-info-flex-item {
  margin-top: 22px;
}

.con-info-flex-item a:hover .info span {
  color: #ff6d00;
}

.con-info-right h6 {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;

  color: #ff6d00;
}

.con-info-right h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;

  color: #1c1c1c;
}

.con-info-right p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: left;

  color: #1c1c1c;
}

.con-info-right {
  padding-right: 35px;
  padding-left: 32px;
}

.con-info-right form .form-group span {
  width: 100%;
}

.con-info-right .form-group input {
  width: 100%;
  height: 55px;

  border: 1px solid rgba(255, 109, 0, 0.62);
  border-radius: 10px;

  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;

  color: #000000;
  padding: 0 20px;
  outline: none;
}

.con-info-right .form-group textarea {
  width: 100%;
  height: 96px;

  border: 1px solid rgba(255, 109, 0, 0.62);
  border-radius: 10px;

  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;

  color: #000000;
  padding: 10px 20px;
  outline: none;
  resize: none;
}

.con-info-right .form-group input::placeholder,
.con-info-right .form-group textarea::placeholder {
  color: #000;
}

.con-info-right .form-group {
  margin-bottom: 25px;
}

.con-info-right .btnn-group input {
  background: #ff6d00;

  border-radius: 10px;

  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;

  color: #ffffff;
  border: 1px solid #ff6d00;
  min-width: 140px;
  height: 50px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.con-info-right .btnn-group input:hover {
  background: transparent;
  color: #ff6d00;
}

/* Contact Form 7 Styling */
.con-info-right .wpcf7-form p {
  margin-bottom: 25px;
}

.con-info-right .wpcf7-form p label {
  width: 100%;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 0;
  color: #000000;
}

.con-info-right .wpcf7-form input[type="text"],
.con-info-right .wpcf7-form input[type="email"] {
  width: 100%;
  height: 55px;
  border: 1px solid rgba(255, 109, 0, 0.62);
  border-radius: 10px;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  padding: 0 20px;
  outline: none;
  box-sizing: border-box;
}

.con-info-right .wpcf7-form textarea {
  width: 100%;
  height: 96px;
  border: 1px solid rgba(255, 109, 0, 0.62);
  border-radius: 10px;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  padding: 10px 20px;
  outline: none;
  resize: none;
  box-sizing: border-box;
}

.con-info-right .wpcf7-form input::placeholder,
.con-info-right .wpcf7-form textarea::placeholder {
  color: #000;
}

.con-info-right .wpcf7-form .wpcf7-submit {
  background: #ff6d00;
  border-radius: 10px;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ff6d00;
  min-width: 140px;
  height: 50px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.con-info-right .wpcf7-form .wpcf7-submit:hover {
  background: transparent;
  color: #ff6d00;
}

.con-info-right .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.con-info-right .wpcf7-form .wpcf7-response-output {
  border-color: #ff6d00 !important;
  border-radius: 10px;
}

/* CONTACT PAGE */

/* TESTIMONIALS PAGE */
.testi-pg-sec {
  padding: 67px 0 0px;
}

.testi-pg-sec .top-heading h6 {
  margin-bottom: 15px;
}

.testimonial-wrap {
  columns: 3;
  gap: 20px;
}

/* below class is used to make cards align to top */
.testimonial-card {
  break-inside: avoid;
}

/* Extra css for desing */
.testi-pg-section {
  position: relative;
}

.testi-pg-section .core-values-circle {
  bottom: -17em;
}

.masonry-section {
  width: 72vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 1vw;
  line-height: 1;
  position: relative;
}

.testimonial-card {
  max-width: 100%;
}

.testimonial-wrapper-v5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrap {
  display: block;
  gap: 20px;
}

.testimonial-card {
  width: initial;
  margin-bottom: 20px;
  background-color: #f8f4eb;
  border-radius: 0.972222em;
  margin-right: 0em;
  padding: 2em;
  background: rgba(255, 255, 255, 0.4000000059604645);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: -12px 12px 30px rgba(0, 0, 0, 0.11);
  backdrop-filter: blur(4px);
}

.testimonial-card:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.client-info_wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.client-top-wrap {
  align-items: center;
  margin-bottom: 2.63889em;
  display: flex;
  position: relative;
}

.client-img-v5 {
  z-index: 2;
  width: 3.48611em;
  border-radius: 50%;
  flex: none;
  position: relative;
}

.client-comp-img {
  z-index: 1;
  width: 3.48611em;
  border-radius: 50%;
  flex: none;
  margin-right: -1.5em;
  position: relative;
  left: -1.5em;
}

.client-info {
  margin-left: 2.22222em;
}

.head-30 {
  letter-spacing: 0.015em;
  margin-top: 0;
  margin-bottom: 0.266667em;
  font-size: 2.08333em;
  font-weight: 500;
  line-height: 1.23333;
  font-family: "Outfit";
}

.para-25 {
  letter-spacing: 0.015em;
  font-size: 1.73611em;
  line-height: 1.26;
  font-weight: 400;
  font-family: "Outfit";
}

.masonry-section {
  padding: 55px 0 100px;
}

.masonry-section .testimonial-card p {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;

  color: #1c1c1c;
  margin-top: 21px;
}

.masonry-section .testimonial-card .testi-btm-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 30px;
  margin-top: 26px;
}

.masonry-section .testimonial-card .testi-btm-flex .img {
  width: 43px;
  height: 43px;
  border-radius: 50px;
  overflow: hidden;
}

.masonry-section .testimonial-card .testi-btm-flex .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masonry-section .testimonial-card .testi-btm-flex .info h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;

  color: #1c1c1c;
  margin-bottom: 6px !important;
}

.masonry-section .testimonial-card .testi-btm-flex .info h6 {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;

  color: #1c1c1c;
}

/* TESTIMONIALS PAGE */

/* CASE STUDIES */
.case-studies-sec1 {
  padding: 66px 0;
  text-align: center;
}

.case-studies-sec1 .top-heading h2 {
  margin-bottom: 14px;
}

.case-studies-sec1 .top-heading p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  text-align: center;

  color: #000000;
  margin-bottom: 0;
}

.case-studies-info .top-heading h2 {
  font-weight: 700;
  margin-bottom: 15px;
}

.case-studies-sec2 {
  padding-bottom: 105px;
  position: relative;
}

.case-studies-info .top-heading p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;

  color: #000000;
}

.case-studies-sec2 .core-values-btns {
  margin-top: 60px;
}

.case-studies-sec2 .core-values-circle {
  bottom: -15em;
}

/* CASE STUDIES */

/* PRIVACY */
.privacy-sec {
  padding: 66px 0px;
}

.privacy-sec .top-heading {
  text-align: center;
}

.privacy-sec .top-heading h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  text-transform: capitalize;

  color: #222324;
  margin-bottom: 14px;
}

.privacy-sec .top-heading h4 {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;

  color: #222324;
}

.privay-def-cotnent {
  max-width: 1054px;
  margin: 30px auto;
}

.privay-def-cotnent h2,
.privay-def-cotnent h3,
.privay-def-cotnent h4 {
  margin-bottom: 15px;
}

.privay-def-cotnent p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  text-transform: capitalize;
}

.privay-def-cotnent ol {
  margin: 40px 0;
}

.privay-def-cotnent ol li {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;

  color: #000000;
  margin-bottom: 20px;
}

.privay-def-cotnent ol li a {
  color: #000;
}

.privay-def-cotnent ol li a:hover {
  color: #ff6d00;
}

.privacy-sec {
  position: relative;
}

.privacy-sec .core-values-circle {
  right: -6em;
  bottom: -12em;
}

/* CAREER PAGE */
.career-pg-sec1 {
  padding: 66px 0 300px;
}

.career-pg-sec1 .con-flex {
  display: flex;
  align-items: flex-start;
}

.career-pg-filter {
  background: #ffffff;

  border-radius: 18px;

  box-shadow: -12px 12px 60px rgba(28, 28, 28, 0.13);
  padding: 40px 30px;
}

.career-left {
  width: 458px;
}

.career-left h4 {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-transform: capitalize;

  color: #222324;
  margin-bottom: 16px;
}

.career-left form .form-group {
  margin-bottom: 25px;
}

.career-left form .form-group input {
  width: 100%;
  height: 55px;
  border: 1px solid rgba(255, 109, 0, 0.62);
  border-radius: 12px;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;

  color: #3d3d3d;
  padding: 0 15px;
  outline: none;
}

.career-left form .form-group input::placeholder {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;

  color: #3d3d3d;
}

.career-left form .form-group select {
  width: 100%;
  height: 55px;
  border: 1px solid rgba(255, 109, 0, 0.62);
  border-radius: 12px;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;

  color: #3d3d3d;
  padding: 0 15px;
  outline: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23FF6D00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 95%;
  cursor: pointer;
}

.career-left form .form-group select option {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;

  color: #3d3d3d;
}

.career-left form .btnn-group input {
  width: 140px;
  height: 50px;

  background: #ff6d00;

  border-radius: 10px;
  border: 1px solid #ff6d00;
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;

  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

.career-left form .btnn-group input:hover {
  background: transparent;
  color: #ff6d00;
}

.career-right {
  margin-left: 36px;
  width: 656px;
}

.career-right h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 26px;

  color: #000000;
}

.career-right h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.4;

  color: #ff6d00;
  margin-top: 21px;
}

.job-item {
  border: 1px solid rgba(255, 109, 0, 0.62);
  border-radius: 29px;
  padding: 34px 31px 45px;
  margin-bottom: 31px;
}

.job-wrapper {
  margin-top: 37px;
}

.job-item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.job-item-top .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.job-item-top .left .left-exp {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 8px;
}

.job-item-top .left h4 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px;

  color: #000000;
  margin-right: 17px;
  margin-bottom: 0;
}

.job-item-top .left span {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  text-align: left;

  color: #5f6875;
}

.job-item-top .left .left-exp .icon {
  min-width: 32px;
  height: 32px;
  background: #feefe6;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.job-item-top .right-icon {
  cursor: pointer;
}

.job-item.active .right-icon .minus {
  display: block;
}

.job-item.active .right-icon .plus {
  display: none;
}

.job-item .right-icon .minus {
  display: none;
}

.job-item .job-content {
  margin-top: 15px;
}

.job-item .job-content p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: left;

  color: #1c1c1c;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

.job-content-btm {
  margin-top: 23px;
  display: flex;
  align-items: center;
  gap: 0 20px;
}

.job-content-btm a.btnn {
  padding: 10px 30px;
}

.job-content-btm .place {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 8px;
}

.job-content-btm .place span {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: left;

  color: #000000;
}

.job-content-btm .place .icon {
  min-width: 32px;
  height: 32px;
  background: #feefe6;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-pg-sec1 .career-left {
  position: sticky;
  top: 150px;
}

.job-item-btm {
  position: relative;
}

.job-item-detail-box {
  background: #fff5f5;

  border-radius: 24px;

  box-shadow: -12px 12px 60px rgba(28, 28, 28, 0.15);

  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.details-box-inenr {
  padding: 42px 34px 51px;
}

.job-item-detail-box h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;

  color: #000000;
  margin-bottom: 16px;
}

.job-item-detail-box h3 em {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;

  color: #1c1c1c;
}

.job-item-detail-box ul li {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
  position: relative;
  padding-left: 40px;
  margin-bottom: 6px;
}

.job-item-detail-box ul {
  list-style: none;
  padding: 0;
}

.job-item-detail-box ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 27px;
  height: 1px;
  background: #000;
}

.job-item-detail-box a.btnn {
  margin-top: 20px;
  padding: 10px 30px;
}

.job-item.active .job-item-btm p {
  opacity: 0;
}

.career-pg-sec1 {
  position: relative;
}

.career-pg-sec1 .core-values-circle {
  bottom: -15em;
}

.career-single-sec1 {
  padding: 100px 0 80px;
  position: relative;
}

.career-sec-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.career-sec-top .right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 8px;
}

.career-sec-top .right span {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  text-align: left;

  color: #5f6875;
}

.career-sec-top .right .icon {
  min-width: 32px;
  height: 32px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #feefe6;
}

.career-sec-top .left .left-el {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 15px;
}

.career-sec-top .left .left-el span {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: left;

  color: #000000;
}

.left-el-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0 33px;
}

.career-sec-top h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.3;
  text-align: left;
  text-transform: capitalize;

  color: #222324;
  margin-bottom: 8px;
}

.career-sec-mid {
  margin-top: 30px;
}

.career-sec-mid h3 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;

  color: #000000;
}

.career-sec-mid h3 em {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;

  color: #1c1c1c;
}

.career-sec-mid ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 30px;
}

.career-sec-btm {
  margin-top: 27px;
}

.career-sec-btm h4 {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  text-align: left;
  text-transform: capitalize;

  color: #000000;
  margin-bottom: 15px;
}

.career-sec-btm p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
  text-transform: capitalize;

  color: #000000;
}

.career-sec-btm ul li {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  text-align: left;
  text-transform: capitalize;

  color: #000000;
}

.career-single-form-sec {
  padding: 0px 0 80px;
  position: relative;
}

.career-single-form-sec-container {
  background: #ffffff;

  border-radius: 14px;

  box-shadow: -12px 12px 60px rgba(28, 28, 28, 0.13);
  padding: 48px 40px 61px;
  position: relative;
}

.career-single-form-sec-container h2 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  text-align: center;
  text-transform: capitalize;

  color: #ff6d00;
}

.career-single-form-sec-container .form-content {
  margin-top: 41px;
}

.career-single-form-sec-container .form-content form span {
  width: 100%
}

.career-single-form-sec-container form .form-group input {
  padding: 0 16px;

  border: 1px solid rgba(255, 109, 0, 0.62);
  border-radius: 10px;
  width: 100%;
  height: 55px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;

  color: #222324;
  outline: none;
}

.career-single-form-sec-container form .form-group input::placeholder {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;

  color: #222324;
}

.career-single-form-sec-container form .form-group {
  margin-bottom: 23px;
}

.career-single-form-sec-container form .form-group select {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;

  color: #222324;
  border: 1px solid rgba(255, 109, 0, 0.62);
  border-radius: 10px;
  width: 100%;
  height: 55px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;

  color: #222324;
  padding: 0 16px;
  outline: none;
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='5' viewBox='0 0 13 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.51627 4.94C6.44929 4.94006 6.38296 4.92943 6.32108 4.90873C6.2592 4.88803 6.203 4.85767 6.1557 4.81938L1.05571 0.702737C0.856429 0.541879 0.856429 0.281398 1.05571 0.120643C1.25499 -0.0401116 1.5777 -0.0402145 1.77685 0.120643L6.51627 3.94624L11.2557 0.120643C11.455 -0.0402145 11.7777 -0.0402145 11.9768 0.120643C12.176 0.281501 12.1761 0.541982 11.9768 0.702737L6.87684 4.81938C6.82955 4.85767 6.77334 4.88803 6.71147 4.90873C6.64959 4.92943 6.58325 4.94006 6.51627 4.94Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 95%;
}

.career-single-form-sec-container form .form-group select option {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.form-content form .btnn-group input {
  background: #ff6d00;

  border-radius: 10px;

  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;

  color: #ffffff;
  border: 1px solid #ff6d00;
  padding: 12px 50px;
  transition: all 0.3s ease-in-out;
}

.form-content form .btnn-group {
  margin-top: 24px;
}

.form-content form .btnn-group input:hover {
  background: transparent;
  color: #ff6d00;
}

.form-content .file-group input[type="file"] {
  display: none;
}

.form-content .file-group label {
  cursor: pointer;
  display: inline-block;
  margin: 8px 0;
}

.form-content .file-group {
  border: 1px dotted #ff6d00;
  border-radius: 10px;
  padding: 30px 50px;
  text-align: center;
  margin-bottom: 23px;
}

.form-content .file-group h5 {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;

  color: #1c1c1c;
}

.form-content .file-group h6 {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;

  color: #ff6d00;
  margin-bottom: 4px;
}

.form-content .file-group small {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;

  color: #222324;
}

.form-content .file-name,
.form-content .file-name2 {
  margin-bottom: 8px;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;

  color: #222324;
}

.form-content .error {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;

  color: red;
  margin-top: 12px;
}

.career-single-form-sec .core-values-circle {
  bottom: -18em;
}

/* CAREER PAGE */
.hm-animation-sec {
  padding-bottom: 106px;
}

.hm-animation-sec {
  position: relative;
}

.ani-circle {
  position: absolute;
  bottom: -12em;
  left: -100%;
  z-index: 1;
	opacity: 0;
}

.upload-btn span {
  display: none;
}

.innerbody-panel {
  padding: 170px 0 100px;
  text-align: center;
}

.innerbody-panel h1 {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  line-height: 1.3;
  text-align: center;
  color: rgb(28, 28, 28);

}

.innerbody-panel p {
  font-family: Satoshi;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgb(28, 28, 28);
  margin-bottom: 12px;
}

.innerbody-panel p a {
  color: #ff6d00;
}

.innerbody-panel p a:hover {
  color: #000;
}

.what-we-do-slider {
  display: none;
}

.case-studies-btm-sec {
  padding-bottom: 120px;
  position: relative;
}

.case-studies-pg-def:nth-child(odd) .left {
  order: 2 !important;
}

.case-studies-pg-def:nth-child(odd) .right {
  order: 1 !important;
}

.case-studies-pg-def {
  padding-bottom: 100px !important;
}

.case-studies-pg-def:last-child {
  padding-bottom: 0 !important;
}

/* .case-studies-pg-def:nth-child(even) .left {
	order: 1;
}
.case-studies-pg-def:nth-child(even) .right {
	order: 2;
} */
.what-we-do lottie-player {
  width: 80px;
}



 .marquee-wrapper {
        overflow: hidden;
        background: #fff;
	 margin-top:30px;
      }

      .marquee-content {
        display: inline-block;
        white-space: nowrap;
      }

      .marquee-item {
        display: inline-block;
        margin: 0 50px;
        font-size: 24px;
        font-weight: bold;
      }






