.lyt-section-new {
  padding: 90px 0 !important;
}
.max950 {
  max-width: 950px !important;
}
.max1000 {
  max-width: 1000px !important;
}
.lyt-section-new.bs-banner.pt-180 {
  padding-top: 180px !important;
}
#navbar {
  transition: 50ms ease all;
}
.menuLinks {
  transition: 50ms ease all;
}
.navbar-wrapper.hide .menuLinks {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
#videoAnimation .show-video {
  position: absolute;
  top: 43px;
  right: 10%;
  height: 164px;
  width: 164px;
}
.fancybox-container {
  z-index: 11111111111111111111111111 !important;
}
#videoAnimation .cssshowreel {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-animation: animation 12s linear infinite;
  animation: animation 12s linear infinite;
}
#videoAnimation .image-block .video-wrapper video {
  cursor: url(../images/play-small-icon.svg), auto;
  width: 100%;
  height: 100%;
}
#videoAnimation .video-wrapper:hover .show-video {
  display: none;
}
#videoAnimation .css-small-icon {
  width: 24px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.position-relative {
  position: relative;
}
#videoAnimation .video-wrapper .cssshowreel {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-animation: animation 12s linear infinite;
  animation: animation 12s linear infinite;
}
@keyframes animation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.bs-banner .main-heading-new {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Kumbh Sans";
  color: #111;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.bs-banner .sub-title-new {
  color: #444;
  margin-bottom: 80px;
}
.sub-title-new {
  font-size: 24px;
  font-weight: 300;
  font-family: "Kumbh Sans";
  max-width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
}
.commom-heading {
  font-size: 48px;
  font-weight: 700;
  color: #0c0c0c;
  font-family: "Kumbh Sans", sans-serif;
  text-align: center;
}
.commom-heading-sub {
  font-size: 36px;
  font-weight: 500;
  font-family: "Kumbh Sans";
  color: #fff;
}
.container-padding-left-create {
  padding-left: var(--paddingLeftByContainer);
}
.view-more-btn-block .view-more-partner:after {
  background: url(../images/button-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
}
.view-all:after {
  background: url(../images/button-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  top: 25%;
}
.view-all-new-design {
  color: #0c0c0c;
}
.view-all-new-design::after {
  background: url(../images/black-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.menuLinks {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}
.menuLinks ul {
  display: flex;
  align-items: center;
  grid-gap: 40px;
}
.menuLinks ul li {
  font-size: 15px;
  font-weight: 400;
  color: #0c0c0c;
  position: relative;
  list-style: none;
  font-family: "Kumbh Sans", sans-serif;
}
.menuLinks ul li a {
  font-size: 17px;
  font-weight: 400;
  color: #0c0c0c;
  position: relative;
  list-style: none;
  font-family: "Kumbh Sans", sans-serif;
  transition: ease 0.5s all;
}
.menuLinks ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background: #a850fe;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: ease 0.5s all;
}
.menuLinks ul li:hover::after {
  width: 100%;
}
.menuLinks ul li:hover a {
  font-weight: 700;
}
.navbar-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 9999;
  transition: ease 0.5s all;
}
.navbar-wrapper.bg-dark {
  background: rgb(0 0 0 / 0.8);
}
.menuLinks.active {
  display: none;
}
.navbar-wrapper.active .menuLinks ul li a {
  color: #fff;
}
.navbar-wrapper #navbar .ymenu .container {
  margin-top: -14px;
}
.navbar-wrapper #navbar .ymenu .container .menuBtnIcon {
  top: 23px !important;
}
.navbar-wrapper #navbar .ymenu .container .menuBtnIcon span {
  width: 24px !important;
  height: 2px;
}
.bg-none {
  background: none !important;
}
.new-gray {
  color: #444;
}
.typ-new-btn {
  box-shadow: -4px 4px 0 0 #000000 !important;
  padding: 15px 24px;
  font-size: 14px;
}
.typ-new-btn:hover {
  box-shadow: 0 0 0 #a850fe !important;
}
#journey .counter-box,
#journey .counter-desc {
  text-align: center;
}
#journey.journey-new .counter-desc {
  padding-bottom: 0;
  min-height: auto;
}
#partners .partnersList .partnerIcon a img {
  filter: grayscale(1);
  transition: ease 0.5s all;
  transform: scale(0.8);
}
#partners .partnersList {
  column-gap: 70px;
}
.partnersList > div {
  flex: 0 0 auto;
}
#partners .partnersList .partnerIcon:hover a img {
  filter: grayscale(0);
}
.win-section {
  background: #010101;
}
.win-section .commom-heading {
  color: #fff;
}
.win-section .sub-title-new {
  color: #fff;
}
.win-section .box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
}
.win-section .box-wrapper .box {
  width: 183px;
  height: 183px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.win-section .box-wrapper .box .innerBox {
  transition: ease 0.5s all;
  transform: scale(0.9);
  filter: grayscale(1);
}
.win-section .box-wrapper .box:hover .innerBox {
  transform: scale(1);
  filter: grayscale(0);
}
.win-section .box-wrapper .box:hover .innerBox-border img {
  border: 1px solid #fff;
  border-radius: 50%;
}
.services-section-new .service-box-new {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 48px;
  padding-right: 30px;
}
.services-section-new .service-box-new .content-wrapper {
  display: flex;
  align-items: self-start;
  grid-gap: 20px;
}
.services-section-new .service-box-new .content-wrapper .icon {
  min-width: 20px;
}
.services-section-new .service-box-new .arrow-icon {
  min-width: 16px;
}
.services-section-new .service-box-new .content-wrapper .content-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #010101;
  font-family: "Kumbh Sans";
  margin-bottom: 4px;
}
.services-section-new .service-box-new .content-wrapper .content-para {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  font-family: "Kumbh Sans";
  max-width: 400px;
}
.culture-sec-new {
  background: #0c0c0c;
}
.culture-sec-new .commom-heading {
  color: #fff;
  text-align: left;
}
.culture-sec-new .sub-title-new a {
  display: inline-block;
  color: #a850fe;
}
.culture-sec-new .culture-img-slider img {
  vertical-align: top;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#step.step-section-new #scrollable-content {
  float: none;
  padding-left: 50px;
}
.step-section-new #scrollable-content .commom-heading {
  text-align: left;
}
.step-section-new #scrollable-content .sub-title-new {
  text-align: left;
}
.step-section-new #scrollable-content .new-para {
  font-size: 20px;
  font-weight: 400;
  color: #4d4d4d;
  font-family: "Kumbh Sans";
  max-width: 350px;
}
.step-section-new #scrollable-content .name {
  font-size: 20px;
  font-weight: 300;
  color: #4d4d4d;
  font-family: "Kumbh Sans";
  margin-bottom: 80px;
}
.bs-tabs .video-wrapper iframe {
  height: 485px;
  width: 100%;
  max-width: 1100px;
}
#step.step-section-new .left_process {
  padding-right: 0;
}
#step.step-section-new .left_process .step-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
}
.step-section-new #scrollable-content .right_process .step-box {
  float: none;
  padding-left: 0;
}
.step-section-new #scrollable-content .right_process .step-box .step_align {
  padding: 0;
  float: none;
  width: 100%;
}
.step-section-new
  #scrollable-content
  .right_process
  .step-box
  .step_align::before {
  content: none;
}
.step-section-new #scrollable-content .right_process .step-box .step-flex {
  width: 100%;
  float: none;
}
.step-section-new
  #scrollable-content
  .right_process
  .step-box
  .step-flex
  .steps-counts {
  padding-top: 15px;
}
#step .ycol-5 .left_process {
  padding-top: 0;
  top: 150px;
}
.step-section-new .ycol-5 {
  padding: 0 80px;
}
.impactful-section-new {
  background: #f8f8f8;
}
.bs-tabs .tabs {
  display: flex;
  grid-gap: 32px;
  margin-top: 50px;
}
.bs-tabs .tab {
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.bs-tabs .tab .small-box img {
  border: 4px solid #fff0;
}
.bs-tabs .tab.active .small-box img {
  border: 4px solid #fff;
  box-shadow: 0 4px 16px 0 #00000040;
}
.bs-tabs button:focus {
  outline: none;
}
.bs-tabs .tab-content {
  display: none;
  margin-top: 80px;
}
.bs-tabs .tab-content.active {
  display: block;
}
.bs-tabs .tab-content .video-wrapper {
  width: 100%;
  height: 485px;
  margin-bottom: 50px;
}
.bs-tabs .tab-content .video-wrapper video {
  width: 100%;
  height: 100%;
}
.bs-tabs .tab-content .number {
  font-size: 24px;
  font-weight: 400;
  color: #010101;
  font-family: "Kumbh Sans";
  margin-bottom: 6px;
}
.bs-tabs .tab-content .title {
  font-family: "Kumbh Sans";
  font-size: 52px;
  font-weight: 700;
  color: #010101;
  line-height: 1;
  margin-bottom: 16px;
}
.bs-tabs .tab-content .degination {
  font-family: "Kumbh Sans";
  font-size: 32px;
  font-weight: 400;
  color: #010101;
  margin-bottom: 16px;
}
.bs-tabs .tab-content .View-Case .view-all {
  margin: 0;
}
.bs-tabs .tab-content .bs-tabs .tab-content.active {
  display: block;
}
.innovation-section-new {
  background: #0c0c0c;
}
.purpose-section-new .box-wrapper {
  margin-top: 80px;
}
.purpose-section-new .bs-design-box {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.purpose-section-new .bs-design-box .logo {
  max-width: 224px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
}
.purpose-section-new .bs-design-box .content {
  margin-bottom: 40px;
  height: 150px;
}
.purpose-section-new .bs-design-box .content .title {
  font-size: 32px;
  font-weight: 700;
  color: #010101;
  font-family: "Kumbh Sans";
  text-align: center;
}
.purpose-section-new .bs-design-box .content .discription {
  font-family: "Kumbh Sans";
  font-size: 20px;
  font-weight: 400;
  color: #4d4d4d;
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
}
.testimonial-section-new .commom-heading {
  text-align: left;
}
.testimonial-section-new .sub-title-new {
  text-align: left;
}
.testimonial-section-new .testimonial-slider-new {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 80px 0;
}
.testimonial-section-new .testimonial-slider-new .swiper-wrapper .swiper-slide {
  height: auto;
}
.testimonial-section-new .button-wrapper {
  max-width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.testimonial-section-new .testimonial-prev {
  width: 40px;
  height: 40px;
  position: unset;
}
.testimonial-section-new .testimonial-next {
  width: 40px;
  height: 40px;
  position: unset;
}
.testimonial-section-new .testimonial-prev::after {
  content: "";
  background: url(../yassets/images/white-arrow-right-line.png) no-repeat center
    center;
  background-color: #a850fe;
  font-size: 0;
  transform: rotateY(180deg);
  border-radius: 0;
  width: 40px;
  height: 40px;
  box-shadow: 4px 4px 0 #000;
  transition: ease 0.5s all;
}
.testimonial-section-new .testimonial-next::after {
  background: url(../yassets/images/white-arrow-right-line.png) no-repeat center
    center;
  background-color: #a850fe;
  font-size: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  box-shadow: -4px 4px 0 #000;
  transition: ease 0.5s all;
}
.testimonial-section-new .testimonial-next:hover::after {
  box-shadow: 0 0 0 #000;
}
.testimonial-section-new .testimonial-prev:hover::after {
  box-shadow: 0 0 0 #000;
}
.testimonial-section-new {
  position: relative;
}
.testimonial-section-new .testimonial-pagination {
  bottom: 80px;
}
.testimonial-section-new .testimonial-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  background: #e45d3b;
  opacity: 0.2;
  border-radius: 0;
}
.testimonial-section-new
  .testimonial-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
}
.bs-testimonial-card {
  display: flex;
  align-items: center;
  box-shadow: 0 4px 64px 0 #0000001f;
  height: 100%;
}
.bs-testimonial-card .img-box {
  height: 100%;
  min-width: 250px;
  max-width: 250px;
  width: 100%;
}
.bs-testimonial-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.bs-testimonial-card .content-box {
  height: 100%;
  padding: 24px 32px;
  background: #fff;
  padding-top: 54px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bs-testimonial-card .content-box .discription {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
  font-family: "Kumbh Sans";
  margin-bottom: 50px;
  position: relative;
}
.bs-testimonial-card .content-box .discription::before {
  content: "";
  width: 80px;
  height: 62px;
  position: absolute;
  top: -30px;
  left: -8px;
  background: url(../images/quots.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.bs-testimonial-card .content-box .profile-info {
  margin-bottom: 18px;
}
.bs-testimonial-card .content-box .name {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  font-family: "Kumbh Sans";
}
.bs-testimonial-card .content-box .designation {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  font-family: "Kumbh Sans";
}
.bs-testimonial-card .content-box .company-logo {
  max-width: 95px;
}
.faq-sec-new {
  background: #f8f8f8;
}
.faq-sec-new .faqs {
  margin-top: 80px;
}
.faq-sec-new .sub-title-new a {
  display: inline-block;
  color: #a850fe;
  font-weight: 700;
}
.faq-sec-new .faqs .accordion-item.hidden-new {
  display: none;
}
.faq-sec-new .faqs .accordion-item .accordion-title.open {
  background: #0c0c0c;
}
.faq-sec-new .faqs .accordion-content {
  background: #0c0c0c;
}
.faqs-accordion .accordion-title:after {
  background: url(../images/purple-plus.svg) no-repeat;
}
.faq-sec-new .faqs .accordion-item .accordion-content p {
  margin-bottom: 0;
}
.faq-sec-new .faqs .accordion-item .accordion-content p a {
  display: inline-block;
  color: #a850fe;
}
@media screen and (min-width: 768px) {
  #journey .counter-box {
    font-size: 60px;
  }
}
@media (min-width: 998px) and (max-width: 1200px) {
  #step.step-section-new .left_process .step-img {
    bottom: -30px;
  }
}
@media (max-width: 992px) {
  .lyt-section-new {
    padding: 60px 0 !important;
  }
  .commom-heading {
    font-size: 28px;
  }
  .commom-heading-sub {
    font-size: 22px;
  }
  .sub-title-new {
    font-size: 18px;
  }
  .bs-banner .main-heading-new {
    font-size: 30px;
  }
  .bs-banner .sub-title-new {
    margin-bottom: 40px;
  }
  #partners .partner-list-wrapper .partnersList .partnerIcon {
    min-width: 30%;
  }
  .win-section .box-wrapper {
    margin-top: 40px;
  }
  .win-section .box-wrapper .box {
    width: 150px;
    height: 150px;
  }
  .services-section-new .service-box-new {
    margin-top: 24px;
    padding-right: 0;
  }
  .services-section-new .service-box-new .content-wrapper .content-heading {
    font-size: 20px;
  }
  #step.step-section-new .left_process .step-img {
    max-width: 100px;
  }
  .bs-tabs .tabs {
    margin-top: 40px;
    grid-gap: 10px;
  }
  .bs-tabs .tab-content {
    margin-top: 40px;
  }
  .bs-tabs .tab-content .video-wrapper {
    margin-bottom: 40px;
    height: 230px;
  }
  .bs-tabs .tab-content .number {
    font-size: 20px;
  }
  .bs-tabs .tab-content .title {
    font-size: 32px;
  }
  .bs-tabs .tab-content .degination {
    font-size: 16px;
  }
  .purpose-section-new .box-wrapper {
    margin-top: 80px;
  }
  .purpose-section-new .bs-design-box {
    flex-direction: column;
  }
  .purpose-section-new .bs-design-box .logo {
    max-width: 160px;
  }
  .purpose-section-new .bs-design-box .content {
    height: auto;
  }
  .purpose-section-new .bs-design-box .content .title {
    font-size: 22px;
  }
  .purpose-section-new .bs-design-box .content .discription {
    font-size: 18px;
  }
  .bs-testimonial-card .img-box {
    height: 413px;
  }
  .faq-sec-new .faqs {
    margin-top: 40px;
  }
  .faq-sec-new .faqs .accordion-item .accordion-content {
    padding-top: 15px;
  }
  .yfooter .footer-top h2 {
    margin-bottom: 30px;
  }
  .yfooter .footer-top .button {
    margin: 30px 5px 0;
  }
}
@media (max-width: 767px) {
  #partners .partner-list-wrapper .partnersList .partnerIcon {
    min-width: 50%;
  }
  .lyt-section-new.bs-banner.pt-180 {
    padding-top: 90px !important;
  }
  #videoAnimation .show-video {
    position: absolute;
    top: 43px;
    right: 10%;
    height: 100px;
    width: 100px;
  }
  .bs-testimonial-card {
    flex-direction: column;
    justify-content: start;
    width: 95%;
    margin: 0 auto;
    height: 100%;
  }
  .purpose-section-new .box-wrapper {
    margin-top: 40px;
  }
  .menuLinks {
    display: none;
  }
  .bs-testimonial-card .content-box {
    height: auto;
    height: 100%;
  }
  .bs-testimonial-card {
    align-items: self-start;
  }
  .bs-testimonial-card .img-box {
    max-width: 100%;
  }
  #step .ycol-5 {
    padding-top: 100px;
    background: #fff;
  }
}
.lyt-section-new {
  padding: 90px 0 !important;
}
.max950 {
  max-width: 950px !important;
}
.max1000 {
  max-width: 1000px !important;
}
.bs-banner .main-heading-new {
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Kumbh Sans";
  color: #111;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.bs-banner .sub-title-new {
  color: #444;
  margin-bottom: 80px;
}
.sub-title-new {
  font-size: 24px;
  font-weight: 300;
  font-family: "Kumbh Sans";
  max-width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.3;
}
.commom-heading {
  font-size: 48px;
  font-weight: 700;
  color: #0c0c0c;
  font-family: "Kumbh Sans", sans-serif;
  text-align: center;
}
.commom-heading-sub {
  font-size: 36px;
  font-weight: 500;
  font-family: "Kumbh Sans";
  color: #fff;
}
.container-padding-left-create {
  padding-left: var(--paddingLeftByContainer);
}
.view-more-btn-block .view-more-partner:after {
  background: url(../images/button-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
}
.view-all:after {
  background: url(../images/button-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  top: 25%;
}
.view-all-new-design {
  color: #0c0c0c;
}
.view-all-new-design::after {
  background: url(../images/black-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.menuLinks {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
}
.menuLinks ul {
  display: flex;
  align-items: center;
  grid-gap: 40px;
}
.menuLinks ul li {
  font-size: 15px;
  font-weight: 400;
  color: #0c0c0c;
  position: relative;
  list-style: none;
  font-family: "Kumbh Sans", sans-serif;
}
.menuLinks ul li a {
  font-size: 17px;
  font-weight: 400;
  color: #0c0c0c;
  position: relative;
  list-style: none;
  font-family: "Kumbh Sans", sans-serif;
  transition: ease 0.5s all;
}
.menuLinks ul li::after {
  content: "";
  width: 0;
  height: 2px;
  background: #a850fe;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: ease 0.5s all;
}
.menuLinks ul li:hover::after {
  width: 100%;
}
.menuLinks ul li:hover a {
  font-weight: 700;
}
.navbar-wrapper {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  z-index: 9999;
  transition: ease 0.5s all;
}
.menuLinks.active {
  display: none;
}
.navbar-wrapper #navbar .ymenu .container {
  margin-top: -14px;
}
.navbar-wrapper #navbar .ymenu .container .menuBtnIcon {
  top: 23px !important;
}
.navbar-wrapper #navbar .ymenu .container .menuBtnIcon span {
  width: 24px !important;
  height: 2px;
}
.bg-none {
  background: none !important;
}
.new-gray {
  color: #444;
}
.typ-new-btn {
  box-shadow: -4px 4px 0 0 #000000 !important;
  padding: 15px 24px;
  font-size: 14px;
}
.typ-new-btn:hover {
  box-shadow: 0 0 0 #a850fe !important;
}
#journey .counter-box,
#journey .counter-desc {
  text-align: center;
}
#journey.journey-new .counter-desc {
  padding-bottom: 0;
  min-height: auto;
}
#partners .partnersList .partnerIcon a img {
  filter: grayscale(1);
  transition: ease 0.5s all;
  transform: scale(0.8);
}
#partners .partnersList {
  column-gap: 70px;
}
.partnersList > div {
  flex: 0 0 auto;
}
#partners .partnersList .partnerIcon:hover a img {
  filter: grayscale(0);
}
.win-section {
  background: #010101;
}
.win-section .commom-heading {
  color: #fff;
}
.win-section .sub-title-new {
  color: #fff;
}
.win-section .box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 80px;
}
.win-section .box-wrapper .box {
  width: 183px;
  height: 183px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.win-section .box-wrapper .box .innerBox {
  transition: ease 0.5s all;
  transform: scale(0.9);
  filter: grayscale(1);
}
.win-section .box-wrapper .box:hover .innerBox {
  transform: scale(1);
  filter: grayscale(0);
}
.win-section .box-wrapper .box:hover .innerBox-border img {
  border: 1px solid #fff;
  border-radius: 50%;
}
.services-section-new .service-box-new {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 48px;
  padding-right: 30px;
}
.services-section-new .service-box-new .content-wrapper {
  display: flex;
  align-items: self-start;
  grid-gap: 20px;
}
.services-section-new .service-box-new .content-wrapper .icon {
  min-width: 20px;
}
.services-section-new .service-box-new .arrow-icon {
  min-width: 16px;
}
.services-section-new .service-box-new .content-wrapper .content-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #010101;
  font-family: "Kumbh Sans";
  margin-bottom: 4px;
}
.services-section-new .service-box-new .content-wrapper .content-para {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  font-family: "Kumbh Sans";
  max-width: 400px;
}
.culture-sec-new {
  background: #0c0c0c;
}
.culture-sec-new .commom-heading {
  color: #fff;
  text-align: left;
}
.culture-sec-new .sub-title-new a {
  display: inline-block;
  color: #a850fe;
}
.culture-sec-new .culture-img-slider img {
  vertical-align: top;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#step.step-section-new #scrollable-content {
  float: none;
  padding-left: 50px;
}
.step-section-new #scrollable-content .commom-heading {
  text-align: left;
}
.step-section-new #scrollable-content .sub-title-new {
  text-align: left;
}
.step-section-new #scrollable-content .new-para {
  font-size: 20px;
  font-weight: 400;
  color: #4d4d4d;
  font-family: "Kumbh Sans";
  max-width: 350px;
}
.step-section-new #scrollable-content .name {
  font-size: 20px;
  font-weight: 300;
  color: #4d4d4d;
  font-family: "Kumbh Sans";
  margin-bottom: 80px;
}
#step.step-section-new .left_process {
  padding-right: 0;
}
#step.step-section-new .left_process .step-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
}
.step-section-new #scrollable-content .right_process .step-box {
  float: none;
  padding-left: 0;
}
.step-section-new #scrollable-content .right_process .step-box .step_align {
  padding: 0;
  float: none;
  width: 100%;
}
.step-section-new
  #scrollable-content
  .right_process
  .step-box
  .step_align::before {
  content: none;
}
.step-section-new #scrollable-content .right_process .step-box .step-flex {
  width: 100%;
  float: none;
}
.step-section-new
  #scrollable-content
  .right_process
  .step-box
  .step-flex
  .steps-counts {
  padding-top: 15px;
}
#step .ycol-5 .left_process {
  padding-top: 0;
  top: 150px;
}
.step-section-new .ycol-5 {
  padding: 0 80px;
}
.impactful-section-new {
  background: #f8f8f8;
}
.win-section .box-wrapper .box .innerBox img {
  max-width: 120px;
  height: auto;
  width: 100%;
}
.bs-tabs .tabs {
  display: flex;
  grid-gap: 32px;
  margin-top: 50px;
}
.bs-tabs .tab {
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  font-size: 16px;
  transition: all 0.3s ease;
}
.bs-tabs .tab .small-box img {
  border: 4px solid #fff0;
}
.bs-tabs .tab.active .small-box img {
  border: 4px solid #fff;
  box-shadow: 0 4px 16px 0 #00000040;
}
.bs-tabs button:focus {
  outline: none;
}
.bs-tabs .tab-content {
  display: none;
  margin-top: 80px;
}
.bs-tabs .tab-content.active {
  display: block;
}
.bs-tabs .tab-content .video-wrapper {
  width: 100%;
  height: 485px;
  margin-bottom: 50px;
}
.bs-tabs .tab-content .video-wrapper video {
  width: 100%;
  height: 100%;
}
.bs-tabs .tab-content .number {
  font-size: 24px;
  font-weight: 400;
  color: #010101;
  font-family: "Kumbh Sans";
  margin-bottom: 6px;
}
.bs-tabs .tab-content .title {
  font-family: "Kumbh Sans";
  font-size: 52px;
  font-weight: 700;
  color: #010101;
  line-height: 1;
  margin-bottom: 16px;
}
.bs-tabs .tab-content .degination {
  font-family: "Kumbh Sans";
  font-size: 32px;
  font-weight: 400;
  color: #010101;
  margin-bottom: 16px;
}
.bs-tabs .tab-content .View-Case .view-all {
  margin: 0;
}
.bs-tabs .tab-content .bs-tabs .tab-content.active {
  display: block;
}
.innovation-section-new {
  background: #0c0c0c;
}
.purpose-section-new .box-wrapper {
  margin-top: 80px;
}
.purpose-section-new .bs-design-box {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.purpose-section-new .bs-design-box .logo {
  max-width: 224px;
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
}
.purpose-section-new .bs-design-box .content {
  margin-bottom: 40px;
  height: 150px;
}
.purpose-section-new .bs-design-box .content .title {
  font-size: 32px;
  font-weight: 700;
  color: #010101;
  font-family: "Kumbh Sans";
  text-align: center;
}
.purpose-section-new .bs-design-box .content .discription {
  font-family: "Kumbh Sans";
  font-size: 20px;
  font-weight: 400;
  color: #4d4d4d;
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
}
.testimonial-section-new .commom-heading {
  text-align: left;
}
.testimonial-section-new .sub-title-new {
  text-align: left;
}
.testimonial-section-new .testimonial-slider-new {
  position: relative;
  background: #fff;
  overflow: hidden;
  padding: 80px 0;
}
.testimonial-section-new .testimonial-slider-new .swiper-wrapper .swiper-slide {
  height: auto;
}
.testimonial-section-new .button-wrapper {
  max-width: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.testimonial-section-new .testimonial-prev {
  width: 40px;
  height: 40px;
  position: unset;
}
.testimonial-section-new .testimonial-next {
  width: 40px;
  height: 40px;
  position: unset;
}
.testimonial-section-new .testimonial-prev::after {
  content: "";
  background: url(../yassets/images/white-arrow-right-line.png) no-repeat center
    center;
  background-color: #a850fe;
  font-size: 0;
  transform: rotateY(180deg);
  border-radius: 0;
  width: 40px;
  height: 40px;
  box-shadow: 4px 4px 0 #000;
  transition: ease 0.5s all;
}
.testimonial-section-new .testimonial-next::after {
  background: url(../yassets/images/white-arrow-right-line.png) no-repeat center
    center;
  background-color: #a850fe;
  font-size: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  box-shadow: -4px 4px 0 #000;
  transition: ease 0.5s all;
}
.testimonial-section-new .testimonial-next:hover::after {
  box-shadow: 0 0 0 #000;
}
.testimonial-section-new .testimonial-prev:hover::after {
  box-shadow: 0 0 0 #000;
}
.testimonial-section-new {
  position: relative;
}
.testimonial-section-new .testimonial-pagination {
  bottom: 80px;
}
.testimonial-section-new .testimonial-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 6px;
  background: #e45d3b;
  opacity: 0.2;
  border-radius: 0;
}
.testimonial-section-new
  .testimonial-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  width: 40px;
}
.bs-testimonial-card {
  display: flex;
  align-items: center;
  box-shadow: 0 4px 64px 0 #0000001f;
  height: 100%;
}
.bs-testimonial-card .img-box {
  height: 100%;
  min-width: 250px;
  max-width: 250px;
  width: 100%;
}
.bs-testimonial-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.bs-testimonial-card .content-box {
  height: 100%;
  padding: 24px 32px;
  background: #fff;
  padding-top: 54px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bs-testimonial-card .content-box .discription {
  font-size: 18px;
  font-weight: 500;
  color: #4d4d4d;
  font-family: "Kumbh Sans";
  margin-bottom: 50px;
  position: relative;
}
.bs-testimonial-card .content-box .discription::before {
  content: "";
  width: 80px;
  height: 62px;
  position: absolute;
  top: -30px;
  left: -8px;
  background: url(../images/quots.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.bs-testimonial-card .content-box .profile-info {
  margin-bottom: 18px;
}
.bs-testimonial-card .content-box .name {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  font-family: "Kumbh Sans";
}
.bs-testimonial-card .content-box .designation {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  font-family: "Kumbh Sans";
}
.bs-testimonial-card .content-box .company-logo {
  max-width: 95px;
}
.faq-sec-new {
  background: #f8f8f8;
}
.faq-sec-new .faqs {
  margin-top: 80px;
}
.faq-sec-new .sub-title-new a {
  display: inline-block;
  color: #a850fe;
  font-weight: 700;
}
.faq-sec-new .faqs .accordion-item.hidden-new {
  display: none;
}
.faq-sec-new .faqs .accordion-item .accordion-title.open {
  background: #0c0c0c;
}
.faq-sec-new .faqs .accordion-content {
  background: #0c0c0c;
}
.faqs-accordion .accordion-title:after {
  background: url(../images/purple-plus.svg) no-repeat;
}
.faq-sec-new .faqs .accordion-item .accordion-content p {
  margin-bottom: 0;
}
.faq-sec-new .faqs .accordion-item .accordion-content p a {
  display: inline-block;
  color: #a850fe;
}
.floating__area .typ-new-btn {
  margin-right: 30px !important;
  border-radius: 0;
}
.view-more-btn-block .view-more-partner.toggled:after {
  transform: none;
}
@media screen and (min-width: 768px) {
  #journey .counter-box {
    font-size: 60px;
  }
}
@media (min-width: 998px) and (max-width: 1200px) {
  #step.step-section-new .left_process .step-img {
    bottom: -30px;
  }
}
@media (max-width: 992px) {
  .lyt-section-new {
    padding: 90px 0 !important;
  }
  .commom-heading {
    font-size: 26px;
  }
  .commom-heading-sub {
    font-size: 22px;
  }
  .sub-title-new {
    font-size: 18px;
  }
  .bs-banner .main-heading-new {
    font-size: 26px;
  }
  .bs-banner .sub-title-new {
    margin-bottom: 40px;
  }
  #partners .partner-list-wrapper .partnersList .partnerIcon {
    min-width: 30%;
  }
  .win-section .box-wrapper {
    margin-top: 40px;
  }
  .win-section .box-wrapper .box {
    width: 150px;
    height: 150px;
  }
  #step.step-section-new #scrollable-content {
    padding-left: 30px;
    padding-left: 0;
  }
  .services-section-new .service-box-new {
    margin-top: 24px;
    padding-right: 0;
    grid-gap: 10px;
  }
  .services-section-new .service-box-new .content-wrapper .content-heading {
    font-size: 20px;
  }
  #step.step-section-new .left_process .step-img {
    max-width: 100px;
  }
  .bs-tabs .tabs {
    margin-top: 40px;
    grid-gap: 10px;
  }
  .bs-tabs .tab-content {
    margin-top: 40px;
  }
  .bs-tabs .tab-content .video-wrapper {
    margin-bottom: 40px;
    height: 230px;
  }
  .bs-tabs .tab-content .number {
    font-size: 14px;
  }
  .bs-tabs .tab-content .title {
    font-size: 26px;
  }
  .bs-tabs .tab-content .degination {
    font-size: 16px;
  }
  .purpose-section-new .bs-design-box {
    flex-direction: column;
  }
  .purpose-section-new .bs-design-box .logo {
    max-width: 100px;
  }
  .purpose-section-new .bs-design-box .content {
    height: auto;
  }
  .purpose-section-new .bs-design-box .content .title {
    font-size: 22px;
  }
  .purpose-section-new .bs-design-box .content .discription {
    font-size: 18px;
  }
  .bs-testimonial-card .img-box {
    height: 413px;
  }
  .faq-sec-new .faqs {
    margin-top: 40px;
  }
  .faq-sec-new .faqs .accordion-item .accordion-content {
    padding-top: 15px;
  }
  .bs-testimonial-card .img-box img {
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
  }
  .bs-testimonial-card {
    padding-top: 24px;
  }
  .yfooter .footer-top h2 {
    text-align: left;
  }
  .typ-new-btn {
    padding: 8px 20px;
  }
  #prev-1 {
    background: url(../yassets/images/white-arrow-right-line.png) no-repeat
      center center;
    transform: rotateY(180deg);
  }
  #next-1 {
    background: url(../yassets/images/white-arrow-right-line.png) no-repeat
      center center;
  }
  #prev-1,
  #next-1 {
    content: "";
    background-color: #a850fe;
    font-size: 0;
    border-radius: 0;
    width: 40px;
    height: 40px;
    box-shadow: 4px 4px 0 #000;
    transition: ease 0.5s all;
    border: none;
    box-shadow: -4px 4px 0 #fff;
  }
  .culture-sec-new .button-wrapper {
    max-width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #partners .partner-list-wrapper .partnersList .partnerIcon {
    min-width: 48%;
  }
  #partners .partnersList {
    column-gap: 10px;
  }
  .bs-testimonial-card {
    flex-direction: column;
    justify-content: start;
    width: 95%;
    margin: 0 auto;
    height: 100%;
  }
  .tabs-wrapper {
    overflow: auto;
  }
  .bs-tabs .tabs {
    width: max-content;
  }
  .purpose-section-new .box-wrapper {
    margin-top: 40px;
  }
  .menuLinks {
    display: none;
  }
  .bs-testimonial-card .content-box {
    height: auto;
    height: 100%;
  }
  .bs-testimonial-card {
    align-items: self-start;
  }
  .bs-testimonial-card .img-box {
    max-width: 100%;
  }
  #step .ycol-5 {
    padding-top: 100px;
    padding-top: 0;
    top: 100px;
    background: #fff;
  }
  #partners .partnersList .partnerIcon a img,
  .win-section .box-wrapper .box .innerBox {
    filter: none;
  }
  .navbar-wrapper.active {
    background: rgb(0 0 0 / 0.8);
  }
  #syncScroll {
    width: 85%;
    margin: 0 auto;
  }
  .image-block .show-video {
    top: 10px;
    right: 10px;
    height: 70px;
    width: 70px;
  }
  .css-small-icon {
    width: 12px;
  }
  .partner-list-wrapper.collapsed .partnersList {
    max-height: max-content;
  }
  .bs-tabs .tab .small-box img {
    max-width: 200px;
  }
  .bs-tabs .tabs {
    grid-gap: 30px;
  }
  .floating__area .typ-new-btn {
    margin-right: 0px !important;
    border-radius: 0;
  }
  .bs-tabs .video-wrapper iframe {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
}

/* Marquee styles */
.marquee {
  --gap: 80px;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* Pause animation when reduced-motion is set */
/* @media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
} */

/* Enable animation */
.enable-animation .marquee__content {
  animation: scroll 35s linear infinite;
}

/* Pause on hover */
.marquee--hover-pause:hover .marquee__content {
  animation-play-state: paused;
}

.marquee--fit-content {
  max-width: fit-content;
}

.marquee--pos-absolute .marquee__content:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

/* Enable position absolute animation on the duplicate content (last-child) */
.enable-animation .marquee--pos-absolute .marquee__content:last-child {
  animation-name: scroll-abs;
}

#media-section .marquee-slide-wrapper .marquee__content a {
  display: block;
}

.marquee__content img {
  width: auto; /* Let width scale automatically */
  object-fit: contain; /* Ensures image fits within the box */
  display: block;
}

@keyframes scroll-abs {
  from {
    transform: translateX(calc(100% + var(--gap)));
  }

  to {
    transform: translateX(0);
  }
}

/* Other page demo styles */
.marquee__content > * {
  flex: 0 0 auto;
  padding: 5px;
  border-radius: 0.25rem;
  text-align: center;
  max-width: 150px;
  max-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#media-section .marquee-slide-wrapper {
  width: 93%;
  margin-left: auto;
}

#media-section .marquee-slide-wrapper .marquee__content .logo-wrapper img {
  filter: grayscale(1);
}

#media-section
  .marquee-slide-wrapper
  .marquee__content
  .logo-wrapper:hover
  img {
  filter: grayscale(0);
}

@media screen and (max-width: 767px) {
  #media-section .marquee-slide-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
