/* Homepage */
.spotlight {
  height: 100vh;
}

.zoominEffect {
  width: 5%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) scale(1.3);
  -moz-transform: translate(-50%, -50%) scale(1.3);
  box-shadow: 0 0 363px 210px #1d47db;
  border-radius: 50%;
  animation: zoominEffect 0.4s ease-in 0s forwards;
  -moz-animation: zoominEffect 0.4s ease-in 0s forwards;
  -webkit-animation: zoominEffect 0.4s ease-in 0s forwards;
  opacity: 1;
  overflow-y: hidden;
}

@keyframes zoominEffect {
  0% {
    transform: translate(-50%, -50%) scale(0.3);
    -moz-transform: translate(-50%, -50%) scale(0.3);
    box-shadow: 0 0 363px 210px #1d47db;
    border-radius: 100%;
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(2.5);
    -moz-transform: translate(-50%, -50%) scale(2.5);
    box-shadow: 0 0 363px 210px #1d47db;
    border-radius: 0;
    opacity: 0;
  }
}

.background-video-container {
  height: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.background-video-container .video {
  width: 100%;
  height: auto;
  object-fit: cover;
  animation-name: showspotlightvideo;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-delay: 0.4s;
  animation-iteration-count: unset;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes showspotlightvideo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.boldtext {
  font-family: "Barlow-Bold";
  letter-spacing: 0px;
  color: #09112d;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
}

.thintext {
  letter-spacing: 0px;
  color: #09112d;
  font-size: 30px;
  text-transform: uppercase;
  font-family: "Barlow-ExtraLight";
  color: #fff;
  position: absolute;
  display: flex;
  gap: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  line-height: normal;
}

.boldtextwrapper {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.thintextwrapper {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  width: auto;
  height: auto;
}

.Spotlighttextwrapper .logo {
  height: 47px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text_mask_wrapper {
  display: block;
  position: absolute;
  top: calc(100vh - 45%);
  left: 50%;
  transform: translate(-50%, -55%);
  -moz-transform: translate(-50%, -55%);
  text-align: left;
  width: max-content;
}

.text_mask_wrapper h1 {
  width: auto;
  margin-bottom: 30px;
  position: relative;
}

.revealWords .lines:nth-of-type(4) {
  display: inline-block !important;
  position: relative !important;
}

.revealWords .lines:last-of-type {
  display: inline-block !important;
  overflow: hidden;
  left: 118px;
  bottom: 0;
  width: 100%;
  position: absolute !important;
  height: 100px;
}

.positivity__words .change {
  position: absolute;
  left: 0;
  /* opacity: 0; */
}

.positivity__words .lines:nth-of-type(4) {
  display: block !important;
}

.positivity__words .lines {
  /* overflow: hidden; */
  position: relative !important;
  top: auto;
}

.video_holder video {
  position: relative;
  top: 0px;
  left: 0;
  width: auto;
  overflow-x: hidden;
}

.logo_mask {
  display: inline-block;
  -webkit-mask-image: url("../media/common/spotlight_mask.svg");
  mask-image: url("../media/common/spotlight_mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.maskVideoWrapper {
  display: block;
  position: absolute;
  bottom: 322px;
  left: calc(100% - 352px);
  margin-left: 0;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
}

.spotlight_desc {
  width: 550px;
  margin-left: auto;
}

.spotlight_desc.fadeIn {
  opacity: 0;
}

.home .progress-wrap {
  opacity: 0;
}

.scrollToBottom {
  position: absolute;
  bottom: calc(100% - 97%);
  right: 135px;
  width: fit-content;
}

.scrollToBottom:hover .scroll-down::before {
  background: #ff4b07;
}

.scrollToBottom:hover .arrow-down::after {
  border-top: 1px solid #ff4b07;
  border-right: 1px solid #ff4b07;
}

.path {
  stroke: #ffffff40;
  stroke-width: 1;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: scrollBottomCircleAnim 8s forwards 8s;
  -moz-animation: scrollBottomCircleAnim 8s forwards 8s;
  fill: transparent;
}

.animation-played .path {
  animation: scrollBottomCircleAnim 8s forwards 1s;
  -moz-animation: scrollBottomCircleAnim 8s forwards 1s;
}

.scrollToBottom:hover .path {
  transition: all 0.2s ease-in-out;
  stroke: #fff;
}

.inner_spotlight .btn {
  margin: 20px 0;
}

.inner_spotlight .splitcontainer {
  margin: 0;
  width: 90%;
}

.inner_spotlight .img-container img {
  width: 100%;
  height: 100%;
}

.inner_spotlight .sectionTitle {
  font-size: 60px;
}

.video_holder img {
  position: relative;
  top: 0px;
  left: 0;
}

.video_holder picture {
  width: 100%;
  height: 100%;
  display: block;
}

/* scrolltobottom cta animation starts from here */
@keyframes scrollBottomCircleAnim {
  from {
    stroke-dashoffset: 800;
    visibility: hidden;
  }

  to {
    stroke-dashoffset: 0;
    visibility: visible;
  }
}

.scroll-down {
  position: absolute;
  padding-top: 56px;
  text-align: center;
  opacity: 0;
  animation: elasticus 3s cubic-bezier(1, 0, 0, 1) 8s infinite;
  -moz-animation: elasticus 3s cubic-bezier(1, 0, 0, 1) 8s infinite;
  left: 26px;
  top: -31px;
}

.animation-played .scroll-down {
  animation: elasticus 3s cubic-bezier(1, 0, 0, 1) 1s infinite;
  -moz-animation: elasticus 3s cubic-bezier(1, 0, 0, 1) 1s infinite;
}

.arrow-down {
  display: block;
  margin: 0 auto;
  width: 10px;
  height: 37px;
}

.arrow-down::after {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  -moz-transform: rotate(135deg);
}

.scroll-down::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  height: 64px;
  background: #fff;
}

@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    opacity: 1;
  }

  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    opacity: 1;
  }
}

.lines {
  overflow: hidden;
}

.positivity__words .lines {
  overflow: visible;
}

.eyes-rollover {
  width: 700px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.eyes-rollover .eyes {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #fff;
  margin: 0 5px;
  border-radius: 50%;
  border: 1px solid rgb(112 112 112 / 15%);
  display: block;
  overflow: hidden;
}

.eyes-rollover .eye-ball {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  display: block;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
}

.eyes-rollover .eyelid {
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #fff;
  opacity: 0;
  transition: height 0.2s ease-in-out, opacity 0.1s 0.1s ease-in-out;
  -webkit-transition: height 0.2s ease-in-out, opacity 0.1s 0.1s ease-in-out;
}

.eyes-rollover .eyelid.upper {
  top: 0;
  border-bottom: 2px solid #ccc;
  z-index: 2;
}

.eyes-rollover .eyelid.lower {
  bottom: 0;
  border-top: 2px solid #ccc;
}

.eyes-rollover .eyes.blinking .eyelid {
  height: 50%;
  opacity: 1;
}

.sectionTitle {
  font-family: "Barlow-Bold";
  color: #000000;
  line-height: 50px;
  text-transform: uppercase;
}

.splitcontainer {
  width: 550px;
  margin: 0 auto;
}

.tagline {
  color: #ff4b07;
  font-family: "Barlow-ExtraBold";
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 10px 0;
}

.sectiontitleHeader {
  padding: 50px 0;
}

.sectioncta {
  text-decoration: none;
  color: #ff4b07;
  font-family: "Barlow-SemiBold";
  font-size: 14px;
  letter-spacing: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  margin-bottom: 0px;
}

.sectioncta:hover {
  color: #ff4b07;
}

.hoverlinkWrap {
  position: relative;
  overflow: hidden;
  font-size: 1.024vw;
  line-height: 1.17vw;
  background: transparent;
  border: 0;
  padding: 0;
}

.hoverlinkWrap,
.hoverlinklabel {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.hoverlinkWrap:after {
  content: "" attr(data-hover-label) "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: translate3d(0, 140%, 0);
  transition: transform 0.2s cubic-bezier(0.86, 0.6, 0.08, 1.01),
    opacity 0.2s ease-in;
}

.hoverlinkWrap:hover:after,
.hoverlinkWrap:hover .hoverlinklabel {
  transition-duration: 0.4s;
}

.hoverlinkWrap:hover:after,
.hoverlinkWrap:focus:after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.hoverlinkWrap:hover .hoverlinklabel,
.hoverlinkWrap:focus .hoverlinklabel {
  transform: translate3d(0, -150%, 0);
}

.hoverlinklabel {
  transform: translate3d(0, 0, 0);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.86, 0.6, 0.08, 1.01);
  margin-right: 10px;
}

.hoverlinkWrap:hover {
  background-color: transparent;
}

.content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: background 2s ease-out;
  -moz-transition: background 2s ease-out;
  -webkit-transition: background 2s ease-out;
}

.services-list-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top: 1px solid rgb(81 82 81 / 24%);
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-image: linear-gradient(0deg, white, white);
}

.services-list-item:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: linear-gradient(127deg, #1d47db 0%, #ff4b07 100%);
  opacity: 0;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
}

.services-list-item:last-of-type {
  border-bottom: 1px solid rgb(81 82 81 / 24%);
}

.services-list-item:hover:after {
  opacity: 1;
}

.content .name-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: auto auto auto 0;
  padding: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
}

.content .name-container h3 {
  color: #1d47db;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1px #1d47db;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Barlow-ExtraBold";
  line-height: normal;
  font-size: 6.25rem;
}

.name-container.transformToTop {
  transform: translate(0px, -100%);
  -moz-transform: translate(0px, -100%);
}

.name-container.transformFromBottom {
  animation: my-animation 0.6s ease-in-out forwards;
  -moz-animation: my-animation 0.6s ease-in-out forwards;
  -webkit-animation: my-animation 0.6s ease-in-out forwards;
}

@keyframes my-animation {
  0% {
    transform: translate(0px, 100%);
    -moz-transform: translate(0px, 100%);
  }

  100% {
    transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
  }
}

@-moz-keyframes my-animation {
  0% {
    transform: translate(0px, 100%);
    -moz-transform: translate(0px, 100%);
  }

  100% {
    transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
  }
}

@-webkit-keyframes my-animation {
  0% {
    transform: translate(0px, 100%);
    -moz-transform: translate(0px, 100%);
  }

  100% {
    transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
  }
}

.service-content {
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  /* overflow: hidden; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  padding: 0px;
}

@keyframes my-animation2 {
  0% {
    transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
  }

  100% {
    transform: translate(0px, -100%);
    -moz-transform: translate(0px, -100%);
  }
}

@keyframes new-anim {
  0% {
    transform: translate(0px, 100%);
    -moz-transform: translate(0px, 100%);
  }

  100% {
    transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
  }
}

.flower-pattern-left {
  margin-left: -150px;
  height: 150px;
}

.services-list-item {
  width: 100%;
  height: 150px;
}

.flower-pattern-right {
  height: 150px;
}

.services-list-item .container-fluid {
  height: 100%;
}

.data-wrapper {
  display: flex;
  height: 100%;
  width: 100%;
}

.service-data {
  display: flex;
  flex-direction: column;
  width: 82%;
  padding-right: 0px;
  justify-content: center;
  padding: 0 0 0 10px;
}

.service-data h4 {
  margin: 0;
  overflow: hidden;
  will-change: transform;
  transform: translate(0px, 100px);
  -moz-transform: translate(0px, 100px);
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  font-family: "Barlow-ExtraBold";
  line-height: unset;
  height: max-content;
  text-transform: uppercase;
  font-size: 3.75rem;
}

.service-data p {
  width: 395px;
  margin: 0;
  overflow: hidden;
  will-change: transform;
  transform: translate(0px, 100px);
  -moz-transform: translate(0px, 100px);
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0px;
  line-height: 18px;
}

.service-content .thumbnail-wrapper {
  padding: 0;
  width: auto;
  overflow: hidden;
  transform: translate(0px, 150px);
  -moz-transform: translate(0px, 150px);
  will-change: transform;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.service-content.subheadingTransformfromBottom h4 {
  display: block;
  will-change: transform;
  overflow: hidden;
  animation: my-animation 0.6s ease-in-out forwards;
  -moz-animation: my-animation 0.6s ease-in-out forwards;
  -webkit-animation: my-animation 0.6s ease-in-out forwards;
}

.service-content.subheadingTransformfromTop h4 {
  will-change: transform;
  overflow: hidden;
  display: block;
  animation: transitionToTop 0.6s linear forwards;
  -moz-animation: transitionToTop 0.6s linear forwards;
  -webkit-animation: transitionToTop 0.6s linear forwards;
}

.service-content.subheadingTransformfromBottom p {
  will-change: transform;
  overflow: hidden;
  display: block;
  animation: my-animation 0.6s ease-in-out forwards;
  -moz-animation: my-animation 0.6s ease-in-out forwards;
  -webkit-animation: my-animation 0.6s ease-in-out forwards;
}

.service-content.subheadingTransformfromTop p {
  will-change: transform;
  overflow: hidden;
  display: block;
  animation: transitionToTop 0.6s linear forwards;
  -moz-animation: transitionToTop 0.6s linear forwards;
  -webkit-animation: transitionToTop 0.6s linear forwards;
}

@keyframes transitionToTop {
  0% {
    transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
  }

  100% {
    transform: translate(0px, -100%);
    -moz-transform: translate(0px, -100%);
    opacity: 0;
  }
}

.service-content .thumbnail-wrapper {
  padding: 0;
  width: auto;
  overflow: hidden;
  transform: translate(0px, 150px);
  -moz-transform: translate(0px, 150px);
  will-change: transform;
  transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}

.service-content .thumbnail-wrapper img {
  width: 100%;
  height: 100%;
}

.service-content.subheadingTransformfromBottom .thumbnail-wrapper {
  will-change: transform;
  height: 100%;
  overflow: hidden;
  display: block;
  animation: my-animation 0.6s ease-in-out forwards;
  -moz-animation: my-animation 0.6s ease-in-out forwards;
  -webkit-animation: my-animation 0.6s ease-in-out forwards;
}

.service-content.subheadingTransformfromTop .thumbnail-wrapper {
  will-change: transform;
  height: 100%;
  overflow: hidden;
  display: block;
  animation: transitionToTop 0.6s linear forwards;
  -moz-animation: transitionToTop 0.6s linear forwards;
  -webkit-animation: transitionToTop 0.6s linear forwards;
}

@keyframes bottom-to-top {
  0% {
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: 0% 100% 0px;
    -moz-transform-origin: 0% 100% 0px;
  }

  100% {
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform-origin: 0% 100% 0px;
    -moz-transform-origin: 0% 100% 0px;
  }
}

@-moz-keyframes bottom-to-top {
  0% {
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: 0% 100% 0px;
    -moz-transform-origin: 0% 100% 0px;
  }

  100% {
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform-origin: 0% 100% 0px;
    -moz-transform-origin: 0% 100% 0px;
  }
}

@-webkit-keyframes bottom-to-top {
  0% {
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform-origin: 0% 100% 0px;
    -moz-transform-origin: 0% 100% 0px;
  }

  100% {
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform-origin: 0% 100% 0px;
    -moz-transform-origin: 0% 100% 0px;
  }
}

@keyframes top-to-negative {
  0% {
    transform-origin: 0% 0% 0px;
    -moz-transform-origin: 0% 0% 0px;
  }

  100% {
    transform-origin: 0% -100% 0px;
    -moz-transform-origin: 0% -100% 0px;
  }
}

@-moz-keyframes top-to-negative {
  0% {
    transform-origin: 0% 0% 0px;
    -moz-transform-origin: 0% 0% 0px;
  }

  100% {
    transform-origin: 0% -100% 0px;
    -moz-transform-origin: 0% -100% 0px;
  }
}

@-webkit-keyframes top-to-negative {
  0% {
    transform-origin: 0% 0% 0px;
    -moz-transform-origin: 0% 0% 0px;
  }

  100% {
    transform-origin: 0% -100% 0px;
    -moz-transform-origin: 0% -100% 0px;
  }
}

.flower-pattern {
  overflow: hidden;
  opacity: 0;
  will-change: transform;
  transition: all 0.6s ease-in-out forwards;
  -moz-transition: all 0.6s ease-in-out forwards;
  -webkit-transition: all 0.6s ease-in-out forwards;
}

.service-content.subheadingTransformfromBottom .flower-pattern {
  opacity: 1;
}

.service-content.subheadingTransformfromTop .flower-pattern {
  opacity: 1;
}

.service-redirect .angle {
  opacity: 0;
}

.service-content.subheadingTransformfromBottom .angle {
  opacity: 1;
}

.service-content.subheadingTransformfromTop .angle {
  opacity: 0;
}

.service-content.subheadingTransformfromBottom .thumbnail-wrapper img {
  width: 100%;
  height: 100%;
}

.service-redirect {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-redirect svg.angle {
  position: absolute;
}

.service-redirect:hover svg .path {
  fill: #fff;
  transition: all 0.2s ease-in;
}

.service-redirect:hover svg.angle path {
  fill: #ff4b07;
  transition: all 0.2s ease-in;
}

.services-list-item:hover .redirect-icon-hover .service-redirect .path {
  stroke: #e3e4e5;
  stroke-width: 1;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  animation: scrollBottomCircleAnimRedirect 5s forwards 0s;
  -webkit-animation: scrollBottomCircleAnimRedirect 5s forwards 0s;
  -moz-animation: scrollBottomCircleAnimRedirect 5s forwards 0s;
  fill: transparent;
}

@keyframes scrollBottomCircleAnimRedirect {
  0% {
    stroke-dashoffset: 800;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes scrollBottomCircleAnimRedirect {
  0% {
    stroke-dashoffset: 800;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes scrollBottomCircleAnimRedirect {
  0% {
    stroke-dashoffset: 800;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.service-redirect-wrapper {
  display: flex;
}

.service-redirect img {
  opacity: 0;
  transition: opacity 0.3s ease-in 0s;
  -webkit-transition: opacity 0.3s ease-in 0s;
}

.redirect-icon-hover .service-redirect img {
  opacity: 1;
}

.service-content.subheadingTransformfromBottom .service-redirect {
  opacity: 1;
}

.scrollingcontentSection {
  margin: 100px 0;
}

.scrolling-text {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.rail {
  display: flex;
  align-items: center;
}

.rail li {
  color: #ff4b07;
  font-size: 1.875rem;
  font-family: "Barlow-Bold";
  letter-spacing: 0;
  line-height: 50px;
  text-transform: uppercase;
  width: max-content;
  display: flex;
  align-items: center;
  /* white-space: nowrap; */
}

.rail li::before {
  content: "/";
  color: #d4d5d4;
  font-size: 30px;
  font-weight: 100;
  padding: 0 10px;
}

.content h5 {
  color: #1d47db;
  letter-spacing: 0px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 40px;
  font-family: "Barlow-Bold";
  width: 600px;
  margin: 10px 0;
}

.img-container img {
  width: 100%;
  height: auto;
}

.testimonial-slider-div {
  display: flex;
  width: 100%;
  gap: 50px;
  position: relative;
}

.testimonial-image-slider-div {
  position: relative;
  width: 40%;
}

.testimonial-image-slider-div .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.testimonial-image-slider-div .swiper-slide .swiper-slide-inner {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.testimonial-image-slider-div .swiper-slide .img-holder {
  position: relative;
  width: 100%;
}

.testimonial-image-slider-div .maskImageWrap {
  width: 100%;
  height: 100%;
}

.testimonial-image-slider-div .swiper-slide .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.testimonial-content-slider-div {
  width: 60%;
  position: relative;
}

.testimonial-content .client-details h6 {
  font-family: "Barlow-Bold";
  color: #ff4b07;
  line-height: 20px;
}

.testimonial-content p {
  font-family: "Barlow-Regular";
  color: #000000;
  line-height: 24px;
}

.testimonial-content {
  width: 80%;
}

.testimonialSection {
  padding: 100px 0;
}

.testimonial-content .client-details {
  margin: 20px 0;
}

.testimonial-content .client-details p {
  font-size: 0.875rem;
  color: #515251;
  line-height: 20px;
}

.testimonialSection .sectionTitle {
  font-family: "Barlow-ExtraBold";
  line-height: 50px;
}

.testimonialSection .splitcontainer {
  margin: 0 0 30px 0;
  width: 500px;
}

.testimonialSection .swiper-nav-wrapper {
  position: absolute;
  bottom: 0;
  left: 45%;
}

.testimonialSection .swiper-pagination {
  width: auto;
  text-align: center;
  align-items: center;
  display: flex;
}

.testimonialSection .swiper-pagination-bullet {
  background: #515251;
  width: 8px;
  height: 8px;
}

.testimonialSection .swiper-pagination-bullet-active {
  background: #ff4b07;
  width: 8px;
  height: 8px;
}

.c-testimonials__arrows {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.c-testimonials__arrow-prev {
  padding: 0px;
  width: 25px;
  height: 25px;
  top: 50%;
  position: absolute;
  left: -100px;
  cursor: pointer;
}

.c-testimonials__arrow-next {
  padding: 0px;
  width: 25px;
  height: 25px;
  top: 50%;
  position: absolute;
  right: -100px;
  cursor: pointer;
}

.partnerSection {
  background: transparent linear-gradient(251deg, #1d47db 0%, #ff4b07 100%) 0%
    0% no-repeat padding-box;
  padding: 100px 0 50px 0;
}

.partnerSection .tagline,
.partnerSection .sectioncta,
.partnerSection .sectionTitle {
  color: #fff;
}

.partnerSection .splitcontainer {
  margin: 0;
  width: 650px;
}

.partnerSection .rail li:before {
  display: none;
}

.partnerSection .scrolling-text {
  margin-top: 40px;
}

.accordion {
  background-color: #f4f4f4;
  color: #09112d;
  cursor: pointer;
  padding: 20px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-family: "Barlow-SemiBold";
  font-size: 20px;
  border-top: 1px solid #5152513d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion h6 {
  width: 350px;
}

.active.accordion {
  border-top: 1px solid #ff4b07;
}

.accordion:after {
  content: url("../media/common/plus.svg");
  font-size: 13px;
  color: #000000;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: url("../media/common/minus.svg");
  color: #ff4b07;
}

.certificationSection {
  border-top: 1px solid #5152513d;
  background: #fff;
}

.certification-content h6 {
  font-family: "Barlow-Bold";
  color: #000000;
  font-size: 0.875rem;
  margin-bottom: 10px;
  text-align: center;
  line-height: 16px;
}

.certification-content p {
  color: #515251;
  line-height: 16px;
  font-size: 0.875rem;
  text-align: center;
}

.certification-swiper {
  padding: 20px 0px;
}

.certification-swiper img {
  width: 195px;
  margin-bottom: 16px;
}

.certificationSection .container-fluid,
.contactUsSection .container-fluid {
  padding: 0 70px;
}

.contactUsWrapper form {
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}

.contactUsWrapper .form-group {
  width: 48%;
  position: relative;
}

.form-group label {
  color: #000000;
  font-size: 20px;
  width: fit-content;
  position: absolute;
  top: 20px;
  left: 0px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.contactUsWrapper .wpcf7-form-control-wrap {
  position: relative;
  height: 35px;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.form-group input {
  border: 0;
  border-bottom: 1px solid #5152513d;
  color: #000000;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.contactUsSection {
  padding: 75px 130px 75px 130px;
  background-color: #fff;
}

.contactUsSection .sectiontitleHeader {
  width: 25%;
}

.contactUsSection .splitcontainer {
  width: 100%;
  margin: 0;
}

.contactUsSection .flex-wrapper {
  justify-content: space-between;
  width: 100%;
  gap: 100px;
}

.contactUsSection .wpcf7-form input.wpcf7-submit {
  background-color: transparent;
  color: #ff4b07;
  font-size: 0.875rem;
  border: 0;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: auto;
  border-bottom: none;
}

.contactUsSection .wpcf7-form input.wpcf7-submit:hover {
  color: #000;
  transition: 0.3s ease-in;
  background-color: transparent;
}

.contactUsSection .wpcf7-form .form-group label {
  color: #000;
}

.contactUsSection .wpcf7-form .form-group input.wpcf7-text {
  border-bottom: 1px solid #5152513d;
}

.form-group label {
  font-size: 1rem;
}

.form-group.focused label {
  transform: translateY(-100%);
  font-size: 14px;
}

.form-group input:focus {
  border: 0;
  border-bottom: 1px solid #5152513d;
  outline: 0;
}

.scrollable-list-wrapper {
  background: transparent linear-gradient(225deg, #1d47db 0%, #ff4b07 100%) 0%
    0% no-repeat padding-box;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  /* white-space: nowrap; */
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
}

ul.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: normal;
  gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14);
  animation: scroll-x 50s linear infinite;
  -moz-animation: scroll-x 50s linear infinite;
  -webkit-animation: scroll-x 50s linear infinite;
  margin: 0 !important;
  padding: 0px;
}

@keyframes scroll-x {
  0% {
    transform: translateX(0);
    -moz-transform: translateX(0);
  }

  100% {
    transform: translateX(
      calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14))
    );
    -moz-transform: translateX(
      calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 14))
    );
  }
}

.footer-scroll-outline-text {
  font-size: 100px;
  font-family: "Barlow-Bold";
  color: #ffffff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  line-height: 90px;
  text-transform: uppercase;
}

.footer-bold-text {
  font-size: 100px;
  font-family: "Barlow-Bold";
  color: #ffffff;
  line-height: 90px;
  text-transform: uppercase;
}

.footer-mask-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.footer-mask-wrapper h3 {
  font-size: 40px;
  font-family: "Barlow-ExtraBold";
  letter-spacing: 0;
  line-height: 35px;
  width: 180px;
}

.scroll-effect-fly-left {
  overflow: hidden;
}

#cursor2 {
  z-index: 99;
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  pointer-events: none;
  will-change: transform;
  display: none;
  transition: transform 0.05s ease-out;
  cursor: pointer;
}

.cursor--inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px #1d213f;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cursor2 img {
  width: auto;
  height: auto;
}

.marquee {
  cursor: none;
}

.footer-hover-active .marquee__group {
  animation-play-state: paused;
}

.footer-scroll-icons {
  display: flex;
  gap: 18px;
}

.json {
  width: 70px;
  height: 70px;
}

.certification-content p {
  display: none;
}

/* services page starts here */

.inner_spotlight .maskVideoWrapper {
  display: block;
  position: absolute;
  bottom: 24%;
  left: 0;
  transform: translate(0, 0);
  overflow-x: hidden;
}

.inner_spotlight .logo_mask {
  display: inline-block;
  -webkit-mask-image: url("../media/common/mask-logo-inner-spotlight.svg");
  mask-image: url("../media/common/mask-logo-inner-spotlight.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
}

.inner_spotlight .tagline {
  margin-bottom: 20px;
}

.inner_spotlight_position {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.inner_spotlight {
  position: relative;
  height: calc(100vh + 62px);
}

.inner_spotlight .spotlight_content {
  position: absolute;
  height: auto;
  bottom: 0;
  width: 59.2783vw;
  top: calc(100% - 34.585vw);
  left: calc(100% - 65vw);
  overflow-x: hidden;
}

.inner_spotlight video {
  position: relative;
  bottom: 0px;
  left: -780px;
  width: 2398px;
  height: 100%;
}

.about-us-spotlight .splitcontainer {
  width: 100%;
  margin: 0;
}

.scrollToDiv .scrollToBottom {
  bottom: 0;
  right: 0;
  position: relative;
}

.scrollToDiv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  width: max-content;
  margin: 0 0 0px auto;
  right: 40px;
  gap: 5px;
  top: calc(100vh - 50px);
  bottom: auto;
  position: absolute;
  gap: 5px;
  font-family: "Barlow-Regular";
}

.page-template-template-careers .scrollToDiv,
.page-template-template-contactus .scrollToDiv {
  top: calc(100vh - 100px);
}

.inner_spotlight .scrollToBottom .path {
  stroke: #00000010;
  animation: scrollBottomCircleAnim 8s forwards 1s;
}

.careers-spotlight .scrollToBottom .path {
  stroke: #fff;
  animation: scrollBottomCircleAnim 8s forwards 1s;
}

.inner_spotlight .scroll-down {
  animation: elasticus 3s cubic-bezier(1, 0, 0, 1) 1s infinite;
}

.careers-spotlight .scroll-down {
  animation: elasticus 3s cubic-bezier(1, 0, 0, 1) 1s infinite;
}

.inner_spotlight .scroll-down::before {
  background: #ff4b07;
}

.inner_spotlight .arrow-down::after {
  border-color: #ff4b07;
}

.inner_spotlight .scrollToBottom:hover .path {
  stroke: #000;
  transition: 0.3s ease-in;
}

.careers-spotlight .scrollToBottom:hover .path {
  stroke: #fff;
  transition: 0.3s ease-in;
}

.inner_spotlight .hoverlinkWrap {
  color: #000;
  text-transform: uppercase;
}

.servicesDescDiv {
  padding: 90px 0;
  position: relative;
  height: 490px;
  display: flex;
  align-items: center;
}

.servicesDescDiv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../media/homepage/flower-detail-1.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.single-case-studies .servicesDescDiv::before {
  display: none;
}

.single-case-studies .servicesDescDiv {
  height: auto;
}

.single-case-studies .servicesDescDiv a {
  font-size: 0.875rem;
  font-family: "Barlow-Semibold";
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  padding: 11px 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: fit-content;
}

.single-case-studies .servicesDescDiv a:hover {
  background-color: #ff4b07;
  color: #fff;
  transition: 0.3s ease-in all;
}

.page-template-template-about_us .servicesDescDiv::before {
  display: none;
}

.description_Div h6,
.description_div h6 {
  font-size: 1.75rem;
  color: #fff;
  font-family: "Barlow-Regular";
  line-height: 32px;
}

.description_Div .tagline,
.description_div .tagline {
  color: #fff;
  font-size: 20px;
  font-family: "Barlow-ExtraBold";
  text-transform: capitalize;
}

.page-template-template-about_us .tagline {
  color: #ff4b07;
}

.page-template-template-about_us .partnerSection .tagline {
  color: #fff;
}

.description_Div h2,
.description_div h2 {
  font-size: 100px;
  line-height: 90px;
  font-family: "Barlow-ExtraBold";
  color: #fff;
  text-transform: uppercase;
}

/* process we follow */
.processwefollowSection .splitcontainer {
  width: 980px;
  margin: 0;
}

.processSwiper .swiper-slide {
  width: 150px !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
  position: relative;
  overflow: unset;
}

.processSwiper .swiper-slide .line {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 37%;
  left: 140px;
  background-color: #515151;
  z-index: -1;
}

.processSwiper .swiper-slide:last-child .line {
  display: none;
}

.processSwiper span {
  font-family: "Barlow-SemiBold";
  font-size: 0.875rem;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  color: #515251;
  margin: 0 auto;
  width: 100%;
  height: 50px;
  display: inline-block;
}

.processSwiper .swiper-slide-thumb-active span {
  color: #1d47db;
}

.swiper-circle {
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 50%;
  padding: 30px;
  border: 1px solid #515251;
}

.processSwiper .swiper-slide-thumb-active .swiper-circle {
  background-color: #1d47db;
  border: 1px solid 515251;
}

.processSwiper .swiper-circle img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(18%) saturate(6%)
    hue-rotate(316deg) brightness(97%) contrast(84%);
}

.processSwiper .swiper-slide-thumb-active .swiper-circle img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(21%)
    hue-rotate(6deg) brightness(105%) contrast(104%);
}

.processthumbSwiper .swiper-slide h3 {
  color: #1d47db;
  font-family: "Barlow-SemiBold";
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 1.875rem;
}

.processthumbSwiper .swiper-slide p {
  color: #000000;
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 20px;
}

/* indusries*/
.industriesSection .splitcontainer {
  margin: 0;
  width: 850px;
}

.industriesSection .item {
  background-color: #f7f7f7;
  padding: 20px;
  width: calc(95% / 3);
}

.industriesSection .wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.industriesSection .item img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1d47db;
}

.industriesSection .item h6 {
  color: #1d47db;
  font-family: "Barlow-Bold";
  text-transform: capitalize;
  margin-bottom: 16px;
}

.industriesSection .item p {
  color: #000;
  font-size: 1rem;
  font-family: "Barlow-Regular";
  line-height: 20px;
}

.industriesSection ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: #000;
  font-size: 1rem;
  font-family: "Barlow-Regular";
}

/* website audit */

.formSection form {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
}

.formSection .splitcontainer {
  width: 100%;
}

.websiteaudit .form-group {
  position: relative;
  width: 40%;
  margin-top: 30px;
}

.formSection h6 {
  font-family: "Barlow-ExtraBold";
}

.formSection h3 {
  font-family: "Barlow-ExtraBold";
}

.formSection .form-group input,
.formSection .form-group label {
  color: #fff;
  margin: 0;
  /* font-size: 1rem; */
}

.formSection .form-group input {
  border-bottom: 1px solid #ffffff3d;
}

.formSection .btn {
  padding: 11px 41px;
  height: 40px;
}

.formSection p {
  font-size: 18px;
}

.form-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  margin-top: 20px;
}

.formSection .form-group {
  width: 31.33%;
  position: relative;
}

.formSection .form-group:last-child {
  width: 65%;
}

.wpcf7-submit {
  padding: 11px 41px;
  height: 40px;
  font-size: 0.875rem;
  color: #fff;
  background-color: #ff4b07;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "Barlow-SemiBold";
  border: 0;
  cursor: pointer;
  width: max-content;
  margin: 30px 0 10px;
}

.wpcf7-submit:hover {
  background-color: #1d47db;
  transition: 0.3s ease-in;
}

.home .wpcf7-submit:hover {
  background-color: transparent;
}

.formSection .form-group label {
  top: 10px;
}

.form-group textarea {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff3d;
  height: 40px;
  width: 100%;
}

.form-group textarea:focus {
  border: 0;
  border-bottom: 1px solid #ffffff3d;
  outline: 0;
}

.websiteaudit {
  width: 100%;
}

.websiteaudit .form-flex {
  flex-wrap: nowrap;
  margin: 0;
}

/* popup */
.formpopup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  width: 430px;
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.5s ease-in-out;
  background-color: #1d47db;
  display: block !important;
}

.popupvisible .formpopup {
  transform: translateX(0%);
}

.formpopup h5 {
  color: #ffffff;
  line-height: 30px;
  font-family: "Barlow-ExtraBold";
  margin-bottom: 10px;
}

.formpopup p {
  color: #ffffff;
  font-family: "Barlow-Regular";
  margin-bottom: 10px;
}

.formpopup .wpcf7-form .form-flex {
  flex-direction: column;
  gap: 20px;
}

.post-type-archive-blogs .formpopup .wpcf7-form .form-group,
.blogs-template-default .formpopup .wpcf7-form .form-group {
  width: 100%;
}

.formSection .form-group input,
.services-template-default .formpopup .form-group input,
.wpcf7-form .form-group input {
  margin-bottom: 0px;
  border-bottom: 1px solid #ffffff3d;
}

.formSection .form-group input,
.formSection .form-group label,
.services-template-default .formpopup .form-group input,
.services-template-default .formpopup .form-group label,
.wpcf7-form .form-group label {
  color: #fff;
}
.formpopup .wpcf7-form .form-group input,
.formSection .wpcf7-form .form-group input{
  color: #fff;
}
.wpcf7-form .form-group input {
  color: #000;
}


.formSection .form-group label,
.services-template-default .formpopup .form-group label,
.wpcf7-form .form-group label {
  top: 10px;
}

.formSection .form-group,
.wpcf7-form .form-group input {
  position: relative;
}

.services-template-default .formpopup .form-group,
.services-template-default .formSection .form-group,
.formpopup .form-group {
  position: relative;
}

.popupHolder {
  padding: 50px 40px;
}

.closePopUp {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}

.formSection button {
  margin: 20px 0;
}

.formSection button:hover {
  border: 1px solid #fff;
}

/* servive landing */
.servicelandingpage .inner_spotlight .splitcontainer {
  width: 100%;
}

.post-type-archive-services .inner_spotlight .splitcontainer {
  width: 650px;
}

ul.servicesAccor-wrapper li:nth-child(odd) {
  background: #1d47db;
}

ul.servicesAccor-wrapper li:nth-child(even) .path {
  stroke: rgb(0 0 0 / 50%);
}

ul.servicesAccor-wrapper li:nth-child(even) .angle {
  stroke: #000;
  fill: #000;
}

ul.servicesAccor-wrapper li:nth-child(even) .angle path {
  fill: #000;
}

.accordion-header {
  display: flex;
  gap: 30px;
  align-items: start;
}

.accordion-desc-wrapper {
  padding-left: 20px;
  margin: 20px 0;
}

.accordion-header .img-div,
.accordion-desc-wrapper .img-div {
  width: 150px;
}

.accordion-header .img-div img,
.accordion-desc-wrapper .img-div img {
  width: 100%;
  height: 100%;
}

.servicesAccor-wrapper .content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: background 2s ease-out;
  -moz-transition: background 2s ease-out;
  -webkit-transition: background 2s ease-out;
}

.servicesAccor-wrapper .content h3 {
  color: #fff;
  margin-bottom: 0;
  font-family: "Barlow-ExtraBold";
  line-height: 60px;
}

ul.servicesAccor-wrapper li:nth-child(even) h3,
ul.servicesAccor-wrapper li:nth-child(even) p {
  color: #09112d;
}

ul.servicesAccor-wrapper li:nth-child(even) .hoverlinklabel,
ul.servicesAccor-wrapper li:nth-child(even) .hoverlinkWrap {
  color: #ff4b07;
}

ul.servicesAccor-wrapper li:nth-child(even) ul.accordion-desc li {
  background-color: #fff;
  color: #515151;
}

.servicesAccor-wrapper .content p {
  font-family: "Barlow-Regular";
  font-size: 1.125rem;
}

ul.accordion-desc {
  /* display: grid;
  grid-template-columns: 1fr 1fr 1fr; */
  column-count: 3;
  column-fill: balance;
  grid-column-gap: 30px;
  list-style-type: disc;
  /* margin-top: -30px; */
}

ul.accordion-desc li {
  color: #fff;
  background: transparent;
  line-height: normal;
  margin-bottom: 10px;
  font-size: 1.125rem;
}

.servicesAccor-wrapper .hoverlinklabel,
.servicesAccor-wrapper .hoverlinkWrap {
  color: #fff;
}

.servicelandingpage .scrollingcontentSection {
  margin: 0;
}

.why-us .splitcontainer {
  width: 100%;
  color: #09112d;
  line-height: 60px;
  font-family: "Barlow-ExtraBold";
}

.why-us p {
  color: #09112d;
  font-size: 1.125rem;
  font-family: "Barlow-Regular";
}

.why-us-wrapper {
  display: flex;
  margin-top: 40px;
}

.why-us-div {
  padding: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
  width: 204px;
  border: 1px solid #d4d5d4;
  width: 220px;
  height: 220px;
  margin-left: -1px;
  margin-top: -1px;
}

.why-us-div img {
  width: 54px;
  height: 54px;
}

.why-us-div h4 {
  font-size: 1.125rem;
  color: #09112d;
  font-family: "Barlow-SemiBold";
  line-height: normal;
  margin-bottom: 0;
  min-height: 75px;
}

.ourprocessthumbSwiper {
  overflow: initial;
}

.ourprocessthumbSwiper .swiper-slide h3 {
  font-size: 2.188rem;
  color: #000000;
  font-family: "Barlow-ExtraBold";
  position: relative;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.ourprocessthumbSwiper .swiper-slide-thumb-active h3 {
  color: #ff4b07;
}

.ourprocessthumbSwiper .swiper-slide-thumb-active h4.stroke {
  opacity: 1;
}

.ourprocessthumbSwiper .swiper-slide {
  width: auto !important;
  cursor: pointer;
  overflow: visible;
}

.ourprocessthumbSwiper .swiper-wrapper {
  gap: 20px;
}

h4.stroke {
  color: #707070;
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke: 1px #707070;
  text-transform: uppercase;
  font-size: 2.188rem;
  font-family: "Barlow-ExtraBold";
  position: relative;
  line-height: normal;
  opacity: 0;
  transition: all 0.3s ease-in;
}

.ourprocessthumbSwiper .swiper-slide h3::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #d3d3d3;
  border-radius: 50%;
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ourprocessSwiper .swiper-content-div {
  display: flex;
  width: 710px;
  gap: 45px;
  align-items: center;
  justify-content: center;
}

.swiper-content-div img {
  width: 180px;
  height: 180px;
}

.swiper-content-div p {
  font-size: 1.75rem;
  color: #000;
  font-family: "Barlow-Regular";
  line-height: 34px;
  text-transform: none;
  margin-bottom: 0;
}

.ourprocessthumbSwiper .swiper-slide-thumb-active h3::after {
  background: #ff4b07;
}

/* blog listing */
.blog-listing-spotlight {
  height: 100%;
  margin-bottom: 60px;
}

.blog-listing-spotlight .splitByLine {
  width: 90%;
}

.blog-listing-spotlight .background-video-container,
.blog-listing-spotlight .background-video-container .video {
  height: 100%;
}

.blog-listing-spotlight .splitcontainer {
  width: 800px;
  margin: 0;
}

.blog-listing-spotlight .description_Div,
.blog-listing-spotlight .description_div {
  margin-bottom: 54px;
  margin-top: 10px;
}

.searchBoxWrap {
  width: 70%;
  border-bottom: 2px solid #ffffff4d;
  padding: 11px 0;
  display: flex;
  align-items: center;
}

.BlogsSearch {
  padding: 15px 0 0 20px;
  list-style: none;
  width: 70%;
  padding-left: 25px;
  /* width: 100%;
    position: absolute;
    background: #fff;
    border: 1px solid rgb(81 82 81 / 24%);
    z-index: 10;
    border-radius: 5px; */

}

.BlogsSearch li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
}

.BlogsSearch li a {
  font-size: 0.875rem;
}

.BlogsSearch li a:hover {
  text-decoration: underline;
  transition: 0.3s ease-in;
}

.search-box button {
  background: transparent;
  padding: 0;
}

.search-box input {
  background: transparent;
  outline: none;
  border: none;
  width: 100%;
}

.search-box input::placeholder {
  color: #fff;
  font-family: "Barlow-Regular";
}

.blog-listing-section label {
  color: #000;
  font-family: "Barlow-SemiBold";
  font-size: 16px;
  margin-bottom: 6px;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 12px;
}

.servicesSection .tagline {
  margin: 0;
}

.featured-post-slider-div {
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
  align-items: center;
}

.featured-post-image-slider-div {
  position: relative;
  width: 60%;
  height: 440px;
}

.featured-post-image-slider-div img,
.featured-post-image-slider-div .swiper-horizontal {
  width: 100%;
  height: 100%;
}

.featured-post-image-slider-div .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.featured-post-image-slider-div .swiper-slide .swiper-slide-inner {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  height: 100%;
}

.featured-post-image-slider-div .swiper-slide .img-div {
  position: relative;
  width: 100%;
  height: 100%;
}

.featured-post-image-slider-div .swiper-slide .img-div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%;
}

.featured-post-content-slider-div {
  width: 37%;
  position: relative;
}

.featured-post-content .card-title {
  font-size: 1.875rem;
  display: block;
  min-height: auto;
  margin-bottom: 10px;
  color: #1d47db;
  font-family: "Barlow-SemiBold";
}

.card-tag {
  font-size: 16px;
  color: #ff4b07;
  font-family: "Barlow-Bold";
  margin-bottom: 5px;
  display: flex;
}

.featured-post-content .card-para {
  font-family: "Barlow-Regular";
  color: #000000;
  line-height: 20px;
  font-size: 1.125rem;
  margin-bottom: 30px;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.featured-post-content .card-para * {
  font-weight: 400 !important;
  font-family: "Barlow-Regular";
  font-size: 1.25rem;
  color: #000000;
  line-height: 28px;
}

.featured-post-content .taglist {
  margin-top: 10px;
}

.taglist li {
  display: inline-block;
}

.taglist li a {
  font-size: 0.875rem;
  color: #555555;
}

.taglist li a:hover {
  color: #000;
  transition: 0.3s ease-in;
}

.featured-post-content {
  width: 100%;
}

.featured-post-section {
  padding: 100px 0 150px;
  background: #f5f5f5;
  position: relative;
}

.featured-post-section .sectionTitle {
  font-family: "Barlow-ExtraBold";
  line-height: 50px;
}

.featured-post-section .splitcontainer {
  margin: 0 0 30px 0;
  width: 500px;
}

.featured-post-section .swiper-nav-wrapper {
  position: absolute;
  bottom: -60px;
  left: 50%;
}

.featured-post-section .swiper-pagination {
  width: auto;
  text-align: center;
  align-items: center;
  display: flex;
  bottom: 20px;
}

.featured-post-section .swiper-pagination-bullet {
  background: #515251;
  width: 8px;
  height: 8px;
}

.featured-post-section .swiper-pagination-bullet-active {
  background: #ff4b07;
  width: 8px;
  height: 8px;
}

.featured-post-slider-div .stroke-title {
  font-size: 3.75rem;
  color: #515251;
  -webkit-text-fill-color: #f5f5f5;
  -webkit-text-stroke: 1px #515251;
  text-transform: uppercase;
  font-family: "Barlow-ExtraBold";
  line-height: 52px;
  margin-bottom: 35px;
}

.casestudy-listing-header {
  padding-top: 50px;
  padding-bottom: 80px;
}

.listing-header-wrap {
  border-bottom: 1px solid #5152513d;
}

.listing-header-wrap .header-div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 40px;
}

.listing-header-wrap h3 {
  font-family: "Barlow-ExtraBold";
  color: #000;
  text-transform: uppercase;
  text-align: center;
}

.tab-content .tab-content-ul {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px;
}

.listing-content-wrap {
  margin: 60px 0 20px;
}

.tab-content .tab-content-li {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.tab-content .tab-content-ul .img-container {
  height: auto;
}

.tab-content .tab-content-ul .img-container img {
  height: 100%;
}

.tabsWrapper .tabs {
  display: flex;
  align-items: center;
  gap: 20px;
}

.tabsWrapper .tabs .tab a {
  color: #000;
  font-family: "Barlow-ExtraBold";
  font-size: 1rem;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.tabsWrapper .tabs .tab.active a {
  color: #ff4b07;
  border-bottom: 2px solid #ff4b07;
}

.tabsWrapper .tabs .tab a:hover {
  color: #ff4b07;
  border-bottom: 2px solid #ff4b07;
  transition: 0.2s ease-in;
}

.formLocation {
  display: none;
}

.blog-listing-section {
  background-color: #fff;
}

.blog-listing-section .card-title {
  font-size: 26px;
  line-height: 31px;
  color: #1d47db;
  font-family: "Barlow-SemiBold";
}

/* blog details */
.blog-detail-spotlight {
  height: auto;
  padding-bottom: 60px;
}

.blog-detail-spotlight .splitcontainer {
  width: 100%;
}

.spotlight-content-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}

.blog-detail-spotlight .img-div {
  width: 70%;
}

.blog-detail-spotlight .img-div img {
  width: 100%;
}

.blog-detail-spotlight-content {
  width: 50%;
}

.blog-detail-spotlight-content .card-tag {
  font-size: 1.25rem;
  cursor: default;
}

.blog-detail-spotlight-content .card-title {
  font-size: 3.75rem;
  color: #fff;
  line-height: normal;
  margin: 12px 0;
  cursor: default;
  font-family: "Barlow-SemiBold";
}

.blog-detail-spotlight-content .card-title .lines {
  overflow: hidden;
  vertical-align: middle;
  height: auto;
  line-height: unset;
}

.blog-detail-spotlight-content .card-title .hide {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: unset;
  vertical-align: bottom;
}

.blog-detail-spotlight-content .card-title .words {
  overflow: hidden;
  line-height: normal;
  vertical-align: bottom;
}

.blog-detail-spotlight-content .card-title:hover {
  text-decoration: none;
}

.blog-detail-spotlight-content p {
  display: flex;
  color: #fff;
  font-size: 1rem;
  font-family: "Barlow-Regular";
  gap: 10px;
  position: relative;
}

.blog-detail-spotlight-content p span {
  position: relative;
  padding-left: 6px;
}

.blog-detail-spotlight-content p span:before {
  content: ".";
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
}

.blog-detail-div-wrapper {
  display: flex;
  gap: 45px;
}

.col-20 {
  width: 20%;
}

.col-60 {
  width: 60%;
}

.col-80 {
  width: 77%;
  display: flex;
  gap: 45px;
}

.col-80 .col-20 {
  width: 25%;
}

.tbl-of-content-links .lwptoc_title {
  color: #000000;
  font-size: 1.125rem;
  font-family: "Barlow-Bold";
}

.tbl-of-content-li::marker {
  display: none;
}

.lwptoc_header {
  margin-bottom: 20px !important;
}

.blog-detail-top-desc {
  margin-bottom: 70px;
}

.tbl-of-content-links .lwptoc_item_label {
  color: #555555;
  font-size: 0.875rem;
  font-family: "Barlow-Regular";
  margin-bottom: 10px;
  line-height: 16px;
}

.lwptoc_itemWrap .lwptoc_itemWrap {
  font-size: 12px;
  color: #555555;
  font-family: "Barlow-Regular";
  margin: 10px 0px 10px 24px !important;
}

.tbl-of-content-links .lwptoc_item_label a:hover,
.tbl-of-content-links .lwptoc_item a:hover {
  color: #1d47db;
  transition: 0.2s ease-in;
}

.lwptoc_item {
  margin: 10px 0;
}

.lwptoc-autoWidth .lwptoc_i {
  width: 100% !important;
}

.blog-detail-div-wrapper .col-20:first-of-type {
  position: sticky;
  top: 80px;
  height: 100%;
  z-index: 99;
  background-color: #fff;
  width: 24%;
}

.lwptoc_itemWrap .lwptoc_item a.active .lwptoc_item_label {
  font-family: "Barlow-SemiBold";
  text-decoration: underline;
}

.lwptoc_toggle_label {
  filter: brightness(0) saturate(100%) invert(44%) sepia(82%) saturate(4278%)
    hue-rotate(353deg) brightness(102%) contrast(111%);
  font-size: 20px;
}

.lwptoc_header {
  display: flex;
  justify-content: space-between;
}

.lwptoc_toggle:before,
.lwptoc_toggle:after {
  display: none;
}

.lwptoc_i {
  background: #f5f5f5;
  padding: 30px 24px;
}

.share-article-div h6 {
  font-size: 0.875rem;
  color: #000;
  font-family: "Barlow-Bold";
}

.col-field {
  margin-bottom: 30px;
}

.share-article-div {
  display: flex;
  gap: 15px;
  align-items: center;
}

.share-article-div ul {
  display: flex;
  gap: 12px;
}

.blog-detail-div {
  display: flex;
  flex-direction: column;
}

.bold-title {
  font-size: 1.5rem;
  color: #000;
  font-family: "Barlow-SemiBold";
  line-height: 30px;
  margin-bottom: 10px;
}

.para,
p b,
p i,
.tbl-of-content-li p {
  font-size: 1.25rem;
  color: #000000;
  font-family: "Barlow-Regular";
  line-height: 28px;
}

.tbl-of-content-desc-div .level1-item {
  font-size: 2.125rem;
  color: #1d47db;
  line-height: 38px;
  font-family: "Barlow-SemiBold";
}

.conclusion-title {
  font-size: 2.125rem;
  color: #1d47db;
  line-height: 38px;
  font-family: "Barlow-SemiBold";
}

.tbl-of-content-desc-div .level1-item > .para {
  margin-bottom: 40px;
}

.tbl-of-content-desc-div .inner-level1-ul b {
  font-family: "Barlow-Bold";
}

.tbl-of-content-desc-div .inner-level1-ul li {
  margin: 10px 0;
}

.tbl-of-content-desc-div .inner-level1-ul li ul li {
  position: relative;
  padding-left: 16px;
}

.tbl-of-content-desc-div .inner-level1-ul li ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #ff4b07;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 11px;
}

.tbl-of-content-desc-div .tbl-of-content-ul {
  /* list-style-type: decimal; */
  font-size: 2.125rem;
  color: #1d47db;
  line-height: 38px;
  font-family: "Barlow-SemiBold";
  list-style: decimal;
  padding-left: 30px;
}

.tbl-of-content-desc-div .tbl-of-content-li {
  margin-bottom: 70px;
}

.get-quote-div {
  background-color: #1d47db;
  padding: 26px 26px 30px;
}

.recent-posts-div .bold-title,
.popular-tags-div .bold-title {
  margin-bottom: 20px;
}

.get-quote-div h4 {
  color: #fff;
  line-height: 26px;
  font-size: 1.5rem;
  font-family: "Barlow-ExtraBold";
  text-transform: uppercase;
}

.get-quote-div p {
  color: #fff;
  font-size: 1.125rem;
  font-family: "Barlow-Regular";
  line-height: 20px;
  margin: 10px 0px 30px;
}

.get-quote-div button {
  width: 100%;
  text-transform: uppercase;
  border: 1px solid #ff4b07;
}

.get-quote-div button:hover {
  border: 1px solid white;
}

.recentPostSwiper .card-tag {
  font-size: 0.875rem;
  margin: 10px 0 5px;
}

.recentPostSwiper .img-container {
  height: auto;
}

.recentPostSwiper .img-container img {
  height: 100%;
}

.recentPostSwiper .card-title {
  font-size: 1.125rem;
  line-height: 20px;
  min-height: auto;
  color: #1d47db;
  font-family: "Barlow-SemiBold";
}

.recentPostSwiper .swiper-pagination {
  position: relative;
  z-index: 10;
  bottom: 0;
  margin-top: 20px;
}

.recentPostSwiper .swiper-pagination-bullet-active {
  background-color: #ff4b07;
}

.popular-tags-div .taglist {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.popular-tags-div .taglist li a {
  text-decoration: underline;
}

.recentPostSwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.related-content h3 {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-family: "Barlow-ExtraBold";
  font-size: 3.75rem;
}

.related-content-slider .img-container {
  height: auto;
}

.related-content-slider .img-container img {
  height: 100%;
}

.related-content-slider .card-title {
  font-size: 1.125rem;
  color: #1d47db;
  font-family: "Barlow-SemiBold";
  line-height: 20px;
}

.related-content-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* about us */
.ourValuesSection {
  background-color: #fff;
}

.our-values-swiper-div .slide-content .tagline {
  font-family: "Barlow-ExtraBold";
}

.our-values-swiper-div .slide-content h2 {
  font-size: 90px;
  font-family: "Barlow-ExtraBold";
  color: #09112d;
  line-height: 80px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.our-values-swiper-div .slide-content p {
  font-size: 20px;
  font-family: "Barlow-Regular";
  color: #000000;
  text-transform: none;
}

.our-values-swiper-div .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.our-values-swiper-div .swiper-slide {
  opacity: 0 !important;
}

.our-values-slider .slide-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.our-values-swiper-div .swiper-img {
  width: 52%;
  height: 100%;
}

.our-values-swiper-div {
  position: relative;
}

.values-desc {
  width: 600px;
  word-break: break-word;
  margin-top: 20px;
  overflow: hidden;
}

.our-values-swiper-div .slide-content {
  text-align: left;
  width: fit-content;
  position: relative;
  right: 150px;
  /* transform: translate(-50%, -50%); */
  top: 50%;
  justify-content: center;
}

.our-values-slider__arrows {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  top: 0;
}

.our-values-slider__arrow-prev {
  padding: 0px;
  width: 25px;
  height: 25px;
  top: 50%;
  position: absolute;
  left: -100px;
  cursor: pointer;
}

.our-values-slider__arrow-next {
  padding: 0px;
  width: 25px;
  height: 25px;
  top: 50%;
  position: absolute;
  right: -100px;
  cursor: pointer;
}

.our-values-slider .lines {
  overflow: hidden;
}

.our-values-swiper-div .mySwiper__pagination {
  width: auto;
  text-align: center;
  align-items: center;
  display: flex;
  position: absolute;
  z-index: 99;
  left: 45%;
}

.our-values-swiper-div .swiper-pagination-bullet {
  background: #515251;
  width: 8px;
  height: 8px;
}

.our-values-swiper-div .swiper-pagination-bullet-active {
  background: #ff4b07;
  width: 8px;
  height: 8px;
}

/* team section */
.teamSection .splitcontainer {
  width: 100%;
  margin-bottom: 10px;
}

.teamSection .sectionTitle {
  font-family: "Barlow-ExtraBold";
}

.team-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0;
}

.member-name {
  color: #000;
  font-size: 25px;
  font-family: "Barlow-Bold";
  text-transform: uppercase;
  line-height: 26px;
  margin-bottom: 5px;
}

.teamSection p {
  color: #000;
  width: 830px;
}

.experience-desc p {
  line-height: 18px;
  font-size: 0.875rem;
}

.wpsm_team_1_mem_img {
  margin: 0px;
  width: 100%;
}

.img-responsive,
.person--boxes img {
  height: auto;
  max-width: 100%;
}

.wpsm_col-md-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 15px;
}

.team-member-wrapper {
  position: relative;
  aspect-ratio: 1;
  display: inline-block;
}

.person-image {
  position: relative;
  aspect-ratio: 1;
  margin: 10px 0px;
}

.team-member-wrapper-inner {
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  line-height: 30px;
}

.designation {
  margin-bottom: 10px;
  margin-top: 0px;
  color: #444;
  font-size: 16px;
  display: block;
  font-weight: 500;
  min-height: 30px;
}

.experience-desc {
  line-height: 16px;
  text-align: left;
  position: relative;
  padding-left: 35px;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #555;
  font-size: 14px;
  display: block;
  position: relative;
}

.experience-desc::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("../media/common/icon-linkedin.svg");
  width: 25px;
  height: 25px;
  background-size: 100%;
}

.person-image {
  position: relative;
  aspect-ratio: 1;
}

.person-image canvas,
.person-image img {
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
  right: 0;
}

.person-image canvas {
  z-index: 1;
}

.person--boxes img {
  transition: bottom 0.5s, left 0.5s, right 0.5s, top 0.5s, width 0.5s,
    height 0.5s;
}

.person--boxes:hover img:first-child,
.person--boxes:focus-visible img:first-child {
  width: 60%;
}

.person--boxes:hover img:not(:first-child),
.person--boxes:focus-visible img:not(:first-child) {
  opacity: 1;
}

.person--boxes:hover img:nth-child(3),
.person--boxes:focus-visible img:nth-child(3) {
  bottom: 5%;
  left: 5%;
}

.person--boxes:hover img:nth-child(4),
.person--boxes:focus-visible img:nth-child(4) {
  bottom: 10%;
  left: 10%;
}

.person--boxes:hover img:nth-child(5),
.person--boxes:focus-visible img:nth-child(5) {
  bottom: 15%;
  left: 15%;
}

.person--boxes:hover img:nth-child(6),
.person--boxes:focus-visible img:nth-child(6) {
  bottom: 25%;
  left: 25%;
}

.person--boxes img:first-child {
  top: 0;
  right: 0;
  z-index: 1;
}

.person--boxes img:nth-child(2) {
  width: 20%;
  bottom: 0;
  left: 0;
}

.person--boxes img:nth-child(3) {
  width: 25%;
  bottom: 0;
  left: 0;
}

.person--boxes img:nth-child(4) {
  width: 30%;
  bottom: 0;
  left: 0;
}

.person--boxes img:nth-child(5) {
  width: 40%;
  bottom: 0;
  left: 0;
}

.person--boxes img:nth-child(6) {
  width: 50%;
  bottom: 0;
  left: 0;
}

.person--boxes img:nth-child(7) {
  width: 60%;
  bottom: 0;
  left: 0;
}

.person--picasso canvas {
  opacity: 1;
  transition: opacity 2s;
}

.person--picasso:hover canvas,
.person--picasso:focus-visible canvas {
  opacity: 1;
}

.person--pixelate canvas {
  transition: scale 0.5s;
}

.person--pixelate:hover canvas,
.person--pixelate:focus-visible canvas {
  scale: 1.05;
}

.person-photo {
  position: relative;
  transition: scale 0.5s;
}

.teamSection .d-flex {
  align-items: flex-end;
  justify-content: space-between;
}

/* careers */
.careers-spotlight-content-div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.careers-spotlight-content {
  width: 100%;
}

.careers-spotlight-content .shareWrapper .share-button {
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(13%)
    hue-rotate(81deg) brightness(106%) contrast(106%);
}

.careers-spotlight .footer-scroll-icons {
  width: 40%;
}

.careers-spotlight-content .description_Div h6,
.careers-spotlight-content .description_div h6 {
  font-size: 20px;
  width: 100%;
  line-height: 24px;
}

.description_Div h6,
.description_div h6 {
  font-family: "Barlow-Regular";
  font-size: 26px;
  line-height: 31px;
  width: 65%;
  margin: 10px 0;
}

.careers-spotlight .footer-scroll-icons {
  display: flex;
  flex-direction: column;
}

.careers-spotlight .json {
  width: 100px;
  height: auto;
}

.careers-spotlight .json:nth-child(2) {
  width: 90px;
  height: auto;
}

.spotlight-email-footer {
  display: flex;
  justify-content: space-between;
  width: 70%;
  display: flex;
  flex-wrap: wrap;
}

.careers-spotlight .cta-wrapper {
  background-color: #fff;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.careers-spotlight a {
  font-size: 0.875rem;
  color: #ff4b07;
  font-family: "Barlow-SemiBold";
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.careers-spotlight .hoverlinkWrap:after {
  padding: 10px 20px;
}

.careers-spotlight .cta-wrapper img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(35%) saturate(7163%)
    hue-rotate(357deg) brightness(103%) contrast(104%);
}

.careers-footer .splitcontainer {
  width: 600px;
  margin: 0;
}

.careers-footer p {
  color: #000;
  width: 600px;
  margin: 10px 0;
}

.careers-footer .d-flex {
  justify-content: space-between;
  align-items: flex-end;
}

.careers-footer .hoverlinklabel,
.careers-footer .hoverlinkWrap:after {
  color: #ff4b07;
}

.careers-footer .hoverlinkWrap {
  height: fit-content;
  font-size: 0.875rem;
  font-family: "Barlow-SemiBold";
}

.page-template-template-contactus .spotlight-email-footer {
  flex-direction: row;
}

.spotlight-email-footer .flex-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  gap: 5px;
}

.officesSection {
  background-color: #fff;
}

.officesSection .accordion {
  font-family: "Barlow-ExtraBold";
  background-color: #fff;
  border: none;
  padding: 20px 0;
}

.officesSection .accordion-wrapper:last-child {
  border-bottom: 1px solid #5152513d;
}

.officesSection .panel {
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  margin: 0;
}

.officesSection .panel.active {
  margin: 20px 0 20px;
}

.officesSection .accordion-wrapper {
  border-top: 1px solid #5152513d;
}

.officesSection .accordion:hover {
  background-color: transparent;
}

.officesSection .panel-inner {
  margin-bottom: 20px;
  background-color: #fff;
}

.officesSection .panel-inner h5 {
  font-size: 20px;
  color: #000000;
  font-family: "Barlow-Bold";
  text-transform: capitalize;
  margin-bottom: 5px;
  line-height: 24px;
}

.officesSection .panel-inner p {
  font-size: 20px;
  color: #000000;
  font-family: "Barlow-Regular";
  text-transform: none;
  line-height: 21px;
  width: 50%;
  margin-bottom: 8px;
}

.officesSection .flex-wrapper {
  width: 100%;
  gap: 0;
  margin: 0;
}

.single-services .inner_spotlight .splitcontainer {
  width: 650px;
}

.popupheader {
  padding: 15px 35px;
}

.blog-detail-wrapper {
  background: #fff;
}

.background-video-container,
.background-video-container .video {
  height: 100%;
}

.boldtext,
.thintext .words,
.revealWords .words,
.positivity__words .change,
.spotlight .fadeIn,
.spotlight .logo {
  opacity: 0;
}

.positivity__words .lines:last-of-type {
  left: 0;
}

.icon {
  display: none;
}

.ourcapabilitySection ul.accordion-desc {
  padding: 20px;
}

.ourcapabilitySection ul.accordion-desc li {
  color: #515251;
  line-height: inherit;
}

.ourcapabilitySection ul.accordion-desc li::marker {
  color: #ff4b07;
}

input[type="search" i]::-webkit-search-cancel-button {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(1%)
    hue-rotate(139deg) brightness(103%) contrast(101%);
}

.BlogsSearch li::before {
  content: "";
  position: absolute;
  top: 0;
  background-image: url("../media/common/search-icon.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  left: -20px;
}

.footerlinksDiv .animateUnderline {
  color: #fff;
}

.footerlinksDiv .animateUnderline::after {
  color: #fff;
}

.content-flex {
  display: flex;
  justify-content: space-between;
}

.servicesAccor-wrapper .service-redirect .path {
  animation: scrollBottomCircleAnim 8s forwards 1s;
}

.servicesAccor-wrapper .service-redirect .angle {
  opacity: 1;
}

.servicesAccor-wrapper .service-redirect {
  padding: 0px 5px;
}

.grecaptcha-badge {
  display: none !important;
}

.filter-div {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}

.filter-div span {
  color: #000000;
  font-size: 1rem;
  font-family: "Barlow-ExtraBold";
  text-transform: uppercase;
}

.filter-div select {
  border: none;
  border: 1px solid rgb(81 82 81 / 24%);
  border-radius: 4px;
  font-family: "Barlow-Regular";
  font-size: 16px;
  padding-bottom: 10px;
  width: 140px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../media/common/down.png") 96% / 10% no-repeat #eee;
  -webkit-appearance: none;
  background-color: transparent;
}

.filter-div select:focus-visible {
  border: none;
  border: 1px solid rgb(81 82 81 / 24%);
  border-radius: 4px;
  outline: none;
}

.channel,
.release-date {
  font-size: 0.875rem;
  color: #515251;
  font-family: "Barlow-Regular";
  line-height: normal;
}

.channel a:hover {
  color: #000;
  transition: 0.3s ease-in;
  cursor: pointer;
}

.channel {
  position: relative;
}

.channel::after {
  content: " | ";
  position: absolute;
  right: -7px;
  top: 0;
}

/* news listing */
.news-listing-section .d-flex {
  display: flex;
  gap: 10px;
}

.news-listing-section .card-tag {
  margin-bottom: 0;
}

.news-listing-section .card-tag a {
  font-size: 0.875rem;
  font-family: "Barlow-Regular";
  margin-bottom: 0;
  line-height: normal;
}

.news-detail-spotlight .channel,
.news-detail-spotlight .release-date {
  font-size: 1rem;
  color: #fff;
  line-height: normal;
}

.news-detail-spotlight .d-flex {
  gap: 10px;
  display: flex;
}

.news-detail-spotlight .channel::after {
  content: " | ";
  position: absolute;
  right: -7px;
  top: 0;
  color: #fff;
  line-height: 21px;
}

.news-detail-wrapper .col-20:first-of-type {
  width: 20%;
}

.news-detail-wrapper .col-80 {
  width: 80%;
}

.news-detail-wrapper .blog-detail-div-wrapper {
  gap: 10px;
}

.news-detail-wrapper .col-80 .col-20 {
  width: 24%;
}

.news-detail-wrapper .relatedtags ul {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin: 50px 0;
}

.news-detail-wrapper .relatedtags ul li {
  background-color: rgb(255 75 7 / 10%);
  padding: 7px 10px 6px 5px;
}

.news-detail-wrapper .relatedtags ul li:hover {
  background-color: rgb(255 75 7 / 30%);
  transition: 0.3s ease-in;
}

.news-detail-wrapper .relatedtags ul li a {
  font-size: 0.875rem;
  color: #000000;
  font-family: "Barlow-Regular";
}

.latestStoriesSwiper .card-tag {
  font-size: 0.875rem;
  margin: 10px 0 5px;
}

.latestStoriesSwiper .img-container {
  height: auto;
}

.latestStoriesSwiper .img-container img {
  height: 100%;
}

.latestStoriesSwiper .card-title {
  font-size: 1.125rem;
  line-height: 20px;
  min-height: auto;
  color: #1d47db;
  font-family: "Barlow-SemiBold";
}

.latestStoriesSwiper .swiper-pagination {
  position: relative;
  z-index: 10;
  bottom: 0;
  margin-top: 20px;
}

.latestStoriesSwiper .swiper-pagination-bullet-active {
  background-color: #ff4b07;
}

.latestStoriesSwiper .d-flex {
  gap: 10px;
}

.related-articles h3 {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-family: "Barlow-ExtraBold";
  font-size: 3.75rem;
}

.related-articles-slider .swiper-pagination {
  position: relative;
  bottom: 0;
}

.related-articles-slider .swiper-pagination-bullet-active {
  background-color: #ff4b07;
}

.related-articles-slider .img-container {
  height: auto;
}

.related-articles-slider .img-container img {
  height: 100%;
}

.related-articles-slider .card-title {
  font-size: 1.125rem;
  color: #1d47db;
  font-family: "Barlow-SemiBold";
  line-height: 20px;
}

.related-articles-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.related-articles-slider .d-flex {
  gap: 10px;
}

.job-listing-header h3 {
  font-family: "Barlow-ExtraBold";
  color: #ffffff;
  margin-bottom: 25px;
}

.job-listing-header .splitcontainer {
  margin: 0;
}

.job-listing-form {
  display: flex;
  justify-content: space-between;
}

.job-listing-form .searchBoxWrap {
  width: 55%;
  border: none;
}

.job-listing-form .searchBoxWrap input[name="search"] {
  background-color: transparent;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Barlow-Regular";
  outline: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  padding-bottom: 10px;
}

.job-listing-form .searchBoxWrap input[name="search"]:focus-visible,
.job-listing-form .searchBoxWrap input[name="search"]:focus {
  outline: none;
}

.job-listing-form .searchBoxWrap input[name="search"]::placeholder {
  color: #fff;
  font-size: 1.25rem;
  font-family: "Barlow-Regular";
}

.job-listing-form .filter-div select {
  background: transparent;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Barlow-Regular";
  cursor: pointer;
  width: 210px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
  padding-bottom: 10px;
  z-index: 2;
  text-overflow: ellipsis;
  padding-right: 50px;
  display: flex;
  padding-left: 5px;
}

.job-listing-form .filter-div::after {
  content: "";
  background: url("../media/common/down.png");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  z-index: 1;
}

option:disabled {
  background: rgb(170, 170, 170);
}

.job-listing-form .filter-div select option {
  color: #000;
  border-radius: 0;
  font-size: 0.875rem;
  padding-left: 5px;
}

.job-listing-body ul li {
  display: flex;
  border-top: 1px solid rgb(0 0 0 / 12%);
  padding: 30px 10px;
  justify-content: space-between;
  position: relative;
}

.job-listing-body ul li:last-child {
  border-bottom: 1px solid rgb(0 0 0 / 12%);
}

.job-listing-footer .wrapper {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 60px 0;
}

.job-listing-footer h6 {
  color: #000;
  font-size: 1.25rem;
  font-family: "Barlow-ExtraBold";
  margin-bottom: 16px;
}

.job-listing-footer .splitcontainer {
  margin: 0;
  width: 100%;
}

.job-listing-footer p {
  color: #000;
  font-family: "Barlow-Regular";
  font-size: 40px;
  text-transform: uppercase;
  line-height: 35px;
}

.job-listing-footer p a {
  font-family: "Barlow-Bold";
  color: #ff4b07;
}

.job-listing-body ul li:hover .circle {
  animation: drawCircleStroke 4s forwards;
  visibility: visible;
}

.circleCta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  z-index: 2;
}

.circleCta:hover .job-listing-body .circle {
  fill: #ff4b07;
  transition: all 0.4s ease;
}

.circleCta svg {
  width: 70px;
  height: 70px;
}

.arrow {
  position: absolute;
  rotate: 270deg;
  opacity: 0;
  transition: all 0.4s ease;
}

.job-listing-body ul li:hover .arrow {
  opacity: 1;
  transition: all 0.4s ease;
}

.customAnchor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@keyframes drawCircleStroke {
  0% {
    stroke-dashoffset: 800;
    visibility: hidden;
  }

  100% {
    stroke-dashoffset: 0;
    visibility: visible;
  }
}

.job-listing-body .circle {
  stroke: #ff4b07;
  stroke-width: 0.5;
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  fill: transparent;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.jobtitle {
  font-size: 1.5rem;
  color: #1d47db;
  font-family: "Barlow-Bold";
}

.job-details p {
  color: #000000;
  font-family: "Barlow-Regular";
  font-size: 1rem;
}

.job-details {
  display: flex;
  gap: 14px;
  margin-top: 5px;
}

.job-listing-body {
  margin: 50px 0;
}

.job-details-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* careers details start */
.careers-detail-spotlight .splitcontainer h1 {
  font-size: 3.75rem;
  line-height: 4rem;
}

.careers-detail-spotlight .job-details p {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  font-family: "Barlow-Regular";
}

.careers-detail-spotlight .careers-spotlight-content-div {
  align-items: flex-start;
}

.careers-detail-spotlight .job-details {
  margin-bottom: 35px;
  margin-top: 0;
}

.careers-detail-spotlight .splitcontainer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shareDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shareWrapper span {
  color: #fff;
  font-family: "Barlow-Regular";
  font-size: 1.25rem;
  line-height: 1.4rem;
  display: flex;
}

.shareWrapper ul,
.shareWrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.shareWrapper ul li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
}

.careers-detail-data {
  background: #fff;
  padding: 80px 0;
}

.careers-detail-data h4 {
  color: #000;
  font-family: "Barlow-Bold";
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 5px;
}

.careers-detail-data p {
  color: #000;
  font-family: "Barlow-Regular";
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 40px;
}

.careers-detail-data ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 40px;
}

.careers-detail-data ul li {
  color: #000;
  font-family: "Barlow-Regular";
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
}

.careers-detail-data ul li::marker {
  color: rgba(81, 82, 81, 0.3);
  font-size: 22px;
}

.careers-detail-data ul li p {
  line-height: 1.5rem;
  margin: 0;
}

.aboutContent {
  padding: 60px 0 80px;
  margin-top: 70px;
}

.aboutContent .splitcontainer {
  margin: 0;
}

.aboutContent p {
  margin-bottom: 20px;
}

.greybg {
  background: rgba(245, 245, 245, 1);
}

.applyForm {
  margin: 30px 0 110px 0;
}

.applyForm .splitcontainer {
  margin: 0;
}

.applyForm h4 {
  color: #000;
  font-family: "Barlow-Bold";
}

.applyForm .formDiv,
.applyForm form {
  max-width: 600px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.applyForm p {
  position: relative;
  height: 100%;
}

.applyForm .wpcf7-form-control-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}

.applyForm .formDiv .formControl,
.applyForm .form-group {
  position: relative;
  border: 1px solid rgba(226, 226, 226, 1);
  border-radius: 23px;
  height: 45px;
  width: calc(50% - 10px);
  margin-bottom: 10px;
}

.applyForm .form-group br {
  display: none;
}

.applyForm .formDiv .formControl .formfield {
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  background: transparent;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  font-family: "Barlow-Regular";
  transition: all 0.5s ease;
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

.applyForm .formDiv .formControl .formfield::-webkit-outer-spin-button,
.applyForm .formDiv .formControl .formfield::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.applyForm .formDiv .formControl .placeholder,
.applyForm .wpcf7-form .form-group label {
  font-size: 14px;
  color: #000;
  padding: 0 5px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  transition: all 0.5s ease;
}

.applyForm .asterik {
  color: red;
}

.applyForm .formDiv .formControl .formfield:focus ~ .placeholder,
.applyForm .formDiv .formControl .formfield:valid ~ .placeholder {
  top: 0;
  font-size: 12px;
  transition: all 0.5s ease;
}

.applyForm .form-group.focused label {
  top: 0;
  font-size: 12px;
  transition: all 0.5s ease;
}

.applyForm .wpcf7-form .upload-form-group.form-group label {
  top: 0;
}

.formfield[type="file"] {
  color: transparent;
  height: auto;
}

.formfield[type="file"]:valid {
  color: #000;
}

.formfield[type="file"]::-webkit-file-upload-button {
  opacity: 0;
  float: right;
}

input[type="file" i]::-webkit-file-upload-button + span {
  border: 1px solid red;
}

input[type="file" i]::-webkit-file-upload-button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  color: #542d87;
  text-decoration: underline;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}

.applyForm .form-group input {
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: auto;
  vertical-align: middle;
  align-content: center;
  flex-wrap: wrap;
}

.ios .applyForm .form-group input {
  height: 100%;
}

.applyForm span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -15px;
  height: auto;
  line-height: normal;
  left: 10px;
  font-size: 10px;
}

.applyForm .wpcf7-submit {
  margin: 0;
}

.applyForm .wpcf7-form .form-group input span {
  display: flex;
  height: 100%;
  align-items: center;
}

:host(.applyForm .wpcf7-form .form-group input span) {
  border: 1px solid red;
}

.lifeatSection {
  padding: 21px 0px 70px;
}

.lifeatSection h2 {
  color: #1d47db;
  -webkit-text-fill-color: #faf8f8;
  -webkit-text-stroke: 1px #1d47db;
  text-transform: uppercase;
  font-family: "Barlow-ExtraBold";
  line-height: normal;
  font-size: 6.25rem;
  text-align: center;
}

.lifeatSection .splitcontainer {
  margin: 0;
  width: auto;
}

.career-img-rail {
  width: 100%;
  height: 100%;
}

.lifeatSection .rail li::before {
  display: none;
}

.lifeatSection .scrolling-text {
  display: flex;
  gap: 10px;
}

.lifeatSection .rail {
  display: flex;
  /* gap: 10px; */
}

.lifeatSection .rail li {
  padding: 0 5px;
  width: 300px;
  height: 200px;
}

.scrollingimg-wrapper {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}

.videomask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../media/common/mobiledevice.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 1rem;
  width: 230px;
  height: 500px;
}

.videomask video {
  position: absolute;
  top: 10px;
  left: 12px;
  right: 0;
  bottom: 0;
  height: calc(100% - 20px);
  width: calc(100% - 23px);
  object-fit: cover;
  border-radius: 30px;
}

.noJobsFound {
  text-align: center;
  text-transform: capitalize;
  color: #000;
}

.searchBoxWrap .submit {
  display: none;
}

.back-cta a {
  color: #fff !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 0.875rem;
  font-family: "Barlow-Regular";
}

.back-cta img {
  rotate: 180deg;
}

.post-type-archive-open-jobs .inner_spotlight video {
  left: -868px;
}

.page-template-template-contactus .spotlight-email-footer a {
  color: #fff;
  font-size: 20px;
  font-family: "Barlow-Regular";
  padding: 0;
  align-items: flex-start;
  justify-content: flex-start;
}

/* careers details end */

/* services detail new changes */
/* growthnumber section starts here */
.growthNumberSection {
  padding: 40px 0;
  position: relative;
  background: #fff;
}

.services-template-default .numbersDiv li,
.services-template-default .numbersDiv li span {
  color: #ff4b07;
  -webkit-text-stroke: 1px #ff4b07;
  -webkit-text-fill-color: #ff4b07;
}

.services-template-default .numbersDiv li h6 {
  text-align: left !important;
  width: 210px;
}

.counters {
  display: flex;
}

.counter {
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 5.2rem;
  font-size: 5rem;
  font-weight: 700;
}

.counter > span {
  z-index: 1;
  height: 100%;
  transition: transform 2s ease;
  transform: translateY(0);
}

.counter > span > span {
  flex: 0 0 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

/* Transition delays for each counter */
.counter:nth-child(1) > span {
  transition-delay: 0s;
}

.counter:nth-child(2) > span {
  transition-delay: 0.375s;
}

.counter:nth-child(3) > span {
  transition-delay: 0.75s;
}

.counter:nth-child(4) > span {
  transition-delay: 1.125s;
}

.counter:nth-child(5) > span {
  transition-delay: 1.5s;
}

.counter:nth-child(6) > span {
  transition-delay: 1.875s;
}

.numbersWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px;
  position: relative;
}

.numbersDiv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.numbersDiv li,
.numbersDiv li span {
  -webkit-text-fill-color: #ff4b07;
  -webkit-text-stroke: 1px #ff4b07;
  text-transform: uppercase;
  font-family: "Barlow-Bold";
  width: auto;
  font-size: 5rem;
}

.numbersDiv h6 {
  font-family: "Barlow-Regular";
  font-size: 1.25rem;
  color: #000000;
  line-height: normal;
  text-transform: capitalize;
  -webkit-text-stroke: #000000;
  -webkit-text-fill-color: #000000;
  text-align: left;
  width: 210px;
}

/* growthnumber section ends here */

/* highlights */
.highlightSection {
  position: relative;
}

.highlightSection .splitcontainer {
  margin: 0;
  width: 750px;
}

.highlightSection .sectionTitle {
  font-family: "Barlow-ExtraBold";
}

.highlightsContainer {
  margin: 40px 0;
  position: relative;
}

.highlightsContainer .flex-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin: 35px 0px;
  border: 1px solid #5152513d;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.highlightsContainer .flex-wrapper .img-container {
  width: 500px;
  height: 100%;
  overflow: hidden;
}

.highlightsContainer .pin-spacer {
  overflow: hidden;
}

.highlightsContainer .flex-wrapper img {
  display: block;
  margin: 0;
  padding: 0;
}

.highlightsContainer > .flex-wrapper:nth-child(even),
.highlightsContainer .pin-spacer:nth-child(even) .flex-wrapper {
  flex-direction: row-reverse;
  /* margin: 0 0 0 auto; */
}

.highlightsContainer p {
  font-size: 1.25rem;
  color: #000;
}

.highlightsContainer .content {
  display: flex;
  flex-direction: column;
  height: unset;
  padding: 45px;
}

.highlightsContainer .content h5 {
  width: 100%;
}

/* hightlight ends here */

/* case study */
.caseStudyContainer + .sectioncta {
  margin: 80px auto 0;
}

.casestudySection .splitcontainer {
  margin: 0;
}

.casestudySection .content h5 {
  color: #1d47db;
  letter-spacing: 0px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 40px;
  font-family: "Barlow-Bold";
  width: 600px;
  margin: 10px 0;
}

.casestudySection .img-container img {
  width: 100%;
  height: auto;
}

.caseStudyContainer .img-container {
  /* width: 25%; */
  width: 30%;
  height: auto;
}

.caseStudyContainer .content {
  width: 75%;
  display: flex;
  flex-direction: column;
}

.casestudySection .flex-wrapper {
  display: flex;
  width: 95%;
  gap: 45px;
  align-items: center;
  justify-content: center;
  margin: 35px 0 35px;
}

.casestudySection .flex-wrapper:nth-child(even) {
  flex-direction: row-reverse;
  margin: 0 0 0 auto;
}

.caseStudyContainer .flex-wrapper:nth-child(even) .content {
  justify-content: flex-end;
  align-items: flex-end;
}

.casestudySection .flex-wrapper:nth-child(even) .content h5 {
  text-align: right;
  width: 100%;
}

/* services detail new changes ends here */

/* faq section starts here */
.faqSection .sectiontitleHeader {
  width: 40%;
}

.faqSection .faqWrapper {
  width: 60%;
  margin: 50px 0;
  height: 550px;
  overflow-y: auto;
}

.faqSection .flex-wrapper {
  margin: 0;
  width: 100%;
  gap: 90px;
  align-items: flex-start;
  display: flex;
}

.faqSection .splitcontainer {
  width: 100%;
}

.faqSection .accordion {
  background-color: #f4f4f4;
  color: #09112d;
  cursor: pointer;
  padding: 20px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  font-family: "Barlow-SemiBold";
  font-size: 20px;
  border-top: 1px solid #5152513d;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faqSection .accordion h6 {
  width: 350px;
}

.faqSection .active.accordion {
  border-top: 1px solid #ff4b07;
}

.faqSection .panel {
  padding: 0 20px;
  background-color: #f4f4f4;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.faqSection .panel.active {
  padding: 10px 20px;
}

.faqSection .panel p {
  color: #09112d;
  font-family: "Barlow-Regular";
  line-height: 20px;
  font-size: 0.875rem;
}

/* case study detail */
.case-study-spotlight {
  margin: 100px 0 50px;
}

.case-study-spotlight .flex-wrapper {
  width: 100%;
  gap: 30px;
  margin: 0;
  align-items: center;
  display: flex;
}

.case-study-spotlight .splitcontainer {
  margin: 0;
  width: 100%;
}

.case-study-spotlight h3 .words {
  color: #000;
  font-family: "Barlow-Bold";
  line-height: inherit;
  text-transform: uppercase;
  display: inline !important;
}

.case-study-spotlight p {
  color: #000;
  margin: 20px 0 25px;
}

.case-study-spotlight ul.flex-wrapper {
  gap: 0px;
  justify-content: flex-start;
  width: 100%;
  align-items: flex-start;
}

.case-study-spotlight ul li,
.case-study-spotlight ul li span {
  color: #ff4b07;
  font-size: 2.5rem;
  font-family: "Barlow-Bold";
}

.case-study-spotlight .counter {
  font-size: 2.5rem;
  height: 2.6rem;
}

.case-study-spotlight h6 {
  font-size: 1.25rem;
  color: #1d47db;
  font-family: "Barlow-Regular";
  line-height: inherit;
  width: 170px;
}

.case-study-spotlight .splitcontainer {
  line-height: normal;
  vertical-align: bottom;
}

.case-study-spotlight .lines {
  margin: 0;
  padding: 0;
}

.img-container .logo {
  width: 140px;
  height: 140px;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

.img-container .logo img {
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000008;
  border: 1px solid #e6e6e6;
}

.case-study-spotlight .img-container {
  position: relative;
  height: auto;
}

.keypointsUl h3 {
  color: #000;
  text-transform: uppercase;
  font-family: "Barlow-ExtraBold";
  line-height: 57px;
}

.keypointslistUl li b,
.keypointsRichtext b {
  font-family: "Barlow-SemiBold";
  font-size: 1.25rem;
  color: #000;
}

.keypointslistUl li p,
.keypointsRichtext p {
  font-size: 1.125rem;
  font-family: "Barlow-Regular";
  color: #000;
}

.keypointslistUl {
  padding-left: 22px;
  margin-top: 30px;
}

.keypointslistUl li ul {
  padding-left: 40px;
}

.keypointslistUl li {
  position: relative;
  margin-bottom: 25px;
}

.keypointslistUl li ul li {
  position: relative;
  color: #000;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1.125rem;
  font-family: "Barlow-Regular";
}

.keypointslistUl li ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
}

.keypointslistUl li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1d47db;
}

.sub-title {
  font-size: 1.75rem;
  display: block;
  min-height: auto;
  margin-bottom: 10px;
  color: #000;
  font-family: "Barlow-SemiBold";
}

.case-study-section .job-listing-form .filter-div select {
  color: #000;
  border-bottom: 1px solid rgb(0 0 0 / 30%);
}

.case-study-section .job-listing-form {
  gap: 20px;
}

.case-study-section .filter-div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 0;
  width: 180px;
}

.case-study-section .filter-div select {
  width: 100%;
  padding: 10px;
}

.youtube-holder {
  width: 100%;
  height: 600px;
}

/* case study detail ends here */
/* faq section ends here */

/* campaign-summary */
.campaign-summary .splitcontainer {
  width: auto;
  margin: 0;
}

.campaign-summary h3 {
  font-family: "Barlow-ExtraBold";
  margin-bottom: 20px;
  line-height: normal;
  color: #fff;
  line-height: 58px;
}

.campaign-summary ul {
  width: 800px;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.campaign-summary ul li {
  font-size: 1.25rem;
  font-family: "Barlow-SemiBold";
  line-height: 30px;
  position: relative;
}

.campaign-summary ul li:before {
  content: url("../media/common/Icon-feather-check.svg");
  position: absolute;
  left: -30px;
  top: 0px;
}

/* campaign-results */
.campaign-results h3 {
  color: #000;
  font-family: "Barlow-ExtraBold";
  line-height: normal;
}

.campaign-results ul li:nth-child(even) {
  background: #f7f7f7;
  margin: 0;
}

.campaign-results ul li .scroll-effect-fly-left {
  padding: 100px;
}

.campaign-results .flex-wrapper {
  width: 100%;
}

.youtube-holder-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.hide {
  /* display: inline-block !important; */
}

.scrolling-text {
  overflow-x: hidden;
}

.keyPoints p,
.keyPoints li,
.keyPoints a {
  color: #000;
  font-size: 1.25rem;
  font-family: "Barlow-Regular";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.thumbnail-video-wrapper {
  position: relative;
  width: 100%;
  height: 800px;
}

.thumbnail-video-wrapper .img-container .thumbnail,
.media-holder-group .img-container img {
  object-fit: contain;
}

.thumbnail-video-wrapper img,
.spotlight-img-wrapper img {
  width: 100%;
  height: auto;
}

.playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 3;
}

.playIcon .image-container {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
  transition: all 1s cubic-bezier(0.745, 0.065, 0.17, 1) !important;
}

.webinarpopupvideo {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 9999;
  animation-name: scaleup;
  animation-duration: 0.3s;
  animation-timing-function: ease-out;
}

.webinarpopupWrapper {
  width: 70%;
  height: 80%;
  display: flex;
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  flex-direction: row;
}

.webinarpopupWrapper .closePopUp {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  right: -50px;
  top: -30px;
  padding: 20px;
  cursor: pointer;
  background: url(../media/common/close.png) no-repeat center center;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
    hue-rotate(288deg) brightness(102%) contrast(102%);
  background-size: 50%;
  border-radius: 50%;
}

.webinarpopupWrapper::before {
  content: "";
  background: #000;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(52px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.webinarpopupArea {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.55);
  width: 100%;
  z-index: 2;
}

.case-study-spotlight h3 {
  text-transform: uppercase;
  line-height: 57px;
}

.tag-wrapper {
  margin-top: 20px;
}

.tag-wrapper .tags p {
  color: #000;
  font-family: "Barlow-SemiBold";
  font-size: 1rem;
  gap: 3px;
  margin: 0;
}

.tag-wrapper .tags {
  display: flex;
  align-items: center;
  gap: 5px;
}

.tag-wrapper .tags .card-tag {
  margin: 0;
}

.tag-wrapper .tags li,
.tag-wrapper .tags li a,
.tag-wrapper .tags .card-tag {
  display: flex;
  color: #000;
  font-family: "Barlow-Regular";
  font-weight: 400;
  font-size: 1rem;
}

.tag-wrapper .tags li a:hover {
  color: #ff4b07;
  transition: 0.2s ease-in all;
}

.single-case-studies .description_Div h6,
.single-case-studies .description_div h6 {
  color: #fff;
  font-family: "Barlow-ExtraBold";
  font-size: 1rem;
  width: 100%;
}

.single-case-studies .keypointsUl h6 {
  color: #1d47db;
  font-family: "Barlow-ExtraBold";
  font-size: 1rem;
  width: 100%;
  text-transform: uppercase;
}

.single-case-studies .keypointsUl h5 {
  font-family: "Barlow-SemiBold";
}

.single-case-studies .keypointsUl ul {
  list-style-type: disc;
  margin-top: 10px;
  padding-left: 40px;
}

.media-holder-group .img-container,
.thumbnail-video-wrapper .img-container {
  width: 1200px;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-container,
.youtube-holder {
  position: relative;
  overflow: hidden;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.media-holder-group.multiple-imgs .youtube-holder {
  width: 100%;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 9999;
}

.case-study-spotlight-video .thumbnail-video-wrapper .img-container {
  width: 100%;
}

.img-container .thumbnail {
  position: absolute;
  width: 100%;
  height: 160%;
  object-fit: cover;
  bottom: 0;
  right: 0;
  left: 0;
}

.content-holder-group {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 30px auto;
}

.media-holder-group .img-container picture {
  position: absolute;
  width: 100%;
  height: 160%;
  object-fit: cover;
  bottom: 0;
  right: 0;
  left: 0;
}

.media-holder-group.multiple-imgs .slide-container picture {
  height: 100%;
}

.media-holder-group.multiple-imgs {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 60vh;
}

.media-holder-group.multiple-imgs .slide-container {
  flex: 0 0 calc(100vw / 2);
  /* flex:  100%; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: 100%;
  margin-left: 40px;
  margin-right: 0;
}

.media-holder-group.multiple-imgs .slide-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.media-holder-group {
  height: 600px;
  overflow: hidden;
  position: relative;
}

.youtube-holder-group {
  height: 600px;
  overflow: hidden;
  position: relative;
}

.keypointsUl > li {
  margin-bottom: 60px;
}

.keypointsUl {
  overflow-x: hidden;
}

.case-study-spotlight .img-container {
  overflow: visible;
}

/* case study listing */
.case-study-listing-spotlight {
  height: calc(100vh - 90px);
  position: relative;
}

.swiper-image-div {
  position: relative;
  height: 100%;
}

.swiper-content {
  position: absolute;
  bottom: 80px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  padding: 0 65px;
  z-index: 2;
}

.swiper {
  width: 100%;
  height: 100%;
  display: flex;
}

.case-study-listing-spotlight .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}

.case-study-listing-spotlight .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #fff;
  border: none;
  opacity: 1;
}

.case-study-listing-spotlight
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff4b07;
  border: none;
}

.case-study-listing-spotlight .swiper-wrapper .swiper-slide::after {
  content: "";
  width: 100%;
  height: 330px;
  background: transparent linear-gradient(180deg, #00000000 0%, #000000 100%) 0%
    0% no-repeat padding-box;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.casestudyname {
  font-size: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.case-study-listing-spotlight .content-wrap {
  width: 60%;
}

.case-study-listing-spotlight .service-redirect a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-study-listing-spotlight .service-redirect .path {
  stroke-dashoffset: 800;
  fill: transparent;
  stroke-width: 2;
}

.swiper-slide-active .service-redirect .path,
.swiper-slide-duplicate-active .service-redirect .path {
  animation: scrollBottomCircleAnimRedirect 6s forwards;
}

.service-redirect svg.angle {
  opacity: 1;
}

@keyframes scrollBottomCircleAnimRedirect {
  0% {
    stroke-dashoffset: 800;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes scrollBottomCircleAnimRedirect {
  0% {
    stroke-dashoffset: 800;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-moz-keyframes scrollBottomCircleAnimRedirect {
  0% {
    stroke-dashoffset: 800;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.casestudy-listing-header .searchBoxWrap {
  border: 1px solid rgb(81 82 81 / 24%);
  padding: 0;
  width: 100%;
  border-radius: 4px;
  margin-top: 6px;
}

.casestudy-listing-header .searchBoxWrap .submit {
  filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(17%)
    hue-rotate(327deg) brightness(96%) contrast(100%);
  display: block;
  padding-left: 10px;
}

.casestudy-listing-header .search-box input {
  font-family: "Barlow-Regular";
  font-size: 16px;
  color: #000;
  padding: 10px;
}

.casestudy-listing-header .search-box input::placeholder {
  color: #000;
  font-family: "Barlow-Regular";
  font-size: 16px;
}

.casestudy-listing-header .filter-wrap {
  display: flex;
  gap: 50px;
  align-items: center;
  padding-bottom: 15px;
}

.casestudy-listing-header .search-box {
  width: 48%;
}

.casestudy-listing-header .tab-content .tab-content-ul {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr;
}

.casestudy-listing-header .tab-content .tab-content-ul .img-container {
  width: 100%;
}

.casestudy-listing-header.relatedcontent .tab-content .tab-content-ul {
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.relatedcontent.blog-listing-section .card-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.case-study-listing-spotlight .swiper-content {
  justify-content: space-between;
}

.partnerSection {
  overflow-x: hidden;
}

.case-study-arrows {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
}

.case-study-arrow-prev {
  padding: 0px;
  width: 25px;
  height: 25px;
  top: 50%;
  position: absolute;
  left: 20px;
  cursor: pointer;
  z-index: 999;
}

.case-study-arrow-next {
  padding: 0px;
  width: 25px;
  height: 25px;
  top: 50%;
  position: absolute;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}

.casestudy-listing-header .BlogsSearch li a {
  color: #000;
}

.casestudy-listing-header .BlogsSearch li::before {
  top: 2px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(14%)
    hue-rotate(99deg) brightness(102%) contrast(104%);
}
.casestudy-listing-header input[type="search" i]::-webkit-search-cancel-button {
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(14%)
    hue-rotate(99deg) brightness(102%) contrast(104%);
}

.post-type-archive-case-studies .formpopup,
.tax-case_study_services .formpopup {
  display: none !important;
}

/* privacy policy */
.privacy-policy .entry-header {
  padding: 80px 130px 0px 130px;
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

.privacy-policy .entry-header h1{
    font-size: 2.125rem;
    color: #000;
    line-height: 38px;
    font-family: "Barlow-SemiBold";
}
.content-div {
  padding: 30px 0 100px 0;
}
.content-div h3 {
  font-size: 2.125rem;
  color: #000;
  line-height: 38px;
  font-family: "Barlow-SemiBold";
}
.content-div ul {
  list-style: disc;
  padding-left: 40px;
}
.content-div p,
.content-div ul li {
  font-size: 1.25rem;
  color: #000000;
  font-family: "Barlow-Regular";
  line-height: 28px;
}

.content-div table,
.content-div th,
.content-div td {
  border: 1px solid;
  color: #000;
}

.content-div th,
.content-div td {
  padding: 5px;
}
.keyPoints ol {
  list-style: decimal;
  padding-left: 40px;
}

.keyPoints ol li {
  margin-bottom: 16px;
}
.keyPoints h5 {
  font-family: "Barlow-Regular";
}
.keyPoints ol li:has(h5)::marker {
  font-family: "Barlow-SemiBold";
  font-size: 1.875rem;
}

@media screen and (max-width: 767px) {
  .spotlight {
    height: 100vh;
  }

  .spotlight_desc {
    width: 100%;
    right: 0;
    position: absolute;
  }

  .revealWords .lines:last-of-type {
    left: 35px;
    height: 33px;
  }

  .positivity__words .lines:last-of-type {
    left: 0;
  }

  .thintext {
    top: 50%;
    transform: translate(-50%, -20%);
    font-size: 22px;
  }

  .text_mask_wrapper {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
  }

  .text_mask_wrapper h1 {
    width: max-content;
  }

  .boldtext {
    font-size: 22px;
  }

  .scrollToBottom {
    right: 25px;
    bottom: 40px;
  }

  .text_mask_wrapper > div {
    display: flex;
    flex-direction: column;
  }

  .splitcontainer {
    width: 100%;
  }

  .sectionTitle {
    line-height: 30px;
  }

  .testimonialSection {
    padding: 20px 0 70px 0;
  }

  .tagline {
    font-size: 1.125rem;
  }

  .testimonial-content .client-details h6 {
    font-size: 1.125rem;
    line-height: 30px;
  }

  .hoverlinkWrap {
    font-size: 0.875rem;
    line-height: 23px;
  }

  .service-content {
    display: none;
  }

  .maskVideoWrapper {
    bottom: 182px;
    left: calc(100% - 262px);
  }

  .name-container.transformToTop {
    transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
  }

  .services-list-item:hover:after {
    opacity: 0;
  }

  .content .name-container {
    padding: 14px 20px;
  }

  .name-container.transformFromBottom {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
  }

  .content .name-container h3 {
    font-size: 3.125rem;
    line-height: 50px;
  }

  .services-list-item {
    height: 100%;
  }

  .content {
    word-break: break-word;
  }

  .sectiontitleHeader {
    padding: 20px 0;
  }

  .flex-wrapper,
  .flex-wrapper:nth-child(even),
  .testimonial-slider-div {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .caseStudyContainer .img-container,
  .caseStudyContainer .content,
  .content h5,
  .testimonialSection .splitcontainer,
  .testimonial-content-slider-div,
  .contactUsSection .sectiontitleHeader,
  .processwefollowSection .splitcontainer {
    width: 100%;
  }

  .certification-swiper img {
    width: 200px;
  }

  .testimonial-image-slider-div {
    width: 70%;
  }

  .flex-wrapper:nth-child(even) .content h5 {
    text-align: left;
  }

  .caseStudyContainer .flex-wrapper:nth-child(even) .content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial-content p {
    font-size: 1.125rem;
  }

  .scrollingcontentSection {
    margin: 70px 0;
  }

  .testimonialSection .sectionTitle {
    line-height: 27px;
  }

  .static .sectionTitle {
    width: 180px;
  }

  .testimonial-content-slider-div .swiper-slide {
    min-height: 260px;
  }

  .testimonialSection .swiper-nav-wrapper {
    position: relative;
    bottom: -20px;
  }

  .partnerSection {
    padding: 50px 0;
  }

  .partnerSection .container-fluid > div {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px;
  }

  .certificationSection .container-fluid,
  .contactUsSection .container-fluid {
    padding: 0 20px;
  }

  .certification-content h6 {
    font-size: 1.125rem;
    line-height: 24px;
    margin-bottom: 0;
  }

  .contactUsWrapper .form-group,
  .industriesSection .item,
  .websiteaudit .form-group,
  .form-section .form-group,
  .form-section .form-group:last-child {
    width: 100%;
  }

  .footer-bold-text,
  .footer-scroll-outline-text {
    font-size: 50px;
  }

  .footer-mask-wrapper h3 {
    font-size: 30px;
    line-height: 28px;
  }

  .content h5 {
    font-size: 30px;
    line-height: 32px;
  }

  .scrollable-list-wrapper {
    padding: 10px 0;
  }

  .description_Div h6,
  .description_div h6 {
    font-size: 1.25rem;
    line-height: 24px;
  }

  .servicesDescDiv {
    padding: 50px 0;
    height: 400px;
  }

  .ourcapabilitiesDiv ul li,
  .processSection .splitcontainer,
  .services-template-default .sectionTitle,
  .highlightSection .splitcontainer,
  .processwefollowSection .splitcontainer,
  .industriesSection .splitcontainer {
    width: 100%;
  }

  .accordion {
    padding: 20px 0;
  }

  .highlightsContainer .flex-wrapper:nth-child(even) .content {
    align-items: flex-start;
  }

  .highlightsContainer .flex-wrapper:nth-child(even) .content h5,
  .highlightsContainer .flex-wrapper:nth-child(even) .content p {
    text-align: left;
  }

  .swiper-circle {
    width: 96px;
    height: 96px;
    padding: 22px;
  }

  .processSwiper .swiper-circle img {
    width: 50px;
    height: 50px;
  }

  .processSwiper .swiper-slide {
    min-height: 150px;
    width: 100px !important;
  }

  .processSwiper .swiper-slide .line {
    width: 30px;
    top: 27%;
    left: 90px;
  }

  .caseStudyContainer {
    margin: 40px 0;
  }

  .formSection h3 {
    line-height: normal;
  }

  .formSection form {
    flex-direction: column;
  }

  .formSection .btn {
    margin-top: 30px;
  }

  .form-flex {
    flex-direction: column;
  }

  .formsection .wpcf7-form {
    gap: 10px;
  }

  .formpopup {
    width: 100%;
  }

  .case-study-spotlight .flex-wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .case-study-spotlight {
    margin: 100px 0;
  }

  .img-container .logo {
    top: -50px;
    width: 100px;
    height: 100px;
  }

  .case-study-spotlight h3,
  .keypointsUl h3,
  .campaign-summary h3,
  .campaign-results h3 {
    line-height: 30px;
  }

  .case-study-spotlight ul.flex-wrapper {
    gap: 30px;
    width: 100%;
    flex-direction: row;
  }

  .case-study-spotlight h6 {
    width: 100%;
  }

  .keypointslistUl {
    padding-left: 20px;
    margin-top: 20px;
  }

  .keypointslistUl li b {
    margin-bottom: 5px;
    display: inline-block;
  }

  .keypointsUl > li {
    margin-bottom: 50px;
  }

  .keypointslistUl li {
    margin-bottom: 18px;
  }

  .campaign-summary ul {
    width: 100%;
  }

  .campaign-results ul li {
    padding: 30px 20px;
  }

  .card-title {
    line-height: 30px;
    min-height: auto;
  }

  .case-study-slider .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }

  .case-study-slider .swiper-pagination-bullet-active {
    background-color: #ff4b07;
  }

  .servicesAccor-wrapper .content h3 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 5px;
  }

  .servicesAccor-wrapper .content p {
    line-height: 22px;
    font-size: 20px;
  }

  .accordion-header .img-div,
  .accordion-desc-wrapper .img-div {
    display: none;
  }

  .accordion-header {
    padding: 0px;
  }

  ul.accordion-desc {
    display: block;
  }

  .icon {
    display: inline-block;
    font-size: 40px;
    position: absolute;
    right: 0;
    top: 0;
  }

  ul.servicesAccor-wrapper li:nth-child(even) .icon {
    color: #000;
  }

  .why-us h3 {
    line-height: 28px;
    margin-bottom: 10px;
  }

  .why-us-wrapper {
    flex-wrap: wrap;
  }

  .why-us-div {
    width: 50%;
    padding: 10px;
  }

  h4.stroke,
  .ourprocessthumbSwiper .swiper-slide h3 {
    font-size: 1.25rem;
  }

  .ourprocessSwiper .swiper-content-div {
    width: 100%;
    gap: 15px;
  }

  .swiper-content-div img {
    width: 100px;
    height: 100px;
  }

  .swiper-content-div p {
    font-size: 1rem;
    line-height: 20px;
  }

  .contactUsSection .flex-wrapper {
    gap: 10px;
  }

  .blog-listing-spotlight {
    height: auto;
  }

  .featured-post-slider-div {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .featured-post-section {
    padding: 50px 0;
  }

  .featured-post-image-slider-div,
  .featured-post-content-slider-div {
    width: 100%;
    height: auto;
  }

  .featured-post-section .swiper-nav-wrapper {
    bottom: -20px;
  }

  .listing-header-wrap h3 {
    line-height: 30px;
  }

  .listing-header-wrap .header-div {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .tab-content .tab-content-ul {
    grid-template-columns: 1fr;
  }

  .col-20,
  .col-60,
  .blog-detail-spotlight .img-div,
  .col-80 .col-20,
  .blog-detail-spotlight-content {
    width: 100%;
  }

  .col-80 {
    width: 100%;
    flex-direction: column;
    gap: 35px;
  }

  .blog-detail-div-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  .blog-detail-top-desc,
  .tbl-of-content-desc-div .tbl-of-content-li {
    margin-bottom: 40px;
  }

  .recentPostSwiper .img-container {
    height: auto;
  }

  .related-content h3 {
    font-size: 1.875rem;
    line-height: normal;
    text-align: left;
  }

  .related-content-slider .card-title {
    min-height: auto;
  }

  .spotlight-content-wrap {
    flex-direction: column;
  }

  .blog-detail-spotlight-content .card-title {
    line-height: normal;
    font-size: 1.875rem;
  }

  .related-content-slider .swiper-pagination {
    position: relative;
    bottom: 0;
  }

  .related-content-slider .swiper-pagination-bullet-active {
    background-color: #ff4b07;
  }

  .teamSection .d-flex {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
  }

  .teamSection p {
    width: 100%;
  }

  .member-name {
    font-size: 22px;
  }

  .wpsm_col-md-3 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 15px 0;
  }

  .designation {
    min-height: auto;
  }

  .careers-spotlight-content-div {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .careers-spotlight .description_Div h6,
  .careers-spotlight .description_div h6 {
    font-size: 18px;
  }

  .careers-spotlight .splitByLine {
    width: 100%;
  }

  .careers-spotlight .footer-scroll-icons {
    flex-direction: row;
    margin-top: 30px;
  }

  .careers-spotlight.blog-listing-spotlight {
    height: auto;
  }

  .spotlight-email-footer {
    width: 100%;
    flex-direction: column;
    gap: 0px;
  }

  .contactUsSection {
    padding: 50px 0;
  }

  .officesSection .panel-inner h5,
  .officesSection .panel-inner p {
    font-size: 18px;
    width: 100%;
  }

  .officesSection .panel {
    padding: 0px 0;
  }

  .single-services .inner_spotlight .splitcontainer {
    width: 650px;
  }

  .about-us-spotlight .splitcontainer,
  .description_Div h6,
  .description_div h6,
  .servicelandingpage .inner_spotlight .splitcontainer,
  .post-type-archive-services .inner_spotlight .splitcontainer,
  .formSection .form-group,
  .wpcf7-form .form-group input,
  .single-services .inner_spotlight .splitcontainer,
  .formSection .form-group:last-child,
  .blog-listing-spotlight .splitcontainer {
    width: 100%;
  }

  .spotlight-email-footer h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .spotlight-email-footer a {
    font-size: 0.875rem;
    align-items: flex-start;
    padding: 0;
    color: #fff;
  }

  .careers-spotlight .json:nth-child(1) {
    width: 200px;
  }

  .careers-spotlight .json:nth-child(2) {
    width: 200px;
  }

  .blog-listing-spotlight .description_Div,
  .blog-listing-spotlight .description_div {
    margin-bottom: 40px;
  }

  .eyes-rollover {
    width: 100%;
  }

  .certification-swiper {
    padding: 15px 0px;
  }

  .inner_spotlight video {
    width: 1940px;
  }

  .inner_spotlight .sectionTitle {
    font-size: 28px;
  }

  .description_Div h2,
  .description_div h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .our-values-swiper-div .slide-content h2 {
    font-size: 30px;
    line-height: 25px;
  }

  .description_Div p,
  .description_div p {
    font-size: 18px;
    line-height: 20px;
  }

  .inner_spotlight .spotlight_content {
    left: 30px;
    width: auto;
    right: 0;
    top: calc(100% - 104.585vw);
  }

  .inner_spotlight .maskVideoWrapper {
    top: 0;
    bottom: auto;
  }

  .values-desc {
    width: 100%;
    font-size: 18px;
  }

  .our-values-swiper-div .slide-content {
    top: 0;
    right: auto;
    position: absolute;
    padding: 0 20px;
  }

  .our-values-swiper-div .swiper-img {
    position: relative;
    top: 0px;
    left: 0;
    bottom: 0;
    height: 100%;
    padding: 0;
    width: 100%;
  }

  .our-values-slider__arrow-prev {
    left: -20px;
    width: 20px;
    height: 20px;
  }

  .our-values-slider__arrow-next {
    right: -20px;
    width: 20px;
    height: 20px;
  }

  .our-values-swiper-div .mySwiper__pagination {
    position: relative;
    bottom: 0;
    margin: 40px 0;
  }

  .partnerSection .splitcontainer {
    width: 100%;
  }

  .c-testimonials__arrow-prev {
    left: 0;
    width: 20px;
    height: 20px;
  }

  .c-testimonials__arrow-next {
    right: 0;
    width: 20px;
    height: 20px;
  }

  .accordion-desc-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding: 0px 20px;
    margin: 0;
  }

  .accordion-desc-wrapper.active {
    margin: 20px 0;
  }

  .ourcapabilitySection ul.accordion-desc li {
    font-size: 16px;
  }

  .testimonial-content {
    width: 100%;
  }

  .servicesDescDiv::before {
    background-position: center;
  }

  .spotlight-email-footer .flex-wrap {
    gap: 0;
    align-items: flex-start;
  }

  .blog-detail-div-wrapper .col-20:first-of-type {
    position: static;
    width: 100%;
  }

  .page-template-template-thankyou .inner_spotlight {
    height: 80vh;
  }

  .page-template-template-thankyou .inner_spotlight .spotlight_content {
    height: fit-content;
    top: auto;
  }

  .page-template-template-careers .scrollToDiv,
  .page-template-template-contactus .scrollToDiv {
    position: relative;
    bottom: 0;
    top: auto;
  }

  .page-template-template-contactus .spotlight-email-footer {
    flex-direction: column;
  }

  ul.accordion-desc {
    column-count: 1;
    grid-column-gap: inherit;
  }

  .searchBoxWrap,
  .BlogsSearch {
    width: 100%;
  }

  .servicesAccor-wrapper .service-redirect {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 5px;
  }

  .content-flex {
    flex-direction: column;
  }

  .news-listing-section .listing-header-wrap .header-div {
    gap: 20px;
  }

  .news-detail-wrapper .col-80,
  .news-detail-wrapper .col-80 .col-20,
  .careers-footer .splitcontainer,
  .careers-footer p {
    width: 100%;
  }

  .related-articles h3 {
    font-size: 1.875rem;
    line-height: normal;
    text-align: center;
    width: 100%;
  }

  .careers-footer .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-listing-header h3 {
    margin-bottom: 20px;
  }

  .job-listing-form {
    flex-direction: column;
    gap: 30px;
  }

  .job-listing-form .searchBoxWrap,
  .job-listing-form .filter-div select {
    width: 100%;
  }

  .searchBoxWrap {
    padding: 0;
  }

  .job-listing-body ul li .circle {
    visibility: visible;
    stroke-dashoffset: 0;
    visibility: visible;
  }

  .job-listing-body ul li:hover .circle {
    visibility: visible;
    stroke-dashoffset: 0;
    visibility: visible;
  }

  .arrow {
    opacity: 1;
  }

  .job-listing-body ul li:hover .arrow {
    opacity: 1;
  }

  .circleCta svg {
    width: 60px;
    height: 60px;
  }

  .job-details {
    flex-direction: column;
    gap: 0px;
    margin-top: 0;
  }

  .job-listing-body ul li {
    padding: 20px 0;
  }

  .jobtitle {
    line-height: 25px;
    margin-bottom: 10px;
  }

  .job-details p {
    margin-bottom: 5px;
  }

  .job-listing-footer .wrapper {
    padding: 30px 0;
    gap: 15px;
  }

  .job-listing-footer h6 {
    font-size: 1.125rem;
    margin-bottom: 0px;
  }

  .job-listing-footer p {
    font-size: 30px;
    margin-bottom: 0px;
  }

  .job-listing-footer .wrapper > div {
    width: 100%;
  }

  .careers-detail-spotlight .splitcontainer h1,
  .applyForm h4 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    margin-bottom: 10px;
  }

  .careers-detail-spotlight .job-details p {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }

  .shareDiv {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .shareWrapper span {
    font-size: 1rem;
  }

  .careers-detail-data {
    padding: 50px 0;
  }

  .lifeatSection h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }

  .videomask {
    width: 170px;
    height: 350px;
  }

  .career-img-rail {
    width: 200px;
    height: 140px;
  }

  .lifeatSection .rail li {
    padding: 0 5px;
    width: 100%;
    height: 100%;
  }

  .videomask video {
    top: 7px;
    left: 8px;
    right: 0;
    bottom: 0;
    height: calc(100% - 15px);
    width: calc(100% - 16px);
    object-fit: cover;
    border-radius: 23px;
  }

  .applyForm {
    margin: 50px 0;
  }

  .post-type-archive-open-jobs .inner_spotlight video {
    left: -817px;
  }

  .numbersDiv li,
  .numbersDiv li span {
    font-size: 3rem;
    width: fit-content;
  }

  .numbersDiv {
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: flex-start;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }

  .counter {
    justify-content: flex-start;
    height: 4.2rem;
  }

  .numbersDiv h6,
  .services-template-default .numbersDiv li h6 {
    text-align: left;
    width: auto;
  }

  .highlightsContainer .flex-wrapper .img-container {
    width: 100%;
    height: auto;
  }

  .highlightsContainer .flex-wrapper img {
    height: 100%;
    object-fit: cover;
  }

  .highlightsContainer {
    margin: 20px 0;
  }

  .highlightsContainer > .flex-wrapper:nth-child(even),
  .highlightsContainer .pin-spacer:nth-child(even) .flex-wrapper {
    flex-direction: column;
  }

  .highlightsContainer .content {
    padding: 0 15px;
  }

  .highlightsContainer .flex-wrapper {
    gap: 0;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .caseStudyContainer .flex-wrapper,
  .caseStudyContainer .flex-wrapper:nth-child(even) {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .caseStudyContainer .img-container,
  .caseStudyContainer .content,
  .caseStudyContainer .content h5 {
    width: 100%;
  }

  .caseStudyContainer .flex-wrapper:nth-child(even) .content h5 {
    text-align: left;
  }

  .caseStudyContainer .flex-wrapper:nth-child(even) .content {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faqSection .sectiontitleHeader {
    width: 100%;
    padding: 50px 0 20px;
  }

  .faqSection .flex-wrapper {
    gap: 0;
  }

  .faqSection .faqWrapper {
    width: 100%;
    margin: 30px 0;
  }

  .faqSection .accordion {
    padding: 20px 0;
  }

  .sub-title {
    font-size: 1.25rem;
  }

  .keypointsRichtext {
    padding-left: 0;
  }

  .case-study-section .job-listing-form {
    width: 100%;
  }

  .youtube-holder {
    width: 100%;
    height: auto;
  }

  .case-study-section .filter-div {
    width: 100%;
  }

  .case-study-section .filter-div select {
    background: url("../media/common/down.png") 96% / 4% no-repeat #fff;
  }

  .keypointsUl h3,
  .campaign-summary h3,
  .campaign-results h3 {
    line-height: 30px;
  }

  .campaign-summary ul {
    width: 100%;
  }

  .campaign-results ul li {
    padding: 30px 20px;
  }

  .campaign-summary ul {
    width: 100%;
  }

  .campaign-results ul li {
    padding: 30px;
  }

  .campaign-results ul li .scroll-effect-fly-left {
    padding: 0;
  }

  .keypointslistUl li ul {
    padding-left: 24px;
  }

  .img-container {
    width: 100%;
  }

  .tag-wrapper .tags p {
    margin: 0;
  }

  .thumbnail-video-wrapper {
    height: 250px;
  }

  .playIcon .image-container {
    width: 30px;
    height: 30px;
  }

  .img-container .thumbnail {
    height: 140%;
  }

  .keyPoints p,
  .keyPoints li,
  .keyPoints a {
    font-size: 18px;
  }

  .webinarpopupWrapper {
    width: 90%;
    height: 200px;
  }

  .webinarpopupWrapper .closePopUp {
    right: -10px;
    top: -50px;
  }

  .content-holder-group {
    max-width: 80%;
  }

  .media-holder-group,
  .youtube-holder-group {
    height: 200px;
  }

  .video-container,
  .youtube-holder {
    width: 100%;
    height: 100%;
  }

  .playIcon img {
    width: 100%;
    height: 100%;
  }

  .media-holder-group.multiple-imgs .slide-container {
    flex: 0 0 calc(100vw / 1);
  }

  .casestudy-listing-header.relatedcontent .tab-content .tab-content-ul,
  .casestudy-listing-header .tab-content .tab-content-ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .case-study-listing-spotlight .swiper-content {
    flex-direction: column;
    align-items: flex-end;
    padding: 0 20px;
    bottom: 40px;
    gap: 15px;
  }

  .casestudyname {
    font-size: 28px;
    line-height: 30px;
    -webkit-line-clamp: 3;
  }

  .case-study-listing-spotlight .content-wrap,
  .casestudy-listing-header .search-box,
  .casestudy-listing-header .filter-wrap {
    width: 100%;
  }

  .casestudy-listing-header .listing-header-wrap .header-div,
  .casestudy-listing-header .filter-wrap {
    gap: 20px;
  }
  .media-holder-group .img-container {
    width: 100%;
  }
  .single-case-studies .img-container .thumbnail {
    height: auto;
  }
  .media-holder-group.multiple-imgs {
    height: 250px;
  }
  .privacy-policy .entry-header{
    max-width: 100%;
    padding: 80px 20px 0px 20px;
  }
}

@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .spotlight {
    height: 100vh;
  }

  .spotlight_desc {
    width: 100%;
    right: 0;
    position: absolute;
  }

  .text_mask_wrapper {
    left: 35px;
    top: auto;
    bottom: 0;
    height: 50vh;
    transform: translate(0px, 0px);
  }

  .text_mask_wrapper h1 {
    width: max-content;
  }

  .scrollToBottom {
    right: 25px;
    bottom: 50px;
  }

  .text_mask_wrapper > div {
    display: flex;
    flex-direction: column;
  }

  .brandLogo .img-fluid {
    width: 80%;
  }

  .linksWrap {
    gap: 20px;
  }

  .hoverlinkWrap {
    font-size: 1.125rem;
    line-height: 24px;
  }

  .service-content {
    display: none;
  }

  .name-container.transformToTop {
    transform: translate(0px, 0%);
    -moz-transform: translate(0px, 0%);
  }

  .services-list-item:hover:after {
    opacity: 0;
  }

  .content .name-container {
    padding: 14px 20px;
  }

  .name-container.transformFromBottom {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
  }

  .content .name-container h3 {
    font-size: 3.75rem;
    line-height: 60px;
  }

  .services-list-item {
    height: 100%;
  }

  .content {
    word-break: break-word;
  }

  .content h5,
  .testimonialSection .splitcontainer,
  .testimonial-content-slider-div,
  .contactUsSection .sectiontitleHeader {
    width: 100%;
  }

  .flex-wrapper {
    margin: 55px 0 55px;
  }

  .testimonial-content-slider-div .swiper-slide {
    min-height: 260px;
  }

  .testimonialSection .swiper-nav-wrapper {
    position: relative;
    bottom: -20px;
  }

  .testimonial-slider-div {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }

  .rail li {
    font-size: 2.5rem;
  }

  .testimonial-image-slider-div {
    width: 50%;
  }

  .testimonial-content-slider-div .swiper-slide {
    min-height: 180px;
  }

  .contactUsSection .flex-wrapper {
    flex-direction: column;
    gap: 0;
  }

  .certificationSection .container-fluid,
  .contactUsSection .container-fluid {
    padding: 0 20px;
  }

  .inner_spotlight .container-fluid > div {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 30px;
  }

  .description_Div h6,
  .description_div h6 {
    font-size: 1.25rem;
    line-height: 24px;
  }

  .servicesDescDiv {
    padding: 50px 0;
  }

  .ourcapabilitiesDiv ul li,
  .processSection .splitcontainer,
  .services-template-default .sectionTitle,
  .highlightSection .splitcontainer {
    width: 100%;
  }

  .industriesSection .wrapper {
    gap: 10px;
  }

  .websiteaudit .form-group {
    width: 35%;
  }

  .splitcontainer {
    width: 520px;
  }

  .services-template-default .formSection .form-group {
    width: 30.33%;
  }

  .case-study-spotlight .flex-wrapper {
    flex-direction: column-reverse;
  }

  .case-study-spotlight .splitcontainer {
    width: 100%;
  }

  .case-study-spotlight ul.flex-wrapper {
    flex-direction: row;
    width: 100%;
  }

  .img-container .logo {
    width: 210px;
    height: 210px;
  }

  .campaign-summary ul {
    width: 100%;
  }

  .campaign-results ul li {
    padding: 30px;
  }

  .contactUsSection .flex-wrapper {
    gap: 10px;
  }

  .blog-listing-spotlight {
    height: auto;
  }

  .featured-post-slider-div {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .featured-post-section {
    padding: 50px 0;
  }

  .featured-post-image-slider-div,
  .featured-post-content-slider-div {
    width: 100%;
  }

  .featured-post-section .swiper-nav-wrapper {
    bottom: -20px;
  }

  .listing-header-wrap h3 {
    line-height: normal;
  }

  .listing-header-wrap .header-div {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }

  .tab-content .tab-content-ul {
    grid-template-columns: 1fr;
  }

  .featured-post-content .card-title {
    min-height: 50px;
  }

  .tab-content .tab-content-ul .img-container {
    height: auto;
  }

  .spotlight-content-wrap {
    flex-direction: column;
  }

  .col-20,
  .col-60,
  .blog-detail-spotlight .img-div,
  .col-80 .col-20,
  .blog-detail-spotlight-content {
    width: 100%;
  }

  .blog-detail-spotlight-content .card-title {
    line-height: normal;
  }

  .col-80 {
    width: 100%;
    flex-direction: column;
    gap: 35px;
  }

  .blog-detail-div-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 20px;
  }

  .blog-detail-top-desc,
  .tbl-of-content-desc-div .tbl-of-content-li {
    margin-bottom: 40px;
  }

  .recentPostSwiper .img-container {
    height: auto;
  }

  .wpsm_col-md-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .listing-content-wrap .tab-content .tab-content-ul {
    grid-template-columns: 1fr 1fr;
  }

  .blog-detail-spotlight-content .card-title {
    font-size: 30px;
  }

  .news-detail-wrapper .col-20:first-of-type,
  .news-detail-wrapper .col-80,
  .news-detail-wrapper .col-80 .col-20 {
    width: 100%;
  }

  .c-testimonials__arrow-next {
    right: 0;
  }

  .c-testimonials__arrow-prev {
    left: 0;
  }

  .maskVideoWrapper {
    bottom: 442px;
    left: calc(100% - 222px);
  }

  .revealWords .lines:last-of-type {
    height: 62px;
    left: 67px;
  }

  .inner_spotlight .maskVideoWrapper {
    top: 0;
    bottom: auto;
  }

  .inner_spotlight .spotlight_content {
    left: 30px;
    width: auto;
    right: 0;
    top: calc(100% - 94.585vw);
  }

  .inner_spotlight video {
    width: 1940px;
  }

  .about-us-spotlight .splitcontainer,
  .description_Div h6,
  .description_div h6,
  .servicelandingpage .inner_spotlight .splitcontainer,
  .post-type-archive-services .inner_spotlight .splitcontainer,
  .formSection .form-group,
  .wpcf7-form .form-group input,
  .single-services .inner_spotlight .splitcontainer,
  .formSection .form-group:last-child,
  .blog-listing-spotlight .splitcontainer {
    width: 100%;
  }

  .our-values-swiper-div .slide-content {
    top: 0;
    right: auto;
    position: absolute;
    padding: 0 20px;
  }

  .our-values-swiper-div .swiper-img {
    position: relative;
    top: 0px;
    left: 0;
    bottom: 0;
    height: 100%;
    padding: 0;
    width: 100%;
  }

  .our-values-slider__arrow-prev {
    left: -20px;
    width: 20px;
    height: 20px;
  }

  .our-values-slider__arrow-next {
    right: -20px;
    width: 20px;
    height: 20px;
  }

  .our-values-swiper-div .mySwiper__pagination {
    position: relative;
    bottom: 0;
    margin: 40px 0;
  }

  .servicesDescDiv {
    padding: 50px 0;
    height: 700px;
  }

  .servicesDescDiv::before {
    background-position: center;
  }

  .teamSection p {
    width: 100%;
  }

  .teamSection .d-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .lifeatSection h2 {
    line-height: 6.25rem;
  }

  .post-type-archive-open-jobs .inner_spotlight video {
    left: -818px;
  }

  .numbersDiv li,
  .numbersDiv li span {
    font-size: 3rem;
    width: fit-content;
  }

  .numbersDiv {
    justify-content: space-evenly;
    /* flex-wrap: wrap; */
    align-items: flex-start;
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }

  .counter {
    justify-content: flex-start;
    height: 4.2rem;
  }

  .numbersDiv h6,
  .services-template-default .numbersDiv li h6 {
    text-align: left;
    width: auto;
  }

  .case-study-spotlight .img-container {
    width: 100%;
  }

  .case-study-spotlight {
    margin: 140px 0 50px;
  }

  .thumbnail-video-wrapper {
    height: 600px;
  }

  .content-holder-group {
    max-width: 80%;
  }

  .video-container .img-container {
    width: 100%;
  }

  .video-container,
  .youtube-holder {
    width: 100%;
  }

  .media-holder-group.multiple-imgs .slide-container {
    flex: 0 0 calc(100vw / 1);
  }
}
