/* @import url("https://use.typekit.net/nkq8fly.css");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap"); */
@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;
}
#header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  padding: 15px 0;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}
#header.is-sticky {
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3);
}
#header.is-sticky .site-logo img {
  height: 60px;
  width: auto;
  transition: all 0.5s ease-in-out;
}
#header .site-logo img {
  height: 60px;
  width: auto;
  transition: all 0.3s ease-in-out;
}

.fixed #header:before {
  bottom: 0;
}

@media (min-width: 768px) {
  #header .site-logo img {
    height: 60px;
    width: auto;
  }
}
@media (min-width: 992px) {
  #header .site-logo img {
    height: 80px;
    width: auto;
  }
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  color: #000;
}

/* * Basic styles  */
a {
  text-decoration: none;
  color: #333333;
}

/* Hero Section Background & Layout */
.home-hero-section {
  min-height: 100vh;
  background-image: url("/content/dam/infosys-web/en/services/topaz-fabric/bg-home.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  display: flex;
  align-items: center;
}
.home-hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
}
.home-hero-section .container {
  position: relative;
  z-index: 2;
}

/* Hero Section Content Styles */
.hero-content {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.hero-title {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 4.6rem;
  color: #ffffff;
  margin-bottom: 2rem;
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: 2.1rem;
  line-height: 2.8rem;
  color: #ffffff;
  margin-bottom: 3rem;
  max-width: 500px;
  font-weight: 400;
  opacity: 0.95;
}

.hero-cta {
  margin-top: 3rem;
}

.hero-btn {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  padding: 1.2rem 3rem;
  transition: all 0.3s ease;
  text-transform: uppercase;
}
.hero-btn:hover {
  background-color: #ffffff;
  color: #2c3e50;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
}

/* Fabric Overview Section Styles */
.fabric-overview {
  background-color: #001939;
  padding: 8rem 0;
  color: #ffffff;
  position: relative;
}
.fabric-overview .fabric-overview-content {
  position: relative;
  z-index: 2;
}
.fabric-overview .fabric-overview-header {
  text-align: left;
  margin-bottom: 4rem;
}
.fabric-overview .fabric-overview-header .h2-heading {
  color: #ffffff;
}
.fabric-overview .fabric-overview-header .fabric-overview-subtitle {
  font-size: 2rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  margin: 0;
  font-weight: 300;
}
.fabric-overview .fabric-overview-image {
  text-align: center;
  margin: 4rem 0;
}
.fabric-overview .fabric-overview-image .fabric-image-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.fabric-overview .fabric-overview-image .fabric-platform-image {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 3.6rem auto 5.5rem;
}
.fabric-overview .fabric-overview-image .fabric-image-title {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.2;
  color: #ffffff;
  text-align: left;
  margin-top: 2rem;
  margin-bottom: 0;
  position: relative;
  padding-bottom: 1rem;
}
.fabric-overview .fabric-overview-image .fabric-image-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(
    to right,
    #0074b1 0%,
    rgba(0, 116, 177, 0.5) 50%,
    transparent 100%
  );
}
.fabric-overview .vertical-separator::after {
  display: none;
}
.fabric-overview .col-lg-3,
.fabric-overview .col-md-6 {
  position: relative;
}
.fabric-overview .fabric-feature-card {
  padding: 0 3rem;
  margin-bottom: 2rem;
  position: relative;
}
.fabric-overview .fabric-feature-card .fabric-feature-title {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #ffffff;
  margin-bottom: 2.5rem;
  text-transform: capitalize;
}
.fabric-overview .fabric-feature-card .fabric-feature-description {
  font-size: 1.6rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  font-weight: 300;
}
.fabric-overview .fabric-overview-footer {
  margin-top: 2rem;
  padding-top: 0;
  border-top: none;
}
.fabric-overview .fabric-overview-footer .fabric-footer-text {
  font-size: 1.8rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  margin: 0;
  max-width: 900px;
  margin: 0;
  font-weight: 300;
  font-style: normal;
  padding-left: 2rem;
  border-left: 4px solid #0074b1;
  position: relative;
}

/* Home Amplify Section Styles */
.home-amplify {
  background-color: #00b68d;
  padding: 9rem 0 10rem;
  color: #ffffff;
  position: relative;
}
.home-amplify .enterprise-title {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 2rem;
  text-align: left;
}
.home-amplify .amplify-title {
  margin-bottom: 3rem;
  text-align: left;
}
.home-amplify .h2-heading {
  color: #ffffff;
  margin-bottom: 3rem;
}
.home-amplify .amplify-card__title {
  color: #fff;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .home-amplify .amplify-card__title {
    font-size: 3.6rem;
    margin-bottom: 24px;
  }
}
.home-amplify .amplify-sldr .swiper-slide {
  height: auto;
}
.home-amplify .amplify-sldr .amplify-card {
  height: 100%;
  background-color: #fff;
}
.home-amplify .amplify-sldr .amplify-card .img-section {
  height: 240px;
  width: 100%;
}
.home-amplify .amplify-sldr .amplify-card .img-section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-amplify .amplify-sldr .amplify-card .content-section {
  padding: 40px;
}
.home-amplify .amplify-sldr .amplify-card .content-section .title {
  color: #231f20;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 350;
  line-height: 100%;
}
.home-amplify .amplify-sldr .amplify-card .content-section .amplify-content {
  color: #2e333a;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.home-amplify .amplify-sldr .amplify-card .content-section a {
  color: #2e333a;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.home-amplify .amplify-sldr .amplify-card .content-section a:hover {
  text-decoration: underline;
}
.home-amplify .amplify-prev {
  background-image: url(/content/dam/infosys-web/en/services/topaz-fabric/white-left-arrow.svg);
}
.home-amplify .amplify-next {
  background-image: url(/content/dam/infosys-web/en/services/topaz-fabric/white-right-arrow.svg);
}
.home-amplify p {
  font-family: myriad-pro, Arial, sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  text-align: left;
}
.home-amplify h3 {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 2rem;
  margin-top: 4rem;
  text-align: left;
}

.home-result {
  background-image: url(/content/dam/infosys-web/en/services/topaz-fabric/bg-result.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 12rem 0;
}
.home-result .h2-heading {
  color: #ffffff;
}
.home-result .result__title {
  color: #fff;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .home-result .result__title {
    font-size: 3.6rem;
    margin-bottom: 4.8rem;
  }
}

.pa-b-50 {
  padding-bottom: 5rem;
}

.pa-t-50 {
  padding-top: 5rem;
}

.ma-b-18 {
  margin-bottom: 1.8rem;
}

.ma-b-20 {
  margin-bottom: 2rem;
}

.ma-b-24 {
  margin-bottom: 2.4rem;
}

.ma-b-35 {
  margin-bottom: 3.5rem;
}

.ma-b-40 {
  margin-bottom: 4rem;
}

.ma-b-60 {
  margin-bottom: 6rem;
}

.ma-t-18 {
  margin-bottom: 1.8rem;
}

.ma-t-20 {
  margin-top: 2rem;
}

.ma-t-24 {
  margin-top: 2.4rem;
}

.ma-t-35 {
  margin-top: 3.5rem;
}

.ma-t-40 {
  margin-top: 4rem;
}

.ma-t-60 {
  margin-top: 6rem;
}

.pa-r-100 {
  padding-right: 12rem;
}

.position-initial {
  position: initial;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.no-border-bottom {
  border-bottom: 0px !important;
}

/* Go to Top Button Styles */
.go-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  z-index: 1000;
  border: 0;
  background-color: transparent;
}

.go-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.go-to-top:hover {
  transform: translateY(-5px);
}

.go-to-top:active {
  transform: translateY(-2px);
}

/* Arrow icon */
.go-to-top::before {
  content: "";
  width: 0;
  height: 0;
  margin-bottom: 2px;
}

.go-to-top:hover::after {
  opacity: 1;
}

.skip-link {
  position: absolute;
  top: -50px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  text-decoration: none;
  z-index: 1000;
  border-radius: 4px;
}
.skip-link:focus {
  top: 6px;
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

#skipTarget {
  scroll-margin-top: 95px;
}

#mainContent {
  scroll-margin-top: 95px;
}

#mainContent:focus {
  outline: none;
}

.h2-heading {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  line-height: 5.2rem;
  color: #000000;
  margin-bottom: 30px;
}

.custom-btn {
  color: #231f20;
  border: 1px solid #231f20;
  position: relative;
  z-index: 1;
  display: inline-block;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  padding: 10px 30px;
  border-radius: 0;
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.6rem;
}
.custom-btn:hover {
  border: 1px solid #000;
  background-color: #000;
  color: #ffffff;
}
.custom-btn:hover::before {
  width: 100%;
}
.custom-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
  background-color: #000;
  z-index: -1;
}
.custom-btn.white-bg {
  color: #fff;
  border: 1px solid #fff;
}
.custom-btn.white-bg:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #000;
}
.custom-btn.white-bg:hover::before {
  width: 100%;
  background-color: #fff;
}
.custom-btn.white-bg::before {
  background-color: #fff;
}

@media (max-width: 768px) {
  .home-hero-section {
    background-attachment: scroll;
  }
}
@media (min-width: 320px) {
  .hero-content {
    padding-top: 6rem;
    padding-bottom: 3rem;
    text-align: left;
  }
  .hero-brand {
    margin-bottom: 2.5rem;
  }
  .hero-brand .topaz-logo {
    max-width: 220px;
  }
  .hero-btn {
    font-size: 1.3rem;
    padding: 1.2rem 2.5rem;
    letter-spacing: 0.15em;
  }
  .fabric-overview {
    padding: 5rem 0;
  }
  .fabric-overview .fabric-overview-header {
    margin-bottom: 4rem;
  }
  .fabric-overview .fabric-overview-header .fabric-overview-subtitle {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .fabric-overview .fabric-overview-image {
    margin: 4rem 0;
  }
  .fabric-overview .fabric-overview-image .fabric-image-title {
    font-size: 2rem;
    margin-top: 2rem;
    text-align: left;
  }
  .fabric-overview .fabric-feature-card {
    padding: 0 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
  }
  .fabric-overview .fabric-feature-card::after {
    display: none;
  }
  .fabric-overview .fabric-feature-card .fabric-feature-title {
    font-size: 1.9rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
  .fabric-overview .fabric-feature-card .fabric-feature-description {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 2rem;
  }
  .fabric-overview .fabric-overview-footer {
    margin-top: 2rem;
    padding-top: 3rem;
  }
  .fabric-overview .fabric-overview-footer .fabric-footer-text {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
  }
  .home-amplify {
    padding: 5rem 0 6rem;
  }
  .home-amplify .amplify-title {
    text-align: center;
    margin-bottom: 4rem;
  }
  .home-amplify .amplify-title p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .home-amplify .amplify-swiper-container {
    margin: 4rem 0;
  }
  .home-amplify .amplify-swiper .swiper-slide {
    padding: 2rem;
    margin: 0 0.5rem;
  }
  .home-amplify .amplify-slide-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .home-amplify .amplify-slide-description {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .home-amplify .amplify-next,
  .home-amplify .amplify-prev {
    width: 40px !important;
    height: 40px !important;
    margin-top: -20px !important;
  }
  .home-amplify .amplify-next::after,
  .home-amplify .amplify-prev::after {
    font-size: 14px !important;
  }
  .home-amplify p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 2rem;
  }
  .home-amplify h3 {
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    margin-top: 4rem;
    text-align: center;
  }
  .home-result {
    padding: 10rem 0;
  }
  .home-result .result__title {
    margin-bottom: 2rem;
  }
}
@media (min-width: 576px) {
  .right-fluid {
    margin-left: calc((100% - 540px) / 2);
    max-width: none;
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .right-fluid {
    margin-left: calc((100% - 720px) / 2);
    max-width: none;
    width: auto !important;
  }
  .home-hero-section::before {
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.1) 50%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .go-to-top {
    bottom: 20px;
    right: 20px;
  }
  .go-to-top::after {
    right: 60px;
    padding: 6px 10px;
  }
  .hero-content {
    text-align: left;
    padding-top: 7rem;
  }
  .hero-brand {
    margin-bottom: 3.5rem;
  }
  .hero-brand .topaz-logo {
    max-width: 260px;
  }
  .hero-title {
    font-size: 4.5rem;
    line-height: 1.05;
    margin-bottom: 2rem;
  }
  .hero-subtitle {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 3.5rem;
    max-width: 500px;
  }
  .hero-btn {
    font-size: 1.4rem;
    padding: 1.3rem 3.5rem;
  }
  .fabric-overview {
    padding: 6rem 0;
  }
  .fabric-overview .fabric-overview-header {
    margin-bottom: 4rem;
  }
  .fabric-overview .fabric-overview-header .fabric-overview-subtitle {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .fabric-overview .fabric-platform-image {
    margin: 7.2rem auto 11rem;
  }
  .fabric-overview .fabric-overview-image {
    margin: 4rem 0;
  }
  .fabric-overview .fabric-overview-image .fabric-image-title {
    font-size: 2.5rem;
    margin-top: 2rem;
    text-align: left;
  }
  .fabric-overview .fabric-feature-card {
    padding: 0 2rem;
    margin-bottom: 2rem;
    text-align: left;
    position: relative;
  }
  .fabric-overview .fabric-feature-card .fabric-feature-title {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 2rem;
    min-height: 80px !important;
    display: flex;
    align-items: flex-start;
  }
  .fabric-overview .fabric-feature-card .fabric-feature-description {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .fabric-overview .fabric-overview-footer {
    margin-top: 2rem;
    padding-top: 0;
  }
  .fabric-overview .fabric-overview-footer .fabric-footer-text {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
    padding-left: 2rem;
  }
  .home-amplify {
    padding: 6rem 0 7rem;
  }
  .home-amplify .amplify-title p {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 1.8rem;
    margin-bottom: 2rem;
    text-align: left;
  }
  .home-amplify .amplify-swiper-container {
    margin: 4rem 0;
  }
  .home-amplify .amplify-swiper .swiper-slide {
    padding: 2.5rem;
    margin: 0 0.8rem;
  }
  .home-amplify .amplify-slide-title {
    font-size: 2.2rem;
    margin-bottom: 1.2rem;
  }
  .home-amplify .amplify-slide-description {
    font-size: 1.6rem;
  }
  .home-amplify p {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    text-align: left;
  }
  .home-amplify h3 {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    margin-top: 4rem;
    text-align: left;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .right-fluid {
    margin-left: calc((100% - 960px) / 2);
    max-width: none;
    width: auto !important;
  }
  .h2-heading {
    font-family: "tungstenw05-medium", "Oswald", sans-serif;
    font-weight: 500;
    font-size: 5rem;
    line-height: 5.2rem;
    color: #000000;
    margin-bottom: 30px;
  }
  .custom-btn {
    padding: 12px 50px;
    font-size: 1.8rem;
  }
  .hero-content {
    padding-top: 8rem;
    padding-bottom: 4rem;
  }
  .hero-brand {
    margin-bottom: 4rem;
  }
  .hero-brand .topaz-logo {
    max-width: 320px;
  }
  .hero-title {
    font-size: 7.2rem;
    line-height: 1;
    margin-bottom: 2.5rem;
    max-width: 600px;
  }
  .hero-subtitle {
    font-size: 3.2rem;
    line-height: 1.4;
    margin-bottom: 4rem;
    max-width: 580px;
    font-weight: 300;
  }
  .hero-btn {
    font-size: 1.6rem;
    padding: 1.6rem 4.5rem;
    letter-spacing: 0.25em;
  }
  .fabric-overview {
    padding: 8rem 0;
  }
  .fabric-overview .vertical-separator::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 116, 177, 0.2) 5%,
      rgb(0, 116, 177) 50%,
      rgba(0, 116, 177, 0.2) 95%,
      transparent 100%
    );
    z-index: 10;
  }
  .fabric-overview .fabric-overview-header {
    margin-bottom: 4rem;
  }
  .fabric-overview .fabric-overview-header .fabric-overview-subtitle {
    font-size: 2rem;
    line-height: 1.5;
  }
  .fabric-overview .fabric-overview-image {
    margin: 4rem 0;
  }
  .fabric-overview .fabric-overview-image .fabric-image-title {
    font-size: 3.5rem;
    margin-top: 2.5rem;
    text-align: left;
  }
  .fabric-overview .fabric-feature-card {
    padding: 0 3rem;
    margin-bottom: 2rem;
    position: relative;
  }
  .fabric-overview .fabric-feature-card .fabric-feature-title {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 2.5rem;
    min-height: 225px;
    display: flex;
    align-items: flex-start;
  }
  .fabric-overview .fabric-feature-card .fabric-feature-description {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .fabric-overview .fabric-overview-footer {
    margin-top: 2rem;
    padding-top: 0;
  }
  .fabric-overview .fabric-overview-footer .fabric-footer-text {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
    padding-left: 2rem;
  }
  .home-amplify {
    padding: 9rem 0 10rem;
  }
  .home-amplify .amplify-title p {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: left;
  }
  .home-amplify .amplify-swiper-container {
    margin: 4rem 0;
  }
  .home-amplify .amplify-swiper .swiper-slide {
    padding: 3rem;
    margin: 0 1rem;
  }
  .home-amplify .amplify-slide-title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .home-amplify .amplify-slide-description {
    font-size: 1.6rem;
  }
  .home-amplify p {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
    text-align: left;
  }
  .home-amplify h3 {
    font-size: 4.5rem;
    line-height: 1.2;
    margin-bottom: 2rem;
    margin-top: 4rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .right-fluid {
    margin-left: calc((100% - 1140px) / 2);
    max-width: none;
    width: auto !important;
  }
  .fabric-overview .fabric-feature-card .fabric-feature-title {
    min-height: 180px;
  }
}
@media (min-width: 1400px) {
  .right-fluid {
    margin-left: calc((100% - 1320px) / 2);
    max-width: none;
    width: auto !important;
  }
}
.one-stack {
  background-color: #fff;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .one-stack {
    padding: 12rem 0 13rem 0;
  }
}
.one-stack__title {
  font-family: "tungstenw05-medium", Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  color: #333;
  margin-bottom: 2.4rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .one-stack__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 480px) {
  .one-stack__title {
    font-size: 2rem;
  }
}
.one-stack__subtitle {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .one-stack__subtitle {
    font-size: 2.4rem;
  }
}
.one-stack__content-row {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .one-stack__content-row {
    margin-top: 8rem;
  }
}
.one-stack__video {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .one-stack__video {
    margin-bottom: 0;
  }
}
.one-stack__video .video-thumbnail {
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  /* height: 323px; */
}
.one-stack__video .video-thumbnail img {
  width: 100%;
  /* height: 323px; */
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.one-stack__video .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.one-stack__video .video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.one-stack__video .video-play-btn:focus {
  outline: 2px solid #007bff;
  outline-offset: 4px;
}
.one-stack__content {
  padding-left: 0;
}
@media (min-width: 992px) {
  .one-stack__content {
    padding-left: 40px;
  }
}
.one-stack__content .content-title {
  color: rgba(0, 0, 0, 0.8);
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .one-stack__content .content-title {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.one-stack__content .content-description {
  color: rgba(0, 0, 0, 0.8);
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .one-stack__content .content-description {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.workflow-opti {
  background: linear-gradient(135deg, #1e3a5f 0%, #2c5aa0 100%);
  padding: 50px 0;
}
@media (min-width: 992px) {
  .workflow-opti {
    padding: 100px 0 130px 0;
  }
}
@media (max-width: 991.98px) {
  .workflow-opti .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.workflow-opti__header {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .workflow-opti__header {
    margin-bottom: 80px;
  }
}
.workflow-opti__header .h2-heading {
  color: #ffffff;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .workflow-opti__header .h2-heading {
    margin-bottom: 30px;
  }
}
.workflow-opti__subtitle {
  color: #fff;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}
@media (min-width: 992px) {
  .workflow-opti__subtitle {
    font-size: 24px;
  }
}
.workflow-opti .workflow-feature-card {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .workflow-opti .workflow-feature-card {
    margin-bottom: 0;
  }
}
.workflow-opti .workflow-feature-card .feature-title {
  color: #ffffff;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .workflow-opti .workflow-feature-card .feature-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.workflow-opti .workflow-feature-card .feature-description {
  color: rgba(255, 255, 255, 0.85);
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
@media (min-width: 992px) {
  .workflow-opti .workflow-feature-card .feature-description {
    font-size: 16px;
  }
}
.workflow-opti .workflow-description {
  text-align: center;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 3px solid #4a90e2;
}
@media (min-width: 992px) {
  .workflow-opti .workflow-description {
    margin-top: 80px;
    padding-top: 60px;
  }
}
.workflow-opti .workflow-description p {
  color: rgba(255, 255, 255, 0.9);
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .workflow-opti .workflow-description p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  /*  .right-fluid{
        margin-left: calc((100% - 960px) / 2);
        max-width: none;
        width: auto !important;
    }*/
  .h2-heading {
    font-family: "tungstenw05-medium", "Oswald", sans-serif;
    font-weight: 500;
    font-size: 7.2rem;
    line-height: 7.2rem;
    color: #000000;
    margin-bottom: 24px;
  }
  .custom-btn {
    padding: 12px 50px;
    font-size: 18px;
  }
}
.itf-columns {
  background-color: rgba(178, 228, 255, 0.25);
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .itf-columns {
    padding: 10rem 0 13rem 0;
  }
}
@media (max-width: 991.98px) {
  .itf-columns .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.itf-columns__header {
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .itf-columns__header {
    margin-bottom: 8rem;
  }
}
.itf-columns__header .h2-heading {
  margin-bottom: 0;
}
.itf-columns .itf-feature-card {
  background-color: #fff;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (min-width: 992px) {
  .itf-columns .itf-feature-card {
    margin-bottom: 0;
    height: 100%;
  }
}
.itf-columns .itf-feature-card .feature-image {
  margin-bottom: 0;
  flex-shrink: 0;
}
.itf-columns .itf-feature-card .feature-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0;
}
@media (min-width: 992px) {
  .itf-columns .itf-feature-card .feature-image img {
    height: 240px;
  }
}
.itf-columns .itf-feature-card .feature-content {
  padding: 3rem 2rem;
  text-align: left;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .itf-columns .itf-feature-card .feature-content {
    padding: 4rem 3rem;
  }
}
.itf-columns .itf-feature-card .feature-content .feature-title {
  color: #231f20;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .itf-columns .itf-feature-card .feature-content .feature-title {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
.itf-columns .itf-feature-card .feature-content .feature-description {
  color: #2e333a;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .itf-columns .itf-feature-card .feature-content .feature-description {
    font-size: 1.8rem;
  }
}
.itf-columns .itf-description {
  text-align: center;
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .itf-columns .itf-description {
    margin-top: 8rem;
  }
}
.itf-columns .itf-description p {
  color: rgba(0, 0, 0, 0.8);
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .itf-columns .itf-description p {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

/*==============================================
  SERVICES DELIVERED SECTION
==============================================*/
.services-delivered {
  background-color: #fff;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .services-delivered {
    padding: 12rem 0 13rem 0;
  }
}
.services-delivered__header {
  text-align: left;
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .services-delivered__header {
    margin-bottom: 0;
  }
}
.services-delivered__header .h2-heading {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .services-delivered__header .h2-heading {
    margin-bottom: 3rem;
  }
}
.services-delivered__subtitle {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  max-width: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  .services-delivered__subtitle {
    font-size: 2.4rem;
  }
}
.services-delivered__content-row {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .services-delivered__content-row {
    margin-top: 8rem;
  }
}
.services-delivered__video {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .services-delivered__video {
    margin-bottom: 0;
  }
}
.services-delivered__video .video-thumbnail {
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  /* height: 323px; */
}
.services-delivered__video .video-thumbnail img {
  width: 100%;
  /* height: 323px; */
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.services-delivered__video .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.services-delivered__video .video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.services-delivered__video .video-play-btn:focus {
  outline: 2px solid #007bff;
  outline-offset: 4px;
}
.services-delivered__content {
  padding-left: 0;
}
@media (min-width: 992px) {
  .services-delivered__content {
    padding-left: 40px;
  }
}
.services-delivered__content .content-title {
  color: #231f20;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 350;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .services-delivered__content .content-title {
    font-size: 4rem;
    margin-bottom: 4rem;
  }
}
.services-delivered__content .content-description {
  color: rgba(0, 0, 0, 0.8);
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .services-delivered__content .content-description {
    font-size: 2rem;
  }
}
.services-delivered__cards-row {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .services-delivered__cards-row {
    margin-top: 8rem;
  }
}

.service-card {
  height: 100%;
  padding: 4rem;
}
@media (min-width: 992px) {
  .service-card {
    padding-right: 10rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 991.98px) {
  .service-card {
    margin-bottom: 2rem;
  }
}
.service-card--operations {
  background-color: rgb(234, 218, 230);
  cursor: pointer;
}
.service-card--operations:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.0784313725);
}
.service-card--transformation {
  background-color: rgb(255, 220, 213);
}
.service-card--quality {
  background-color: rgb(178, 228, 255);
}
.service-card--security {
  background-color: rgb(212, 232, 217);
}
.service-card__icon {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .service-card__icon {
    margin-bottom: 6rem;
  }
}
.service-card__icon img {
  width: 60px;
  height: 60px;
  display: block;
}
.service-card__content {
  flex-grow: 1;
}
.service-card__title {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .service-card__title {
    font-size: 3.6rem;
    margin-bottom: 2.4rem;
  }
}
.service-card__subtitle {
  font-family: myriad-pro, Arial, sans-serif;
  font-weight: 300;
  opacity: 0.8;
}
.service-card__description {
  color: rgba(0, 0, 0, 0.8);
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media (min-width: 992px) {
  .service-card__description {
    font-size: 2rem;
  }
}
.service-card__description strong {
  font-weight: 600;
  color: #000;
}

/*==============================================
  UNIFIED PROCESS SECTION
==============================================*/
.unified-process {
  background-color: rgba(248, 223, 196, 0.25);
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .unified-process {
    padding: 10rem 0;
  }
}
.unified-process__content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.unified-process__title {
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
}
@media (min-width: 768px) {
  .unified-process__title {
    font-size: 4.2rem;
  }
}
@media (min-width: 992px) {
  .unified-process__title {
    font-size: 7.2rem;
    line-height: 1.2;
  }
}
.unified-process__title .text-line {
  display: inline-block;
}
.unified-process__title .text-line .char {
  display: inline-block;
  color: rgba(248, 223, 196, 0.7);
  transition: color 0.3s ease;
}
.unified-process__title .text-line .char.active {
  color: #e67e22;
}
.unified-process__title .text-line.highlight .char {
  color: rgba(248, 223, 196, 0.7);
}
.unified-process__title .text-line.highlight .char.active {
  color: #e67e22;
}

/*==============================================
  home-synergetic WORKFORCES SECTION
==============================================*/
.home-synergetic-workforces {
  background-color: #fff;
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .home-synergetic-workforces {
    padding: 9rem 0 10rem 0;
  }
}
.home-synergetic-workforces__header {
  text-align: left;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .home-synergetic-workforces__header {
    margin-bottom: 6rem;
  }
}
.home-synergetic-workforces__header .h2-heading {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .home-synergetic-workforces__header .h2-heading {
    margin-bottom: 3rem;
  }
}
.home-synergetic-workforces__subtitle {
  color: #000;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  max-width: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  .home-synergetic-workforces__subtitle {
    font-size: 2.4rem;
  }
}
.home-synergetic-workforces__content-row {
  margin-top: 0;
}
@media (min-width: 992px) {
  .home-synergetic-workforces__content-row {
    margin-top: 0;
  }
}

.workforce-card {
  height: 400px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
}
@media (min-width: 992px) {
  .workforce-card {
    height: 525px;
  }
}
.workforce-card--digital {
  background-color: #a8d5ba;
  background-image: url("/content/dam/infosys-web/en/services/topaz-fabric/digital-workers.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.workforce-card--ai {
  background-color: #f4c2a1;
  background-image: url("/content/dam/infosys-web/en/services/topaz-fabric/ai-workers.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.workforce-card--human {
  background-color: #d3d3d3;
  background-image: url("/content/dam/infosys-web/en/services/topaz-fabric/human-workers.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.workforce-card__image {
  display: none;
}
.workforce-card__content {
  padding: 3rem;
  background: none;
  margin: 0;
  margin-top: auto;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .workforce-card__content {
    padding: 4rem;
    margin-top: 250px;
  }
}
@media (max-width: 991px) {
  .workforce-card__content {
    margin-top: 200px;
  }
}
.workforce-card__title {
  color: #000;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.6rem;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .workforce-card__title {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
.workforce-card__description {
  color: rgba(0, 0, 0, 0.9);
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}
@media (min-width: 992px) {
  .workforce-card__description {
    font-size: 1.8rem;
  }
}

.boxed-image-panel {
  padding: 5rem 0;
}
@media (min-width: 992px) {
  .boxed-image-panel {
    padding: 7rem 0;
  }
}
.boxed-image-panel__content {
  text-align: left;
  color: white;
  max-width: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 113.18%),
    url("/content/dam/infosys-web/en/services/topaz-fabric/get-started-bg.png")
      lightgray 0px -68.317px/100% 136.875% no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 5rem 3rem;
}
@media (min-width: 992px) {
  .boxed-image-panel__content {
    max-width: 100%;
    min-height: 480px;
    padding: 8.8rem 9.9rem 8rem 9.9rem;
  }
}
.boxed-image-panel__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.boxed-image-panel__content > * {
  position: relative;
  z-index: 2;
}
.boxed-image-panel__title {
  color: white;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 2rem;
  text-transform: none;
}
@media (min-width: 992px) {
  .boxed-image-panel__title {
    font-size: 6.4rem;
    margin-bottom: 2.4rem;
  }
}
.boxed-image-panel__subtitle {
  color: white;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  .boxed-image-panel__subtitle {
    font-size: 3.2rem;
    margin-bottom: 8rem;
  }
}
.boxed-image-panel__cta .btn-connect {
  display: inline-block;
  background: transparent;
  border: 2px solid white;
  color: white;
  font-family: myriad-pro, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0.9rem 3rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 992px) {
  .boxed-image-panel__cta .btn-connect {
    font-size: 1.6rem;
    padding: 0.9rem 3.6rem;
  }
}
.boxed-image-panel__cta .btn-connect:hover {
  background: white;
  color: #000;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(255, 255, 255, 0.3);
}
.boxed-image-panel__cta .btn-connect:focus {
  outline: 3px solid #ffdd00;
  outline-offset: 2px;
  background: white;
  color: #000;
}
.boxed-image-panel__cta .btn-connect:active {
  transform: translateY(1px);
}
@media (prefers-contrast: high) {
  .boxed-image-panel__cta .btn-connect {
    border-width: 3px;
  }
  .boxed-image-panel__cta .btn-connect:focus {
    outline-width: 4px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .boxed-image-panel__cta .btn-connect {
    transition: none;
  }
  .boxed-image-panel__cta .btn-connect:active {
    transform: none;
  }
}

.operations-banner {
  margin-bottom: 60px;
}
.operations-banner .banner-bg {
  height: 100vh;
  max-height: 700px;
  min-height: 541px;
}
.operations-banner .banner-bg .banner-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 999;
  position: relative;
  color: #fff;
}
.operations-banner .banner-bg .banner-content h1 {
  font-family: tungstenw05-medium, "Oswald", sans-serif;
  font-size: 4.8rem;
  line-height: 4.6rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
.operations-banner .banner-bg .banner-content p.sub-text {
  font-size: 2.1rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.operations-banner .banner-bg .banner-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.operations-reimagine {
  margin-bottom: 75px;
}
.operations-reimagine .breadcrumb {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.operations-reimagine .breadcrumb li {
  color: #333;
  font-family: "Myriad Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 10px;
}
.operations-reimagine .breadcrumb li::after {
  content: " ";
  height: 14px;
  width: 14px;
  background: url(/content/dam/infosys-web/en/services/topaz-fabric/chevron-circle.svg)
    no-repeat center;
  margin: 0px 7px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.operations-reimagine .breadcrumb li:last-child {
  font-weight: 600;
}
.operations-reimagine .breadcrumb li:last-child::after {
  content: " ";
  background: none;
}
.operations-reimagine .breadcrumb li a {
  color: #000;
}
.operations-reimagine .h2-heading {
  margin-bottom: 20px;
}
.operations-reimagine p.sub-text {
  font-weight: 300;
}

.swiper-controls {
  width: 100px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.swiper-arrow-next {
  background-image: url("/content/dam/infosys-web/en/services/topaz-fabric/dark-right-arrow.svg");
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: unset;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
.swiper-arrow-next::after {
  display: none;
}
.swiper-arrow-next::before {
  display: none;
}

.swiper-arrow-prev {
  background-image: url("/content/dam/infosys-web/en/services/topaz-fabric/dark-left-arrow.svg");
  width: 44px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  position: unset;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}
.swiper-arrow-prev::after {
  display: none;
}
.swiper-arrow-prev::before {
  display: none;
}

.operations-keycapabilites {
  background-color: rgba(178, 228, 255, 0.25);
  padding: 75px 0 90px 0;
  margin-bottom: 100px;
}
.operations-keycapabilites .h2-heading {
  margin-bottom: 0;
}
.operations-keycapabilites .key-sldr .swiper-slide {
  height: auto;
}
.operations-keycapabilites .key-sldr .key-card {
  height: 100%;
  background-color: #fff;
}
.operations-keycapabilites .key-sldr .key-card .img-section {
  height: 240px;
  width: 100%;
}
.operations-keycapabilites .key-sldr .key-card .img-section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.operations-keycapabilites .key-sldr .key-card .content-section {
  padding: 40px;
}
.operations-keycapabilites .key-sldr .key-card .content-section .title {
  color: #231f20;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 350;
  line-height: 100%; /* 40px */
}
.operations-keycapabilites .key-sldr .key-card .content-section .key-content {
  color: #2e333a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 26px */
}
.operations-keycapabilites .key-sldr .key-card .content-section a {
  color: #2e333a;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 28px */
}
.operations-keycapabilites .key-sldr .key-card .content-section a:hover {
  text-decoration: underline;
}

.operations-domore {
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}
.operations-domore p.subtext {
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.operations-domore .h2-heading {
  color: #1a1819;
  text-align: center;
  font-size: 76px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%; /* 124.8px */
}
.operations-domore p.bg-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  color: #dadada;
  text-align: center;
  font-family: tungstenw05-medium, "Oswald", sans-serif;
  font-size: 95px;
  font-style: normal;
  font-weight: 350;
  line-height: 90%; /* 191.4px */
  opacity: 0.25;
  width: 100%;
}

.operations-shift {
  background-color: #2e333a;
  padding: 75px 0 75px 0;
}
.operations-shift h2 {
  color: #fff;
  margin-bottom: 20px;
}
.operations-shift p {
  color: #fff;
  font-weight: 300;
}
.operations-shift .current-state {
  background: #fff;
  width: 340px;
  padding: 35px;
}
.operations-shift .current-state h3 {
  color: #333;
  font-family: Tungstenw05-Medium, "Oswald", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 350;
  line-height: 100%; /* 40px */
}
.operations-shift .current-state ul {
  border-top: 2px solid rgba(51, 51, 51, 0.25);
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 20px;
}
.operations-shift .current-state ul li {
  list-style-type: disc;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  margin-bottom: 18px;
}
.operations-shift .future-state {
  background: #a32a99;
  width: 375px;
  padding: 35px;
}
.operations-shift .future-state h3 {
  color: #fff;
  font-family: Tungstenw05-Medium, "Oswald", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 350;
  line-height: 100%; /* 40px */
}
.operations-shift .future-state p.subtext {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
}
.operations-shift .future-state ul {
  border-top: 2px solid rgba(255, 255, 255, 0.25);
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 20px;
}
.operations-shift .future-state ul li {
  list-style-type: disc;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 27px */
  margin-bottom: 18px;
}
.operations-shift .connect {
  background: url(/content/dam/infosys-web/en/services/topaz-fabric/shift-arrow-mobile.svg)
    no-repeat center center;
  background-size: 100% 100%;
  width: 100px;
  height: 100px;
}

.responsible-ai .h2-heading {
  margin-bottom: 20px;
  color: #fff;
}
.responsible-ai .content-wrapper {
  padding: 90px 80px;
  text-align: left;
  background-color: #0074b1;
}
.responsible-ai .content-wrapper p {
  width: 100%;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 44.8px */
  margin-bottom: 40px;
}
.responsible-ai .content-wrapper a.custom-btn {
  margin-top: 20px;
}

.operations-integratedsystem {
  margin-top: 90px;
  margin-bottom: 100px;
}
.operations-integratedsystem p {
  font-weight: 300;
}
.operations-integratedsystem .partner-logos-slider {
  overflow: hidden;
  margin: 70px 0;
  position: relative;
}
.operations-integratedsystem .partner-logos-slider::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.operations-integratedsystem .partner-logos-slider::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
  height: 100%;
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.operations-integratedsystem .partner-logos-slider .swiper-wrapper {
  transition-timing-function: linear;
  margin: 0 auto;
}
.operations-integratedsystem .partner-logos-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.operations-integratedsystem .partner-logos-slider .swiper-slide .partner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 20px;
}
.operations-integratedsystem
  .partner-logos-slider
  .swiper-slide
  .partner-logo
  img {
  max-height: 60px;
  max-width: 150px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.synergetic-workforces .h2-heading {
  margin-bottom: 20px;
  color: #fff;
}
.synergetic-workforces .content-wrapper {
  padding: 60px;
  text-align: left;
  background-color: #00b68d;
}
.synergetic-workforces .content-wrapper p {
  width: 100%;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 44.8px */
  margin-bottom: 40px;
}
.synergetic-workforces .content-wrapper a.custom-btn {
  margin-top: 20px;
}

.letters-block-outer {
  height: auto;
  position: relative;
}
.letters-block-outer .letter-block-img {
  overflow: hidden;
}
.letters-block-outer .letter-block-img .main-img-left,
.letters-block-outer .letter-block-img .main-img-right {
  position: initial;
  width: 100%;
  height: 100%;
}

.measurable-operations {
  padding: 90px 0;
  background: #fff;
}
.measurable-operations p {
  font-weight: 300;
  margin-bottom: 60px;
}
.measurable-operations .measurable-grid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}
.measurable-operations .measurable-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin-bottom: 0;
}
.measurable-operations .measurable-row.measurable-row-top {
  position: relative;
}
.measurable-operations .measurable-row.measurable-row-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #0074b1;
  position: relative;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent,
    #0074b1 10%,
    #0074b1 90%,
    transparent
  );
  mask-image: linear-gradient(
    to right,
    transparent,
    #0074b1 10%,
    #0074b1 90%,
    transparent
  );
}
.measurable-operations .measurable-row.measurable-row-top .measurable-item {
  flex: 0 0 33.333%;
  position: relative;
}
.measurable-operations
  .measurable-row.measurable-row-top
  .measurable-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 116, 177, 0) 0%,
    rgba(0, 116, 177, 0.25) 20%,
    rgba(0, 116, 177, 0.5) 50%,
    rgba(0, 116, 177, 0.25) 80%,
    rgba(0, 116, 177, 0) 100%
  );
}
.measurable-operations
  .measurable-row.measurable-row-top
  .measurable-item:last-child::after {
  display: none;
}
.measurable-operations .measurable-row.measurable-row-middle .measurable-item {
  flex: 0 0 50%;
  position: relative;
}
.measurable-operations
  .measurable-row.measurable-row-middle
  .measurable-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 116, 177, 0) 0%,
    rgba(0, 116, 177, 0.25) 20%,
    rgba(0, 116, 177, 0.5) 50%,
    rgba(0, 116, 177, 0.25) 80%,
    rgba(0, 116, 177, 0) 100%
  );
}
.measurable-operations
  .measurable-row.measurable-row-middle
  .measurable-item:last-child::after {
  display: none;
}
.measurable-operations .measurable-row.measurable-row-bottom .measurable-item {
  flex: 0 0 33.333%;
  position: relative;
}
.measurable-operations
  .measurable-row.measurable-row-bottom
  .measurable-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 116, 177, 0) 0%,
    rgba(0, 116, 177, 0.25) 20%,
    rgba(0, 116, 177, 0.5) 50%,
    rgba(0, 116, 177, 0.25) 80%,
    rgba(0, 116, 177, 0) 100%
  );
}
.measurable-operations
  .measurable-row.measurable-row-bottom
  .measurable-item:last-child::after {
  display: none;
}
.measurable-operations .measurable-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 40px;
  background: #fff;
  min-height: 300px;
}
.measurable-operations .measurable-item .measurable-value {
  color: #0074b1;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 350;
  line-height: 100%;
  margin-bottom: 20px;
  display: block;
}
.measurable-operations .measurable-item .measurable-item-title {
  color: #231f20;
  font-family: "tungstenw05-medium", "Oswald", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  margin-bottom: 15px;
  margin-top: 0;
}
.measurable-operations .measurable-item .measurable-item-text {
  color: #2e333a;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
  max-width: 320px;
}
.measurable-operations p {
  font-weight: 300;
}

.reimagine-operations {
  background: #3c2164;
  padding: 110px 0;
}
.reimagine-operations .h2-heading {
  color: #fff;
}
.reimagine-operations .rot-sldr {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.reimagine-operations .rot-sldr .rot-prev {
  background-image: url(/content/dam/infosys-web/en/services/topaz-fabric/white-left-arrow.svg);
}
.reimagine-operations .rot-sldr .rot-next {
  background-image: url(/content/dam/infosys-web/en/services/topaz-fabric/white-right-arrow.svg);
}
.reimagine-operations .rot-sldr .rot-slide {
  background: #fff;
  display: flex;
  height: auto;
  flex-direction: row;
}
.reimagine-operations .rot-sldr .rot-slide .rot-case-title {
  font-size: 32px;
  font-weight: 700;
  font-style: normal;
  line-height: 100%;
  margin-bottom: 24px;
}
.reimagine-operations .rot-sldr .rot-slide .rot-content {
  flex-grow: 1;
  padding: 6rem 5rem 10rem;
  width: 68%;
  position: relative;
}
.reimagine-operations .rot-sldr .rot-slide .rot-content .auth-wrap {
  position: absolute;
  left: 5rem;
  bottom: 3rem;
}
.reimagine-operations .rot-sldr .rot-slide .rot-content .auth-name {
  font-weight: bold;
}
.reimagine-operations .rot-sldr .rot-slide .rot-content .auth-designation {
  border-left: 1px solid #000000;
  color: #666666;
  margin-left: 4px;
  padding-left: 8px;
}
.reimagine-operations .rot-sldr .rot-slide .rot-case-image {
  flex-shrink: 0;
  margin-bottom: 0;
  width: 32%;
  overflow: hidden;
}
.reimagine-operations .rot-sldr .rot-slide .rot-case-image img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media (min-width: 320px) {
  .measurable-operations {
    padding: 50px 0;
  }
  .measurable-operations h2.h2-heading {
    margin-bottom: 10px;
  }
  .measurable-operations > .container > .row > .col-lg-12 > p {
    font-size: 16px;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .measurable-operations .measurable-grid {
    padding: 0;
  }
  .measurable-operations .measurable-row {
    flex-direction: column;
  }
  .measurable-operations .measurable-row.measurable-row-top .measurable-item,
  .measurable-operations .measurable-row.measurable-row-middle .measurable-item,
  .measurable-operations
    .measurable-row.measurable-row-bottom
    .measurable-item {
    flex: 0 0 100%;
    position: relative;
  }
  .measurable-operations
    .measurable-row.measurable-row-top
    .measurable-item::after,
  .measurable-operations
    .measurable-row.measurable-row-middle
    .measurable-item::after,
  .measurable-operations
    .measurable-row.measurable-row-bottom
    .measurable-item::after {
    display: none;
  }
  .measurable-operations
    .measurable-row.measurable-row-top
    .measurable-item::before,
  .measurable-operations
    .measurable-row.measurable-row-middle
    .measurable-item::before,
  .measurable-operations
    .measurable-row.measurable-row-bottom
    .measurable-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 116, 177, 0.2) 20%,
      rgba(0, 116, 177, 0.4) 50%,
      rgba(0, 116, 177, 0.2) 80%,
      transparent 100%
    );
  }
  .measurable-operations
    .measurable-row.measurable-row-top
    .measurable-item:last-child::before,
  .measurable-operations
    .measurable-row.measurable-row-middle
    .measurable-item:last-child::before,
  .measurable-operations
    .measurable-row.measurable-row-bottom
    .measurable-item:last-child::before {
    display: none;
  }
  .measurable-operations .measurable-item {
    padding: 40px 30px;
    min-height: auto;
  }
  .measurable-operations .measurable-item .measurable-value {
    font-size: 48px;
    margin-bottom: 15px;
  }
  .measurable-operations .measurable-item .measurable-item-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .measurable-operations .measurable-item .measurable-item-text {
    font-size: 14px;
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .operations-shift .connect {
    background: url(/content/dam/infosys-web/en/services/topaz-fabric/shift-arrow.svg)
      no-repeat center center;
    background-size: 100% 100%;
    width: 100px;
    height: 200px;
  }
  .letters-block-outer {
    min-height: 60rem;
    height: 60rem;
    overflow: hidden;
  }
  .letters-block-outer .letter-block-img .main-img-left {
    position: absolute;
    width: 40%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .letters-block-outer .letter-block-img .main-img-right {
    position: absolute;
    width: 40%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .responsible-ai {
    background: #0074b1;
  }
  .synergetic-workforces {
    background-color: #00b68d;
  }
  .synergetic-workforces .content-wrapper {
    padding: 60px 0px 0 0;
  }
  .measurable-operations {
    padding: 70px 0;
  }
  .measurable-operations h2.h2-heading {
    font-size: 56px;
    line-height: 130%;
    margin-bottom: 12px;
  }
  .measurable-operations > .container > .row > .col-lg-12 > p {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .measurable-operations .measurable-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .measurable-operations .measurable-row.measurable-row-top .measurable-item {
    flex: 0 0 100%;
    position: relative;
  }
  .measurable-operations
    .measurable-row.measurable-row-top
    .measurable-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(0, 116, 177, 0.2) 20%,
      rgba(0, 116, 177, 0.4) 50%,
      rgba(0, 116, 177, 0.2) 80%,
      transparent 100%
    );
  }
  .measurable-operations
    .measurable-row.measurable-row-top
    .measurable-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 116, 177, 0.2) 20%,
      rgba(0, 116, 177, 0.4) 50%,
      rgba(0, 116, 177, 0.2) 80%,
      transparent 100%
    );
  }
  .measurable-operations
    .measurable-row.measurable-row-top
    .measurable-item:nth-child(2n)::after {
    display: none;
  }
  .measurable-operations
    .measurable-row.measurable-row-middle
    .measurable-item {
    flex: 0 0 100%;
    position: relative;
  }
  .measurable-operations
    .measurable-row.measurable-row-middle
    .measurable-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(0, 116, 177, 0.2) 20%,
      rgba(0, 116, 177, 0.4) 50%,
      rgba(0, 116, 177, 0.2) 80%,
      transparent 100%
    );
  }
  .measurable-operations
    .measurable-row.measurable-row-middle
    .measurable-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 116, 177, 0.2) 20%,
      rgba(0, 116, 177, 0.4) 50%,
      rgba(0, 116, 177, 0.2) 80%,
      transparent 100%
    );
  }
  .measurable-operations
    .measurable-row.measurable-row-middle
    .measurable-item:last-child::after {
    display: none;
  }
  .measurable-operations
    .measurable-row.measurable-row-bottom
    .measurable-item {
    flex: 0 0 50%;
    position: relative;
  }
  .measurable-operations
    .measurable-row.measurable-row-bottom
    .measurable-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
      180deg,
      transparent 0%,
      rgba(0, 116, 177, 0.2) 20%,
      rgba(0, 116, 177, 0.4) 50%,
      rgba(0, 116, 177, 0.2) 80%,
      transparent 100%
    );
  }
  .measurable-operations
    .measurable-row.measurable-row-bottom
    .measurable-item:nth-child(2n)::after {
    display: none;
  }
  .measurable-operations
    .measurable-row.measurable-row-bottom
    .measurable-item:nth-child(1)::before,
  .measurable-operations
    .measurable-row.measurable-row-bottom
    .measurable-item:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(0, 116, 177, 0.2) 20%,
      rgba(0, 116, 177, 0.4) 50%,
      rgba(0, 116, 177, 0.2) 80%,
      transparent 100%
    );
  }
  .measurable-operations .measurable-item {
    padding: 50px 35px;
    min-height: 280px;
  }
  .measurable-operations .measurable-item .measurable-value {
    font-size: 60px;
    margin-bottom: 18px;
  }
  .measurable-operations .measurable-item .measurable-item-title {
    font-size: 24px;
    margin-bottom: 13px;
  }
  .measurable-operations .measurable-item .measurable-item-text {
    font-size: 15px;
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .operations-banner .banner-bg .banner-content h1 {
    color: #fff;
    font-size: 72px;
    font-style: normal;
    font-weight: 350;
    line-height: 100%; /* 72px */
  }
  .operations-banner .banner-bg .banner-content p.sub-text {
    color: #fff;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 44.8px */
  }
  .operations-domore .h2-heading {
    font-size: 96px;
    line-height: 130%; /* 124.8px */
  }
  .operations-domore p.bg-content {
    font-size: 135px;
    line-height: 115%; /* 191.4px */
  }
  .responsible-ai {
    background: #0074b1;
  }
  .responsible-ai .content-wrapper {
    padding: 60px;
    text-align: left;
    background-color: #0074b1;
  }
  .responsible-ai .content-wrapper p {
    color: #fff;
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
  }
  .responsible-ai .content-wrapper a.custom-btn {
    margin-top: 20px;
  }
  .responsible-ai .img-wrapper img {
    min-width: 500px;
    height: 100%;
  }
  .synergetic-workforces {
    background: #00b68d;
  }
  .synergetic-workforces .content-wrapper {
    padding: 60px 0px 0 0;
    text-align: left;
    background-color: #00b68d;
  }
  .synergetic-workforces .content-wrapper p {
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 300;
    line-height: 35px;
  }
  .synergetic-workforces .content-wrapper a.custom-btn {
    margin-top: 20px;
  }
  .synergetic-workforces .img-wrapper img {
    min-width: 500px;
    height: 100%;
  }
  .operations-shift .future-state {
    width: 475px;
  }
  .operations-shift .current-state {
    width: 440px;
  }
  .measurable-operations {
    padding: 90px 0;
  }
  .measurable-operations h2.h2-heading {
    font-size: 72px;
    line-height: 130%;
    margin-bottom: 15px;
  }
  .measurable-operations > .container > .row > .col-lg-12 > p {
    font-size: 20px;
    margin-bottom: 60px;
  }
  .measurable-operations .measurable-row.measurable-row-top .measurable-item {
    flex: 0 0 33.333%;
  }
  .measurable-operations
    .measurable-row.measurable-row-top
    .measurable-item::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(0, 116, 177);
    /* Create the faded top line using mask-image */
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 116, 177, 0),
      rgb(0, 116, 177) 20px
    );
    /* For older browser compatibility, include -webkit-mask-image */
    -webkit-mask-image: -webkit-linear-gradient(
      top,
      rgba(0, 116, 177, 0),
      rgb(0, 116, 177) 20px
    );
  }
  .measurable-operations
    .measurable-row.measurable-row-top
    .measurable-item:last-child::before {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(0, 116, 177);
    /* Create the faded top line using mask-image */
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 116, 177, 0),
      rgb(0, 116, 177) 20px
    );
    /* For older browser compatibility, include -webkit-mask-image */
    -webkit-mask-image: -webkit-linear-gradient(
      top,
      rgba(0, 116, 177, 0),
      rgb(0, 116, 177) 20px
    );
  }
  .measurable-operations
    .measurable-row.measurable-row-middle
    .measurable-item {
    flex: 0 0 50%;
  }
  .measurable-operations
    .measurable-row.measurable-row-middle
    .measurable-item::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgb(0, 116, 177);
    /* Create the faded top line using mask-image */
    mask-image: linear-gradient(
      to top,
      rgba(0, 116, 177, 0),
      rgb(0, 116, 177) 20px
    );
    /* For older browser compatibility, include -webkit-mask-image */
    -webkit-mask-image: -webkit-linear-gradient(
      bottom,
      rgba(0, 116, 177, 0),
      rgb(0, 116, 177) 20px
    );
  }
  .measurable-operations
    .measurable-row.measurable-row-middle
    .measurable-item::before {
    display: none;
  }
  .measurable-operations
    .measurable-row.measurable-row-middle
    .measurable-item:last-child::after {
    display: none;
  }
  .measurable-operations
    .measurable-row.measurable-row-bottom
    .measurable-item {
    flex: 0 0 33.333%;
  }
  .measurable-operations
    .measurable-row.measurable-row-bottom
    .measurable-item::after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 116, 177, 0.15) 15%,
      rgba(0, 116, 177, 0.3) 50%,
      rgba(0, 116, 177, 0.15) 85%,
      transparent 100%
    );
  }
  .measurable-operations
    .measurable-row.measurable-row-bottom
    .measurable-item:last-child::after {
    display: none;
  }
  .measurable-operations
    .measurable-row.measurable-row-bottom
    .measurable-item:nth-child(1)::before,
  .measurable-operations
    .measurable-row.measurable-row-bottom
    .measurable-item:nth-child(2)::before {
    display: none;
  }
  .measurable-operations .measurable-item {
    padding: 60px 40px;
    min-height: 300px;
  }
  .measurable-operations .measurable-item .measurable-value {
    font-size: 72px;
    margin-bottom: 20px;
  }
  .measurable-operations .measurable-item .measurable-item-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .measurable-operations .measurable-item .measurable-item-text {
    font-size: 16px;
    max-width: 320px;
  }
}
@media (min-width: 1200px) {
  .letters-block-outer {
    min-height: 60rem;
    height: 50rem;
    overflow: hidden;
  }
  .letters-block-outer .letter-block-img {
    min-height: 600px;
  }
  .letters-block-outer .letter-block-img .main-img-left {
    position: absolute;
    width: 40%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .letters-block-outer .letter-block-img .main-img-right {
    position: absolute;
    width: 40%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/*# sourceMappingURL=style.css.map */

/* FOOTER */
.pt50.pb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.ptb15 {
  padding: 15px 0;
  font-size: 18px;
}
.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.list-inline.footer-txt {
  display: flex;
  gap: 15px;
}
/* ul.footer-txt > li:first-child {
  margin-top: 20px;
}
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: 22px;
  font-weight: 900;
  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: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #333;
  font-size: 18px;
  /*position: absolute;*/
  top: 2px;
  left: 0;
}
.up-arrow:before {
  content: "\f0d8";
}
.down-arrow:before {
  content: "\f0d7";
}
.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: -250px;
  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: 767px) {
  .select-country > a {
    color: #7e7e7e;
  }
  .select-country > a:hover,
  .select-country > a:focus {
    color: #7e7e7e;
  }
  .pull-left-xs {
    float: left !important;
  }
}
