@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("/content/dam/infosys-web/en/new-design25/fonts/bootstrap-icons.woff2")
      format("woff2"),
    url("/content/dam/infosys-web/en/new-design25/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: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
/* ----------------------
# Global CSS - Desktop
---------------------------*/
*:focus,
a:focus,
.nav-link:focus,
.btn-close:focus,
.form-control:focus {
  outline: 2px solid blue;
  outline-offset: -2px;
}
/* AEM Burger Menu CSS */
.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;
}
.clearfix.visible-sm {
  display: none;
}
.pt50.pb50 {
  padding-block: 50px;
}
.ptb15 {
  padding-block: 15px;
}
.ptb15 .row {
  align-items: center;
}
.list-inline.footer-txt {
  display: flex;
  gap: 15px;
  margin: 0;
}
.list-inline.footer-txt li {
  margin: 0;
}
.pull-right {
  float: right;
}
/* AEM Burger Menu CSS end */
.contact {
  background-color: #0e0a42;
  color: #fff !important;
  /* font-size: 12px; */
  text-decoration: none;
  height: 40px;
  line-height: 23px;
  padding: 10px;
  font-weight: 500;
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  -moz-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  -ms-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  -o-transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  transform: translate(0, 0) rotate(0) skew(0deg, -10deg) scale(1, 1);
  width: 100px;
  z-index: 999;
  text-decoration: inherit;
}
.contact::before {
  background-color: rgba(14, 10, 66, 0.6);
  content: "";
  height: 40px;
  padding: 10px 20px;
  position: absolute;
  right: -20px;
  top: 19px;
  -webkit-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  -moz-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  -ms-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  -o-transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  transform: translate(0, 0) rotate(0) skew(0deg, 18deg) scale(1, 1);
  width: 120px;
  z-index: -1;
  text-decoration: inherit;
}
/* AEM Overwrite CSS of content.css */
.xf-content-height {
  min-height: 0 !important;
  margin: 0 !important;
}
a.text-dark,
a.text-grey-800 {
  transition: all 0.5s ease;
}
a.text-dark:hover,
a.text-dark:focus,
a.text-grey-800:hover,
a.text-grey-800:focus {
  color: #2e53e1 !important;
}
a,
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;
}
.h1-head,
.h2-head,
.h3-head,
.h4-head,
.h5-head,
.h6-head {
  font-weight: 300;
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
}
.h1-head {
  font-size: clamp(64px, 7vw, 128px);
}
.h2-head {
  font-size: clamp(48px, 7vw, 96px);
}
.h3-head {
  font-size: clamp(44px, 5vw, 64px);
}
.h4-head {
  font-size: clamp(24px, 5vw, 48px);
}
.h5-head {
  font-size: 32px;
}
.h6-head {
  font-size: 24px;
  letter-spacing: 0 !important;
}
.label-head {
  /* font-family: "Geist", sans-serif; */
  line-height: 1;
  font-weight: 500;
  background-color: #1a1552;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  display: inline-block;
}
/* ----------------------
# CTA Link CSS
---------------------------*/
.flashback-sec-cta {
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
  -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;
  padding: 5px 35px 5px 25px;
  /* letter-spacing: 3px; */
  margin: 0.5rem 0 0;
  text-decoration: none;
  /* font-size: 25px; */
  overflow: hidden;
  font-weight: 500;
  border-radius: 50px;
}
.flashback-sec-cta:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  -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;
  background-color: #fff;
  z-index: -1;
  transform: translate(-50%, -50%) rotate(45deg);
}
.flashback-sec-cta:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
.flashback-sec-cta:hover:before {
  height: 1000%;
}
.flashback-sec-cta:focus {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
.flashback-sec-cta-black {
  color: #0e0a42 !important;
  border: 1px solid #0e0a42 !important;
}
.flashback-sec-cta-black:hover {
  border: 1px solid #0e0a42 !important;
  color: #fff !important;
}
.flashback-sec-cta-black:before {
  background-color: #0e0a42 !important;
}
.flashback-sec-cta-black:focus {
  background-color: #0e0a42 !important;
  color: #fff !important;
}
.cta-link-inline {
  display: inline !important;
  padding-bottom: 3px !important;
}
.cta-link {
  color: #0e0a42;
  display: inline-flex;
  font-weight: 500;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease;
  background: linear-gradient(90deg, #868ebd, #868ebd);
  /* background: linear-gradient(90deg, #444c79, #444c79); */
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  position: relative;
}
.cta-link:hover,
.cta-link:focus {
  color: #2e53e1 !important;
  background: linear-gradient(90deg, #2e53e1, #2e53e1);
  background-size: 100% 1px;
  background-position-x: 0%;
  background-position-y: calc(100% - 1px);
  background-repeat: no-repeat;
  padding-left: 0px;
  padding-right: 0px;
  animation-name: underlineHover;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}
.cta-arrow {
  transform: rotate(-45deg);
  transition: all 0.2s ease-in-out;
}
.flashback-sec-cta .cta-arrow,
.flashback-sec-cta .cta-arrow {
  position: absolute;
  right: 10px;
  top: 2px;
}
.cta-link .cta-video,
.cta-link .cta-video {
  position: absolute;
  right: -20px;
}
.flashback-sec-cta:hover .cta-arrow,
.flashback-sec-cta:focus .cta-arrow,
.cta-btn:hover .cta-arrow,
.cta-btn:focus .cta-arrow,
.cta-link:hover .cta-arrow,
.cta-link:focus .cta-arrow {
  animation: textarrowani 1.4s linear;
}
@keyframes textarrowani {
  0% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(-45deg);
  }
  25% {
    opacity: 0;
    transform: translate(10px, -10px) rotate(-45deg);
  }
  26% {
    opacity: 0;
    transform: translate(-10px, 10px) rotate(-45deg);
  }
  55% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(-45deg);
  }
}
.cta-btn {
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0;
  color: #fff;
  border-radius: 8px;
  background: linear-gradient(180deg, #383838 26.47%, #000 100%);
  box-shadow: 0px 15px 22px 0px rgba(118, 95, 184, 0.3);
  text-decoration: none;
  transition: all 0.5s ease;
}
.cta-btn:focus,
.cta-btn:hover {
  box-shadow: 0px 15px 22px 0px #775fb8a0;
}
.cta-btn-white {
  background-color: #fff !important;
  color: #000;
  background: none;
}
/* ----------------------
# Img hover CSS
---------------------------*/
/* .img-hover {
  overflow: hidden;
}
.img-hover,
.img-hover img {
  border-radius: 10px;
}
.img-hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.img-hover:hover img {
  transform: scale(1);
} */
.img-hover,
.img-hover img {
  border-radius: 16px;
}
/* ----------------------
# Spacing CSS - Desktop
---------------------------*/
.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-25,
.my-25 {
  margin-top: 25px !important;
}
.mb-25,
.my-25 {
  margin-bottom: 25px !important;
}
.mt-30,
.my-30 {
  margin-top: 30px !important;
}
.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}
.mt-35,
.my-35 {
  margin-top: 35px !important;
}
.mb-35,
.my-35 {
  margin-bottom: 35px !important;
}
.mt-40,
.my-40 {
  margin-top: 40px !important;
}
.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}
.mt-45,
.my-45 {
  margin-top: 45px !important;
}
.mb-45,
.my-45 {
  margin-bottom: 45px !important;
}
.mt-50,
.my-50 {
  margin-top: 50px !important;
}
.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}
.mt-75,
.my-75 {
  margin-top: 75px !important;
}
.mb-75,
.my-75 {
  margin-bottom: 75px !important;
}
.mt-100,
.my-100 {
  margin-top: 100px !important;
}
.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}
.pl-40,
.px-40 {
  padding-left: 40px !important;
}
.pr-40,
.px-40 {
  padding-right: 40px !important;
}
.pt-10,
.py-10 {
  padding-top: 10px !important;
}
.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}
.pt-15,
.py-15 {
  padding-top: 15px !important;
}
.pb-15,
.py-15 {
  padding-bottom: 15px !important;
}
.p15 {
  padding: 15px !important;
}
.pl-20,
.px-20 {
  padding-left: 20px !important;
}
.pr-20,
.px-20 {
  padding-right: 20px !important;
}
.pt-20,
.py-20 {
  padding-top: 20px !important;
}
.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}
.pt-25,
.py-25 {
  padding-top: 25px !important;
}
.pb-25,
.py-25 {
  padding-bottom: 25px !important;
}
.pt-20,
.py-20 {
  padding-top: 20px !important;
}
.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}
.pt-25,
.py-25 {
  padding-top: 25px !important;
}
.pb-25,
.py-25 {
  padding-bottom: 25px !important;
}
.pt-30,
.py-30 {
  padding-top: 30px !important;
}
.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}
.pt-35,
.py-35 {
  padding-top: 35px !important;
}
.pb-35,
.py-35 {
  padding-bottom: 35px !important;
}
.pt-40,
.py-40 {
  padding-top: 40px !important;
}
.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}
.pt-45,
.py-45 {
  padding-top: 45px !important;
}
.pb-45,
.py-45 {
  padding-bottom: 45px !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;
}
.pl-80,
.px-80 {
  padding-left: 80px !important;
}
.pr-80,
.px-80 {
  padding-right: 80px !important;
}
.pt-100,
.py-100 {
  padding-top: 100px !important;
}
.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}
/* ----------------------
  Burger Menu CSS
---------------------- */
.open > .icon-bar11,
.open > .icon-bar31 {
  background-color: #061838 !important;
}
/* .menu ul li {
  margin-bottom: 10px !important;
} */
/* -----------------------------------------
# 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;
}
.color-black {
  color: #000000 !important;
}
.color-grey {
  color: #cccccc !important;
}
.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;
}
/*--------------------------------------------------------------
# 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-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;
}
.bg-blue {
  background-color: #0f9ffa !important;
}
.bg-black {
  background-color: #000 !important;
}
.bg-egyptian-blue {
  background-color: #213f98 !important;
}
.bg-light-white {
  background-color: #f2f2f2 !important;
}
.bg-light-grey {
  background-color: #f8f8f8 !important;
}
.bg-darkblue {
  background-color: #372261 !important;
}
.bg-purple {
  background-color: #963596 !important;
}
.bg-green {
  background-color: #1995a4 !important;
}
.bg-cyan {
  background-color: #0f9ffa !important;
}
.bg-twittercyan {
  background-color: #4fb6dc !important;
}
.bg-orange {
  background-color: #df9926 !important;
}
.bg-sapphire-dark {
  background-color: #061838 !important;
}
.bg-sapphire-medium {
  background-color: #0f9ffa !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: #f16c51 !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: #df9926 !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: #00b28f !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: #963596 !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;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  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);
  }
}
.fadeInRightBig.animatedBlock {
  -webkit-animation: fadeInRightBig 1s forwards;
  animation: fadeInRightBig 1s forwards;
}
@-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;
}
header {
  position: absolute;
  top: 35px;
  height: 35px;
  z-index: 9;
  left: 0;
  width: 100%;
}
/* ----------------------
# L3 Banner CSS
---------------------------*/
/* .l3-inner {
  padding: 15px; 
} */
.l3-inner-cut {
  padding: 200px 0 50px 0;
  /* background-color: #7142a7; 
  background-image: linear-gradient(270deg, #9998d6 0%, #7142a7 100%); */
}
/* -----------------------------------------
# Pipe line divider
------------------------------------------------*/
.v-divider {
  position: relative;
}
.v-divider:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
/* ----------------------
# 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;
} */
.hero-banner {
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.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.1);
}
.caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0px, -50%) !important;
  -moz-transform: translate(0px, -50%) !important;
  -ms-transform: translate(0px, -50%) !important;
  -o-transform: translate(0px, -50%) !important;
  transform: translate(0px, -50%) !important;
  width: auto;
  color: #000000;
}
/* .hero-label {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  text-align: right;
}
.hero-portal {
  display: block;
  border: 2px solid;
  height: 120%;
} */
.hero-head {
  font-size: clamp(50px, 6vw, 128px);
  line-height: 0.9;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  text-transform: uppercase;
}
.hero-video {
  object-fit: cover;
}
.hero-para {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 5px;
}
/* .hero-head span:nth-child(1) {
  font-size: 50px;
} */
.slide-image {
  height: 100%;
  position: absolute;
  width: 100%;
  object-fit: cover;
}
.swiper-navigation-icon {
  display: none;
}
.hm-logo {
  width: 100%;
}
/* -------------------------------
# Banner Content Section 
------------------------------ */
section {
  position: relative;
}
.hero-banner-cnt,
.hann-sec3,
.hann-sec4,
.hann-sec6,
.hann-sec8 {
  background-color: rgba(12, 34, 112, 0.3);
  font-weight: 400;
}
.hann-sec5,
.hann-sec7 {
  background-color: rgb(214, 218, 231, 0.52);
}
#hero-banner-cnt {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
/* -------------------------------
# Accordion Section 
------------------------------ */
.hann-sec3 {
  position: relative;
  /* height: 100vh;
  overflow: hidden; */
  display: flex;
  align-items: center;
}
.hann-sec3-img-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.hann-sec3-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hann-sec3 .video-wrap {
  position: relative;
  height: 100%;
  border-radius: 16px;
}
.hann-sec3 .video-wrap #hero-video {
  object-fit: cover;
  width: 100%;
  height: 500px;
  border-radius: 16px;
}
.live-hannover-swiper .swiper-pagination-bullet {
  background: #ffffff;
  width: 50px;
  height: 5px;
  border-radius: 10px;
  opacity: 0.2;
}
.live-hannover-swiper .swiper-pagination-bullet-active {
  opacity: 1;
} /* -------------------------------
# Accordion Section 
------------------------------ */
.block-reveal-list-item {
  border: 1px solid #0e0a42;
  border-radius: 10px;
  margin-bottom: 10px;
}
/* .block-reveal-list-item:first-child {
  padding-top: 0;
} */
.block-reveal-list-item {
  padding: 15px;
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
}
.block-reveal-list-item:after {
  content: "\F4FE";
  font-family: "Bootstrap-icons";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  z-index: -1;
}
.block-reveal-list-item.active-parent:after {
  content: "\F2EA";
  top: 20%;
}
.block-reveal-list .tab-item {
  color: #0e0a42;
  font-weight: 500;
  font-size: 22px;
  text-decoration: none;
  display: block;
}
.block-reveal-list .tab-item.active {
  margin-bottom: 10px;
}
.block-reveal-list .tab-text-wrapper {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.block-reveal-list .tab-item.active ~ .tab-text-wrapper {
  /* .block-reveal-list-item.active-parent .tab-text-wrapper { */
  opacity: 1;
  visibility: visible;
  max-height: 100%;
  transition: all 0.7s ease;
}
.block-reveal .tab-pane {
  opacity: 0;
}
.block-reveal .tab-pane.active {
  opacity: 1;
  transition: all 0.5s ease;
  animation: animateimg 1s ease;
}
@keyframes animateimg {
  0% {
    opacity: 0;
    /* transform: translateY(50px); */
  }
  100% {
    opacity: 1;
    /* transform: translateY(0px); */
  }
}
.fade {
  transition: opacity 0.3s linear;
}
.block-reveal img {
  border-radius: 10px;
}
/* ----------------------------------------
# MAP Location CSS
------------------------------------------*/
.map-sec-wrap {
  position: relative;
}
/* .map-loc-wrap,
.map-tooltip-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(150%);
  left: 24%;
} */
.map-loc-wrap,
.map-tooltip-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-90%);
  left: 52%;
}
.map-img {
  /* height: 400px; */
  border-radius: 16px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.map-tooltip-para {
  background-color: rebeccapurple;
  width: 100%;
  padding: 15px;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  margin: 0;
  left: 70px;
  position: relative;
  top: -65px;
  opacity: 0;
  transition: all 0.5s ease;
}
.map-loc-wrap .bi {
  color: #ff0000;
  display: inline-block;
  font-size: 40px;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  /* opacity: 0;
  transition: all 0.5s ease; */
}
/* .map-sec-wrap:hover .map-loc-wrap .bi {
  opacity: 1;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
} */
.map-sec-wrap:hover .map-tooltip-para {
  opacity: 1;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  } /* 0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  } */
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  /* 0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  } */
}
/* ----------------------------------------
# Sec6 CSS
------------------------------------------*/
/* .hann-sec6 h2 {
  line-height: 0.7;
} */
.hann-sec6 h2 span {
  display: inline-block;
  font-size: 24px;
}
/* ----------------------------------------
# Speakers CSS
------------------------------------------*/
.meet-our-leaders-swiper {
  position: inherit;
}
.meet-our-leaders-swiper .slide-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  top: -140px;
  right: 15px;
}
.meet-our-leaders-swiper .slide-arrows .swiper-button-next,
.meet-our-leaders-swiper .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #000;
  background-color: transparent;
  border-radius: 50px;
  font-size: 21px;
  line-height: 1;
  color: #000;
  pointer-events: all;
  margin: 0;
  transition: all 0.5s ease;
}
.meet-our-leaders-swiper .swiper-button-next.swiper-button-disabled,
.meet-our-leaders-swiper .swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}
.meet-our-leaders-swiper .slide-arrows .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.meet-our-leaders-swiper .swiper-button-next:after,
.meet-our-leaders-swiper .swiper-button-prev:after {
  content: "\F284";
  font-family: "Bootstrap-icons";
  font-size: 18px;
  color: #000000;
}
.meet-our-leaders-swiper .swiper-button-next:after {
  transform: rotate(-180deg);
}
.leaders-img-wrap {
  min-height: 220px;
  /* overflow: hidden; */
}
.leaders-img-wrap,
.leaders-img-wrap img {
  border-radius: 16px 16px 0 0;
}
/* .leaders-img-wrap img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.leaders-slide:hover .leaders-img-wrap img {
  transform: scale(1);
} */
.leaders-cnt-wrap {
  border-radius: 0 0 16px 16px;
}
.leaders-desgination .leaders-name {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
.leaders-cnt-ftr .cta-link {
  background: transparent;
}
.leaders-cnt-ftr .cta-link .bi-linkedin {
  position: relative;
  left: 5px;
  transition: all 0.5s ease;
}
/* .leaders-cnt-ftr .cta-link:hover .bi-linkedin {
  left: 10px;
} */
/* ----------------------------------------
# Success Stories CSS
------------------------------------------*/
.success-stories-swiper {
  position: inherit;
}
.success-stories-swiper .slide-arrows {
  display: flex;
  align-items: center;
  position: absolute;
  top: -130px;
  right: 110px;
  gap: 10px;
}
.success-stories-swiper .slide-arrows .swiper-button-next,
.success-stories-swiper .slide-arrows .swiper-button-prev {
  position: relative;
  left: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 50px;
  font-size: 21px;
  line-height: 1;
  color: #ffffff;
  pointer-events: all;
  margin: 0;
  transition: all 0.5s ease;
}
.success-stories-swiper .swiper-button-next.swiper-button-disabled,
.success-stories-swiper .swiper-button-prev.swiper-button-disabled {
  transform: scale(0.8);
}
.success-stories-swiper .slide-arrows .swiper-button-nums {
  width: 60px;
  text-align: center;
  transition: all 0.5s ease;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.success-stories-swiper .swiper-button-next:after,
.success-stories-swiper .swiper-button-prev:after {
  content: "\F284";
  font-family: "Bootstrap-icons";
  font-size: 18px;
  color: #ffffff;
}
.success-stories-swiper .swiper-button-next:after {
  transform: rotate(-180deg);
}
.success-stories-swiper .leaders-img-wrap {
  height: 250px;
  /* overflow: hidden; */
}
.success-stories-swiper .leaders-img-wrap,
.success-stories-swiper .leaders-img-wrap img {
  border-radius: 16px 16px 0 0;
}
/* .success-stories-swiper .leaders-img-wrap img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.success-stories-swiper .leaders-slide:hover .leaders-img-wrap img {
  transform: scale(1);
} */
.success-stories-swiper .leaders-cnt-wrap {
  border-radius: 0 0 16px 16px;
}
.success-stories-swiper .leaders-desgination .leaders-name {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}
.success-stories-swiper .ss-para {
  font-size: 26px;
  line-height: 1.4;
  font-weight: 500;
}
/* ----------------------------------------
# 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;
}
@media only screen and (max-width: 1200px) {
  /* AEM Burger Menu CSS */
  .cross > a > img {
    z-index: 2 !important;
  }
  .submenu-portion {
    height: auto !important;
    max-height: 100vh;
  }
  .aboutus-menu,
  .iki-menu,
  .industries-menu,
  .nyn-menu,
  .platforms-menu,
  .services-menu {
    height: 100vh;
    background: #f2f2f2;
  }
  .platforms-menu .submenu-portion .align-list,
  .iki-menu .submenu-portion .align-list {
    margin-top: 0;
  }
  /* AEM Burger Menu CSS end */
  /* #hero-banner,
  .repeated-css {
    height: 600px;
  } */
  .v-divider:after {
    right: 15px;
  }
  .map-tooltip-para {
    opacity: 1;
  }
  .leaders-img-wrap,
  .success-stories-swiper .leaders-img-wrap {
    min-height: auto;
    height: auto;
  }
  .map-loc-wrap,
  .map-tooltip-wrap {
    transform: translateY(-50%);
  }
  /* .hero-label {
    text-align: center;
    margin-bottom: 20px;
  }
  .hero-label .d-block,
  .hero-head .d-block {
    display: inline-block !important;
  }
  .hero-head {
    height: auto;
    text-align: center;
  } */
}
@media only screen and (max-width: 992px) {
  /* AEM Burger Menu CSS */
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .menuItems {
    width: 100%;
  }
  .automate1.h-50vh {
    padding: 70px 15px;
  }
  .core_capabilities,
  .operating_model,
  .talent_transformations,
  .nyn_link {
    flex: 33.33%;
  }
  .tales-transformation {
    width: 33.333%;
  }
  /* AEM Burger Menu CSS end  */

  .v-divider:after {
    display: none;
  }
  /* .map-loc-wrap,
  .map-tooltip-wrap {
    transform: translateY(70%) !important;
  } */
  .success-stories-swiper .ss-para {
    font-size: 18px;
  }
  .success-stories-swiper .slide-arrows {
    top: -110px;
  }
}
@media only screen and (max-width: 767px) {
  /* ----------------------------
# 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,
  .hero-banner,
  .repeated-css {
    width: 100%;
    height: 100vh;
  }
  #hero-banner-cnt {
    height: auto;
    padding-top: 100px;
  }
  .hm-logo {
    width: 80px;
    margin-bottom: 15px;
  }
  .contact {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: normal;
    padding: 10px 0;
    top: inherit;
    bottom: 0;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit;
  }
  .h1-head,
  .h2-head,
  .h3-head,
  .h4-head,
  .h5-head,
  .h6-head {
    line-height: 1;
  }
  .hann-sec6 h2 span {
    font-size: 32px;
  }
  .hann-sec3 .video-wrap #hero-video {
    height: 200px;
  }
  .map-tooltip-para {
    left: 50px;
    font-size: 12px;
    top: 0;
  }
  .map-loc-wrap,
  .map-tooltip-wrap {
    /* transform: translateY(10%) !important; */
    left: 48%;
  }
  .block-reveal-list .tab-item {
    font-size: 19px;
  }
  .block-reveal img {
    height: 400px;
    margin: 0 auto;
    object-fit: cover;
    display: block;
  }
  .meet-our-leaders-swiper .slide-arrows,
  .success-stories-swiper .slide-arrows {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
    margin-bottom: 50px;
    gap: 15px;
  }
  .success-stories-swiper .ss-para {
    font-size: 20px;
  }
  .up-arrow,
  .down-arrow {
    margin-left: 93px;
  }
  .scroll-up {
    bottom: 50px;
  }
  footer ul {
    margin-bottom: 10px;
  }
  .select-country > a {
    color: #7e7e7e;
  }
  .select-country > a:hover,
  .select-country > a:focus {
    color: #7e7e7e;
  }
  #footer .ptb15 {
    margin-bottom: 50px;
  }
  .pull-left-xs {
    float: left;
  }
  /* AEM Burger Menu CSS */
  .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;
  }
  /* AEM Burger Menu CSS end */
  /* .hero-label .d-block:nth-child(1),
  .hero-head,
  .hero-head span:nth-child(1) {
    display: block !important;
  }
  .hero-label,
  .hero-head {
    text-align: left;
  } */
  .hero-para {
    font-size: 20px;
    margin: 0 0 10px;
  }
  .caption .justify-content-xl-start.justify-content-center {
    justify-content: start !important;
  }
}
@media only screen and (max-width: 680px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 400px) {
  .block-reveal-list .tab-item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 360px) {
}
