@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap");
@import url("https://use.typekit.net/nkq8fly.css");

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src:
    url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
}
@font-face {
  font-family: "tungstenw05-medium";
  src:
    url("/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff2")
      format("woff2"),
    url("/content/dam/infosys-web/en/fonts/tungstenw05-medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body,
html {
  background-color: #fff;
  color: #000;
  font-family: myriad-pro, Arial;
  font-size: 20px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background: url(/content/dam/infosys-web/en/industries/industrial-manufacturing/insights/mfg-tech-index-26/sec2-bg.jpg)
    no-repeat center / cover fixed;
}
a:focus {
  outline: 2px solid blue;
  outline-offset: -2px;
}
a {
  text-decoration: none;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
.submenu-portion .h2-heading {
  margin: 0 0 10px;
  color: #000;
}
.menu .align-list > ul > li {
  margin-bottom: 0 !important;
}
.align-list > ul > li > a {
  font-weight: 400;
}
.mt-10,
.my-10 {
  margin-top: 10px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}
.mt-15,
.my-15 {
  margin-top: 15px !important;
}
.mb-15,
.my-15 {
  margin-bottom: 15px !important;
}
.mt-20,
.my-20 {
  margin-top: 20px !important;
}
.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}
.mt-30,
.my-30 {
  margin-top: 30px !important;
}
.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}
.mt-40,
.my-40 {
  margin-top: 40px !important;
}
.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}
.mt-50,
.my-50 {
  margin-top: 50px !important;
}
.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}
.pt-100,
.py-100 {
  padding-top: 100px !important;
}
.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}
.pt-50,
.py-50 {
  padding-top: 50px !important;
}
.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}
.pt-75,
.py-75 {
  padding-top: 75px !important;
}
.pb-75,
.py-75 {
  padding-bottom: 75px !important;
}
.pt50.pb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb15 {
  padding: 15px 0;
}
.open > .icon-bar11,
.open > .icon-bar31 {
  background-color: #061838 !important;
}
.menu ul li {
  margin-bottom: 10px !important;
}
/* -------------------------
# CTA Buton CSS
-------------------------*/

.cta-link {
  position: relative;
  z-index: 1;
  border-radius: 50px;
  overflow: hidden;
  display: inline-block;
  color: #000;
  font-weight: 500;
  transition: all 0.5s ease;
  padding: 5px 25px;
}
.cta-link:hover {
  color: #000;
}
/* Base layer */
.cta-link::before,
.cta-link::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 400ms linear;
  z-index: -1;
}
/* Start state */
.cta-link::before {
  background-image: linear-gradient(
    to right,
    #b9bbd0,
    #c4c8da,
    #d0d5e4,
    #dce1ed,
    #e9eef7
  );
}
.cta-link::after {
  background-image: linear-gradient(
    to left,
    #b9bbd0,
    #c4c8da,
    #d0d5e4,
    #dce1ed,
    #e9eef7
  );
  opacity: 0;
}
/* On hover, fade to new background */
.cta-link:hover::after {
  opacity: 1;
}

/* -------------------------
# Heading Size CSS
-------------------------*/
.h1-head,
.h2-head,
.h3-head,
.h4-head,
.h5-head,
.h6-head {
  line-height: 0.9;
  margin: 0 0 10px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.h1-head {
  font-size: clamp(50px, 7vw, 90px);
}
.h2-head {
  font-size: clamp(46px, 7vw, 76px);
}
.h3-head {
  font-size: clamp(40px, 7vw, 58px);
}
.h4-head {
  font-size: clamp(30px, 7vw, 40px);
}
.h5-head {
  font-size: clamp(30px, 7vw, 36px);
}
.h6-head {
  font-size: 30px;
}
/* -----------------------------------------
# Font Size CSS
------------------------------------------------*/
.fz-16 {
  font-size: 16px !important;
}
.fz-18 {
  font-size: 18px !important;
}
.fz-20 {
  font-size: 20px !important;
}
.fz-22 {
  font-size: 22px !important;
}
.fz-24 {
  font-size: 24px !important;
}
.fz-26 {
  font-size: 26px !important;
}
.fz-28 {
  font-size: 28px !important;
}
.fz-30 {
  font-size: 30px !important;
}
.fz-32 {
  font-size: 32px !important;
}
.fz-34 {
  font-size: 34px !important;
}
.fz-36 {
  font-size: 36px !important;
}
.fz-38 {
  font-size: 38px !important;
}
.fz-40 {
  font-size: 40px !important;
}
.fz-42 {
  font-size: 42px !important;
}
.fz-44 {
  font-size: 44px !important;
}
.fz-46 {
  font-size: 46px !important;
}
.fz-48 {
  font-size: 48px !important;
}
.fz-50 {
  font-size: 50px !important;
}
/* -------------------------
# Font Weight CSS
-------------------------*/
.fw-100 {
  font-weight: 100 !important;
}
.fw-200 {
  font-weight: 200 !important;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
/*--------------------------------------------------------------
# Color CSS 
--------------------------------------------------------------*/
.text-grad {
  background-image: linear-gradient(180deg, #7483c3 0%, #7ba5e0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-grad-2 {
  background-image: linear-gradient(270deg, #9793d3 9.1%, #7243a7 98.46%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-primary-800,
.text-grey-800 {
  color: #0e0a42 !important;
}
.text-primary-700 {
  color: #1a1552 !important;
}
.text-primary-600 {
  color: #2e53e1 !important;
}
.text-primary-500 {
  color: #3262fa !important;
}
.text-primary-400 {
  color: #6589fb !important;
}
.text-primary-300 {
  color: #7a99fc !important;
}
.text-primary-200 {
  color: #c1d0fd !important;
}
.text-primary-100 {
  color: #e0e7fe !important;
}
.text-grey-700 {
  color: #444c79 !important;
}
.text-grey-600 {
  color: #8aa1c1 !important;
}
.text-grey-500 {
  color: #bac9dd !important;
}
.text-grey-400 {
  color: #d1dceb !important;
}
.text-grey-300 {
  color: #e9eef7 !important;
}
.text-grey-200 {
  color: #f0f5fd !important;
}
.text-purple-800 {
  color: #240844 !important;
}
.text-purple-700 {
  color: #401965 !important;
}
.text-purple-600 {
  color: #7041a7 !important;
}
.text-purple-500 {
  color: #765fb8 !important;
}
.text-purple-400 {
  color: #9998d6 !important;
}
.text-purple-300 {
  color: #d2cae8 !important;
}
.text-purple-200 {
  color: #dbdbf3 !important;
}
.text-purple-100 {
  color: #efeffd !important;
}
.text-dark {
  color: #141414 !important;
}
.text-light-white {
  color: #e9eef7 !important;
}
/*--------------------------------------------------------------
# Background CSS 
--------------------------------------------------------------*/
.bg-primary-800,
.bg-grey-800,
.bg-blue-800 {
  background: #0e0a42 !important;
}
.bg-primary-700,
.bg-blue-700 {
  background: #1a1552 !important;
}
.bg-primary-600 {
  background: #2e53e1 !important;
}
.bg-primary-500 {
  background: #3262fa !important;
}
.bg-primary-400 {
  background: #6589fb !important;
}
.bg-primary-300 {
  background: #7a99fc !important;
}
.bg-primary-200 {
  background: #c1d0fd !important;
}
.bg-primary-100 {
  background: #e0e7fe !important;
}
.bg-grey-700 {
  background: #444c79 !important;
}
.bg-grey-600 {
  background: #8aa1c1 !important;
}
.bg-grey-500 {
  background: #bac9dd !important;
}
.bg-grey-400 {
  background: #d1dceb !important;
}
.bg-grey-300 {
  background: #e9eef7 !important;
}
.bg-grey-200 {
  background: #f0f5fd !important;
}
.bg-purple-800 {
  background: #240844 !important;
}
.bg-purple-700 {
  background: #401965 !important;
}
.bg-purple-600 {
  background: #7041a7 !important;
}
.bg-purple-500 {
  background: #765fb8 !important;
}
.bg-purple-400 {
  background: #9998d6 !important;
}
.bg-purple-300 {
  background: #d2cae8 !important;
}
.bg-purple-200 {
  background: #dbdbf3 !important;
}
.bg-purple-100 {
  background: #efeffd !important;
}
.bg-purple-lgt {
  background: #f0dffa !important;
}
.bg-gradient-1 {
  background-color: #393939;
  background-image: linear-gradient(270deg, #020202 0%, #393939 100%);
}
.bg-gradient-2 {
  background-color: #7bb4fc;
  background-image: linear-gradient(270deg, #998ff9 0%, #7bb4fc 100%);
}
.bg-gradient-3 {
  background-color: #9998d6;
  background-image: linear-gradient(270deg, #9998d6 0%, #7142a7 100%);
}
.bg-dark {
  background: #141414 !important;
}
/* ----------------------------------------------------------------------------
# OLD Site Background and Color Color CSS keeping it for L2 Page HTML Infographic BG
-------------------------------------------------------------------------------*/
.color-sapphire-d {
  color: #061838 !important;
}
.color-sapphire-m {
  color: #0f9ffa !important;
}
.color-sapphire-l {
  color: #92d1ff !important;
}
.color-sapphire-lbg {
  color: #bee3ff !important;
}
.color-coral-d {
  color: #4c0519 !important;
}
.color-coral-m {
  color: #f16c51 !important;
}
.color-coral-l {
  color: #fbc2ba !important;
}
.color-coral-lbg {
  color: #fcddd6 !important;
}
.color-topaz-d {
  color: #2f1113 !important;
}
.color-topaz-m {
  color: #df9926 !important;
}
.color-topaz-l {
  color: #eac8a5 !important;
}
.color-topaz-lbg {
  color: #ece1ce !important;
}
.color-jade-d {
  color: #09321d !important;
}
.color-jade-m {
  color: #00b28f !important;
}
.color-jade-l {
  color: #a8d7cd !important;
}
.color-jade-lbg {
  color: #d8e7da !important;
}
.color-amethyst-d {
  color: #372261 !important;
}
.color-amethyst-m {
  color: #963596 !important;
}
.color-amethyst-l {
  color: #d0b5d5 !important;
}
.color-amethyst-lbg {
  color: #e6dbe6 !important;
}
.color-onyx-d {
  color: #3f3f3f !important;
}
.color-onyx-m {
  color: #7e7e7e !important;
}
.color-onyx-l {
  color: #b8b8b8 !important;
}
.color-onyx-lbg {
  color: #dadada !important;
}
.bg-sapphire-dark {
  background-color: #061838 !important;
}
.bg-sapphire-medium {
  background-color: #0271b1 !important;
}
.bg-sapphire-light {
  background-color: #92d1ff !important;
}
.bg-sapphire-less-light {
  background-color: #bee3ff !important;
}
.bg-coral-dark {
  background-color: #4c0519 !important;
}
.bg-coral-medium {
  background-color: #ca4d37 !important;
}
.bg-coral-light {
  background-color: #fbc2ba !important;
}
.bg-coral-less-light {
  background-color: #fcddd6 !important;
}
.bg-topaz-dark {
  background-color: #2f1113 !important;
}
.bg-topaz-medium {
  background-color: #ab6604 !important;
}
.bg-topaz-light {
  background-color: #eac8a5 !important;
}
.bg-topaz-less-light {
  background-color: #ece1ce !important;
}
.bg-jade-dark {
  background-color: #09321d !important;
}
.bg-jade-medium {
  background-color: #00866a !important;
}
.bg-jade-light {
  background-color: #a8d7cd !important;
}
.bg-jade-less-light {
  background-color: #d8e7da !important;
}
.bg-amethyst-dark {
  background-color: #372261 !important;
}
.bg-amethyst-medium {
  background-color: #8e2d8d !important;
}
.bg-amethyst-light {
  background-color: #d0b5d5 !important;
}
.bg-amethyst-less-light {
  background-color: #e6dbe6 !important;
}
.bg-onyx-dark {
  background-color: #3f3f3f !important;
}
.bg-onyx-medium {
  background-color: #7e7e7e !important;
}
.bg-onyx-light {
  background-color: #b8b8b8 !important;
}
.bg-onyx-less-light {
  background-color: #dadada !important;
}
/* -------------------------
# WOW Text Animation CSS
-------------------------*/
.wow {
  opacity: 0;
  transition:
    opacity 0.5s ease-out,
    transform 0.5s ease-out;
}
.wow.animatedBlock {
  opacity: 1;
  transform: translateY(0);
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown.animatedBlock {
  -webkit-animation: fadeInDown 1s forwards;
  animation: fadeInDown 1s forwards;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp.animatedBlock {
  -webkit-animation: fadeInUp 1s forwards;
  animation: fadeInUp 1s forwards;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft.animatedBlock {
  -webkit-animation: fadeInLeft 1s forwards;
  animation: fadeInLeft 1s forwards;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight.animatedBlock {
  -webkit-animation: fadeInRight 1s forwards;
  animation: fadeInRight 1s forwards;
}
header {
  position: absolute;
  top: 35px;
  height: 35px;
  z-index: 9;
  left: 0;
  width: 100%;
}
section {
  position: relative;
}
/* ----------------------
# banner swiper CSS
---------------------------*/
#hero-banner .hero-banner-carousel .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
#hero-banner .hero-banner-carousel .swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  transition: all 0.2s ease;
  margin: 0;
}
#hero-banner .hero-banner-carousel .swiper-pagination-bullet-active {
  width: 40px;
  background: #fff;
  outline: none;
}
.hero-banner {
  height: 100vh;
  position: relative;
}
.repeated-css {
  width: 100%;
  height: 100vh;
}
.repeated-css:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -40%) !important;
  -moz-transform: translate(0px, -40%) !important;
  -ms-transform: translate(0px, -40%) !important;
  -o-transform: translate(0px, -40%) !important;
  transform: translate(0px, -40%) !important;
  width: auto;
  color: #fff;
}
.hero-video {
  object-fit: cover;
}
.hero-head {
  font-size: clamp(60px, 7vw, 85px);
  line-height: 0.9;
  margin: 0 0 10px;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.hero-head-align {
  flex: 1;
  font-weight: 700;
}
.hero-head-align span:last-child {
  font-weight: 500;
}
.hero-head .hero-head-left span {
  display: block;
}
.hero-head .hero-head-right span {
  display: block;
  font-size: clamp(50px, 7vw, 140px);
  background-image: linear-gradient(
    to right top,
    rgb(13, 213, 227),
    rgb(0, 194, 237),
    rgb(0, 173, 245),
    rgb(0, 150, 246),
    rgb(18, 122, 235)
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.hero-para {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0;
}
.hero-para .cta-link {
  font-size: 20px;
}
.slide-image {
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}
.portal-img {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 450px;
  top: 50%;
  transform: translateY(-50%);
}
.sec2 {
  background: url(/content/dam/infosys-web/en/industries/industrial-manufacturing/insights/mfg-tech-index-26/sec2-bg.jpg)
    no-repeat center / cover fixed;
  min-height: 101svh;
}
.sec2 .sec2-head span {
  display: block;
  font-size: clamp(40px, 7vw, 70px);
}
.sec2-img-wrap img {
  border-radius: 20px;
  box-shadow:
    rgba(0, 0, 0, 0.19) 0px 10px 20px,
    rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.sec3 {
  background: url(/content/dam/infosys-web/en/industries/industrial-manufacturing/insights/mfg-tech-index-26/sec2-bg.jpg)
    no-repeat center / cover fixed;
}
.skip-now-btn .skip-now {
  border: 1px solid #000;
}
.skip-now-btn .skip-now,
.skip-now-btn .skip-now:before {
  background: none !important;
  color: #000;
  font-size: 16px;
  inset: unset;
}
.skip-now-btn .skip-now:hover {
  background-color: #000 !important;
  color: #fff;
}
.skip-now-btn .skip-now:after {
  display: none;
}
.process-wrap {
  overflow: hidden;
}
.process {
  width: 230%;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.process-num {
  line-height: 0.8;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  border-radius: 50%;
  width: 140px;
  height: 70px;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 30px;
  background: #fcd242;
  font-size: 50px;
}
.font-tung {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  line-height: 0.9;
}
.process-para .font-tung {
  font-size: 50px;
}
.process-para {
  margin: 0;
  padding: 0px;
  font-size: 22px;
  display: flex;
  flex-wrap: wrap;
  height: 400px;
}
.process-para .font-tung {
  border-radius: 10px 10px 0 0;
}
.process-para-left,
.process-para-right {
  height: calc(100% - 86px);
}
.process-para-left {
  flex: 0.5;
  border-radius: 0 0 0 10px;
}
.process-para-right {
  flex: 1;
  font-size: 34px;
  border-radius: 0 0 10px 0;
  background: rgba(170, 192, 226, 0.3) !important;
}
.sec4 .bg-purple-lgt {
  background-image: linear-gradient(
    to right bottom,
    #4f5192,
    #544985,
    #564177,
    #56396a,
    #54325d
  ) !important;
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.sec4-head {
  font-size: 40px;
  font-weight: 500;
}
.bg-purple {
  background-color: #434177;
}
.box-wrap {
  border-bottom: 1px solid #8280a7;
  padding-block: 16px;
}
.box-wrap:first-child {
  padding-top: 0;
}
.box-wrap:last-child {
  border: 0;
  padding-bottom: 0;
}
.sec4-boxHead {
  font-size: 20px;
}
.sec4-boxHead,
.sec4-boxPara {
  margin: 0;
}
.sec4-boxPara {
  font-size: 17px;
}
#ovr-accordion .accordion-item {
  filter: drop-shadow(0px 15px 20px #765fb840);
  border: none;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #9673a0;
}
#ovr-accordion .accordion-header {
  display: flex;
  align-items: flex-start;
}
#ovr-accordion .accordion-button {
  position: relative;
  font-size: 22px;
  line-height: 1.3;
  padding: 25px 65px 25px 25px;
  border-radius: 0;
  color: #fff;
  background-color: transparent;
  box-shadow: none;
}
#ovr-accordion .accordion-button:after,
#ovr-accordion .accordion-button:before {
  background-image: none;
}
#ovr-accordion .accordion-button.collapsed:before {
  content: "\F4FE";
  font-family: bootstrap-icons;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #e9eef7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3262fa;
  font-size: 24px;
  z-index: -1;
}
#ovr-accordion .accordion-button:not(.collapsed):after {
  content: "\F2EA";
  font-family: bootstrap-icons;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 28px;
  height: 28px;
  background-color: #4e0564;
  border-radius: 50%;
  color: #e0e7fe;
  font-size: 24px;
  z-index: -1;
}
#ovr-accordion .accordion-body {
  padding: 25px;
  color: #444c79;
  line-height: 1.4;
  background: #d0bed5;
  border-radius: 0 0 10px 10px;
}
#ovr-accordion .accordion-body p {
  margin: 0;
}
#ovr-accordion .accordion-collapse {
  /* font-size: 16px; */
  font-weight: 400;
  line-height: 20px;
}
#ovr-accordion .accordion-button:focus {
  box-shadow: none;
  outline: 2px solid #2e53e1;
  border-radius: 10px !important;
}
#ovr-accordion
  .accordion-item:first-of-type
  > .accordion-header
  .accordion-button,
#ovr-accordion
  .accordion-item:last-of-type
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 0;
}
.sec5 {
  position: relative;
  /* background-color: #333561 !important; */
}
.sec5 .card-wrap {
  box-shadow:
    rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px,
    rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px,
    rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.sec5 .vidyard-player-container {
  border-radius: 20px 20px 0 0;
}
.swiper {
  position: inherit;
}
#sec3-swiper {
  margin-top: 100px;
}
#sec3-swiper .slide-arrows {
  top: 0;
  right: 20px;
}
.slide-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  top: -140px;
  right: 30px;
}
.slide-arrows .swiper-button-next,
.slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  transition: all 0.5s ease;
}
.slide-arrows .swiper-button-next:hover,
.slide-arrows .swiper-button-prev:hover {
  background-color: #fff;
}
.swiper-button-prev:after {
  transform: rotate(-180deg);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: "\F135";
  font-family: "Bootstrap-icons";
  font-size: 22px;
  color: #ffffff;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
  color: #000;
}
.swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-family: "Geist", sans-serif;
  font-weight: 400;
}
.ls-slide .vidyard-player-container img {
  border-radius: 15px;
}
.contact-us {
  background-image: linear-gradient(
    to right bottom,
    #4a2874,
    #5a4487,
    #6c5f9a,
    #807bab,
    #9796bb
  );
  color: #fff;
}
/* FORM CSS START */
.form-sec {
  position: relative;
}
.form-sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.pcvd-head {
  font-size: 70px;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.field-bg input,
textarea {
  font-size: 20px;
  padding: 10px 0 10px 10px;
  display: block;
  width: 100%;
  border: 2px solid #ffffff;
  background-color: transparent;
  border-radius: 10px;
  color: #ffffff;
}
.field-bg {
  position: relative;
  margin-bottom: 40px;
}
.bar {
  position: relative;
  display: block;
  width: 100%;
}
.bar:after,
.bar:before {
  content: "";
  height: 50px;
  width: 0;
  top: -50px;
  position: absolute;
  background-color: rgba(0, 124, 195, 0.1);
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  border-radius: 10px;
}
.field-bg label {
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: 14px;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.field-bg sup {
  color: #fff;
}
.field-bg form {
  width: 100%;
}
.field-bg input:focus ~ .bar:after,
.field-bg input:focus ~ .bar:before {
  width: 100%;
}
.field-bg input:focus ~ label,
.field-bg textarea:focus ~ label {
  top: -20px;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 400;
}
.field-bg input:not([value=""]):not(:focus) ~ label {
  top: -20px;
}
.field-bg input:focus::-webkit-input-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}
.field-bg input:focus::-moz-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}
.field-bg input:focus:-ms-input-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}
.field-bg input:focus:-moz-placeholder {
  opacity: 1;
  font-size: 14px !important;
  color: #fff;
}
.field-bg input::-webkit-input-placeholder {
  opacity: 0;
}
.field-bg input::-moz-placeholder {
  opacity: 0;
}
.field-bg input:-ms-input-placeholder {
  color: transparent;
}
.field-bg input:-moz-placeholder {
  opacity: 0;
}
.field-bg input:focus,
.field-bg textarea:focus {
  outline: 0;
}
.form-switch {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  -webkit-tap-highlight-color: transparent;
  padding-bottom: 18px;
  margin-right: 10px;
  padding-left: 0;
}
.form-switch i {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 23px;
  display: inline-block;
  margin-right: 0.2rem;
  position: relative;
  transition: all 0.3s linear 0s;
  vertical-align: text-bottom;
  height: 22px !important;
  width: 40px !important;
}
.form-switch i:before {
  background-color: rgba(0, 0, 0, 0.17);
  border-radius: 11px;
  content: "";
  left: 0;
  position: absolute;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear 0s;
  height: 18px !important;
  width: 36px !important;
}
.form-switch i:after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
  width: 18px !important;
  height: 18px !important;
}
.form-switch:active i:after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}
.form-switch:active input:checked + i::after {
  transform: translate3d(16px, 2px, 0);
}
.form-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-switch input:checked + i {
  background-color: #4bd763;
}
.form-switch input:checked + i:before {
  transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
}
.form-switch input:checked + i::after {
  transform: translate3d(22px, 2px, 0);
}
.pvcy-stmt,
.pvcy-stmt:focus,
.pvcy-stmt:hover {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}
#thankyou {
  display: none;
}
.thankyou-text {
  font-size: 45px;
  line-height: 1.2;
}
.redColor {
  color: rgb(255, 255, 255);
  display: inline-block;
  /* font-size: 12px; */
  font-weight: 500;
  left: 15px;
  margin: 0 auto;
  padding: 4px;
  bottom: -30px;
  position: absolute;
}
#alertsubmit .redColor {
  color: #fff;
}
.submit-btn {
  color: #000;
  padding: 14px 50px;
  border: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
}
.submit-btn:hover,
.submit-btn:focus {
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}

/* FORM CSS END */

/* Addition burger menu css for AEM */
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  top: 0;
  border-width: 0 0 1px;
  border-radius: 0;
}
.hidden-scroll {
  overflow: hidden !important;
  -webkit-overflow-scrolling: hidden !important;
  -moz-overflow-scrolling: hidden !important;
  -ms-overflow-scrolling: hidden !important;
  -o-overflow-scrolling: hidden !important;
  position: relative;
}
.menuItems {
  position: absolute;
  right: 0;
}
.submenu-portion {
  display: flex;
  flex-wrap: wrap;
}
.submenu-portion > [class*="col-"] {
  padding: 0 15px;
}
.being-resilient.visible-sm.hidden-xs {
  display: none;
}
.automate1.h-50vh {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.being-resilient {
  z-index: -1;
}
.head-txt.mt100 {
  margin-top: 100px;
  color: #fff;
}
.core_capabilities,
.operating_model,
.talent_transformations,
.nyn_link {
  flex: 1;
}
.automate,
.innovate,
.learn,
.tales-transformation {
  padding: 25px 15px 0;
  width: 100%;
}
.platforms-menu .submenu-portion .align-list {
  margin-top: -80px;
}
.iki-menu .submenu-portion .align-list {
  margin-top: -80px;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig.animatedBlock {
  -webkit-animation: fadeInLeftBig 1s forwards;
  animation: fadeInLeftBig 1s forwards;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBiganimatedBlock {
  -webkit-animation-name: fadeOutRightBig 1s forwards;
  animation-name: fadeOutRightBig 1s forwards;
}
/* Addition burger menu css for AEM end */

/* ----------------------------------------
# Footer CSS
------------------------------------------*/
.skip-main-cnt,
.skip-footer {
  background: #df9926;
  height: auto;
  left: 0%;
  padding: 8px;
  position: absolute;
  transform: translateY(-100%);
  transition: transform 0.3s;
  color: #ffffff;
  z-index: 9999;
  outline: 0 !important;
}
.skip-main-cnt:focus,
.skip-footer:focus {
  transform: translateY(0%);
  color: #ffffff;
}
.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 18px;
  display: none;
  z-index: 1;
}
footer {
  position: relative;
  background: #f8f8f8;
  color: #333;
  border-top: 5px solid #d8d8d8;
}
ul.footer-txt > li {
  margin-bottom: 10px;
}
ul.footer-txt > li > a {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}
.ul.footer-txt > li > a:hover {
  text-decoration: none;
}
.ftr-head {
  color: #000000;
  font-size: 21px;
  font-weight: 700;
  margin-top: 0;
}
.country {
  position: relative;
  z-index: 1;
}
.up-arrow,
.down-arrow {
  position: relative;
  margin-left: 100px;
  z-index: -1;
}
.up-arrow:before,
.down-arrow:before {
  font-family: bootstrap-icons;
  color: #333;
  font-size: 18px;
  top: 2px;
  left: 0;
}
.up-arrow:before {
  content: "\F235";
}
.down-arrow:before {
  content: "\f229";
}
.select-country > a {
  border: 1px solid #7e7e7e;
  padding: 5px 15px;
  display: inline-block;
  color: #3f3f3f;
}
.select-country > a:hover,
.select-country > a:focus {
  color: #3f3f3f;
  text-decoration: none;
}
.option-country {
  display: none;
}
.open-country {
  display: block;
  position: relative;
}
.country-align {
  position: absolute;
  top: -238px;
  margin-bottom: 10px;
  background-color: #fff;
  color: #fff;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  -webkit-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 1px 10px rgba(0, 0, 0, 0.5);
}
.country-align > li > a {
  color: #7e7e7e;
  padding: 10px 15px;
  display: block;
}
.country-align > li > a:hover {
  background: #63b0ff;
  color: #fff;
}
/* Addition footer css for AEM */
#footer .clearfix.visible-sm {
  display: none;
}
.list-inline.footer-txt {
  display: flex;
  gap: 0.5rem;
}
.pull-right.pull-left-xs {
  float: right;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .hero-head {
    font-size: clamp(50px, 5vw, 70px);
  }
  .portal-img {
    width: 300px;
  }
  .hero-para {
    font-size: 22px;
  }
  .process-para {
    height: 300px;
  }
  .process-para-left {
    font-size: 20px;
  }
  .process-para-right {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1200px) {
  /* #hero-banner,
  .repeated-css {
    height: 600px;
  } */
  .portal-img {
    width: 350px;
  }
  .sec2 {
    min-height: auto;
  }
}
@media only screen and (max-width: 992px) {
  .portal-img {
    width: 300px;
  }
  .process {
    margin-bottom: 0;
    margin-top: 0;
  }
  #sec3-swiper .slide-arrows {
    top: 10px;
  }
  .process-para {
    height: 450px;
  }
  .process-para-right {
    flex: 0.5;
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  /* -----------------------------------------
# Font Size CSS
------------------------------------------------*/
  .fz-16-xs {
    font-size: 16px !important;
  }
  .fz-18-xs {
    font-size: 18px !important;
  }
  .fz-20-xs {
    font-size: 20px !important;
  }
  .fz-22-xs {
    font-size: 22px !important;
  }
  .fz-24-xs {
    font-size: 24px !important;
  }
  .fz-26-xs {
    font-size: 26px !important;
  }
  .fz-28-xs {
    font-size: 28px !important;
  }
  .fz-30-xs {
    font-size: 30px !important;
  }
  .fz-32-xs {
    font-size: 32px !important;
  }
  .fz-34-xs {
    font-size: 34px !important;
  }
  .fz-36-xs {
    font-size: 36px !important;
  }
  .fz-38-xs {
    font-size: 38px !important;
  }
  .fz-40-xs {
    font-size: 40px !important;
  }
  .fz-42-xs {
    font-size: 42px !important;
  }
  .fz-44-xs {
    font-size: 44px !important;
  }
  .fz-46-xs {
    font-size: 46px !important;
  }
  .fz-48-xs {
    font-size: 48px !important;
  }
  .fz-50-xs {
    font-size: 50px !important;
  }
  /* ----------------------------
# Spacing CSS Mobile
---------------------------------*/
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .mt-xs-10,
  .my-xs-10 {
    margin-top: 10px !important;
  }
  .mb-xs-10,
  .my-xs-10 {
    margin-bottom: 10px !important;
  }
  .mt-xs-15,
  .my-xs-15 {
    margin-top: 15px !important;
  }
  .mb-xs-15,
  .my-xs-15 {
    margin-bottom: 15px !important;
  }
  .mt-xs-20,
  .my-xs-20 {
    margin-top: 20px !important;
  }
  .mb-xs-20,
  .my-xs-20 {
    margin-bottom: 20px !important;
  }
  .mt-xs-25,
  .my-xs-25 {
    margin-top: 25px !important;
  }
  .mb-xs-25,
  .my-xs-25 {
    margin-bottom: 25px !important;
  }
  .mt-xs-30,
  .my-xs-30 {
    margin-top: 30px !important;
  }
  .mb-xs-30,
  .my-xs-30 {
    margin-bottom: 30px !important;
  }
  .mt-xs-35,
  .my-xs-35 {
    margin-top: 35px !important;
  }
  .mb-xs-35,
  .my-xs-35 {
    margin-bottom: 35px !important;
  }
  .mt-xs-40,
  .my-xs-40 {
    margin-top: 40px !important;
  }
  .mb-xs-40,
  .my-xs-40 {
    margin-bottom: 40px !important;
  }
  .mt-xs-45,
  .my-xs-45 {
    margin-top: 45px !important;
  }
  .mb-xs-45,
  .my-xs-45 {
    margin-bottom: 45px !important;
  }
  .mt-xs-50,
  .my-xs-50 {
    margin-top: 50px !important;
  }
  .mb-xs-50,
  .my-xs-50 {
    margin-bottom: 50px !important;
  }
  .mt-xs-75,
  .my-xs-75 {
    margin-top: 75px !important;
  }
  .mb-xs-75,
  .my-xs-75 {
    margin-bottom: 75px !important;
  }
  .mt-xs-100,
  .my-xs-100 {
    margin-top: 100px !important;
  }
  .mb-xs-100,
  .my-xs-100 {
    margin-bottom: 100px !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0px !important;
  }
  .pl-xs-20,
  .px-xs-20 {
    padding-left: 20px !important;
  }
  .pr-xs-20,
  .px-xs-20 {
    padding-right: 20px !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0px !important;
  }
  .pt-xs-10,
  .py-xs-10 {
    padding-top: 10px !important;
  }
  .pb-xs-10,
  .py-xs-10 {
    padding-bottom: 10px !important;
  }
  .pt-xs-15,
  .py-xs-15 {
    padding-top: 15px !important;
  }
  .pb-xs-15,
  .py-xs-15 {
    padding-bottom: 15px !important;
  }
  .pt-xs-20,
  .py-xs-20 {
    padding-top: 20px !important;
  }
  .pb-xs-20,
  .py-xs-20 {
    padding-bottom: 20px !important;
  }
  .pt-xs-25,
  .py-xs-25 {
    padding-top: 25px !important;
  }
  .pb-xs-25,
  .py-xs-25 {
    padding-bottom: 25px !important;
  }
  .pt-xs-30,
  .py-xs-30 {
    padding-top: 30px !important;
  }
  .pb-xs-30,
  .py-xs-30 {
    padding-bottom: 30px !important;
  }
  .pt-xs-35,
  .py-xs-35 {
    padding-top: 35px !important;
  }
  .pb-xs-35,
  .py-xs-35 {
    padding-bottom: 35px !important;
  }
  .pt-xs-40,
  .py-xs-40 {
    padding-top: 40px !important;
  }
  .pb-xs-40,
  .py-xs-40 {
    padding-bottom: 40px !important;
  }
  .pt-xs-45,
  .py-xs-45 {
    padding-top: 45px !important;
  }
  .pb-xs-45,
  .py-xs-45 {
    padding-bottom: 45px !important;
  }
  .pt-xs-50,
  .py-xs-50 {
    padding-top: 50px !important;
  }
  .pb-xs-50,
  .py-xs-50 {
    padding-bottom: 50px !important;
  }
  .pt-xs-75,
  .py-xs-75 {
    padding-top: 75px !important;
  }
  .pb-xs-75,
  .py-xs-75 {
    padding-bottom: 75px !important;
  }
  .pt-xs-100,
  .py-xs-100 {
    padding-top: 100px !important;
  }
  .pb-xs-100,
  .py-xs-100 {
    padding-bottom: 100px !important;
  }
  /* .hero-banner {
    height: 480px;
  } 
  .hero-head {
    font-size: 50px;
  }*/
  .sec3-head span {
    display: inline-block !important;
  }
  #sec3-swiper {
    margin-top: 0;
  }
  .sec4,
  .sec6 {
    padding-top: 0 !important;
  }
  .process {
    margin-top: 50px;
  }
  .process-num {
    width: 230px;
    height: 70px;
  }
  .process-para {
    padding: 0;
    height: auto;
  }
  .process-para-left,
  .process-para-right {
    flex: unset;
    height: auto;
  }
  .process-para-right {
    border-radius: 0 0 10px 10px;
  }
  .process-para .font-tung {
    font-size: 40px;
    line-height: 1.1;
  }
  .process-para-right {
    font-size: 22px;
  }
  .slide-arrows {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    margin: 0 0 30px;
    justify-content: center;
  }
  /* Addition footer css for AEM */
  #footer .container.pt50.pb50 {
    padding-inline: 30px;
  }
  #footer .container-fluid.ptb15 {
    padding-inline: 15px;
  }
  .pull-left-xs {
    margin-top: 1rem;
  }
  .mt-sm-20,
  .mt-xs-20 {
    margin-top: 20px;
  }
  /* Addition footer css for AEM END */

  /* Addition burger menu css AEM */
  .submenu-portion > [class*="col-"] {
    width: 100%;
  }
  .being-resilient.hidden-sm.hidden-xs {
    display: none;
  }
  .submenu-portion {
    min-height: unset !important;
  }
  .core_capabilities,
  .operating_model,
  .talent_transformations,
  .nyn_link {
    flex: unset;
    width: 100%;
  }
  .tales-transformation {
    width: 100%;
  }
  .platforms-menu .submenu-portion .align-list {
    margin-top: -80px;
  }
  .iki-menu .submenu-portion .align-list {
    margin-top: -200px;
  }
  .networking-events .border-line {
    border-right: 0;
    border-bottom: 2px solid #fff;
  }
  /* ddition burger menu css AEM END */
  footer ul {
    margin-bottom: 10px;
  }
  .select-country > a {
    color: #7e7e7e;
  }
  .select-country > a:hover,
  .select-country > a:focus {
    color: #7e7e7e;
  }
}
@media only screen and (max-width: 680px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 360px) {
}
